Data Privacy Law Language Exercises

Exercises for engineers and compliance professionals: GDPR rights vocabulary, privacy by design language, and data breach notification communication.

Frequently Asked Questions

What's the difference between 'consent' and 'lawful basis' under GDPR when collecting user email addresses?

While both relate to data processing, 'consent' requires explicit affirmative action from the individual, documented clearly. A 'lawful basis,' like 'contract', allows processing based on a pre-existing agreement or legal obligation, offering a more structured approach than simply asking for consent; GDPR emphasizes using appropriate lawful bases.

I'm struggling with 'Data Minimization'. How does this apply specifically to logging IP addresses in web analytics?

Data minimization dictates that you should only collect the minimum amount of data necessary for your stated purpose. Logging full IP addresses is often considered excessive; anonymized or truncated IP address ranges are usually sufficient for basic website traffic analysis, adhering to this principle.

Can I use 'pseudonymization' as a replacement for 'anonymization' when fulfilling GDPR requirements?

Pseudonymization replaces identifying data with artificial identifiers, but it doesn't render the data truly anonymous. Data can still be re-identified if the pseudonymizing key is compromised or combined with other information, so strict controls must be implemented alongside pseudonymization.