0
0
Azurecloud~20 mins

Azure DNS basics - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure DNS Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
service_behavior
intermediate
2:00remaining
How does Azure DNS resolve domain names?

When a user types a domain name managed by Azure DNS, what happens behind the scenes to resolve the name to an IP address?

AAzure DNS responds directly with the IP address from its authoritative DNS zone records.
BAzure DNS queries the user's local DNS cache and returns the cached IP address.
CAzure DNS forwards the request to the domain registrar to get the IP address.
DAzure DNS redirects the request to a random Azure region to find the IP address.
Attempts:
2 left
💡 Hint

Think about what an authoritative DNS server does.

Configuration
intermediate
2:00remaining
Which Azure resource is required to manage DNS zones?

To create and manage DNS zones in Azure, which resource must you create first?

AAzure Storage Account
BAzure Virtual Network
CAzure DNS Zone resource
DAzure App Service Plan
Attempts:
2 left
💡 Hint

Consider the resource that holds DNS records for a domain.

security
advanced
2:00remaining
How to restrict who can update DNS records in Azure DNS?

You want to ensure only specific team members can update DNS records in your Azure DNS zone. What is the best way to enforce this?

AEnable Azure Firewall to filter DNS update requests.
BAssign Azure Role-Based Access Control (RBAC) roles scoped to the DNS zone resource.
CUse network security groups to block access to the DNS zone.
DCreate a separate Azure subscription for DNS management.
Attempts:
2 left
💡 Hint

Think about Azure's built-in permission management system.

Architecture
advanced
2:00remaining
What is the benefit of using Azure DNS private zones?

Why would you use Azure DNS private zones instead of public DNS zones?

ATo manage DNS records accessible only within your Azure virtual networks.
BTo make your DNS records publicly available on the internet.
CTo automatically replicate DNS zones across all Azure regions.
DTo enable DNS over HTTPS for all your domains.
Attempts:
2 left
💡 Hint

Consider internal network name resolution needs.

Best Practice
expert
2:00remaining
What is the recommended way to ensure high availability of DNS resolution in Azure?

You want to design your DNS setup in Azure to avoid downtime and ensure fast resolution globally. Which approach follows best practices?

AUse Azure DNS with multiple DNS zones for the same domain in different subscriptions.
BManually update DNS records daily to balance load across regions.
CUse a single Azure DNS zone and rely on local DNS caching only.
DUse Azure DNS public zones with Azure Traffic Manager to route traffic based on health and geography.
Attempts:
2 left
💡 Hint

Think about combining DNS with traffic routing services.