IAPP CIPT Practice Test Questions and Exam Dumps Part4 Q61-80

View Full IAPP CIPT Exam Dumps and Practice Test Dumps

 

Question 61.

A privacy engineer is reviewing a new identity system that uses the same customer identifier across unrelated business units. What privacy risk should receive the greatest attention?

  1. Increased linkability across contexts
    2. Reduced storage capacity
    3. Lower network throughput
    4. Weaker user-interface consistency

Correct Answer: 1. Increased linkability across contexts

Explanation:

Using one persistent identifier across unrelated systems can make it easier to correlate activity and construct a broader profile of an individual. Even if each system has a legitimate purpose, the shared identifier can enable linkage that was not necessary for those purposes. A privacy engineer should evaluate whether scoped or context-specific identifiers could satisfy operational requirements while reducing unnecessary correlation. The design should also consider indirect identifiers that may recreate linkage even when direct identifiers differ. Storage capacity, network throughput, and interface consistency are technical concerns, but they do not capture the primary privacy risk. Linkability is therefore a central issue when identifiers are reused across otherwise separate contexts.

Question 62.

A company wants to analyze customer trends but does not need to distinguish individual customers in the final output. Which approach should the privacy engineer favor?

  1. Retain all raw identifiers in the report
    2. Aggregate the information to an appropriate group level
    3. Publish detailed transaction histories
    4. Share the source database with all analysts

Correct Answer: 2. Aggregate the information to an appropriate group level

Explanation:

Aggregation can reduce privacy risk by transforming individual-level records into group-level statistics such as totals, averages, or distributions. If the business question can be answered without identifying individuals, there is little reason to expose detailed personal information in the final output. The privacy engineer should still evaluate small-group risks, rare combinations, and whether additional suppression or generalization is needed to reduce reidentification. Retaining raw identifiers or publishing detailed histories would increase exposure unnecessarily. Giving all analysts direct database access would also conflict with least-privilege principles. Privacy-preserving analytics should use the lowest level of detail that still supports the intended analysis.

Question 63.

A product manager proposes retaining deleted user records in a hidden table indefinitely in case the users return. Which privacy engineering principle is most directly violated?

  1. Availability
    2. Usability
    3. Storage limitation
    4. Load balancing

Correct Answer: 3. Storage limitation

Explanation:

Storage limitation requires organizations to avoid retaining personal information longer than necessary for the purpose for which it is processed. Keeping deleted account records indefinitely “just in case” creates ongoing privacy and security exposure and undermines meaningful deletion. A privacy engineer should identify legitimate retention requirements, such as fraud prevention or legal obligations, and distinguish them from speculative future use. If information must be retained for a separate valid reason, access and use should be appropriately restricted. Availability, usability, and load balancing are operational concepts rather than the primary privacy issue. Retention decisions should be purpose-driven and implemented through enforceable lifecycle controls.

Question 64.

A company wants to allow customer support staff to see account status but not payment card information. Which technical measure best supports this requirement?

  1. Shared administrator accounts
    2. Public database access
    3. Full production exports
    4. Field-level or similarly granular authorization controls**

Correct Answer: 4. Field-level or similarly granular authorization controls

Explanation:

Granular authorization allows a system to expose only the information needed for a user’s job function. Support staff may require account status, contact details, and service history while having no legitimate need to view sensitive payment information. Field-level restrictions or equivalent policy controls can enforce that separation. Privacy engineers should combine these controls with role definitions, access reviews, logging, and least-privilege principles. Shared administrator accounts or broad database access would create excessive exposure and reduce accountability. Full exports would increase risk further. Fine-grained authorization is therefore an effective way to align access with actual business need.

Question 65.

A privacy engineer wants to determine whether a new feature introduces privacy risks before development begins. Which activity is most appropriate?

  1. Privacy threat modeling
    2. Increasing database capacity
    3. Changing the corporate logo
    4. Purchasing additional monitors

Correct Answer: 1. Privacy threat modeling

Explanation:

Privacy threat modeling helps teams identify how a proposed system could create privacy harm before implementation. The analysis can consider collection, linkage, inference, surveillance, unexpected secondary use, excessive retention, loss of user control, and other risks beyond conventional security attacks. Performing this work early allows designers to change architecture or requirements before costly development decisions become entrenched. Privacy threat modeling often works alongside data flow mapping, security threat modeling, privacy impact assessments, and architecture reviews. Database capacity and hardware purchases may affect operations, but they do not identify privacy threats. Early privacy analysis is a key component of privacy by design.

Question 66.

A mobile application asks users for precise GPS location every five seconds even though it only needs a city-level location once per day. Which privacy engineering adjustment is most appropriate?

  1. Increase the collection frequency
    2. Reduce the precision and frequency to what the feature actually requires
    3. Store the location indefinitely
    4. Share precise location with more services

Correct Answer: 2. Reduce the precision and frequency to what the feature actually requires

Explanation:

Data minimization applies not only to which categories of information are collected, but also to precision, frequency, and duration. If the business function only requires city-level location once per day, collecting precise GPS data every few seconds is excessive. The privacy engineer should recommend reducing collection to the minimum level necessary for the feature. This reduces the ability to reconstruct sensitive movement patterns and lowers the impact of a breach. Indefinite storage or expanded sharing would increase risk. A privacy-preserving design should match the granularity of location processing to the actual purpose rather than gathering maximum detail by default.

Question 67.

A development team plans to copy production customer data into a sandbox because it is convenient. What should the privacy engineer recommend instead when realistic personal data is not necessary?

  1. Use synthetic or appropriately masked test data
    2. Remove all authentication from the sandbox
    3. Share production credentials with developers
    4. Copy additional production databases

Correct Answer: 1. Use synthetic or appropriately masked test data

Explanation:

Development and test environments should not contain real personal information unless there is a justified need. Synthetic or appropriately masked data can often provide realistic test conditions without exposing actual customers. This reduces risk because sandbox environments frequently have broader access, different retention practices, and weaker operational controls than production. When production-derived data is unavoidable, the privacy engineer should recommend transformation, access restrictions, monitoring, and lifecycle controls. Removing authentication or sharing credentials would significantly worsen the risk. Applying minimization to nonproduction environments is an important part of privacy engineering throughout the software development lifecycle.

Question 68.

A system needs to detect fraudulent transactions but does not need analysts to know the real identity of every customer during routine analysis. Which technique is most useful?

  1. Publishing customer names
    2. Giving analysts administrator access
    3. Removing all security controls
    4. Pseudonymization**

Correct Answer: 4. Pseudonymization

Explanation:

Pseudonymization can replace direct identifiers with alternate values while still allowing analysts to correlate relevant activity. The mapping back to real identities can be stored separately and restricted to authorized processes that require reidentification. This can reduce routine exposure while preserving analytical usefulness. Pseudonymized data remains personal information when reidentification is possible, so other controls such as access restrictions, logging, minimization, and retention limits remain necessary. Publishing names or granting broad administrative access would increase risk. For operational analytics that need continuity but not direct identification, pseudonymization is a useful privacy engineering technique.

Question 69.

A company wants to ensure that administrators cannot silently browse sensitive records without accountability. Which design is most appropriate?

  1. Individual administrator accounts with audit logging and monitoring
    2. One shared root account
    3. No logging for privileged users
    4. Anonymous database access

Correct Answer: 1. Individual administrator accounts with audit logging and monitoring

Explanation:

Privileged access should be attributable to identifiable users so inappropriate activity can be detected and investigated. Individual administrator accounts combined with audit logging, monitoring, and appropriate separation of duties support accountability. Privileged access may also require stronger authentication and periodic review because administrators often have broad technical capabilities. Shared accounts make attribution difficult, while anonymous access or disabled logging eliminates important evidence. Privacy engineers should remember that insider misuse can create privacy harm even when no external attacker is involved. Strong privileged-access governance therefore combines least privilege, identity, logging, and monitoring.

Question 70.

A company wants to reduce privacy risk in application logs while preserving enough information for troubleshooting. Which approach is best?

  1. Log every available field
    2. Minimize and redact sensitive log content while retaining necessary diagnostic information
    3. Store passwords in plaintext logs
    4. Give all employees access to logs

Correct Answer: 2. Minimize and redact sensitive log content while retaining necessary diagnostic information

Explanation:

Logs should contain enough information for troubleshooting, incident response, and accountability without becoming unnecessary copies of sensitive customer data. Privacy engineers should identify fields that should never be logged, such as passwords, authentication tokens, payment details, or other secrets, and apply redaction or suppression at the source. Logs should also have access controls, retention limits, and monitoring. Logging everything may appear convenient during debugging but can create a large, highly sensitive dataset. Giving broad employee access further increases exposure. A privacy-aware logging design balances operational value with data minimization and confidentiality.

Question 71.

A user disables an optional analytics feature in an application. Which backend behavior best demonstrates that the privacy control is effective?

  1. The related optional data collection and processing actually stop
    2. Only the settings icon changes color
    3. Data collection continues but is hidden from the user
    4. More data is collected to confirm the choice

Correct Answer: 1. The related optional data collection and processing actually stop

Explanation:

A privacy control should affect the real processing behavior of the system, not merely change the user interface. If a user disables optional analytics, the backend should stop the related collection, transmission, and processing unless there is another independently justified reason to continue. The organization should also apply appropriate retention rules to information previously collected for that feature. A setting that visually appears disabled while processing continues would undermine user agency and transparency. Privacy engineers should therefore test privacy controls end to end, including client behavior, APIs, third-party SDKs, storage systems, and downstream processing.

Question 72.

A company wants to prevent one third-party application from accessing data authorized for a different third-party application. Which design most directly supports this separation?

  1. One universal unrestricted API token
    2. Shared partner credentials
    3. Public endpoints
    4. Application-specific credentials and scoped authorization**

Correct Answer: 4. Application-specific credentials and scoped authorization

Explanation:

Application-specific credentials and limited authorization scopes help enforce separation between third parties. Each application should receive only the permissions required for its approved integration rather than inheriting broad access granted to another partner. This supports least privilege, accountability, and revocation. Privacy engineers should also evaluate tenant isolation, field-level access, token expiration, credential rotation, logging, and contractual limitations on downstream use. A universal token or shared credentials would make it difficult to distinguish or restrict partner behavior. Public endpoints would increase risk further. Scoped authorization is therefore an important control for privacy-aware API architecture.

Question 73.

A company wants to release a dataset for research and claims that simply removing names makes it anonymous. What should the privacy engineer do?

  1. Evaluate whether individuals could still be reidentified from remaining attributes
    2. Assume removal of names guarantees anonymity
    3. Add more unique identifiers
    4. Publish the dataset without review

Correct Answer: 1. Evaluate whether individuals could still be reidentified from remaining attributes

Explanation:

Removing names does not automatically make a dataset anonymous. Combinations of attributes such as age, location, job title, rare medical condition, or event timestamps may still permit reidentification, especially when outside datasets are available. A privacy engineer should assess direct and indirect identifiers, uniqueness, linkage possibilities, and the context in which the data will be released. Additional techniques such as aggregation, generalization, suppression, or stronger privacy-preserving methods may be needed. Adding identifiers would increase reidentification risk. Anonymization should therefore be treated as a risk-based technical process rather than a simple deletion of obvious identifiers.

Question 74.

A privacy engineer wants to reduce the possibility that an analytics query reveals information about one person in a very small group. Which mitigation is most appropriate?

  1. Increase identifier precision
    2. Apply minimum group-size or suppression controls
    3. Publish individual records
    4. Disable all access restrictions

Correct Answer: 2. Apply minimum group-size or suppression controls

Explanation:

Small groups can make aggregated statistics surprisingly revealing. If a report shows a sensitive characteristic for only one or two individuals in a category, observers may be able to infer information about those people. Minimum group-size thresholds, suppression, or similar controls can reduce this risk by preventing results from being displayed when too few records contribute to them. Privacy engineers may also consider generalization or other privacy-enhancing techniques depending on the use case. Publishing detailed records would obviously increase exposure. Aggregate reporting should therefore be designed with inference and reidentification risk in mind, not merely with removal of names.

Question 75.

A company collects personal information from a connected device and sends all raw sensor readings to the cloud, even though only a daily summary is required. Which privacy-preserving architecture should be considered?

  1. Process or summarize more data locally before transmission
    2. Increase raw-data upload frequency
    3. Retain all sensor data permanently
    4. Send copies to additional third parties

Correct Answer: 1. Process or summarize more data locally before transmission

Explanation:

Local or edge processing can reduce the amount of raw personal information transmitted to and stored in centralized systems. If a daily summary is sufficient, the device may be able to calculate that result locally and transmit only the information needed by the service. This reduces network exposure, central data accumulation, and potential breach impact. Privacy engineers should still evaluate device security, local storage, update mechanisms, and whether raw data is temporarily cached. Increasing transmission or retention would create more risk without improving the stated function. Processing closer to the data source can therefore be an effective privacy-enhancing architectural choice.

Question 76.

A company wants to protect sensitive data from interception while it travels between two services. Which control is most appropriate?

  1. Data classification only
    2. A retention schedule only
    3. An employee handbook
    4. Encryption in transit**

Correct Answer: 4. Encryption in transit

Explanation:

Encryption in transit protects information as it moves across networks between services, devices, applications, or external parties. Secure transport protocols can help prevent an attacker who intercepts traffic from reading or modifying sensitive information. Privacy engineers should also evaluate certificate validation, protocol versions, endpoint authentication, key management, and whether sensitive data is unnecessarily exposed in URLs or metadata. Data classification and retention schedules are important governance controls but do not protect network traffic directly. Encryption in transit should be combined with authorization, minimization, logging, and secure endpoint design as part of a layered architecture.

Question 77.

A privacy engineer is reviewing a recommendation algorithm that can infer health-related interests from browsing behavior. What type of privacy risk is most relevant?

  1. Sensitive inference
    2. Reduced CPU utilization
    3. Improved caching
    4. Increased screen resolution

Correct Answer: 1. Sensitive inference

Explanation:

A system may generate sensitive personal information even when the user never explicitly provided that information. Behavioral data can sometimes allow algorithms to infer health conditions, political interests, financial difficulties, or other sensitive characteristics. Privacy engineers should therefore assess not only collected inputs but also derived outputs and predictions. They should consider whether the inference is necessary, expected, accurate enough for its use, appropriately protected, and subject to relevant user controls and governance. Traditional security controls do not eliminate this issue because the inference may be produced by authorized processing. Sensitive inference is a major privacy concern in analytics and machine learning systems.

Question 78.

A company wants to know whether a privacy-preserving change actually reduced data exposure. Which engineering practice is most useful?

  1. Assume the design works without testing
    2. Define measurable privacy requirements and verify them through testing and monitoring
    3. Remove all documentation
    4. Depend only on marketing claims

Correct Answer: 2. Define measurable privacy requirements and verify them through testing and monitoring

Explanation:

Privacy controls should be testable whenever possible. The team might verify that a disabled feature stops network calls, that deleted records disappear from required systems, that unauthorized roles cannot access restricted fields, or that logs no longer contain sensitive values. Clear acceptance criteria turn privacy from an abstract principle into an engineering requirement. Monitoring can then help detect regressions after deployment. Assuming controls work without verification leaves hidden failures undiscovered. Documentation and evidence are also important for accountability and maintenance. Privacy engineering is strongest when requirements are implemented, tested, measured, and revisited throughout the system lifecycle.

Question 79.

A product team wants to increase user acceptance of optional tracking by making the “Accept” button prominent and hiding the decline option in several menus. What should the privacy engineer flag?

  1. A potentially manipulative or dark-pattern interface
    2. Strong data minimization
    3. Effective anonymization
    4. Improved access control

Correct Answer: 1. A potentially manipulative or dark-pattern interface

Explanation:

Interfaces that intentionally make one privacy choice easy while obscuring or burdening the alternative can undermine meaningful user agency. Such patterns may steer users toward more extensive data processing without a genuinely balanced choice. Privacy engineers should work with design teams to make relevant options understandable, accessible, and proportionate. The goal is not merely to display a privacy control but to ensure the interface accurately reflects the available choices. This issue is separate from anonymization or access control. Privacy engineering includes human factors because technical controls can be ineffective if the user interface manipulates people into choices they did not intend.

Question 80.

A company is preparing a major redesign of a platform that processes personal information across mobile apps, APIs, analytics systems, and third parties. What should the privacy engineer establish before implementation begins?

  1. Maximum possible data collection for future use
    2. Shared privileged accounts for development speed
    3. Unlimited retention of all telemetry
    4. Data flows, purposes, privacy requirements, threat models, minimization rules, access controls, lifecycle controls, and testable acceptance criteria**

Correct Answer: 4. Data flows, purposes, privacy requirements, threat models, minimization rules, access controls, lifecycle controls, and testable acceptance criteria

Explanation:

Large redesigns provide an important opportunity to integrate privacy into the architecture rather than patching controls onto an existing system later. Privacy engineers should understand what data is collected, why it is needed, where it moves, which parties receive it, who can access it, how long it is retained, and how user requests are supported. Privacy threat modeling can expose risks such as excessive linkage, inference, secondary use, and overcollection. Requirements should then be translated into concrete technical controls and testable acceptance criteria. Shared accounts, unlimited retention, and speculative collection would increase risk. A structured privacy-by-design foundation improves governance throughout development, deployment, and future change.