Courseiva

CCNA Privacy Engineering Questions

75 of 78 questions · Page 1/2 · Privacy Engineering topic · Answers revealed

1
Multi-Selectmedium

Which TWO actions should be taken when decommissioning an old server containing PII?

Select 2 answers
A.Saving logs to a cloud bucket
B.Cryptographic erasure of the drives
C.Moving data to a temporary folder
D.Physical destruction of the drives
E.Reformatting the partition
AnswersB, D

Renders data unrecoverable.

Why this answer

Cryptographic erasure and physical destruction are industry-standard methods for ensuring data cannot be recovered.

2
MCQhard

In a Google Cloud environment, you need to implement a policy to automatically redact PII from documents uploaded to Cloud Storage. Which service should be integrated?

A.Cloud Storage buckets lifecycle policy
B.Cloud Identity and Access Management
C.Cloud Logging
D.Cloud Data Loss Prevention (DLP) API
AnswerD

The DLP API provides native integration to redact sensitive data from storage sources.

Why this answer

Cloud Data Loss Prevention (DLP) API allows for the inspection, de-identification, and redaction of PII within unstructured data.

3
Multi-Selectmedium

Which TWO technical controls are effective for limiting the scope of PII access in a cloud-based SQL environment?

Select 2 answers
A.Column-level security
B.Row-level security
C.Public network access
D.Full database export
E.Verbose error logging
AnswersA, B

Hides specific sensitive columns.

Why this answer

Column-level security and Row-level security provide the most granular access control to prevent unauthorized PII visibility.

4
MCQhard

You are configuring an API gateway to implement 'Data Minimization' via response filtering. How is this typically achieved for JSON payloads?

A.By using TLS 1.3 encryption
B.By increasing the request timeout
C.By implementing field-level response transformation
D.By modifying the backend database schema
AnswerC

This acts as a filter to remove specific keys from the JSON payload at the gateway level.

Why this answer

Response transformation or JSON schema validation allows the gateway to strip sensitive fields from the response body before it reaches the client.

5
Multi-Selectmedium

When implementing Privacy by Design (PbD) in a new mobile application, which TWO of the following are considered proactive technical controls?

Select 2 answers
A.Periodic external audits
B.End-user training
C.Comprehensive incident response plan
D.Default privacy settings
E.Data minimization
AnswersD, E

Ensuring the most restrictive settings are enabled by default is a proactive control.

Why this answer

Data minimization and privacy-default configurations are foundational proactive PbD controls.

6
MCQeasy

When designing a data retention policy, which technical configuration in S3 best automates the process?

A.S3 Lifecycle policy
B.S3 Replication
C.S3 Inventory
D.S3 Object Lock
AnswerA

This automates deletion based on expiration dates.

Why this answer

S3 Lifecycle policies allow for automatic transition or deletion of objects based on age.

7
MCQeasy

What is the primary function of a 'Data Protection Impact Assessment' (DPIA) from an engineering perspective?

A.To test software security
B.To identify privacy risks in system design
C.To document legal agreements
D.To manage budget
AnswerB

It is a foundational privacy-by-design activity.

Why this answer

A DPIA helps identify privacy risks in the design phase so that controls can be implemented early.

8
MCQmedium

A privacy engineer is configuring Azure Data Factory to ensure PII is masked during integration. Which feature should be configured to apply dynamic data masking on SQL targets?

A.Azure Policy definition
B.SQL Dynamic Data Masking policies
C.Data Factory Mapping Data Flows
D.Azure Key Vault access policies
AnswerB

DDM is the direct tool for masking sensitive data at the database level.

Why this answer

Dynamic Data Masking (DDM) in Azure SQL Database allows masking sensitive data, which can be enforced via integration pipelines.

9
MCQmedium

An organization wants to monitor data access patterns for potential privacy violations. Which tool is best for detecting unusual access to PII tables?

A.Vulnerability assessment report
B.Database Activity Monitoring (DAM)
C.Network load balancer logs
D.Backup integrity check
AnswerB

DAM tools specifically track queries and row-level access patterns.

Why this answer

Database activity monitoring (DAM) or audit logs analyzed by a SIEM can flag anomalous access behavior.

10
MCQmedium

When encrypting data for long-term storage, which configuration is most important for privacy?

A.Disabling logging
B.Hardcoding the key
C.Frequent key rotation
D.Using a single global key
AnswerC

This limits the window of vulnerability for encrypted data.

Why this answer

Key rotation ensures that even if one key is compromised, the impact on the data is contained, and it supports long-term data protection.

11
MCQmedium

A privacy engineer is implementing differential privacy in a data analytics pipeline. To ensure the privacy budget remains intact over multiple queries, which technique should be applied?

A.Implementing k-anonymity on the original dataset
B.Increasing the sensitivity of the query function
C.Utilizing composition theorems to track cumulative privacy loss
D.Applying a fixed noise distribution regardless of query count
AnswerC

Composition theorems provide the mathematical framework to calculate the total privacy budget spent.

Why this answer

Composition theorems in differential privacy allow for the tracking of the cumulative privacy loss (epsilon) as multiple queries are performed on the same dataset.

12
MCQhard

A privacy engineer is implementing 'Tokenization' for credit card processing. Where should the 'vault' be situated to ensure the highest level of privacy?

A.In the same database as the application logs
B.In a physically or logically segregated environment
C.On the end-user's local workstation
D.Integrated directly into the web server memory
AnswerB

Segregation limits exposure and restricts access to the sensitive mapping database.

Why this answer

The vault containing the cleartext data must be isolated in a highly secure environment, often off-site or in a segregated network segment, to minimize the PCI-DSS scope.

13
Multi-Selecthard

Which THREE factors are critical for balancing privacy and utility when using k-anonymity?

Select 3 answers
A.Selection of quasi-identifiers
B.The chosen k-value
C.The total number of users
D.The generalization level
E.The server CPU count
AnswersA, B, D

These are the target of generalization.

Why this answer

Choosing the right quasi-identifiers, the value of k, and the generalization level are key to balancing privacy and utility.

14
MCQmedium

A company needs to share customer demographics with a third party. Which technique allows for statistical analysis without revealing individual identities?

A.Differential privacy
B.Encryption
C.Data deletion
D.Pseudonymization
AnswerA

It provides a mathematical guarantee of privacy for individuals in a statistical dataset.

Why this answer

Differential privacy adds mathematical noise to prevent individual re-identification while preserving global trends.

15
MCQmedium

Which component in an API gateway is used to ensure PII is not sent to third-party endpoints?

A.Rate limiting
B.Request transformation policy
C.OAuth 2.0 validation
D.CORS policy
AnswerB

This allows modifying the request payload to remove PII.

Why this answer

A request transformation policy can be used to scrub or redact specific headers or body fields before the request is forwarded.

16
MCQhard

You are auditing a system for 'Data Minimization'. Which discovery finding would be a primary concern?

A.Holding data beyond the retention period
B.Using AES-256 for encryption
C.Using a pseudonym for database keys
D.Encrypting backups
AnswerA

This violates the principle of storing only what is needed for as long as needed.

Why this answer

Storing PII longer than the legal or business necessity period is a direct violation of data minimization and retention principles.

17
MCQmedium

Which feature in Microsoft Purview Information Protection should be used to automatically identify and classify documents containing credit card numbers as they are created?

A.eDiscovery search
B.Sensitivity labels with auto-labeling
C.Data Loss Prevention (DLP) policy
D.Information Rights Management (IRM)
AnswerB

This feature automatically applies protection based on detected sensitive info types.

Why this answer

Sensitivity labels combined with Auto-labeling policies allow for the automated identification and tagging of sensitive data based on content patterns.

18
MCQeasy

A privacy engineer is auditing log data. Which action best aligns with data minimization requirements for logs?

A.Configuring log masking rules
B.Centralizing logs in a SIEM
C.Enabling full verbose logging
D.Setting a long retention policy
AnswerA

Masking removes or replaces PII in logs.

Why this answer

Log masking or filtering ensures that sensitive information is not persisted in log files.

19
MCQmedium

A privacy engineer is configuring Azure SQL Database to ensure that sensitive columns containing PII are hidden from non-privileged users. Which feature should be implemented to achieve dynamic data masking?

A.Always Encrypted
B.Row-Level Security
C.Transparent Data Encryption
D.Dynamic Data Masking
AnswerD

DDM is the specific SQL feature designed to mask sensitive data in the result set of a query.

Why this answer

Dynamic Data Masking (DDM) limits sensitive data exposure by masking it to non-privileged users at the query execution level.

20
Multi-Selectmedium

Which TWO actions help improve privacy in a containerized environment (e.g., Kubernetes)?

Select 2 answers
A.Increasing container replica count
B.Kubernetes Secrets management
C.Using public container registries
D.Disabling logging
E.Kubernetes Network Policies
AnswersB, E

Protects keys and passwords.

Why this answer

Network policies and secrets management are essential for limiting access and protecting sensitive data in containers.

21
MCQeasy

Which of the following is an example of a Privacy-Enhancing Technology (PET) that focuses on data minimization?

A.Synthetic data generation
B.Hardware Security Modules (HSMs)
C.AES-256 Encryption
D.Vulnerability scanning
AnswerA

Synthetic data allows for analysis without using real PII.

Why this answer

Synthetic data generation creates new data that mimics the properties of real data without containing the original PII.

22
MCQmedium

In the context of Privacy by Design, what is the primary role of an 'Access Control Matrix' in a microservices architecture?

A.Principle of least privilege implementation
B.Log aggregation
C.Threat modeling
D.Data classification
AnswerA

The matrix ensures granular control based on need-to-know.

Why this answer

It explicitly maps subjects to objects and permissions, ensuring the principle of least privilege.

23
Multi-Selectmedium

Which THREE of the following are considered standard 'Privacy-Enhancing Technologies' (PETs) used for data protection in analytics?

Select 3 answers
B.Differential Privacy
C.Secure Multi-Party Computation
D.Full-Disk Encryption
E.Homomorphic Encryption
AnswersB, C, E

Adds mathematical noise to protect individual identity.

Why this answer

Differential privacy, secure multi-party computation, and homomorphic encryption are core PETs designed for privacy-preserving computation.

24
Multi-Selecthard

When designing a privacy-preserving data pipeline, which TWO strategies help achieve 'Data Minimization'?

Select 2 answers
A.Disabling all audit logging
B.Truncating or hashing identifiers before ingestion
C.Increasing the retention period for backups
D.Storing all raw data in a data lake for future use
E.Aggregating data points to a higher level of abstraction
AnswersB, E

This reduces the granularity of data at the entry point of the pipeline.

Why this answer

Data aggregation and truncation/hashing are effective ways to reduce the granularity of data and minimize the presence of identifiable information.

25
Multi-Selecthard

A privacy engineer is implementing differential privacy on a dataset using Google Cloud's Differential Privacy library. Which THREE configuration steps are critical for minimizing re-identification risk?

Select 3 answers
A.Choosing a random seed that is publicly known
B.Defining appropriate sensitivity bounds for the input data
C.Increasing the dataset size to infinite
D.Setting a low Epsilon value for higher privacy loss limit
E.Enabling Delta parameter for probabilistic privacy guarantees
AnswersB, D, E

Sensitivity bounds dictate the amount of noise required.

Why this answer

Differential privacy involves setting epsilon, delta, and ensuring proper noise injection.

26
MCQhard

When implementing differential privacy in a data analytics pipeline, what is the primary technical trade-off the engineer must balance?

A.Anonymization speed and data volume
B.Privacy budget and accuracy
C.Encryption speed and latency
D.Scalability and storage costs
AnswerB

Differential privacy requires balancing the noise level (privacy) against result utility (accuracy).

Why this answer

The epsilon parameter controls the privacy budget, affecting the accuracy of the output and the level of privacy protection.

27
Multi-Selectmedium

Which TWO of the following are key privacy controls in an AWS environment?

Select 2 answers
A.AWS CloudFront
B.Amazon Macie
C.AWS Key Management Service
D.AWS Auto Scaling
E.AWS Glue Schema Registry
AnswersB, C

Identifies PII in S3.

Why this answer

AWS Macie (for discovery) and AWS KMS (for encryption/control) are critical privacy tools.

28
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.

29
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.

30
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.

31
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.

32
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.

33
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.

34
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.

35
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.

36
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.

37
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.

38
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.

39
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.

40
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.

41
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.

42
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.

43
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.

44
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.

45
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.

46
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.

47
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.

48
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.

49
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.

50
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.

51
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.

52
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.

53
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.

54
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.

55
MCQmedium

To ensure that data access logs cannot be tampered with by an administrator with high privileges, which technical control should be implemented?

A.Role-Based Access Control (RBAC)
B.Database encryption at rest
C.Immutable log storage
D.Multi-factor authentication (MFA)
AnswerC

Immutable storage prevents modification or deletion of existing audit records.

Why this answer

Write-Once-Read-Many (WORM) storage or immutable logging ensures that even admins cannot alter or delete logs after they are written.

56
MCQhard

You are troubleshooting a Federated Learning model. Privacy leakage is occurring during model updates. Which parameter should you adjust to improve privacy?

A.Change the learning rate
B.Implement secure aggregation
C.Increase the batch size
D.Decrease the number of epochs
AnswerB

Secure aggregation ensures individual updates are not visible to the server.

Why this answer

Adding secure aggregation and increasing the noise in gradients helps prevent inference attacks on model updates.

57
MCQhard

In the context of 'Privacy-Preserving Machine Learning', what is the purpose of the 'Membership Inference Attack' simulation during testing?

A.To identify if training data is leaked
B.To optimize model accuracy
C.To improve training speed
D.To validate input quality
AnswerA

It detects if the model memorizes individual training data.

Why this answer

This simulation tests if a model reveals whether a specific individual's data was used in the training set, exposing a potential privacy breach.

58
Multi-Selectmedium

Which TWO techniques should be used to protect PII in non-production environments to ensure the data remains non-identifiable?

Select 2 answers
A.Pseudonymization
B.Full database mirroring
C.Public internet exposure
D.Plaintext replication
E.Anonymization
AnswersA, E

Separating identifiers from data reduces risk.

Why this answer

Anonymization and pseudonymization (if key access is restricted) are standard methods for protecting non-prod data.

59
MCQmedium

A privacy engineer is reviewing a 'consent management platform' (CMP). Which configuration is necessary to ensure compliance with a user's choice to 'opt-out' of data sharing?

A.Programmatic propagation of the opt-out signal
B.Sending an email confirmation to the user
C.Storing the choice in a local browser cookie only
D.Displaying the privacy policy on the landing page
AnswerA

The signal must be actionable by all integrated vendors to be effective.

Why this answer

The CMP must broadcast the opt-out signal to all downstream ad-tech and analytics providers via a standardized framework like GPP or TCF.

60
MCQmedium

A system architect is using 'Zero Trust' network principles. How does this enhance privacy?

A.By encrypting all disk storage
B.By centralizing all user data
C.By preventing user account creation
D.By verifying every access request
AnswerD

It eliminates implicit trust, ensuring only authorized access to PII.

Why this answer

It forces authentication and authorization for every request, preventing lateral movement and unauthorized data access.

61
Multi-Selecthard

Which THREE privacy-enhancing technologies are commonly used to facilitate data analysis on distributed datasets without centralizing the raw PII?

Select 3 answers
A.Federated Learning
B.Secure Multi-Party Computation
C.Differential Privacy
D.Full disk encryption
E.Network load balancing
AnswersA, B, C

Trains models without moving raw data.

Why this answer

SMPC, Federated Learning, and Differential Privacy all allow for privacy-preserving analysis of distributed data.

62
MCQmedium

An organization is using 'Bring Your Own Key' (BYOK) in their cloud environment. What is the primary privacy benefit?

A.Faster encryption processing
B.Improved data availability
C.Reduced storage costs
D.Control over key lifecycle
AnswerD

The organization controls when keys are destroyed, limiting provider access.

Why this answer

BYOK allows the data controller to maintain custody of the encryption keys, preventing the cloud provider from accessing the data.

63
MCQmedium

Which feature in an identity provider (IdP) supports privacy by limiting the scope of claims sent to a relying party?

A.Token refresh policy
B.Group membership mapping
C.OIDC Scopes
AnswerC

Scopes define the subset of identity information shared.

Why this answer

OIDC scopes allow the requester to ask for only the minimum set of attributes required, supporting data minimization.

64
MCQeasy

A web application stores user logs in a cleartext format. To implement 'Privacy by Design', which technical control is the most appropriate first step to minimize data exposure?

A.Apply data masking to the log fields
B.Rotate encryption keys weekly
C.Implement full-disk encryption
D.Enable verbose logging for debugging
AnswerA

Masking is an effective method to remove or hide sensitive data before it is persisted.

Why this answer

Data minimization ensures that only necessary data is collected and stored, reducing the attack surface immediately.

65
Multi-Selectmedium

Which TWO of the following are effective ways to protect logs that contain PII?

Select 2 answers
A.Encryption at rest
B.Disabling log rotations
C.Restricted IAM access policies
D.Broad read access for all employees
E.Sending logs to a public URL
AnswersA, C

Protects data on the storage medium.

Why this answer

Encryption and restricted access control are necessary for protecting sensitive data inside log files.

66
Multi-Selecteasy

Which TWO actions should be taken when performing a 'Privacy Impact Assessment' (PIA) on a new software tool?

Select 2 answers
A.Delete all historical databases
B.Update the server firmware version
C.Purchase the most expensive enterprise security suite
D.Evaluate potential risks to the rights and freedoms of individuals
E.Document the data lifecycle from collection to destruction
AnswersD, E

Assessing risk is the primary goal of the PIA process.

Why this answer

A PIA involves identifying the flow of data and assessing the risks to data subject rights.

67
Multi-Selectmedium

Which TWO features in a cloud IAM configuration help enforce 'Least Privilege' as a privacy control?

Select 2 answers
A.Attribute-Based Access Control (ABAC)
B.Hardcoding credentials in scripts
C.Just-in-Time (JIT) privileged access
D.Setting all S3 buckets to public
E.Adding all users to the 'Admin' group
AnswersA, C

ABAC allows for dynamic, context-aware access decisions.

Why this answer

Attribute-Based Access Control and Just-in-Time access are primary mechanisms for granular, minimal access.

68
MCQeasy

Which of the following is an example of a physical privacy control?

A.Disk encryption
B.Access logs
C.Data masking
D.Biometric server room entry
AnswerD

This is a physical control protecting the infrastructure.

Why this answer

Securing the server room prevents unauthorized physical access to the hardware holding the data.

69
Multi-Selectmedium

Which TWO of the following are key privacy engineering objectives when designing a system that processes sensitive health data?

Select 2 answers
A.Data minimization
B.Hardware cost reduction
C.Maximum system availability
D.Transparency of processing
E.High performance throughput
AnswersA, D

Reducing PII collection is essential.

Why this answer

Data minimization and transparency are fundamental to privacy engineering for sensitive data.

70
MCQeasy

What is the primary privacy advantage of using 'On-Device Processing' for machine learning inference?

A.Easier debugging of the model
B.Reduction in data transfer of sensitive inputs
C.Faster cloud infrastructure scaling
D.Improved model accuracy
AnswerB

By not sending the data to the cloud, the risk of interception or unauthorized storage is eliminated.

Why this answer

On-device processing keeps raw user data on the local device, preventing the need to transmit sensitive information to a central server.

71
MCQhard

When using Homomorphic Encryption, what is the primary limitation for a privacy engineer to consider?

A.Computational overhead
B.Data loss during processing
C.Inability to perform search
D.Lack of vendor support
AnswerA

The performance cost is the main barrier to widespread adoption.

Why this answer

Homomorphic encryption is extremely computationally intensive, often causing significant performance degradation.

72
MCQeasy

A privacy engineer is using Terraform to enforce encryption at rest for S3 buckets. Which resource attribute should be set to 'aws:kms'?

A.bucket_acl
B.versioning_enabled
C.server_side_encryption_configuration
D.public_access_block
AnswerC

This block defines the encryption settings for the bucket.

Why this answer

The 'sse_algorithm' attribute must be set to 'aws:kms' to enforce server-side encryption with KMS.

73
MCQeasy

Which of the following is an example of an 'operational' technical control for privacy?

A.Privacy policy document
B.Standard Operating Procedure
C.Privacy impact assessment
D.Data discovery scanning tools
AnswerD

These are active tools used in the environment to manage data.

Why this answer

Automated data discovery scans identify where PII exists, which is necessary for managing privacy.

74
MCQeasy

Which of the following is the most effective technical control for implementing the 'Right to be Forgotten' in a distributed microservices environment?

A.Deleting individual database records in each service
B.Archiving logs for 7 years
C.Increasing database logging levels
D.Implementing a centralized 'Identity Deletion' event bus
AnswerD

An event bus ensures consistency and auditability for deletion requests across microservices.

Why this answer

A centralized identity service allows for the systematic propagation of deletion requests across all downstream services.

75
MCQhard

You are integrating a homomorphic encryption library into a cloud-based financial system. What is the primary trade-off you must communicate to stakeholders regarding the implementation of Fully Homomorphic Encryption (FHE)?

A.Incompatibility with cloud storage
B.Increased storage requirements
C.Loss of data integrity
D.Significant latency during computation
AnswerD

FHE operations require massive computational overhead, causing slow query performance.

Why this answer

FHE is computationally expensive, leading to significant latency increases for complex analytical operations on encrypted data.

Page 1 of 2 · 78 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Privacy Engineering questions.