IntermediateScenario
10 min

DNS Resolution Failure

DNSNetworkingReliability
Advertisement
Interview Question

Your services suddenly cannot resolve domain names, breaking connectivity to dependencies. Walk me through your triage.

Key Points to Cover
  • Test resolution with dig/nslookup from pods/hosts
  • Check DNS service health (CoreDNS, Route53, etc.)
  • Review config changes in resolv.conf or VPC DNS
  • Fallback to alternate resolvers if needed
  • Enable DNS cache and set alerts for QPS failures
Evaluation Rubric
Validates DNS resolution directly30% weight
Checks DNS service health/config30% weight
Considers temporary resolver fallback20% weight
Proposes long-term monitoring20% weight
Hints
  • 💡DNS outages often stem from upstream providers.
Potential Follow-up Questions
  • How to prevent single points of DNS failure?
  • What about DNSSEC issues?
Advertisement