Code RoomIdentity resolution and linking
HardPrep Room Coding #3353

Identity resolution and linking

System designDistributed systemsSenior–Staff~45 min

Design an identity resolution and account-linking system for a marketplace where a single human may appear as multiple accounts — signed up with email, later with Google, later with a phone number, sometimes the same email at different times. You must merge these into one canonical identity for trust/fraud and personalization, without ever wrongly merging two different people (a catastrophic privacy/security failure). Scale: 500M identities, merges happen continuously. Discuss the data model, how you decide two accounts are the same person, and how you handle a bad merge.

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.