Domain II · Competency II.A

Understand how existing data privacy laws apply to AI

How established data-protection law — anchored in the GDPR — already governs AI: transparency, choice, lawful basis and purpose limitation; data minimization and privacy by design; controller obligations (DPIAs, processors, transfers, DSRs, Art. 22 ADM, breach notification, records); and special-category data including biometrics.

Exam weight: 4–6 questions

Quick check not attempted yet — take it below to track your score.

Performance indicators

Key terms

Lawful basis (GDPR Art. 6)
Processing of personal data is only lawful if it rests on one of six bases: consent, contract, legal obligation, vital interests, public task, or legitimate interests. AI training and inference each need their own valid basis.
Purpose limitation (GDPR Art. 5(1)(b))
Personal data collected for one specified purpose may not be further processed in a way incompatible with that purpose. Re-using data to train AI can be an incompatible secondary use.
Data minimization (GDPR Art. 5(1)(c))
Personal data must be adequate, relevant and limited to what is necessary for the purpose — in tension with AI's appetite for large training datasets.
Privacy by design and by default (GDPR Art. 25)
Data-protection safeguards must be built into systems from the outset and the most privacy-protective settings applied by default — not bolted on later.
Data controller
The party that determines the purposes and means of processing. Bears the primary accountability for GDPR compliance when deploying or training AI.
Data processor
A party that processes personal data on the controller's behalf (e.g., a cloud AI vendor). Must be bound by an Art. 28 contract and act only on documented instructions.
DPIA (GDPR Art. 35)
Data Protection Impact Assessment — a mandatory prior assessment when processing is likely to result in a high risk to individuals, including most large-scale or novel AI processing.
Automated decision-making (GDPR Art. 22)
A right not to be subject to a solely automated decision producing legal or similarly significant effects, with exceptions and safeguards (human intervention, contestation, explanation).
Data subject rights (DSRs)
Individual rights under the GDPR: access, rectification, erasure, restriction, portability, objection, and rights around automated decisions — all of which AI systems must be able to honour.
Special-category data (GDPR Art. 9)
Sensitive data (race, health, biometrics used for ID, sexual orientation, religion, political opinion, etc.) whose processing is prohibited unless a specific exception applies.
Biometric data
Personal data resulting from specific technical processing of physical, physiological or behavioural characteristics (e.g., face, fingerprint) that allows unique identification. Special-category when used to identify a person.
Cross-border transfer
Movement of personal data outside the EEA, lawful only with an adequacy decision or appropriate safeguards (e.g., Standard Contractual Clauses). Relevant where AI training or inference happens abroad.

At a glance

The key idea of this competency: AI does not get a privacy exemption. Where an AI system processes personal data — to train on it, to infer from it, or to make decisions about people — the existing data-protection regime already applies in full. The exam anchors this in the GDPR, so learn how each GDPR principle and obligation lands on AI:

  1. Transparency, choice, lawful basis and purpose limitation (II.A.1)
  2. Data minimization and privacy by design (II.A.2)
  3. Controller obligations — DPIAs, processors, transfers, DSRs, Art. 22 automated decisions, breach notification, record keeping (II.A.3)
  4. Special-category data, including biometrics (II.A.4)

A useful framing: AI stresses the GDPR’s oldest principles. Its hunger for data fights minimization; its re-use of data fights purpose limitation; its opacity fights transparency; and its automated outputs trigger Art. 22.

The FIPs — where all of this comes from

Modern privacy law worldwide descends from the Fair Information Practices (FIPs) — principles first articulated in the 1970s (US HEW report, then the OECD Privacy Guidelines, 1980). The recurring set:

The GDPR’s Art. 5 principles, the CCPA, and most other privacy statutes are elaborations of the FIPs — so “applying privacy law to AI” is at bottom “applying the FIPs to AI”: an LLM trained on scraped personal data strains collection limitation; re-using data to train strains use limitation; opacity strains notice.

II.A.1 — Transparency, choice, lawful basis and purpose limitation

Lawful basis (Art. 6). Every act of processing personal data — including building a training set and running inference — needs one of the six lawful bases. For AI training, organisations most often rely on consent or legitimate interests; legitimate interests requires a balancing test that weighs the individual’s rights against the benefit, and consent must be freely given, specific, informed and unambiguous. Scraping the open web does not by itself create a lawful basis.

Purpose limitation (Art. 5(1)(b)). Data collected for purpose A cannot be freely repurposed to train a model for purpose B if B is incompatible with A. Re-using customer-service transcripts or photos to train a new model is a classic incompatible secondary use trap.

Transparency (Arts. 5(1)(a), 12–14). Individuals must be told, in clear language, that their data is processed, for what purposes, on what basis, and — where automated decisions are involved — given meaningful information about the logic involved. AI’s opacity makes this duty harder, not optional.

Choice. Where consent is the basis, individuals must be able to give and withdraw it; where legitimate interests is the basis, they retain a right to object (Art. 21).

II.A.2 — Data minimization and privacy by design

Data minimization (Art. 5(1)(c)). Collect and retain only what is necessary for the purpose. This is in direct tension with the “more data is better” instinct of ML. Mitigations the exam likes: collecting fewer features, anonymization or pseudonymization, synthetic data, federated learning, and shorter retention. Note that pseudonymized data is still personal data; only true (irreversible) anonymization takes data outside the GDPR.

Privacy-enhancing technologies (PETs) — be able to tell them apart, because the exam presents them as look-alike options:

PETMechanism
Differential privacyAdds calibrated random noise so outputs reflect group trends but no individual’s data can be inferred
Federated learningThe model trains locally on each device/site and only model updates are shared — raw data never leaves its source
Homomorphic encryptionComputation performed on data while it stays encrypted
Secure multi-party computationSeveral parties jointly compute a result without revealing their inputs to each other
Synthetic dataArtificial data that preserves statistical properties of the real dataset without real records
Anonymization / pseudonymizationRemove identifiers irreversibly (outside GDPR) / replaceably (still personal data)

Storage limitation (Art. 5(1)(e)). Personal data must not be kept longer than necessary — relevant to retaining training data and model logs indefinitely.

Privacy by design and by default (Art. 25). Build data-protection safeguards into the AI system from the outset (design) and default to the most privacy-protective configuration (default). This is a proactive, lifecycle obligation — not a post-hoc audit. It pairs naturally with the DPIA: design choices are documented and justified before deployment.

II.A.3 — Obligations on data controllers

The controller (the party determining purposes and means) carries the accountability. The BOK enumerates the obligations; learn each as it applies to AI.

ObligationGDPR anchorHow it lands on AI
DPIAArt. 35Required where processing is “likely to result in a high risk” — covers most large-scale, novel or profiling AI. Assess necessity, proportionality and risks to individuals before deployment.
Third-party processorsArt. 28A cloud or vendor AI provider acting on your instructions is a processor — bind it by a written contract; it may act only on documented instructions and must support your compliance.
Cross-border transfersArts. 44–49Training or inference abroad moves data outside the EEA — lawful only via an adequacy decision or appropriate safeguards (e.g., Standard Contractual Clauses) plus a transfer risk assessment.
Data subject rightsArts. 15–22Access, rectification, erasure, restriction, portability, objection. AI must be able to locate, correct or delete an individual’s data — including from training sets where feasible.
Automated decision-makingArt. 22A right not to be subject to a solely automated decision with legal/similar effect, unless it is necessary for a contract, authorised by law, or based on explicit consent — with safeguards: human intervention, the right to contest, and an explanation.
Breach notificationArts. 33–34Notify the supervisory authority within 72 hours of becoming aware of a personal-data breach; notify affected individuals if high risk. Applies to AI-related leaks (e.g., model inversion exposing training data).
Record keepingArt. 30Maintain records of processing activities (ROPA) covering AI processing.

Art. 22 in depth. This is the single most-tested GDPR provision for AI. It bites only when a decision is (a) solely automated (no meaningful human involvement) and (b) produces legal or similarly significant effects (e.g., a loan denial, a job rejection, a credit limit). The required safeguards are human intervention, the ability to express a view and contest the decision, and meaningful information about the logic. Adding a rubber-stamp human does not take you out of Art. 22 — the involvement must be meaningful.

II.A.4 — Special categories and biometric data

Special-category data (Art. 9). Processing of sensitive data — racial/ethnic origin, political opinions, religious beliefs, trade-union membership, genetic data, biometric data used to uniquely identify a person, health data, and data on sex life/sexual orientation — is prohibited unless a specific Art. 9(2) exception applies (most commonly explicit consent, or substantial public interest with a legal basis). The default is prohibition; an exception must be affirmatively found.

Biometrics. Biometric data is only special-category when processed for the purpose of uniquely identifying a natural person (e.g., facial recognition for access control). The same face image used merely to estimate age may not be special-category — purpose matters. AI systems that classify or infer sensitive traits (e.g., inferring health or ethnicity from non-sensitive inputs) can pull ordinary data into the special-category regime.

Interaction with the EU AI Act. The AI Act layers on top of the GDPR: it prohibits certain biometric practices outright (e.g., untargeted scraping of facial images to build recognition databases; most real-time remote biometric identification in public spaces by law enforcement) and treats remote biometric identification and emotion recognition as high-risk or restricted. The GDPR and the AI Act apply cumulatively — satisfying one does not excuse the other.

How this shows up later

Sources

Flashcards

1 / 11

Quick check

Quick check1 / 15 · score 0

A retailer collected customer photos solely to process returns, then later uses those photos to train a new facial-analysis model. Which GDPR principle is most directly implicated?

  • AData minimization.
  • BPurpose limitation — the new use may be incompatible with the original purpose.
  • CBreach notification.
  • DStorage limitation.