Code RoomGame replay rendering
HardPrep Room Coding #3616

Game replay rendering

System designDistributed systemsSenior–Staff~45 min

Design the automatic game-replay/highlight capture and rendering system for a competitive multiplayer game with 5M daily matches. Rather than recording raw video (huge, per-client), the game streams a compact event/state log of each match; your backend must store these logs, detect highlight-worthy moments (a clutch play, a multi-kill), and on demand RENDER selected clips to shareable video by replaying the log through a headless game engine. Storing video for every match is infeasible; rendering on demand is GPU-expensive. Balance storage, compute, and latency-to-share.

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.