Medium-EasyUnderstandContent Delivery Networks (CDN)Multiple Choice
Which Cache-Control directive tells shared caches (CDN) to cache for 1 hour, but browser should revalidate?
Understand — Tests comprehension and ability to explain concepts.
Answer Options
ACache-Control: max-age=3600
BCache-Control: s-maxage=3600, max-age=0
CCache-Control: private, max-age=3600
DCache-Control: no-cache, s-maxage=3600
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 20+ more Content Delivery Networks (CDN) questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Content Delivery Networks (CDN) topic (System Design).
More Content Delivery Networks (CDN) Questions
What does a CDN cache HIT mean?
EasyPush CDN pre-loads content to edge nodes before any user requests it.
EasyWhat is origin shield and why is it important for high-traffic sites?
Medium-EasyWhat is content versioning and why is it better than CDN purging for static assets?
MediumA new product is launching at midnight with 1M users expected. How do you use CDN to prepare?
Medium