ISACA CDPSE — Certified Data Privacy Solutions Engineer · Domain 4 · 39% of exam

Privacy Engineering

Drill 20 practice questions focused entirely on Privacy Engineering for the ISACA CDPSE exam. Tap an answer for instant feedback and a full explanation — no sign-up, always free.

Verified answer20 questions
Question 1 of 20

A retailer has accumulated 10 years of customer transaction records that must be kept indefinitely for trend analysis, but legal counsel wants to remove these records from the scope of data subject access requests and erasure obligations under applicable privacy law. The analytics team still requires the ability to study aggregate purchasing patterns over time but does NOT need to re-link records to any individual. Which data persistence technique best satisfies both the legal goal and the analytics requirement?

Reviewed for accuracy · Report an issue
Question 2 of 20

A healthcare analytics platform stores patient records used by multiple internal teams: clinical staff need full records for treatment, while a marketing team wants access to demographic fields for outreach campaigns. The privacy engineer is designing an access model that enforces purpose limitation at the data layer so that even authorized users can only retrieve fields consistent with their stated processing purpose. Which access control approach BEST enforces this requirement technically?

Reviewed for accuracy · Report an issue
Question 3 of 20

A privacy engineer reviewing a company's website discovers that a third-party script collects the user's canvas rendering output, installed fonts, screen resolution, and hardware concurrency, then hashes these values into a persistent identifier used to recognize returning visitors—even after cookies are cleared. The site's consent banner only governs cookie storage. Which action best addresses the underlying privacy concern?

Reviewed for accuracy · Report an issue
Question 4 of 20

A privacy engineer is designing a preference management platform for a global e-commerce site. Users can opt in or out of several distinct processing purposes (marketing email, personalized recommendations, third-party data sharing). Marketing wants a single "Accept All" toggle stored as one boolean to simplify the backend, arguing it reduces database complexity. What is the engineer's BEST design recommendation to support technical enforcement of privacy requirements?

Reviewed for accuracy · Report an issue
Question 5 of 20

A retail company is migrating from client-side JavaScript tags to a server-side tagging architecture, where a single first-party endpoint receives events from browsers and then forwards them to marketing, analytics, and advertising vendors. The privacy engineer must ensure that a user's declined consent for advertising still prevents advertising vendors from receiving data. Which design approach BEST enforces the user's consent decision in this architecture?

Reviewed for accuracy · Report an issue
Question 6 of 20

A privacy engineer is designing at-rest encryption for a data lake holding sensitive customer records across multiple business units. Compliance requires that a compromise of the storage layer alone must not expose plaintext, and that cryptographic keys never reside in the same trust boundary as the encrypted data. Which design choice BEST satisfies these requirements?

Reviewed for accuracy · Report an issue
Question 7 of 20

A privacy engineer is reviewing a new customer notification service that emails users about account activity. The service currently includes the customer's full account number and recent transaction amounts directly in the email body to reduce support calls. Email is sent over standard SMTP to whatever mail provider the customer uses. Which design change BEST addresses the privacy risk while preserving the notification's usefulness?

Reviewed for accuracy · Report an issue
Question 8 of 20

A privacy engineer reviews a microservices architecture where dozens of internal services exchange personal data over the corporate network. The team argues that because the traffic never leaves the internal data center, TLS between services is unnecessary and adds latency. A recent internal penetration test demonstrated that an attacker who compromised one host could passively capture plaintext personal data flowing between other services. Which recommendation best addresses the identified privacy risk while aligning with a defense-in-depth approach?

Reviewed for accuracy · Report an issue
Question 9 of 20

A privacy engineer is hardening a mobile banking app that transmits personal financial data to backend APIs over TLS. During a threat assessment, the team identifies that attackers on compromised or corporate-proxied networks could present fraudulent certificates trusted by the device's OS trust store, enabling interception of personal data. Which technical control most directly mitigates this specific interception risk at the mobile endpoint?

Reviewed for accuracy · Report an issue
Question 10 of 20

A support team needs read access to a production customer database to troubleshoot live issues, but they should not see full national ID numbers or full payment card numbers. The privacy engineer must ensure that the underlying stored data remains intact and fully usable by billing batch jobs, while support staff only ever see obscured values based on their role. Which technical control best meets these requirements?

Reviewed for accuracy · Report an issue
Question 11 of 20

A privacy engineer is reviewing the design of a new mobile analytics SDK before release. The product team wants each event payload to include the user's full device identifier, precise account email, and raw GPS coordinates so that the analytics team can 'have everything available in case a future question comes up.' The stated business need is only to measure feature adoption rates by broad region and by whether a user is on a free or paid plan. Which design change best applies the privacy engineering principle at stake?

Reviewed for accuracy · Report an issue
Question 12 of 20

A privacy engineer is designing the data-subject data portability feature for a SaaS HR platform. The regulation requires that individuals be able to receive their personal data and transmit it to another controller without hindrance. The product team proposes exporting each individual's records as a rendered PDF report because it is easy to generate from the existing reporting module. What is the engineer's BEST response to satisfy the portability requirement?

Reviewed for accuracy · Report an issue
Question 13 of 20

A privacy engineer is designing the technical workflow to fulfill data subject access requests (DSARs) across a company's microservices architecture, where personal data about a single individual is distributed across a CRM, a support ticketing system, a marketing platform, and multiple event-logging databases keyed on different identifiers. The compliance team requires that responses be complete within the statutory deadline and include all data associated with the requester. Which design approach BEST ensures accurate and complete DSAR fulfillment?

Reviewed for accuracy · Report an issue
Question 14 of 20

A privacy engineer is designing the erasure workflow for a customer platform that uses a primary relational database plus a separate Elasticsearch cluster to power full-text search. When a validated deletion request is processed, records are removed from the relational database, but testing shows that deleted customers' names and email addresses remain returnable through the search interface for several hours. Which design change BEST ensures the erasure obligation is technically enforced across the system?

Reviewed for accuracy · Report an issue
Question 15 of 20

A retail analytics team wants to share a customer dataset with an external research firm to study purchasing trends. The team removes names, emails, and account numbers but retains ZIP code, birth date, and gender. A privacy engineer reviewing the plan is concerned the dataset may still permit re-identification. Which action BEST addresses the engineer's concern before the data is shared?

Reviewed for accuracy · Report an issue
Question 16 of 20

A retailer's analytics team wants an internal copy of customer transaction data to build purchasing-trend models. Business requirements state that analysts must never be able to identify individuals, yet the fraud investigation team must retain a controlled ability to re-link records back to specific customers when a confirmed fraud case is opened. As the privacy solutions engineer, which data transformation approach best satisfies both requirements?

Reviewed for accuracy · Report an issue
Question 17 of 20

A health analytics team wants to release a public dashboard showing aggregate statistics (counts and averages) about patient populations across regions. Privacy engineering is concerned that analysts issuing many overlapping queries could reconstruct individual patient records from the aggregates over time. Which privacy-enhancing technique best addresses this specific reconstruction risk while still allowing useful aggregate reporting?

Reviewed for accuracy · Report an issue
Question 18 of 20

A privacy engineer is designing encryption for a database that stores customers' personal data at rest. Compliance requires that individual data encryption keys can be rotated frequently without re-encrypting the entire multi-terabyte dataset, and that a single compromised key exposes the smallest possible data set. Which encryption architecture best satisfies these requirements?

Reviewed for accuracy · Report an issue
Question 19 of 20

A healthcare analytics platform stores patient records in a shared database. Data scientists need to run cohort analyses on diagnosis codes and treatment outcomes but must never access patient names, contact details, or national identifiers. The privacy engineer is designing the technical encryption controls. Which approach BEST enforces this privacy requirement while preserving analytical utility?

Reviewed for accuracy · Report an issue
Question 20 of 20

A healthcare analytics firm wants to outsource statistical computations on patient records to a third-party cloud service. The firm requires that the cloud provider be able to perform the computations without ever having access to the underlying plaintext values, and the results returned must be usable by the firm. Which privacy-enhancing technology BEST satisfies this requirement?

Reviewed for accuracy · Report an issue

More CDPSE practice

Keep going with the other ISACA CDPSE — Certified Data Privacy Solutions Engineer domains, or take a full timed mock exam.

← Back to CDPSE overview