Certified Data Privacy Solutions Engineer · every answer carries the reasoning, and why each
other option fails.
394 questions
8 chapters of notes
EN + ZH languages
Tap an option to see the answer, the reasoning, and why the other three fail.
Question 1 of 10
What should be the PRIMARY consideration of a multinational organization deploying a user and entity behavior analytics (UEBA) tool to centralize the monitoring of anomalous employee behavior?
ACross-border data transfer
BSupport staff availability and skill setSupport staff numbers and skill sets are an operational feasibility issue that can be closed with training or outsourcing; it does not make the whole deployment unlawful.
CUser notificationUser notification is indeed a required compliance action, but it is an execution detail that only comes up after transfer has been confirmed lawful, so it ranks below transfer legality.
DGlobal public interest"Global public interest" is not a legal basis for internal employee monitoring; the legitimacy of this kind of monitoring comes from the employment relationship and security needs.
Why A is correct
The essence of a UEBA tool is aggregating employee behavioral data from every country onto a single central platform for analysis, and that aggregation is itself a cross-border transfer of personal data. Most jurisdictions impose independent legal-basis requirements for personal data leaving the country (adequacy determinations, standard contractual clauses, consultation with local employee representatives, etc.); without that basis, the entire deployment is legally unworkable no matter how useful the tool is. So the foremost question is whether and on what basis the data can be transferred at all, not whether the tool is convenient or whether users must be notified.
Question 2 of 10
Which of the following is the BEST way to address threats to mobile device privacy when using beacons as a tracking technology?
ADisable location services.Disabling location services only affects GPS-based positioning capability; Bluetooth beacons can still identify the device through proximity broadcasting.
BEnable Trojan scanners.Trojan scanning targets malicious programs, while beacon tracking exploits the device's normal Bluetooth functionality.
CEnable antivirus for mobile devices.Mobile antivirus likewise only handles malicious software, and is ineffective against beacon scanning initiated by legitimate applications.
DDisable Bluetooth services.
Why D is correct
A beacon relies on low-energy Bluetooth continuously broadcasting an identifier; as long as a phone has Bluetooth scanning turned on, it will be recognized and located, letting merchants reconstruct movement patterns. To cut off this tracking chain at the root, Bluetooth service must be disabled—if the broadcast can't be received, the tracking can't happen either. Disabling location services doesn't block proximity recognition on the Bluetooth side; antivirus and trojan scanning target malicious code, whereas beacon tracking exploits the device's normal system capabilities and doesn't fall under malware.
Question 3 of 10
Which of the following would BEST enable a data warehouse to limit access to individual database objects?
APrivate storage volumesPrivate storage volumes provide physical isolation at the storage layer, at the granularity of a volume or database, which does not reach the level of an individual database object.
BVirtual private database
CDatabase privacy firewallA "database privacy firewall" is not an established product or mechanism name, nor does it provide object-level authorization capability.
DData control dictionary
Why B is correct
The question asks what limits a data warehouse's access down to the level of an individual database object. A virtual private database (VPD) is a mature database-layer mechanism: it automatically attaches policy predicates to a query based on the user's identity at execution time, so the same SQL statement returns different rows and objects to different users — exactly achieving object-level, row-level isolation. Private storage volumes and dictionary-type options are either storage-layer partitioning or merely metadata description, and neither performs access determination. The given answer is D, which does not match the community vote of B.
Question 4 of 10
What type of personal information can be collected by a mobile application without consent?
AFull nameFull name is the most typical direct identifier; collecting it requires notice and a legal basis beforehand.
BGeolocationGeolocation can reconstruct an individual's whereabouts and is highly sensitive Personal Data; most jurisdictions require explicit consent.
CPhone numberA phone number can directly locate and contact a specific individual and is standard Personal Data.
DAccelerometer data
Why D is correct
To determine whether consent is needed, first determine whether the data points to an identifiable natural person. Full name and phone number are direct identifiers, and geolocation can reconstruct an individual's whereabouts with high precision — all of these are Personal Data that must be disclosed and consented to. Accelerometer readings, by themselves, are merely a physical measure of device motion and do not directly link to a specific person's identity; they are generally treated as non-personal data, and so can be collected without separate consent. It should be noted that once this kind of sensor data is combined with other data to the point of re-identifying an individual, its nature changes.
Question 5 of 10
Which of the following zones within a data lake requires sensitive data to be encrypted or tokenized?
ATrusted zoneData in the trusted zone has already completed cleansing and governance; sensitive fields are typically already handled in earlier stages.
BClean zoneThe clean zone processes data that has undergone preliminary processing; it is not where raw sensitive data first lands.
CRaw zone
DTemporal zoneThe temporal zone is used for staging intermediate results; it is not the primary retention layer for raw sensitive data.
Why C is correct
A data lake is typically layered: the raw zone holds data ingested directly from various source systems without any cleansing or processing, with sensitive fields left untouched — and this layer has the largest data volume, feeding subsequent processing by multiple parties. Precisely because sensitive data exists here in its raw form, it must be encrypted or tokenized before it can move on to the cleansing zone and trusted zone for analysis. Data in the later layers has already been processed, with a much smaller risk exposure.
Question 6 of 10
An email opt-in form on a website applies to which privacy principle?
AAccuracyAccuracy concerns whether data is correct and kept up to date; ticking an opt-in box does not verify whether the email content itself is true.
BConsent
CTransparencyTransparency refers to an organization publicly explaining the purpose and manner of processing; that is carried by the privacy statement next to the form, not by the checkbox itself.
DIntegrityIntegrity is a security property that prevents data from being tampered with without authorization -- entirely separate from whether subscription permission has been obtained.
Why B is correct
An email opt-in form lets the user take an affirmative, revocable action to grant authorization -- exactly what the principle of consent looks like in practice: obtaining a data subject's voluntary, specific, informed permission before processing personal data. The trick to this type of question is to look at what the form is actually doing -- it does not verify whether data is correct, nor is it externally explaining processing rules; it is capturing an authorization status, so it falls under consent. Transparency and consent often appear together, but transparency addresses "has the matter been clearly explained," while consent addresses "has permission been obtained" -- the two must not be conflated.
Question 7 of 10
Using hash values With stored personal data BEST enables an organization to
Aprotect against unauthorized access.
Bdetect changes to the data.
Censure data indexing performance.
Dtag the data with classification information
Why B is correct
Explanation Using hash values with stored personal data best enables an organization to detect changes to the data, because hash values are unique and fixed outputs that are generated from the data using a mathematical algorithm. If the data is altered in any way, even by a single bit, the hash value will change dramatically. Therefore, by comparing the current hash value of the data with the original or expected hash value, the organization can verify the integrity and authenticity of the data. If the hash values match, it means that the data has not been tampered with. If the hash values differ, it means that the data has been corrupted or modified. References: * Ensuring Data Integrity with Hash Codes, Microsoft Learn * What is 'hashing,' and does it help avoid the obligations imposed by the new privacy regulations?, Data Privacy Dish
Question 8 of 10
When implementing systems that transmit or store personal data, what should an organization prioritize to ensure compliance with privacy regulations?
AUse the vendor's default settings without modification
BEvaluate and adjust system configurations for compliance
CChoose the least restrictive system mode for maximum access
DEnable only the core features needed for functionality
In a system implementation project where production data must be used for testing, which of the following practices would MOST effectively protect customer data privacy?
AData minimizationData minimization reduces the volume of data brought into testing, but whatever is brought in is still real personal data, so the nature of the risk is unchanged.
BData classificationData classification only labels the sensitivity level; it is an upstream input for deciding how to handle the data and does not by itself change the data's readable state.
CData obfuscation
DData cleansingData cleansing addresses quality issues (deduplication, error correction, completion) and has nothing to do with whether personal data is identifiable.
Why C is correct
The core risk of bringing production data into a test environment is that the test environment's access control, logging, and hardening are generally weaker than production, with more people having access (developers, contractors, third party tools) — a leak there means real customer data is exposed. Data obfuscation (masking, tokenization, synthetic substitution) replaces real personal identifiers before the data enters the test environment, while preserving the format and statistical characteristics needed for testing, which removes at the root the premise that real personal data exists in the test environment at all — this is the most thorough approach.
Question 10 of 10
Which of the following metrics would BEST demonstrate how privacy compliance can be achieved throughout the supply chain?
AThe number of projects that undergo a privacy impact assessment (PIA)The number of projects that undergo a privacy impact assessment measures the coverage of internal project governance and has nothing to do with the supply chain dimension.
BThe number of reported privacy violations at third-party vendorsThe number of reported privacy violations at third-party vendors is a lagging outcome indicator reflecting failures, not how compliance is being driven and implemented.
CThe average time taken to process and fulfill data subject rightsThe average time taken to process and fulfill data subject rights requests measures the organization's own response efficiency and does not involve vendor compliance status.
DThe number of privacy audits conducted on third-party vendors
Why D is correct
The metric needs to target how compliance is actually implemented and verified across the supply chain. The number of privacy audits conducted on third-party vendors directly reflects the extent to which the organization extends compliance requirements upstream and downstream and verifies them — how many vendors were audited, what proportion of key vendors that covers — and it is trackable, comparable, and can drive improvement. The number of violations is a lagging, outcome-based indicator that tells you where problems have already occurred, while the number of PIAs and the time taken to fulfill rights requests both reflect only internal organizational activity, not the supply chain dimension.
These 10 are a sample
✓394 questions, each with the full reasoning
✓Every wrong option explained, not just the right one
✓8 chapters of syllabus notes, written from a cold start
✓Full-length mock exam with per-domain scoring
✓Printable PDF included — one purchase, no renewal