Courseiva

ISACA Certified Data Privacy Solutions Engineer (CDPSE) (CDPSE) (CDPSE) — Questions 76150

215 questions total · 3pages · All types, answers revealed

Page 1

Page 2 of 3

Page 3
76
MCQmedium

When pseudonymizing a database using SHA-256 hashing, what is the most critical requirement to prevent re-identification via brute-force or dictionary attacks?

A.Using a strong, unique salt
B.Encrypting the hashing algorithm
C.Reducing the input entropy
D.Truncating the output hash
AnswerA

A salt ensures that identical inputs result in different hashes, mitigating rainbow table attacks.

Why this answer

Adding a unique, secret salt to each input before hashing prevents the use of precomputed rainbow tables to reverse the hash.

77
Multi-Selecthard

Which THREE attributes are typically included in a 'Privacy Metadata' schema to support automated data governance?

Select 3 answers
A.Data owner identifier
B.Database server IP
C.Data retention policy
D.System uptime monitor
E.Data classification label
AnswersA, C, E

Essential for accountability.

Why this answer

Data classification, retention policies, and data owner information are standard components of privacy metadata.

78
Multi-Selecthard

Which THREE technical approaches assist in 'Right to Portability' implementation?

Select 3 answers
A.Automated data lifecycle management
B.Secure data export APIs
C.Manual data entry
D.Full database replication
E.Machine-readable formats
AnswersA, B, E

Useful for generating clean data exports.

Why this answer

Standardized data formats, secure APIs, and automated export services allow users to move their data easily.

79
MCQmedium

When using 'k-anonymity' to protect a dataset, what does the parameter 'k' represent?

A.The number of attributes removed
B.The level of noise added to the data
C.The minimum number of records sharing the same quasi-identifiers
D.The total number of rows in the dataset
AnswerC

Each record must be indistinguishable from k-1 other records.

Why this answer

k-anonymity ensures that any individual in the dataset cannot be distinguished from at least k-1 other individuals.

80
MCQmedium

A CDPSE practitioner is configuring a data discovery job in OneTrust to identify PII in a structured database. Which setting must be enabled to ensure the tool automatically masks the data upon discovery based on a predefined classification tag?

A.Data Retention Policy
B.Workflow Trigger
C.Classification Mapping
D.Auto-Masking Rule
AnswerD

This feature directly applies masking logic to discovered sensitive data.

Why this answer

The 'Auto-Masking' feature in OneTrust Data Discovery allows for immediate protection based on classification labels.

81
MCQmedium

In the context of the data lifecycle, what is the primary benefit of using a 'Data Catalog' tool like Alation?

A.To provide physical security
B.To provide centralized visibility of data location and use
C.To perform automated data deletion
D.To encrypt sensitive files
AnswerB

Visibility is the key to lifecycle and minimization management.

Why this answer

A data catalog provides visibility into data lineage and ownership, which is crucial for lifecycle management.

82
MCQmedium

Which governance artifact is best for documenting the accountability for privacy decisions?

A.A Privacy Decision Log.
B.An email thread.
C.A standard operating procedure (SOP).
D.The company's mission statement.
AnswerA

A log documenting rationale and sign-off is essential for accountability.

Why this answer

A decision log provides a clear trail of who authorized specific privacy practices.

83
MCQmedium

When configuring a Cloud Service Provider's (CSP) 'Storage Access' permissions, which configuration best supports the principle of data segregation?

A.Global administrative access
B.Public read-only access
C.Service-specific IAM policies
D.Wildcard permissions
AnswerC

This enforces least privilege and segregation.

Why this answer

Using separate service accounts and IAM policies for different services ensures that one service cannot access data belonging to another.

84
MCQmedium

In the context of the NIST Privacy Framework, what is the primary role of the 'Govern' (GV) function?

A.Creating data erasure requests.
B.Communicating privacy risks to stakeholders.
C.Detecting privacy breaches.
D.Implementing technical access controls.
E.Archiving personal data.
AnswerB

Communication and policy are key elements of the GV function.

Why this answer

The GV function focuses on understanding organizational context and risk management strategy.

85
MCQmedium

Which of the following is an effective way to implement 'Right to Erasure' in a distributed database system?

A.Asynchronous deletion across nodes
B.Deleting the entire database
C.Marking records as deleted
D.Overwriting with new user data
AnswerA

This handles distributed nature of data effectively.

Why this answer

A centralized deletion service that triggers asynchronous deletion tasks across all nodes and backups ensures full removal.

86
Multi-Selecthard

Which THREE of the following are benefits of a centralized privacy governance model?

Select 3 answers
A.Higher costs due to duplicate efforts.
B.Simplified communication of privacy standards to all regions.
C.Easier reporting and oversight by senior management.
D.The ability to ignore local laws.
E.Consistent application of policies across the entity.
AnswersB, C, E

One set of rules is easier to distribute than many.

Why this answer

Centralization offers better control, consistency, and efficient reporting.

87
MCQhard

In MongoDB, what is the most effective way to ensure data minimization regarding personally identifiable information?

A.Increasing the backup frequency
B.Adding more nodes to the cluster
C.Dropping unused fields from the document schema
D.Indexing all fields
AnswerC

Removing unneeded fields is the definition of data minimization.

Why this answer

Using 'Field Level Encryption' (FLE) ensures that only authorized processes see the data, and dropping unused fields from the collection schema reduces storage of unnecessary data.

88
MCQmedium

When aligning privacy strategy with business objectives, what is the primary metric to demonstrate the value of a privacy program to stakeholders?

A.Count of privacy training sessions completed.
B.Reduction in privacy-related regulatory non-compliance fines.
C.Total spend on privacy software tools.
D.Number of privacy patches applied.
AnswerB

Risk and fine reduction is a direct business value driver.

Why this answer

Business value is best demonstrated through risk reduction and regulatory alignment.

89
Multi-Selectmedium

In the event of a personal data breach, which TWO actions are required to satisfy the notification obligations under many modern privacy regulations (e.g., GDPR)?

Select 2 answers
A.Destruction of all backup tapes to prevent further access.
B.Payment of a fine to the local government.
C.Immediate public announcement on social media.
D.Notification to the relevant Supervisory Authority.
E.Direct notification to affected data subjects if the risk is high.
AnswersD, E

Required within 72 hours under GDPR for high-risk breaches.

Why this answer

Notification to the supervisory authority (within a specified timeframe) and notification to the affected data subjects (if the risk is high) are standard regulatory requirements.

90
MCQhard

You are designing a system for k-anonymity. If a dataset has an identifier that is unique to every row, what is the first step you must take before applying generalization?

A.Add synthetic noise
B.Normalize the dataset
C.Apply suppression to direct identifiers
D.Increase the k-value
AnswerC

Direct identifiers must be removed to prevent simple record linking.

Why this answer

Quasi-identifiers must be identified, and direct identifiers must be suppressed or removed, as k-anonymity does not protect against direct identification.

91
MCQeasy

What is the primary role of a Data Privacy Officer (DPO)?

A.Monitoring compliance and providing advice on data protection.
B.Approving all business marketing budgets.
C.Managing the IT server infrastructure.
D.Developing all corporate software applications.
AnswerA

This is the core mandate of the DPO under GDPR.

Why this answer

The DPO acts as an independent advisor and oversight function for privacy compliance.

92
Multi-Selectmedium

Which TWO actions should a CDPSE prioritize when assessing a vendor for privacy compliance?

Select 2 answers
A.Check if the vendor has a high-quality office interior.
B.Ensure the vendor contract includes specific privacy and data protection clauses.
C.Verify the vendor's social media presence to check for public complaints.
D.Request the vendor's list of all their customers.
E.Review the vendor's most recent third-party audit reports, such as SOC 2.
AnswersB, E

Contractual language is the basis for legal accountability.

Why this answer

Contractual requirements and proof of security controls are the pillars of vendor risk management.

93
MCQeasy

Which principle is represented by ensuring a user's data is only available to the specific application service that needs it?

A.Data segregation
B.Principle of least privilege
C.Data portability
D.Data availability
AnswerB

Providing only the access required for the specific task.

Why this answer

This is the core definition of the principle of least privilege, a pillar of Privacy by Design.

94
MCQhard

You are managing data in a Kubernetes environment. What strategy should be used to support data minimization for ephemeral pods?

A.Always use Persistent Volumes
B.Enable persistent logging
C.Use emptyDir for ephemeral storage
D.Configure snapshots for all pods
AnswerC

This ensures data is wiped when the pod stops, minimizing data footprint.

Why this answer

Using temporary storage volumes (emptyDir) ensures that data is deleted automatically when the pod is terminated.

95
MCQmedium

A company is implementing a new CCPA compliance tool. Which feature should be used to automate the 'Right to Opt-Out' request process for web visitors?

A.A manual email ticketing system for data subject access requests.
B.Automated Consent Management Platform (CMP) configured with a 'Do Not Sell' signal.
C.An automated script that permanently deletes user accounts after 30 days of inactivity.
D.An internal dashboard for employees to view customer purchase histories.
AnswerB

A CMP can manage user preferences and facilitate the 'Do Not Sell' opt-out request.

Why this answer

The 'Do Not Sell' link/mechanism is a mandatory CCPA requirement for businesses that sell personal information.

96
MCQmedium

When privacy governance is integrated into IT governance, what is the most significant benefit?

A.Total replacement of the IT department.
B.Elimination of IT costs.
C.Improved visibility and efficiency of privacy controls.
D.Simplification of external legal audits.
AnswerC

Integrated governance allows for shared resources and consistent oversight.

Why this answer

Integration ensures privacy is considered alongside other business goals, rather than as an afterthought.

97
MCQhard

An organization is conducting a privacy maturity assessment. Which item represents the highest level of maturity in privacy policy development?

A.Policies that are embedded into automated workflows and continuously updated based on metrics.
B.An annual policy review conducted by the legal team.
C.A static document published on the corporate intranet.
D.A policy signed by all employees once every five years.
AnswerA

This is a high-maturity, optimized state of governance.

Why this answer

Automated, dynamic policies that adapt to context represent the highest maturity level.

98
Multi-Selecthard

Which THREE of the following are essential components of an effective privacy governance framework?

Select 3 answers
A.Clear privacy policies and standards.
B.Defined privacy roles and responsibilities.
C.A list of all IT hardware serial numbers.
D.A formal mechanism for monitoring and auditing compliance.
E.The organization's annual tax filing documentation.
AnswersA, B, D

Policies set the rules and expectations for the organization.

Why this answer

A governance framework must include clear policies, defined roles/responsibilities, and a mechanism for monitoring and auditing compliance.

99
Multi-Selecteasy

Which TWO of the following are primary benefits of establishing a mature privacy governance program?

Select 2 answers
A.Enhanced consumer trust and brand reputation.
B.Automatic increase in quarterly revenue.
C.Elimination of the need for an IT department.
D.Reduction in the risk of regulatory fines and legal penalties.
E.Guarantee that no data breaches will ever occur.
AnswersA, D

Good privacy practice is a competitive differentiator and builds trust.

Why this answer

Mature programs increase consumer trust and reduce the likelihood of costly regulatory enforcement actions.

100
MCQeasy

A third-party vendor is providing an API integration for customer support. As a CDPSE, what is the first step you should take in the third-party privacy risk management lifecycle?

A.Categorize the vendor based on the sensitivity and volume of PII they will process.
B.Draft a Data Processing Agreement (DPA).
C.Request the vendor's SOC 2 Type II report.
D.Conduct a penetration test on the vendor's API endpoints.
AnswerA

Risk categorization allows for a tiered approach to due diligence.

Why this answer

Before engaging or assessing a vendor, the risk must be categorized and classified based on the nature of data access and processing activities.

101
MCQhard

In Snowflake, what is the effect of using a 'Dynamic Data Masking' policy on a column containing PII when a non-authorized user runs a SELECT query?

A.The entire row is suppressed
B.The data is returned in a masked format
C.The query fails due to lack of access
D.The data is decrypted before display
AnswerB

Dynamic masking ensures the user sees only protected data at query time.

Why this answer

The dynamic masking policy replaces the real data with a redacted version (e.g., NULL or XXX) at query time without altering the underlying storage.

102
Multi-Selecthard

Which TWO factors must be considered when determining if a cross-border data transfer is lawful under GDPR?

Select 2 answers
A.The existence of an adequacy decision by the European Commission for the destination country.
B.The availability of a local office in the destination country.
C.The implementation of appropriate safeguards, such as SCCs, if no adequacy decision exists.
D.The speed of the network connection between the two countries.
E.The preference of the chief information officer regarding cloud providers.
AnswersA, C

An adequacy decision allows data to flow freely to the recipient country.

Why this answer

Adequacy decisions and appropriate safeguards are the two main legal paths for international transfers.

103
Multi-Selecteasy

Which TWO attributes are essential to include in a data mapping register for privacy compliance?

Select 2 answers
A.Hardware serial number
B.Daily electricity consumption
C.Purpose of processing
D.Operating system version
E.Location of the data
AnswersC, E

Required for transparency and accountability.

Why this answer

Knowing the purpose (why) and the location (where) is foundational for privacy accountability.

104
Multi-Selectmedium

Which TWO of the following are privacy-by-design principles relevant to software development?

Select 2 answers
A.Proactive and preventative
B.Privacy by Default
C.Maximum data retention
D.Maximize development speed
E.Focus on user interface color
AnswersA, B

Anticipate risks before they occur.

Why this answer

Privacy by Default and Proactive/Preventative measures are core pillars of Privacy by Design.

105
MCQeasy

Which tool is best suited for establishing the scope of a privacy governance program by identifying where personal data resides across the organization?

A.Access Control Matrix
B.Data Inventory / Data Map
C.Privacy Impact Assessment (PIA)
D.Incident Response Plan
AnswerB

A data inventory identifies what data is held, where it is stored, and how it is processed.

Why this answer

A Data Inventory (or Data Mapping) is the foundational tool used to identify data assets and their flows.

106
MCQmedium

During a data minimization project, you use Privacera to filter access to specific columns in a Hive table. Which mechanism is used to enforce this policy?

A.Ranger Policy Engine
B.SQL Grant Statements
C.Column Encryption
D.View-Based Restriction
AnswerA

Privacera integrates with Ranger to enforce fine-grained access policies.

Why this answer

Privacera leverages Apache Ranger policies to enforce column-level access control (CLAC) to minimize data exposure.

107
Multi-Selectmedium

Which THREE elements are essential in a Data Protection Impact Assessment (DPIA) report?

Select 3 answers
A.A detailed list of the developer team's salaries.
B.An assessment of the necessity and proportionality of the processing.
C.An assessment of the risks to the rights and freedoms of data subjects.
D.A copy of the organization's business continuity plan.
E.A systematic description of the processing activities.
AnswersB, C, E

Justification is required to ensure privacy compliance.

Why this answer

A DPIA must document the process, the risks identified, and the mitigations applied to be valid.

108
Multi-Selectmedium

When managing privacy risks, which TWO approaches help in 'Data Minimization'?

Select 2 answers
A.Collecting all possible user data points to prepare for future analysis.
B.Setting default retention periods to automatically delete data that is no longer needed.
C.Limiting data collection to only what is strictly necessary for the stated purpose.
D.Increasing the storage capacity of the database server.
E.Making all personal data publicly available on the company intranet.
AnswersB, C

Automated deletion supports minimization by ensuring data isn't kept longer than necessary.

Why this answer

Only collecting what is necessary and setting automated expiration dates are key minimization tactics.

109
MCQhard

You are configuring AWS Macie to identify PII in an S3 bucket. Which setting must be enabled to ensure that specific sensitive data patterns are detected across all files regardless of their object tags?

A.IAM Role trust policy
B.S3 Bucket Policy modification
C.Custom data identifiers
D.S3 Object Lock
AnswerC

Custom data identifiers allow users to define specific patterns to search for within the object content.

Why this answer

Custom data identifiers allow for the definition of regex patterns to scan the entire content of S3 objects, rather than relying on metadata tags.

110
MCQmedium

When performing a data minimization assessment, which feature in Oracle Data Safe helps identify excessive data collection by flagging columns that contain sensitive data but are rarely queried?

A.Data Activity Auditing
B.Security Assessment
C.Sensitive Data Discovery
D.User Assessment
AnswerA

This allows practitioners to identify columns that are never accessed, supporting minimization.

Why this answer

Data Safe's 'Data Activity Auditing' combined with 'Sensitive Data Discovery' identifies unused sensitive data columns.

111
MCQmedium

A CDPSE practitioner is conducting a Privacy Impact Assessment (PIA) for a new marketing application. During the data flow mapping phase, they identify that PII is being transferred to a cloud service provider located in a non-equivalent jurisdiction. Which action should the practitioner prioritize to ensure compliance with the GDPR?

A.Disable the data transfer feature until a local data center is provisioned.
B.Perform a Data Protection Impact Assessment (DPIA) specifically for the transfer.
C.Update the Privacy Policy to inform users about the international transfer.
D.Execute Standard Contractual Clauses (SCCs) with the cloud service provider.
AnswerD

SCCs provide the necessary contractual safeguards for data transfers to non-adequate jurisdictions.

Why this answer

Standard Contractual Clauses (SCCs) are the primary legal mechanism used to safeguard personal data transfers to third countries that do not have an adequacy decision from the European Commission.

112
Multi-Selecthard

Which THREE of the following are essential elements of a privacy governance framework?

Select 3 answers
A.Continuous monitoring and auditing of privacy controls.
B.Clear privacy roles and responsibilities.
C.A collection of all company invoices.
D.Comprehensive privacy policies.
E.A list of employee salaries.
AnswersA, B, D

Monitoring ensures the program stays effective over time.

Why this answer

Policies, roles, and monitoring are the classic pillars of a governance framework.

113
MCQmedium

When configuring 'Dynamic Data Masking' in SQL Server, which permission is required for a user to see the unmasked data?

A.db_datareader
B.SELECT permission
C.UNMASK permission
D.sysadmin role
AnswerC

This explicit permission allows the user to view the raw, unmasked data.

Why this answer

The 'UNMASK' permission is required for a user to view the original values hidden by dynamic data masking.

114
MCQeasy

An organization uses a 'Privacy-preserving Synthetic Data' generator. What is the primary purpose of this tool in a development environment?

A.To replace the need for database backups
B.To enable testing without using actual production PII
C.To verify the identity of developers
D.To increase the accuracy of machine learning models
AnswerB

Synthetic data allows functionality testing while ensuring no real user data is exposed.

Why this answer

Synthetic data mimics the statistical properties of real data without containing actual PII, allowing devs to test without privacy risk.

115
Multi-Selecteasy

Which TWO activities are involved in the 'data mapping' life cycle phase?

Select 2 answers
A.Purchasing new storage
B.Hiring data privacy staff
C.Documenting data flows
D.Identifying data sources
E.Performing penetration tests
AnswersC, D

Shows the movement of data between systems.

Why this answer

Identifying data sources and defining data flows are core to mapping.

116
Multi-Selecthard

Which THREE types of personal data are typically considered 'special category' or 'sensitive' data under privacy regulations?

Select 3 answers
A.Publicly available business contact email addresses.
B.The browser version used by the visitor.
C.Information regarding health or medical records.
D.Biometric data used for identification.
E.Data concerning a person's political opinions.
AnswersC, D, E

Health data is highly sensitive and protected under strict rules.

Why this answer

Biometrics, political opinions, and health data are classified as sensitive due to the high risk they pose to individuals.

117
MCQhard

In a federated learning architecture, how is the model trained without exposing the underlying local datasets?

A.By using homomorphic encryption for every data point
B.By moving all datasets to a centralized data lake
C.By anonymizing the data using k-anonymity
D.By sending locally computed gradients to a central server
AnswerD

The raw data never leaves the local device; only the model updates are shared.

Why this answer

Federated learning works by sending the global model to local nodes, training it locally, and sending only the parameter updates (gradients) back to the central server.

118
MCQmedium

A privacy engineer is configuring a new AWS S3 bucket to store sensitive customer data. Which configuration ensures the highest level of privacy by design through encryption at rest using customer-managed keys?

A.Enable S3 Managed Keys (SSE-S3)
B.Enable AWS KMS with Customer Managed Keys (SSE-KMS)
C.Enable S3 Object Lock
D.Enable Server-Side Encryption with Customer-Provided Keys (SSE-C)
AnswerB

SSE-KMS with customer-managed keys allows for granular key policies and audit logs.

Why this answer

AWS KMS with customer-managed keys provides better control over access and rotation than S3-managed keys.

119
MCQhard

When designing a system with k-anonymity, which metric measures the impact of generalization on the utility of the data?

A.Epsilon value
B.Entropy loss
C.Discernibility penalty
D.F-score
AnswerC

It quantifies the loss of utility due to generalization.

Why this answer

Discernibility penalty measures how much the data has been degraded to achieve the k-anonymity requirement.

120
MCQhard

A company is using an automated system to make credit decisions. What is the main privacy concern regarding the 'Right to Explanation'?

A.The system is too slow for real-time credit processing.
B.The lack of human intervention in automated decision-making processes.
C.The cost of maintaining the automated system infrastructure.
D.The inability of the system to process non-numeric data types.
AnswerB

The GDPR emphasizes the right to human intervention and an explanation of the logic involved in ADM.

Why this answer

Automated decision-making (ADM) requires transparency so that data subjects can understand why a decision was made.

121
MCQhard

An organization is implementing a 'Privacy by Design' framework for a machine learning model used to predict customer churn. Which technique should be utilized to minimize privacy risk while maintaining model utility?

A.Differential privacy.
B.Full deletion of all customer datasets.
C.Obfuscation of the model's source code.
D.Conversion of all data to unstructured formats.
AnswerA

Differential privacy provides a mathematical guarantee of privacy.

Why this answer

Differential privacy adds noise to a dataset, allowing for statistical analysis while preventing the identification of individual data subjects.

122
MCQmedium

When configuring a 'Data Disposal' process, why is it critical to verify the 'Chain of Custody'?

A.To ensure the database is faster
B.To verify the data was deleted securely
C.To identify who shared the data
D.To increase storage space
AnswerB

Verification is the final step in the disposal process to prove compliance.

Why this answer

Chain of custody ensures that data was tracked throughout its existence until secure destruction, providing evidence for compliance.

123
MCQhard

When implementing Secure Multi-Party Computation (SMPC), what is the primary benefit?

A.No data movement required
B.Full public data visibility
C.Computation on private inputs
D.High speed performance
AnswerC

It enables collaborative analysis without sharing raw data.

Why this answer

SMPC allows multiple parties to compute a function over their inputs while keeping those inputs private from each other.

124
Multi-Selecthard

Which THREE features are essential when implementing a robust 'Consent Management Platform' (CMP)?

Select 3 answers
A.Immutable consent audit logs
B.Automatic account creation
C.Automated data deletion
D.Granular opt-in toggles
E.Easy consent withdrawal
AnswersA, D, E

Necessary to prove compliance.

Why this answer

A CMP must allow for granular consent, withdrawal, and audit trails to be compliant.

125
MCQeasy

During a data mapping exercise in BigID, you need to identify data that has exceeded its retention period. Which attribute should be used to filter the data inventory?

A.Data Subject ID
B.Classification Level
C.Encryption Status
D.Retention Expiration Date
E.Data Source Type
AnswerD

This field tracks when data is eligible for disposal according to policy.

Why this answer

The 'Last Modified' or 'Age' attribute is used to calculate retention compliance status in data inventory tools.

126
MCQmedium

How can an organization ensure privacy is considered during the vendor procurement phase?

A.Hiring the vendor based solely on price.
B.Waiting until the contract is signed before asking for privacy details.
C.Allowing the vendor to provide their own privacy policy.
D.Including privacy and data security requirements in the RFP.
AnswerD

Proactive inclusion in the RFP ensures privacy is a selection criterion.

Why this answer

Embedding privacy requirements into the Request for Proposal (RFP) sets expectations early.

127
Multi-Selecteasy

Which THREE types of data are considered 'sensitive' and require heightened privacy controls?

Select 3 answers
A.Health and medical records
B.Biometric identifiers
C.Financial account numbers
D.Employee internal job title
E.Publicly available business address
AnswersA, B, C

Contains highly private information.

Why this answer

Biometric, health, and financial data are explicitly listed as special categories or sensitive data in most privacy regulations like GDPR or CCPA.

128
Multi-Selectmedium

When establishing a Privacy Risk Assessment methodology, which TWO components are essential to ensure the assessment is repeatable and defensible?

Select 2 answers
A.Automated deletion of all PII.
B.Public disclosure of all internal audit findings.
C.Defined risk appetite and tolerance thresholds.
D.Exclusive use of external consultants for all assessments.
E.A standardized risk scoring matrix.
AnswersC, E

Thresholds guide the prioritization of remediation.

Why this answer

A consistent scoring criteria and defined risk tolerance thresholds are necessary to ensure that risks are evaluated objectively across different business units.

129
MCQhard

A company is considering the use of a data broker. Which privacy risk is most significant?

A.The broker's physical office location.
B.The technical compatibility of the data format.
C.The lack of visibility into the data broker's consent collection methods.
D.The cost of purchasing the data.
AnswerC

If the broker didn't obtain valid consent, the organization's use of that data is tainted.

Why this answer

The biggest risk is the lack of transparency about how the data was originally collected, potentially tainting the organization's own compliance.

130
MCQmedium

To prevent 're-identification' of an anonymized dataset, what process should be applied if the dataset is merged with external public data?

A.Data validation
B.Backup encryption
C.Database normalization
D.Linkage attack analysis
AnswerD

This assesses if external data can re-identify individuals.

Why this answer

Re-identification risk assessment, specifically linkage attack analysis, must be conducted to ensure the merged dataset remains safe.

131
MCQhard

When implementing a privacy management system, what is the best approach to gain executive support?

A.Asking for unlimited funding for software tools.
B.Sending a list of all regulatory articles.
C.Threatening the board with fines.
D.Aligning privacy objectives with business value and risk management.
AnswerD

Connecting privacy to business success is the strongest way to gain support.

Why this answer

Business leaders care about risk, brand, and cost; framing privacy in these terms is the most effective approach.

132
MCQeasy

What does a 'Privacy-Enhancing Technology' (PET) primarily aim to achieve?

A.Increasing processing power
B.Improving network bandwidth
C.Reducing software bugs
D.Minimizing or protecting personal data
AnswerD

That is the core definition of a PET.

Why this answer

PETs are tools that protect personal data by minimizing it, masking it, or providing mathematical privacy guarantees.

133
MCQeasy

What is the first step in creating a data inventory for a privacy program?

A.Defining the organization's data retention schedule.
B.Appointing a Data Protection Officer.
C.Drafting a new privacy policy.
D.Identifying and locating the personal data held by the organization.
AnswerD

You cannot manage what you have not yet identified.

Why this answer

Identifying data assets is the prerequisite for all other privacy management activities.

134
Multi-Selectmedium

Which TWO options represent common risks when data life cycle management is not implemented?

Select 2 answers
A.Decreased user account count
B.Reduced network throughput
C.Regulatory non-compliance
D.Increased risk of data breach impact
E.Loss of software license keys
AnswersC, D

Failure to dispose of data properly leads to fines.

Why this answer

Compliance fines and increased data breach impact are major consequences of failed lifecycle management.

135
MCQhard

In a database, you need to replace social security numbers with a consistent, non-reversible value for analytics. What is the best approach?

A.Salted one-way hashing
B.Deterministic encryption
C.Format-preserving encryption
D.Randomized tokenization
AnswerA

Hashing is one-way, and the salt prevents rainbow table attacks.

Why this answer

Salted hashing produces a consistent value that is non-reversible, ideal for analytics without needing to recover the original ID.

136
MCQmedium

During an audit, it is found that an application logs user session tokens including sensitive user IDs. What is the correct privacy recommendation?

A.Restrict access to logs to only the security team.
B.Mask or redact the sensitive user IDs from the application logs.
C.Encrypt the log files to protect the sensitive information.
D.Increase the frequency of log rotation.
AnswerB

Redaction/masking prevents unnecessary exposure of PII in logs.

Why this answer

The principle of data minimization and security requires that logs should not contain sensitive PII that isn't strictly necessary.

137
MCQmedium

A practitioner is deploying a Google Cloud Storage bucket. To ensure that files containing PII are automatically redacted before being accessed by external users, which Cloud DLP action should be integrated?

A.IAM conditions
B.Storage Transfer Service
C.Bucket lock
D.Cloud DLP de-identification template
AnswerD

DLP de-identification templates define how data is masked or tokenized.

Why this answer

Cloud DLP (Data Loss Prevention) triggers can be integrated to inspect and redact content in Cloud Storage.

138
MCQmedium

How can a CDPSE ensure that personal data is only kept for as long as necessary?

A.Requiring employees to delete their own emails after one year.
B.Implementing automated retention and disposal schedules in the data management system.
C.Manually reviewing every file in the database each month.
D.Conducting annual security training for all staff.
AnswerB

Automation ensures policies are applied consistently and effectively.

Why this answer

Implementing automated data retention and deletion policies ensures compliance with storage limitation principles.

139
MCQeasy

What is the primary purpose of a Data Privacy Impact Assessment (DPIA)?

A.To calculate the budget required for security hardware.
B.To identify and mitigate privacy risks associated with a new data processing activity.
C.To train employees on the company's privacy policies.
D.To verify the system uptime requirements of the application.
AnswerB

This is the core objective of conducting a DPIA.

Why this answer

The primary goal of a DPIA is to identify and minimize privacy risks in a project or processing activity.

140
Multi-Selectmedium

Which THREE techniques effectively protect data during the 'use' phase of the life cycle?

Select 3 answers
A.Data replication
B.Data compression
C.Pseudonymization
D.Data masking
E.Encryption
AnswersC, D, E

Replaces identifiers to allow processing without direct link to identity.

Why this answer

Encryption, masking, and pseudonymization are standard techniques for protecting data during active processing.

141
MCQhard

Your organization is preparing for a CCPA/CPRA audit. You are asked to verify the 'Right to Opt-Out of Sale or Sharing' implementation. Which technical requirement must be validated to ensure compliance with the Global Privacy Control (GPC) signal?

A.The system must log the user's IP address to verify their residency status before honoring the signal.
B.The website must automatically trigger a manual consent banner upon detecting the signal.
C.The server must programmatically honor the GPC signal as a valid opt-out request without requiring user interaction.
D.The user must be authenticated via OAuth2 to confirm their identity before the signal is processed.
AnswerC

The CPRA requires that opt-out preference signals be honored automatically.

Why this answer

The CPRA regulations explicitly require that businesses recognize browser-based opt-out signals, such as the GPC, as a valid request to opt-out of the sale or sharing of personal information.

142
MCQhard

You are implementing 'Privacy-Preserving Record Linkage' between two databases. What is the most effective approach?

A.Centralized database merge
B.Bloom filters
C.Manual data inspection
D.Cleartext matching
AnswerB

Bloom filters are a common PET for privacy-preserving comparison.

Why this answer

Bloom filters allow comparing data without exchanging the actual raw values, protecting the underlying PII.

143
MCQhard

When managing data retention in Azure Data Lake Storage (ADLS) Gen2, how do you implement a policy that deletes files older than 7 years?

A.Apply a Data Loss Prevention policy
B.Create a Power Automate flow to scan the lake
C.Configure a Lifecycle Management policy rule
D.Use Azure Data Factory to trigger a DELETE SQL query
E.Set the 'Delete' flag on the container
AnswerC

This is the native, intended method for managing ADLS object aging.

Why this answer

Lifecycle management policies in ADLS allow you to define rules to delete blobs based on the number of days since last modification.

144
MCQmedium

When implementing a 'Privacy Dashboard' for users, which feature is critical for fulfilling GDPR Article 15 (Right of Access) requests?

A.Account deletion button
B.Automated data portability export
C.Consent management toggle
D.Marketing preference settings
AnswerB

Portability is a core component of the Right of Access.

Why this answer

Self-service data export allows users to exercise their right of access without manual intervention.

145
Multi-Selecthard

Which THREE privacy engineering activities are performed during the 'Maintenance' phase of the system lifecycle?

Select 3 answers
A.Initial design wireframing
B.Patching security vulnerabilities
C.Continuous privacy monitoring
D.Periodic DPIA review
E.Project budget estimation
AnswersB, C, D

Prevents PII breaches.

Why this answer

Continuous monitoring, re-assessing impact, and updating security patches are critical during maintenance.

146
Multi-Selectmedium

Which TWO of the following are key components of a robust privacy governance framework?

Select 2 answers
A.Clear assignment of roles and responsibilities.
B.A mandate to block all internet access.
C.The office floor plan.
D.A list of employee social media passwords.
E.Documented privacy policies and procedures.
AnswersA, E

This is fundamental for accountability.

Why this answer

Accountability and transparent policies are foundational to any privacy framework.

147
Multi-Selecthard

Which THREE activities should be included in an organization's privacy compliance monitoring program to identify potential regulatory non-compliance?

Select 3 answers
A.Automated blocking of all inbound email traffic.
B.Periodic privacy control self-assessments.
C.Automated data discovery to identify unauthorized PII storage.
D.Regular testing of privacy awareness training.
E.Increasing the executive leadership's salary.
AnswersB, C, D

Self-assessments help identify gaps.

Why this answer

Periodic audits, automated scanning for sensitive data leakage, and training effectiveness checks provide a comprehensive view of the compliance posture.

148
MCQhard

A CDPSE is reviewing a vendor's privacy controls. Which finding would be considered a major non-compliance risk?

A.The vendor lacks a documented process for handling data subject erasure requests.
B.The vendor uses a different database encryption algorithm than the organization.
C.The vendor's privacy policy is not written in the user's native language.
D.The vendor only updates their privacy policy once every two years.
AnswerA

Inability to fulfill data subject rights is a fundamental non-compliance issue.

Why this answer

Failure to provide a data subject right to erasure is a critical violation of privacy regulations.

149
MCQhard

In AWS Glue, a developer needs to ensure that sensitive columns are automatically identified and redacted during ETL jobs. Which component is best suited for this?

A.AWS Glue Schema Registry
B.AWS Lake Formation
C.Amazon Macie
D.Glue DataBrew
AnswerD

DataBrew provides visual transformations and PII redaction capabilities.

Why this answer

Glue DataBrew allows for data profiling and recipe-based transformations including PII redaction.

150
Multi-Selectmedium

Which THREE techniques are commonly used to achieve 'Pseudonymization' for PII in data sets?

Select 3 answers
A.Partial masking
B.Data deletion
C.Hashing with a secure salt
D.Tokenization
E.Encryption without key management
AnswersA, C, D

Hiding specific characters (e.g., credit card digits) while leaving a portion for identification.

Why this answer

Tokenization, hashing (with salt), and masking (partial) are all accepted methods for pseudonymization.

Page 1

Page 2 of 3

Page 3

All pages