Code RoomContent-addressable blob storage
HardPrep Room Coding #3712

Content-addressable blob storage

System designStorage & CDNSenior–Staff~40 min

Design a content-addressable storage system (CAS) that backs a container-image registry and an artifact/package store. Constraints: blobs keyed by their cryptographic digest, heavy sharing of base layers across images, immutable blobs but mutable tags pointing at them, billions of small-to-medium blobs, and aggressive caching is safe because content can't change under a digest. Cover the addressing model, the tag/manifest layer, and GC.

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.

Clarify4:30 left
Estimate4:30 planned
Design13:30 planned
Deep dive10:30 planned
Failure7:00 planned
0:00
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.