Data Governance & Lineage • GDPR & Data Privacy ComplianceEasy⏱️ ~3 min
What is GDPR & Data Privacy Compliance?
Definition
General Data Protection Regulation (GDPR) is European Union law requiring companies to protect personal data and give individuals control over their information, including rights to access, correct, and delete their data.
💡 Key Takeaways
✓GDPR requires companies to protect personal data and give users rights to access, correct, and delete their information across all systems
✓Personal data includes not just obvious identifiers like email, but also combinations of fields (IP plus timestamp plus device) that together can identify someone
✓Data controller decides how data is used (product teams) while data processor handles it (infrastructure teams, cloud providers)
✓Data subject rights translate to technical requirements: locate all user data across distributed systems and delete or export within strict Service Level Agreements (SLAs)
✓Privacy by design means architectural choices like data minimization, PII isolation, pseudonymization, and retention limits from the start
📌 Interview Tips
1A user requests deletion. You must find and remove their email from production databases, analytics warehouses, log archives, ML models, cache systems, and backup tapes within 30 days
2An IP address (192.168.1.1) plus timestamp (2024-01-15 14:32) plus device ID (iPhone12) together can uniquely identify a person, making all three fields personal data under GDPR
3Product team (controller) decides to collect location data for restaurant recommendations. Infrastructure team (processor) stores and processes this data following the controller's instructions