Compliance & Regulatory Language

Practice the English vocabulary for GDPR, SOC 2, ISO 27001, and PCI DSS compliance that every engineer in regulated environments needs.

Frequently Asked Questions

What's the difference between GDPR and CCPA, particularly regarding data subject rights?

GDPR (General Data Protection Regulation) is a European Union-wide law, while CCPA (California Consumer Privacy Act) focuses on California residents. Both grant individuals rights like access, rectification, and erasure of their personal data, but GDPR's scope is broader due to its EU enforcement, whereas CCPA has specific definitions and enforcement mechanisms tailored to the Californian legal landscape.

I'm building an API; how does 'data minimization' relate to my design?

Data minimization dictates that you should only collect and retain the absolute minimum amount of personal data necessary for a specific, legitimate purpose. Implementing this involves carefully considering each field in your API requests and responses, avoiding collecting extraneous information that isn't directly needed.

Can you explain 'purpose limitation' under data protection laws?

'Purpose limitation' means the data collected must only be used for the specific purpose stated at the time of collection. Changing the purpose later necessitates obtaining fresh consent or reclassifying the data, as simply repurposing existing data without justification is a violation.