0
0
AWScloud~20 mins

Hosted zones concept in AWS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Hosted Zones Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding the purpose of a hosted zone

What is the main purpose of a hosted zone in AWS Route 53?

AIt stores DNS records for a specific domain to route internet traffic.
BIt hosts the website files and content for a domain.
CIt manages user permissions for AWS services.
DIt monitors network traffic for security threats.
Attempts:
2 left
💡 Hint

Think about what DNS does for a domain name.

Architecture
intermediate
2:00remaining
Choosing the correct hosted zone type

You want to create DNS records that are only accessible within your private AWS network (VPC). Which type of hosted zone should you create?

APrivate hosted zone
BPublic hosted zone
CHybrid hosted zone
DGlobal hosted zone
Attempts:
2 left
💡 Hint

Consider where the DNS records should be visible.

Configuration
advanced
2:00remaining
Effect of deleting a hosted zone

What happens to the DNS resolution of a domain if you delete its hosted zone in AWS Route 53?

AAWS automatically creates a new hosted zone with default records.
BDNS resolution continues normally without interruption.
CDNS resolution stops because the DNS records are removed.
DThe domain is automatically transferred to another AWS account.
Attempts:
2 left
💡 Hint

Think about what DNS needs to resolve a domain.

security
advanced
2:00remaining
Securing access to private hosted zones

Which AWS feature should you use to restrict which users can create or modify records in a private hosted zone?

AAWS Shield
BAWS Config
CAWS CloudTrail
DAWS Identity and Access Management (IAM) policies
Attempts:
2 left
💡 Hint

Think about controlling user permissions.

service_behavior
expert
2:00remaining
Behavior of alias records in hosted zones

In AWS Route 53, what is a key difference between alias records and standard CNAME records within a hosted zone?

AAlias records are deprecated and replaced by CNAME records.
BAlias records can point directly to AWS resources and do not incur DNS query charges, while CNAME records point to domain names and incur charges.
CAlias records only work for private hosted zones, while CNAME records only work for public hosted zones.
DAlias records require manual IP updates, while CNAME records automatically update IP addresses.
Attempts:
2 left
💡 Hint

Consider cost and integration with AWS services.