0
0
Azurecloud~20 mins

Azure CDN profiles and endpoints - Practice Problems & Coding Challenges

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

Which statement best describes the purpose of an Azure CDN profile?

AIt groups multiple CDN endpoints under a single management scope and billing account.
BIt stores the cached content delivered by the CDN to end users.
CIt is the configuration for a single domain name used by the CDN.
DIt defines the geographic locations where CDN nodes are deployed.
Attempts:
2 left
💡 Hint

Think about how Azure organizes CDN resources for billing and management.

Architecture
intermediate
2:00remaining
Azure CDN Endpoint Configuration

You want to deliver static website content globally using Azure CDN. Which component must you create to specify the origin server for your content?

AAzure CDN endpoint
BAzure CDN profile
CAzure CDN custom domain
DAzure CDN caching rule
Attempts:
2 left
💡 Hint

Consider which part connects the CDN to your source content.

scaling
advanced
2:30remaining
Scaling Azure CDN for High Traffic

Your website experiences sudden spikes in traffic worldwide. Which Azure CDN feature helps ensure low latency and high availability during these spikes?

AMultiple CDN profiles with separate billing
BUsing multiple CDN endpoints within a profile to distribute load
CConfiguring a single CDN endpoint with a custom domain
DEnabling geo-filtering to restrict traffic
Attempts:
2 left
💡 Hint

Think about how to distribute traffic load efficiently.

tradeoff
advanced
2:30remaining
Choosing Between CDN Providers in Azure

Azure CDN supports multiple providers like Verizon and Microsoft. What is a key tradeoff when selecting a CDN provider for your Azure CDN profile?

AVerizon CDN provides advanced security features but may have higher latency in some regions.
BMicrosoft CDN offers more global POPs but less integration with Azure services.
CChoosing a provider affects pricing, feature set, and geographic coverage.
DAll providers offer identical features and pricing, so choice is irrelevant.
Attempts:
2 left
💡 Hint

Consider differences in cost, features, and coverage.

estimation
expert
3:00remaining
Estimating Azure CDN Endpoint Capacity

You expect 10 million requests per day globally with an average response size of 500 KB. Approximately how much data transfer (in TB) will your Azure CDN endpoint handle daily?

AAbout 0.5 TB
BAbout 50 TB
CAbout 500 TB
DAbout 5 TB
Attempts:
2 left
💡 Hint

Calculate total bytes transferred: requests × size, then convert to TB (1 TB = 10^12 bytes).