0
0
Azurecloud~20 mins

CDN with custom domains in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure CDN Custom Domain Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Custom Domain Validation in Azure CDN

When adding a custom domain to an Azure CDN endpoint, what is the primary method Azure uses to verify domain ownership?

AAzure sends an email to the domain registrant to confirm ownership.
BAzure checks for a specific CNAME record pointing from the custom domain to the CDN endpoint.
CAzure requires uploading a verification file to the root directory of the website.
DAzure uses WHOIS database lookup to verify the domain owner.
Attempts:
2 left
💡 Hint

Think about how DNS records can prove control over a domain.

Architecture
intermediate
2:00remaining
Designing a CDN Setup with Multiple Custom Domains

You need to serve content via Azure CDN for three different custom domains: example.com, images.example.com, and videos.example.com. What is the best practice for configuring these domains in Azure CDN?

ACreate one CDN endpoint and add all three custom domains to it after validation.
BCreate three separate CDN endpoints, each with one custom domain assigned.
CUse one CDN endpoint with a wildcard custom domain covering all subdomains.
DCreate one CDN endpoint and use URL rewriting rules to handle different domains.
Attempts:
2 left
💡 Hint

Consider how Azure CDN endpoints support multiple custom domains.

scaling
advanced
2:00remaining
Handling SSL/TLS for Multiple Custom Domains on Azure CDN

You have configured multiple custom domains on a single Azure CDN endpoint. What is the recommended approach to enable HTTPS for all these domains with minimal management overhead?

AUse a wildcard SSL certificate covering all domains and upload it to Azure CDN.
BManually upload individual SSL certificates for each custom domain and renew them yourself.
CUse Azure CDN managed certificates which automatically provision and renew SSL certificates for all custom domains.
DDisable HTTPS and serve content only over HTTP to avoid certificate management.
Attempts:
2 left
💡 Hint

Think about automation and ease of maintenance for SSL certificates.

tradeoff
advanced
2:00remaining
Choosing Between Azure CDN Standard and Premium for Custom Domains

Which tradeoff is true when deciding between Azure CDN Standard and Premium tiers for supporting custom domains with HTTPS?

APremium tier supports custom domain HTTPS with managed certificates and advanced rules engine, but costs more than Standard.
BStandard tier supports unlimited custom domains with free SSL, Premium requires manual SSL management.
CPremium tier does not support custom domains, only Standard does.
DStandard tier supports managed HTTPS for custom domains and advanced rules engine at a lower cost than Premium.
Attempts:
2 left
💡 Hint

Consider feature differences and pricing between tiers.

estimation
expert
2:00remaining
Estimating DNS Propagation Time Impact on Custom Domain Activation

After adding a custom domain with a CNAME record to an Azure CDN endpoint, what is the typical maximum time you should wait before the custom domain becomes active and accessible via HTTPS?

AUp to 1 week because SSL certificates require manual approval.
BLess than 5 minutes because Azure instantly validates DNS records.
CExactly 24 hours as Azure enforces a fixed waiting period.
DUp to 48 hours due to DNS propagation delays and certificate issuance time.
Attempts:
2 left
💡 Hint

Think about real-world DNS propagation and automated certificate issuance.