Implement a Simplified DNS Resolver
Company: Anthropic
Role: Machine Learning Engineer
Category: Coding & Algorithms
Difficulty: hard
Interview Round: Take-home Project
Quick Answer: This question evaluates understanding of DNS semantics (name normalization, A and CNAME records, alias chains and cycle detection), robust error handling, cache design, and safe concurrent access when implementing a simplified resolver.