CDN Cheat Sheet 2026
The 30 highest-yield CDN facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
70 questions
90 min time limit
70.00% to pass
- A CDN pull zone is configured with a 1-hour TTL. The origin content is updated. What must the operator do to immediately serve fresh content? → Issue a cache purge/invalidation for the affected URLs
- What is the benefit of root cause analysis? → Prevent recurrence
- What is the purpose of a CDN's 'Shield' or 'Mid-tier Cache' architecture? → Consolidate cache MISS requests to a single POP before hitting origin
- A company's CDN costs spike every weekend due to user-generated video uploads triggering transcoding and delivery. Which strategy best controls these costs? → Use scheduled off-peak transcoding jobs and set upload size limits
- Which metric best measures viewer-perceived video quality during adaptive bitrate streaming? → Mean Opinion Score (MOS) or Video Multimethod Assessment Fusion (VMAF)
- What is a common cause of CDN performance issues? → Overload or congestion
- What is a 'positive security model' WAF approach? → Allowing only explicitly defined legitimate request patterns and blocking everything else
- A sliding window rate limiter differs from a fixed window rate limiter in that it: → Prevents burst exploitation at window boundaries
- How does SSL/TLS enhance CDN security? → Encrypt data transmission
- In a multi-tier CDN hierarchy, what distinguishes a 'parent' cache from an 'edge' cache? → Edge caches fill cache misses from parent caches rather than the origin
- In a multi-CDN deployment, which HTTP header should the origin always include to enable downstream CDN nodes to cache responses correctly and consistently? → Cache-Control with explicit directives (max-age, s-maxage)
- Why is latency monitoring important? → Maintain fast delivery
- Which of the following best describes a key competency required for cost optimization & traffic management in CDN practice? → Strong analytical skills combined with effective communication and ethical judgment
- What is the role of a 'developer portal' in a CDN's API gateway ecosystem? → To provide documentation, API key management, and quota dashboards to API consumers
- A CDN WAF is configured in 'monitor' mode. What is the effect on malicious traffic? → Traffic is allowed but logged for analysis
- A global e-commerce site uses a CDN with 50 edge POPs. After a flash sale, they notice the CDN's cache hit ratio dropped to 20%. What is the most likely cause? → High request variance — too many unique URLs from personalization or query strings
- Which CDN cost lever has the most direct impact on reducing 'cache fill' costs from origin to edge nodes? → Using origin shield (mid-tier caching) to consolidate origin requests
- Which isolation technology do most CDN providers (e.g., Cloudflare Workers, Fastly Compute) use instead of containers for edge functions? → V8 Isolates
- Which security mechanism allows a CDN to verify that a JWT token in an API request is valid before forwarding the request to the origin? → Edge-side JWT validation using the CDN's WAF or edge compute
- What is a cache miss? → Content not found in cache
- Which HTTP response header instructs browsers to only connect to a site over HTTPS for a specified duration, even if the user types HTTP? → Strict-Transport-Security
- Which DNS attack exploits a vulnerable resolver to redirect users to a malicious IP by poisoning its cache? → DNS cache poisoning
- What does a CDN 'token authentication' mechanism typically protect against? → Unauthorized hotlinking or direct URL sharing of protected assets
- Which protocol is ACME (Automatic Certificate Management Environment) most commonly associated with? → Let's Encrypt certificate issuance automation
- Which API gateway strategy helps prevent a 'noisy neighbor' tenant from degrading CDN API performance for other tenants? → Per-tenant rate limit isolation with dedicated counters
- What is the primary purpose of CDN traffic shaping in a cost optimization context? → To prioritize or throttle specific traffic types to control bandwidth costs
- Which CDN technique reduces startup latency for live video streams by pre-positioning the first few segments at edge nodes before viewers request them? → Segment prefetching
- Which mechanism allows a CDN to serve content from a nearby PoP even when the authoritative PoP for that region is overloaded? → Anycast failover to an alternate PoP
- What is 'token escalation' in the context of CDN security? → An attack where a low-privilege token is manipulated to gain access to restricted content
- Which DNS-based technique is most commonly used to distribute traffic across multiple CDN providers in a multi-CDN setup? → GeoDNS with weighted records
Turn these facts into recall:
Was this helpful?