Code RoomGDPR erasure with lineage proof
HardPrep Room Coding #3542

GDPR erasure with lineage proof

System designDistributed systemsSenior–Staff~45 min

Under GDPR right-to-erasure, when a user requests deletion you must remove their personal data everywhere it propagated within the legal deadline (e.g. 30 days), then PROVE it. A single user's data fans out from an OLTP source through CDC into a lakehouse, gets aggregated into derived tables, copied into a search index and a feature store, cached, and lands in append-only event logs and immutable backups. Design a system that finds every copy via lineage, deletes or anonymizes it, and produces an auditable certificate of erasure — without breaking aggregate analytics that don't actually need the identity.

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.