Code RoomLarge-file CDN caching
HardPrep Room Coding #3443

Large-file CDN caching

System designDistributed systemsSenior–Staff~45 min

Design CDN caching for very large files (game/OS updates and 4K video segments, files of 5–50GB) where most clients only fetch ranges and the working set vastly exceeds any single PoP's cache capacity. You can't cache whole files at every edge node. Design the segmentation and tiered-caching strategy, how range requests map to cacheable chunks, how you handle a launch-day spike where everyone pulls the same new 40GB game, and how the mid-tier protects the origin.

What a strong answer looks like

Clarify scale and constraints first. Propose a clean component breakdown, then go deep on the hard parts (data model, bottlenecks, consistency, failure modes) and name the trade-offs you are making.

Clarify5:00 left
Estimate5:00 planned
Design15:00 planned
Deep dive12:00 planned
Failure8:00 planned
0:00
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.