Code RoomContent moderation at scale
HardPrep Room Coding #4607

Content moderation at scale

System designML systemsSenior–Staff~45 min

Design a content-moderation pipeline for a social platform that ingests ~5,000 user posts/sec, each potentially containing text, images, and short video. The system must block clearly-violating content (e.g. CSAM, graphic violence) before it goes live with high recall, route borderline cases to human reviewers, and keep median time-to-decision low so legitimate posts aren't delayed. Policies change frequently, different regions have different rules, and you must keep an auditable record of every automated and human decision for appeals and regulators.

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.