CDPSE By Design Principles 5 — Questions and Answers
Question 1: A Privacy Impact Assessment (PIA) conducted before a system is built rather than after deployment best reflects which Privacy by Design principle?
- Full Lifecycle Protection
- Proactive not Reactive; Preventative not Remedial (Correct answer)
- Respect for User Privacy
- Visibility and Transparency
Correct answer: Proactive not Reactive; Preventative not Remedial
Conducting a PIA before building the system exemplifies the proactive principle — identifying and mitigating privacy risks before they are built into the product.
Question 2: An organization's API returns full user objects including fields the calling service doesn't need. Which Privacy by Design concept should the architect apply?
- Data Minimization at the API response level (Correct answer)
- End-to-End Encryption
- Consent-based Data Sharing
- Full Lifecycle Protection
Correct answer: Data Minimization at the API response level
Data minimization requires that only the data actually needed by the consuming service is returned, reducing unnecessary exposure in transit and at rest.
Question 3: Which Privacy by Design principle is MOST concerned with ensuring individuals can access, correct, and delete their own data?
- Privacy as the Default
- Visibility and Transparency
- Respect for User Privacy — Keep it User-Centric (Correct answer)
- Full Lifecycle Protection
Correct answer: Respect for User Privacy — Keep it User-Centric
Respect for User Privacy (Keep it User-Centric) centers the design on empowering individuals with rights over their own data including access, correction, and erasure.
Question 4: A CDPSE candidate finds that an application stores passwords in plaintext in the database. This violates which Privacy by Design principle most directly?
- Visibility and Transparency
- Full Lifecycle Protection — End-to-End Security (Correct answer)
- Privacy as the Default
- Positive-Sum Functionality
Correct answer: Full Lifecycle Protection — End-to-End Security
End-to-End Security as part of Full Lifecycle Protection requires that credentials are stored using strong hashing, not plaintext, throughout the data's lifecycle.
Question 5: An organization publishes its data processing algorithms and allows independent third-party audits of its privacy controls. This most directly demonstrates which principle?
- Proactive not Reactive
- Privacy Embedded into Design
- Visibility and Transparency — Keep it Open (Correct answer)
- Full Functionality
Correct answer: Visibility and Transparency — Keep it Open
Visibility and Transparency requires that organizations open their practices to independent verification, going beyond self-attestation.
Question 6: Which approach to user consent design best aligns with the 'Privacy as the Default' and 'Respect for User Privacy' principles combined?
- Pre-checked consent boxes with fine print explaining data uses
- Granular opt-in consent with plain language and easy withdrawal (Correct answer)
- Bundling consent for all data uses into a single terms acceptance
- Implied consent based on continued use of the service
Correct answer: Granular opt-in consent with plain language and easy withdrawal
Granular opt-in consent with clear language and easy withdrawal respects autonomy (user-centric) and ensures the default state is non-consented (privacy as default).
Question 7: A healthcare app architect proposes storing patient data on the device only, never uploading it to servers, to minimize exposure. Which Privacy by Design principle does this most directly exemplify?
- Proactive not Reactive
- Privacy Embedded into Design through Data Minimization and Locality (Correct answer)
- Full Lifecycle Protection
- Visibility and Transparency
Correct answer: Privacy Embedded into Design through Data Minimization and Locality
Keeping data local by design eliminates server-side exposure risks entirely, embedding privacy protection into the core architecture through minimization of data movement.
A Privacy Impact Assessment (PIA) conducted before a system is built rather than after deployment best reflects which Privacy by Design principle?