Code RoomLocation fraud detection
HardPrep Room Coding #3536

Location fraud detection

System designDistributed systemsSenior–Staff~50 min

Design a real-time GPS-spoofing / location-fraud detection system for a platform where location drives payouts and incentives (e.g. drivers faking proximity to grab surge zones, or users teleporting to claim location-based rewards). You ingest 1M location updates/sec and must flag implausible movement in near real time, lower the trust of suspicious accounts, and avoid penalizing legitimate users with bad GPS. Describe the signals you'd compute from the location stream, the streaming detection architecture, how you score and act, and the trade-off between catching fraud fast and false-positive harm.

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:30 left
Estimate5:30 planned
Design16:30 planned
Deep dive13:30 planned
Failure9:00 planned
0:00
Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.