IAPP CIPT Exam Prep
Certified Information Privacy Technologist (CIPT) (Page 4 )

Updated On: 7-Sep-2026

SCENARIO
Kyle is a new security compliance manager who will be responsible for coordinating and executing controls to ensure compliance with the company's information security policy and industry standards. Kyle is also new to the company, where collaboration is a core value. On his first day of new-hire orientation, Kyle's schedule included participating in meetings and observing work in the IT and compliance departments.

Kyle spent the morning in the IT department, where the CIO welcomed him and explained that her department was responsible for IT governance. The CIO and Kyle engaged in a conversation about the importance of identifying meaningful IT governance metrics. Following their conversation, the CIO introduced Kyle to Ted and Barney. Ted is implementing a plan to encrypt data at the transportation level of the organization's wireless network. Kyle would need to get up to speed on the project and suggest ways to monitor effectiveness once the implementation was complete. Barney explained that his short-term goals are to establish rules governing where data can be placed and to minimize the use of offline data storage.

Kyle spent the afternoon with Jill, a compliance specialist, and learned that she was exploring an initiative for a compliance program to follow self-regulatory privacy principles. Thanks to a recent internship, Kyle had some experience in this area and knew where Jill could find some support. Jill also shared results of the company's privacy risk assessment, noting that the secondary use of personal information was considered a high risk.

By the end of the day, Kyle was very excited about his new job and his new company. In fact, he learned about an open position for someone with strong qualifications and experience with access privileges, project standards board approval processes, and application-level obligations, and couldn't wait to recommend his friend Ben who would be perfect for the job.

Which data practice is Barney most likely focused on improving?

  1. Deletion
  2. Inventory.
  3. Retention.
  4. Sharing

Answer(s): C

Explanation:

Barney’s goal of creating rules about where data may reside and limiting offline storage directly addresses how long that data is retained, making C – Retention the practice he is trying to improve.
Retention involves defining retention periods, scheduling secure disposal, and ensuring data is not kept longer than necessary – exactly what Barney described. Deletion focuses on removing data once it is no longer needed; Barney is concerned with controlling how long data stays active, not just eliminating it. Inventory pertains to discovering and cataloguing data assets; Barney’s comment about placement rules does not involve asset discovery. Sharing relates to distributing data to others; Barney’s emphasis is on storage constraints, not dissemination.


Reference:

1. IAPP CIPT Exam Syllabus – Data Retention & Disposal: https://iapp.org/certify/privacy-certified-information-privacy-technologist-cipt/ 2. NIST SP 800-53 Revision 5 – Control MP-2 “Media Transport Protection” (retention-related guidance): https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final
P.S. The solution follows the exam-style language and aligns with technical control concepts required for the CIPT credential.



What is the main function of a breach response center?

  1. Detecting internal security attacks.
  2. Addressing privacy incidents.
  3. Providing training to internal constituencies.
  4. Interfacing with privacy regulators and governmental bodies.

Answer(s): B

Explanation:

Justification of the correct answer (Option B – “Addressing privacy incidents”)
The primary mandate of a Breach Response Center (BRC) is to manage privacy-specific incidents that involve unauthorized or accidental disclosure, loss, or misuse of personal data. Its core activities include rapid triage, impact assessment, containment, forensic analysis, notification planning, and post-incident review in accordance with privacy regulations (e.g., GDPR, CCPA). By focusing on the privacy dimension of a breach, the BRC ensures that legal obligations for data-subject notification, regulator reporting, and remediation are met promptly and consistently. Option A describes the function of a security operations/SIEM team, which monitors and mitigates technical threats; while security controls may intersect with privacy, the BRC’s scope is broader and privacy-centric. Option C aligns with privacy awareness or training programs , whose purpose is education, not incident handling. Option D refers to liaison with regulatory and governmental bodies , an important but downstream activity that occurs after the breach has been assessed and quantified; it is not the central, day-to-day function of the BRC.
Hence, the defining role of a Breach Response Center is addressing privacy incidents , making Option B the best choice.


Reference:

IAPP – Data Breach Response Toolkit – https://iapp.org/resources/data-breach-response-toolkit/ NIST Special Publication 800-61 Rev. 2 – Computer Security Incident Handling Guide – https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final
These resources outline the responsibilities of a privacy breach response function and differentiate it from general security monitoring and training activities.



Which is NOT a suitable action to apply to data when the retention period ends?

  1. Aggregation.
  2. De-identification.
  3. Deletion.
  4. Retagging.

Answer(s): D

Explanation:

Technical justification
Aggregation – Combining records can reduce granularity and risk, but the underlying personal data may still be retained for the same duration; it does not inherently satisfy a retention-end obligation. De-identification – Removing or altering identifiers so that individuals cannot be re-identified fulfills the “no longer personal data” requirement, making it a valid end-of-retention technique. Deletion – Explicitly removing the data from all storage and processing environments is the canonical action required once a retention period expires; it directly meets the mandate to cease retaining personal data. Retagging – Merely changing metadata labels or tags does not alter the presence, content, or risk of the data. The records remain subject to the original retention rules and can still be accessed as personal data, so retagging does not constitute a legitimate end-of-retention action.
Why D is the least suitable option Retagging does not remove, anonymize, or sufficiently transform the data; it only modifies its label. Consequently, the data remains identifiable and continues to be subject to the original retention schedule, failing to meet the requirement that data be disposed of or suitably de-identified once its retention period ends. All other options (aggregation, de-identification, deletion) purposefully reduce or eliminate the personal data’s identifiability or existence, aligning with retention-end policies.


Reference:

IAPP CIPT Exam Guide – Data Retention and De-identification sections ( https://iapp.org/citp/exam-guide/ ) NIST Special Publication 800-53 Rev. 5 – “Retention Management” control ( https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final )



What is the distinguishing feature of asymmetric encryption?

  1. It has a stronger key for encryption than for decryption.
  2. It employs layered encryption using dissimilar methods.
  3. It uses distinct keys for encryption and decryption.
  4. It is designed to cross operating systems.

Answer(s): C

Explanation:

Distinguishing feature of asymmetric encryption: It uses a mathematically linked pair of keys, one for encryption and a different one for decryption, enabling public-key distribution without sharing a secret.
Option C – “It uses distinct keys for encryption and decryption.”
This captures the core principle of public-key cryptography: a public key (used for encryption) is openly disseminated, while a private key (used for decryption) remains secret. Correct answer justification: The defining characteristic of asymmetric schemes (e.g., RSA, ECC) is the separation of the two cryptographic functions, guaranteeing that possession of the encryption key does not reveal the decryption key.
Why the other options are less suitable:
A – “It has a stronger key for encryption than for decryption.” Cryptographic strength is not inherently asymmetric; the security level depends on key size and algorithm, not on which operation uses a “stronger” key. B – “It employs layered encryption using dissimilar methods.”
Layering or hybrid encryption patterns are implementations, not the fundamental definition of asymmetric encryption. D – “It is designed to cross operating systems.” Portability is unrelated to the cryptographic mechanism itself; both symmetric and asymmetric algorithms can be implemented across platforms.
Conclusion: The defining property of asymmetric encryption is the use of two mathematically related but distinct keys for opposite operations, making Option C the precise answer.


Reference:

NIST FIPS 180-4 – Secure Hash Standard (covers asymmetric key pair concepts). RFC 3447 – PKCS #1: RSA Cryptosystem (T.B. 1.5).
These sources detail the key-pair architecture that distinguishes asymmetric encryption from symmetric methods.



What is the most important requirement to fulfill when transferring data out of an organization?

  1. Ensuring the organization sending the data controls how the data is tagged by the receiver.
  2. Ensuring the organization receiving the data performs a privacy impact assessment.
  3. Ensuring the commitments made to the data owner are followed.
  4. Extending the data retention schedule as needed.

Answer(s): C

Explanation:

Technical justification for selecting option C
The data owner’s contractual or policy commitments (e.g., purpose limitation, confidentiality, security controls) define the legal and ethical boundaries for processing. Any transfer must be executed exactly in accordance with those commitments; failure to honor them breaches both the owner’s expectations and applicable privacy obligations such as GDPR Article 5(1)(b) and local data-processing statutes. Ensuring compliance with these commitments guarantees that downstream recipients receive data only for authorized purposes and under the same protection standards promised to the owner, thereby preserving trust and preventing unauthorized disclosure.
While options A, B, and D are valuable considerations (data-origin verification, privacy-impact assessment, and retention management), they are secondary to the fundamental duty of honoring the explicit terms under which the data was made available. Ignoring the owner’s commitments can result in direct liability regardless of other mitigations.
Why the other options are less suitable

A: Tagging control by the receiver – The receiving party’s handling of metadata does not supersede the contractual obligations that arise from the transfer; compliance is anchored to the owner’s terms, not to independent tagging policies. B. Recipient-performed privacy impact assessment – A PIA is a proactive risk-mitigation activity, but it cannot override an existing commitment that permits or restricts the transfer. If the commitment is violated, a PIA would not absolve the transferred data from misuse. D. Extension of retention schedule – Adjusting retention periods addresses storage lifecycle concerns but does not impact the core requirement that the transferred data be used only as permitted by the owner. Extending retention without authorization could itself breach the owner’s commitments.
Conclusion The most critical requirement for any outbound data transfer is to strictly adhere to the commitments made to the data owner, ensuring that all downstream processing respects the originally granted permissions and protections.


Reference:

International Association of Privacy Professionals (IAPP) – CIPP/e Body of Knowledge, Section 3.2: Data-Transfer Principles. https://iapp.org/resources/cipp-body-of-knowledge/ European Union Agency for Cybersecurity (ENISA) – Guidelines on Data Breach Notification and Transfer; https://www.enisa.europa.eu/publications/data-breach-notification-and-transfer-guidelines



Viewing page 4 of 66
Viewing questions 16 - 20 out of 325 questions


Post your Comments and Discuss IAPP CIPT exam prep with other Community members:

AI Tutor AI Tutor 👋 I’m here to help!