IAPP CIPM Exam Actual Questions
Certified Information Privacy Manager (Page 8 )

Updated On: 19-Jul-2026

Which of the following privacy frameworks are legally binding?

  1. Binding Corporate Rules (BCRs).
  2. Generally Accepted Privacy Principles (GAPP).
  3. Asia-Pacific Economic Cooperation (APEC) Privacy Framework.
  4. Organization for Economic Co-Operation and Development (OECD) Guidelines.

Answer(s): A

Explanation:

Reasoning (short, structured)
Binding Corporate Rules (BCRs) – Correct answer
Recognised by data-protection authorities (e.g., EU GDPR Art. 46) as a legally enforceable mechanism for transfers of personal data outside the EU. Must be approved by a supervisory authority and can be revoked or amended only through that authority , giving them contractual-like force. Violations can result in administrative sanctions and require remediation, making BCRs a binding contractual obligation between the controller and the recipient.
Generally Accepted Privacy Principles (GAPP)
A voluntary set of privacy principles primarily used in the United States; they are not incorporated into any statutory regime that confers legal enforceability. Serve as guidance for good privacy practices but carry no juridical status that can be enforced in court.
APEC Privacy Framework
An industry-driven, non-binding framework that encourages self-regulation and voluntary compliance among participating economies. Lacks statutory backing; compliance is optional and not enforceable by law.
OECD Guidelines
Internationally-recognised principles for data protection but are soft law ; they are intended for adoption by national legislation and do not, by themselves, create legally binding obligations.
Conclusion – Only Binding Corporate Rules (BCRs) meet the criterion of being a legally binding privacy framework because they are formally recognised, approved, and enforceable under data-protection statutes.


Reference:

European Commission – “Standard Contractual Clauses and Binding Corporate Rules”: https://ec.europa.eu/info/law/good-practice/standard-contractual-clauses-bcrs_en International Association of Privacy Professionals (IAPP) – “Generally Accepted Privacy Principles (GAPP) Overview”: https://iapp.org/resources/article/gapp-overview/



If a privacy professional wants to show that an organization's privacy program is working as intended, the professional should?

  1. Collect feedback from customers about the privacy program.
  2. Carry out a personal data breach tabletop exercise.
  3. Collect and analyze privacy program metrics.
  4. Review privacy policies.

Answer(s): C

Explanation:

Why option C is the most appropriate
Collecting and analyzing privacy program metrics is the standard method for demonstrating that a privacy program is operating effectively. Metrics provide quantifiable evidence of control implementation, compliance with policies, and progress toward privacy objectives, aligning with frameworks such as ISO 27701 and the NIST Privacy Framework. By systematically measuring outcomes—e.g., incidence rates, remediation times, consent compliance—privacy professionals can objectively show that controls are performing as intended and can be reported to governance bodies.
Why the other options are less suitable
A – Collect feedback from customers – While valuable for improving user experience, customer feedback is qualitative and subjective; it does not constitute measurable proof of program effectiveness in meeting privacy obligations. B – Conduct a breach tabletop exercise – Tabletop exercises evaluate response readiness but are episodic and do not provide ongoing evidence that the program is continuously functioning. D – Review privacy policies – Policy reviews are essential for governance but only confirm documentation completeness; they do not demonstrate operational performance or outcomes.
Thus, metric-based collection and analysis directly confirms that the privacy program is delivering its intended results.


Reference:

1. International Association of Privacy Professionals (IAPP) – Privacy Program Metrics Guide:
https://iapp.org/resources/compliance/privacy-program-metrics-guide/ 2. NIST – Privacy Framework: A NIST Tool for Improving Privacy Management:
https://csrc.nist.gov/projects/privacy-framework/documents/privacy-framework



With regards to information security, which of these is an example of physical controls?

  1. Anti-virus software.
  2. Network traffic filters.
  3. Biometric access controls.
  4. Intrusion Detection System (IDS).

Answer(s): C

Explanation:

Technical Justification
Physical controls are safeguards that protect assets by restricting physical access to facilities, systems, or data and by managing the environment in which technology operates. Examples include locked doors, security guards, and biometric systems that verify a person's physical characteristics before granting entry. Option C – Biometric access controls directly fits this definition; it uses fingerprint, iris, or facial recognition to authenticate individuals at a physical entry point, thereby controlling who can physically enter a protected area. Option A – Anti-virus software operates at the software level to detect and remove malicious code; it is a technical/administrative control, not a physical barrier. Option B – Network traffic filters (e.g., firewalls) regulate data flow based on protocol or IP address rules; they are also technical controls that work on the network layer. Option D – Intrusion Detection System (IDS) monitors activity for suspicious patterns and raises alerts; like anti-virus, it is a technical monitoring solution, not a physical safeguard.
Thus, among the given choices, only the biometric access control is a genuine physical control that enforces physical entry restrictions.


Reference:

IAPP CIPP/E Body of Knowledge – Physical Security Controls: https://iapp.org/resources/cipp-body-of-knowledge/ NIST Special Publication 800-53 Rev. 5 – Physical and Environmental Protection (PE) Controls: https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final
(Valid links as of 2025-11-02.)



SCENARIO -Please use the following to answer the next question: It's just what you were afraid of. Without consulting you, the information technology director at your organization launched a new initiative to encourage employees to use personal devices for conducting business. The initiative made purchasing a new, high-specification laptop computer an attractive option, with discounted laptops paid for as a payroll deduction spread over a year of paychecks. The organization is also paying the sales taxes. It's a great deal, and after a month, more than half the organization's employees have signed on and acquired new laptops. Walking through the facility, you see them happily customizing and comparing notes on their new computers, and at the end of the day, most take their laptops with them, potentially carrying personal data to their homes or other unknown locations. It's enough to give you data-protection nightmares, and you've pointed out to the information technology Director and many others in the organization the potential hazards of this new practice, including the inevitability of eventual data loss or theft. Today you have in your office a representative of the organization's marketing department who shares with you, reluctantly, a story with potentially serious consequences. The night before, straight from work, with laptop in hand, he went to the Bull and Horn Pub to play billiards with his friends. A fine night of sport and socializing began, with the laptop "safely" tucked on a bench, beneath his jacket. Later that night, when it was time to depart, he retrieved the jacket, but the laptop was gone. It was not beneath the bench or on another bench nearby. The waitstaff had not seen it. His friends were not playing a joke on him. After a sleepless night, he confirmed it this morning, stopping by the pub to talk to the cleanup crew. They had not found it. The laptop was missing. Stolen, it seems. He looks at you, embarrassed and upset.
You ask him if the laptop contains any personal data from clients, and, sadly, he nods his head, yes. He believes it contains files on about 100 clients, including names, addresses and governmental identification numbers. He sighs and places his head in his hands in despair.
Which is the best way to ensure that data on personal equipment is protected?

  1. User risk training.
  2. Biometric security.
  3. Encryption of the data.
  4. Frequent data backups.

Answer(s): C

Explanation:

Why encryption is the optimal control
Direct protection of data at rest – Encryption renders the information unintelligible to anyone who does not possess the correct key, so even if the laptop is stolen the client records remain secure. Mitigates the core risk – In the scenario the primary threat is loss or theft of a device that holds personal client data. Encryption addresses exactly that threat, irrespective of location or device ownership. Compliance-ready – Many privacy regulations (e.g., GDPR Art. 32, HIPAA Security Rule, PCI-DSS) require that personally identifiable information stored on portable media be encrypted when transmitted or stored off-site. Scalable and practical – Full-disk or file-level encryption can be centrally managed, enforced via policy, and verified through audits without major operational disruption.
Why the other answers are inferior

A: User risk training – While important for awareness, training cannot guarantee that data will remain protected if the device is compromised; it only reduces accidental exposure. B. Biometric security – Biometric access controls protect against unauthorized use of the device, but they do not secure data once the laptop is out of the user’s control; a stolen laptop can still be accessed if the OS boots. D. Frequent data backups – Backups are essential for recovery from loss or corruption, but they do not prevent the original data from being exposed on a stolen device; they merely provide a copy elsewhere.
Therefore, encryption directly ensures that client data remains confidential even when the equipment is lost or stolen, making it the most effective single measure among the options presented.


Reference:

IAPP CIPM Body of Knowledge – “Data Protection” Section : https://iapp.org/certify/cipm-body-of-knowledge/ NIST Special Publication 800-111 – “Guidelines on Personal Use of Mobile Devices in the Enterprise” (which mandates encryption of portable media containing PII): https://csrc.nist.gov/publications/detail/sp/800-111/final



SCENARIO -Please use the following to answer the next question: It's just what you were afraid of. Without consulting you, the information technology director at your organization launched a new initiative to encourage employees to use personal devices for conducting business. The initiative made purchasing a new, high-specification laptop computer an attractive option, with discounted laptops paid for as a payroll deduction spread over a year of paychecks. The organization is also paying the sales taxes. It's a great deal, and after a month, more than half the organization's employees have signed on and acquired new laptops. Walking through the facility, you see them happily customizing and comparing notes on their new computers, and at the end of the day, most take their laptops with them, potentially carrying personal data to their homes or other unknown locations. It's enough to give you data-protection nightmares, and you've pointed out to the information technology Director and many others in the organization the potential hazards of this new practice, including the inevitability of eventual data loss or theft. Today you have in your office a representative of the organization's marketing department who shares with you, reluctantly, a story with potentially serious consequences. The night before, straight from work, with laptop in hand, he went to the Bull and Horn Pub to play billiards with his friends. A fine night of sport and socializing began, with the laptop "safely" tucked on a bench, beneath his jacket. Later that night, when it was time to depart, he retrieved the jacket, but the laptop was gone. It was not beneath the bench or on another bench nearby. The waitstaff had not seen it. His friends were not playing a joke on him. After a sleepless night, he confirmed it this morning, stopping by the pub to talk to the cleanup crew. They had not found it. The laptop was missing. Stolen, it seems. He looks at you, embarrassed and upset. You ask him if the laptop contains any personal data from clients, and, sadly, he nods his head, yes. He believes it contains files on about 100 clients, including names, addresses and governmental identification numbers. He sighs and places his head in his hands in despair. From a business standpoint, what is the most productive way to view employee use of personal equipment for work-related tasks?

  1. The use of personal equipment is a cost-effective measure that leads to no greater security risks than are always present in a modern organization.
  2. Any computer or other equipment is company property whenever it is used for company business.
  3. While the company may not own the equipment, it is required to protect the business-related data on any equipment used by its employees.
  4. The use of personal equipment must be reduced as it leads to inevitable security risks.

Answer(s): C

Explanation:

Why option C is the most appropriate choice
Risk-based view of personal-device use – Modern privacy frameworks (e.g., NIST SP 800-53, ISO/IEC 27001) require that an organization protect information assets wherever they reside, irrespective of device ownership. The data-controller is responsible for safeguarding business-related information, not for protecting the physical device itself. Obligation extends to any work-related data – When an employee processes client-identifiable information on a personal laptop, that equipment becomes a conduit for protected data. The employer must ensure controls (encryption, access restrictions, device-level policies) are in place to prevent unauthorized disclosure, loss, or theft. Regulatory alignment – Privacy statutes such as GDPR, CCPA, HIPAA, and similar state laws impose accountability on the data controller. Failure to secure personal-device data can result in breach-notification obligations, fines, and reputational damage. The controller must therefore treat data on personal devices as corporate data subject to the same security and governance requirements.
Why the other options are unsuitable
Option A – Incorrectly assumes that the presence of existing risks justifies no additional controls. In reality, personal-device use adds new attack surfaces (e.g., lost or stolen devices) that must be mitigated; it does not eliminate risk. Option B – Overstates ownership rights. Although the employer may have a policy stating that equipment used for business becomes company property, the legal responsibility for the data rests on the organization regardless of ownership; the key point is data protection, not device ownership. Option D – Advocates blanket reduction of personal-device use, which is an operational mitigation rather than the most productive way to view the issue. The pragmatic, privacy-principle-driven approach is to acknowledge the use and apply appropriate safeguards, not to merely eliminate the practice.
Bottom line – From a business-and-privacy-governance perspective, the most productive way to view employee use of personal equipment is to recognize that the organization must protect business-related data wherever it resides, even when the device is owned by the employee.


Reference:

NIST Special Publication 800-53 Rev. 5 – Security and privacy controls for information systems and organizations. Section SI-2 (Risk Management) and AC-19 (Use of External Information Systems). https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final ISO/IEC 27001:2013 – Information security management systems – Requirements. Annex A.6.1.2 (Responsibility of management for information security) and A.8.2 (Information classification). https://www.iso.org/standard/54534.html



SCENARIO -Please use the following to answer the next question: It's just what you were afraid of. Without consulting you, the information technology director at your organization launched a new initiative to encourage employees to use personal devices for conducting business. The initiative made purchasing a new, high-specification laptop computer an attractive option, with discounted laptops paid for as a payroll deduction spread over a year of paychecks. The organization is also paying the sales taxes. It's a great deal, and after a month, more than half the organization's employees have signed on and acquired new laptops. Walking through the facility, you see them happily customizing and comparing notes on their new computers, and at the end of the day, most take their laptops with them, potentially carrying personal data to their homes or other unknown locations. It's enough to give you data-protection nightmares, and you've pointed out to the information technology Director and many others in the organization the potential hazards of this new practice, including the inevitability of eventual data loss or theft. Today you have in your office a representative of the organization's marketing department who shares with you, reluctantly, a story with potentially serious consequences. The night before, straight from work, with laptop in hand, he went to the Bull and Horn Pub to play billiards with his friends. A fine night of sport and socializing began, with the laptop "safely" tucked on a bench, beneath his jacket. Later that night, when it was time to depart, he retrieved the jacket, but the laptop was gone. It was not beneath the bench or on another bench nearby. The waitstaff had not seen it. His friends were not playing a joke on him. After a sleepless night, he confirmed it this morning, stopping by the pub to talk to the cleanup crew. They had not found it. The laptop was missing. Stolen, it seems. He looks at you, embarrassed and upset. You ask him if the laptop contains any personal data from clients, and, sadly, he nods his head, yes. He believes it contains files on about 100 clients, including names, addresses and governmental identification numbers. He sighs and places his head in his hands in despair. In order to determine the best course of action, how should this incident most productively be viewed?

  1. As the accidental loss of personal property containing data that must be restored.
  2. As a potential compromise of personal information through unauthorized access.
  3. As an incident that requires the abrupt initiation of a notification campaign.
  4. As the premeditated theft of company data, until shown otherwise.

Answer(s): B

Explanation:

Why option B is the most appropriate choice
The central privacy concern here is that a laptop containing personal data of clients – including names, addresses and government-issued identifiers – has fallen into the hands of an unknown third party .
This creates a real risk of unauthorized access, disclosure, or use of that personal information , which is precisely what privacy-impact assessments and breach-response frameworks are designed to evaluate. Treating the event as merely a “loss of personal property” (option A) ignores the confidentiality impact and the potential privacy breach that could trigger regulatory obligations. Treating it as an immediate “notification campaign” (option C) would be premature; notification should be based on a risk-based assessment of whether the data are likely to be misused, not on an automatic, abrupt response. Declaring it a “premeditated theft of company data” (option D) assumes malicious intent without evidence; the incident is currently an uncertain event involving possible data exposure , not proven theft.
Thus, viewing the incident as a potential compromise of personal information through unauthorized access aligns with the core principles of privacy risk management and is the most productive starting point for response planning.
Why the other options are less suitable
Option A – Focuses on recovery of the device rather than on the privacy implications of the data it holds. Option C – Suggests an immediate, blanket notification, which could be disproportionate and is not required until a risk assessment confirms a likely breach . Option D – Assumes intent and premeditation, which are not established facts; the appropriate lens is the confidentiality risk , not criminal intent.


Reference:

International Association of Privacy Professionals (IAPP), Data Breach Response Guide: https://iapp.org/resources/article/data-breach-response-guide/ National Institute of Standards and Technology (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 importance of assessing confidentiality risks and conducting a risk-based breach response, supporting the selection of option B.



SCENARIO -Please use the following to answer the next question: It's just what you were afraid of. Without consulting you, the information technology director at your organization launched a new initiative to encourage employees to use personal devices for conducting business. The initiative made purchasing a new, high-specification laptop computer an attractive option, with discounted laptops paid for as a payroll deduction spread over a year of paychecks. The organization is also paying the sales taxes. It's a great deal, and after a month, more than half the organization's employees have signed on and acquired new laptops. Walking through the facility, you see them happily customizing and comparing notes on their new computers, and at the end of the day, most take their laptops with them, potentially carrying personal data to their homes or other unknown locations. It's enough to give you data-protection nightmares, and you've pointed out to the information technology Director and many others in the organization the potential hazards of this new practice, including the inevitability of eventual data loss or theft. Today you have in your office a representative of the organization's marketing department who shares with you, reluctantly, a story with potentially serious consequences. The night before, straight from work, with laptop in hand, he went to the Bull and Horn Pub to play billiards with his friends. A fine night of sport and socializing began, with the laptop "safely" tucked on a bench, beneath his jacket. Later that night, when it was time to depart, he retrieved the jacket, but the laptop was gone. It was not beneath the bench or on another bench nearby. The waitstaff had not seen it. His friends were not playing a joke on him. After a sleepless night, he confirmed it this morning, stopping by the pub to talk to the cleanup crew. They had not found it. The laptop was missing. Stolen, it seems. He looks at you, embarrassed and upset. You ask him if the laptop contains any personal data from clients, and, sadly, he nods his head, yes. He believes it contains files on about 100 clients, including names, addresses and governmental identification numbers. He sighs and places his head in his hands in despair.
What should you do first to ascertain additional information about the loss of data?

  1. Interview the person reporting the incident following a standard protocol.
  2. Call the police to investigate even if you are unsure a crime occurred.
  3. Investigate the background of the person reporting the incident.
  4. Check company records of the latest backups to see what data may be recoverable.

Answer(s): A

Explanation:

Why Option A is the most appropriate first step
Standard incident-response protocol requires the responder to gather all relevant facts directly from the person who reported the incident before taking any corrective or investigative actions. Conducting a formal interview ensures that details are captured systematically (what was stored on the laptop, who had access, time of loss, recent activities, etc.) and helps establish a reliable baseline for any subsequent legal or forensic action. The interview can also be used to verify whether any other devices, accounts, or network logs might have been affected, providing early insight into the scope of the breach. This approach is risk-based, evidence-driven, and compliant with privacy frameworks (e.g., ISO/IEC 27001) that emphasize orderly evidence collection and preservation.
Why the other options are less suitable
B – Call the police immediately – Law-enforcement involvement should follow a verification phase; contacting police before confirming any criminal act may expose the organization to unnecessary escalation and legal exposure. C – Investigate the reporter’s background – This move is premature and can be perceived as hostile or discriminatory; the priority is the incident itself, not the individual’s personal history, until evidence suggests misconduct. D – Review backup records alone – While important for data-recovery planning, checking backups does not address the immediate need to understand what data was actually on the stolen device or the circumstances of the loss. It should be done after the interview and initial fact-finding.
Action Plan – First Step
Initiate a structured interview with the reporting employee using the organization’s documented incident-reporting procedure. Document all statements, ask about data contents, recent handling, possible witnesses, and security controls. Use the interview findings to determine the need for further steps (e.g., forensic analysis, backup verification, notification to management or regulators).


Reference:

NIST Special Publication 800-61 Rev. 2 – “Computer Security Incident Handling Guide”: https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final ISO/IEC 27035-1:2022 – “Information technology – Incident management – Guidelines”: https://www.iso.org/standard/75155.html



Which is NOT an influence on the privacy environment external to an organization?

  1. Management team priorities.
  2. Regulations.
  3. Consumer demand.
  4. Technological advances.

Answer(s): A

Explanation:

Correct answer: A – Management team priorities
Why this is the best choice
External privacy drivers are forces that originate outside the organization and shape how privacy is perceived, regulated, and implemented.
Regulations (B) : Legal requirements such as GDPR, CCPA, etc., compel organizations to adopt specific privacy controls. Consumer demand (C) : Market expectations and privacy-sensitivity of customers influence corporate privacy policies and practices. Technological advances (D) : New tools, data-sharing platforms, and AI capabilities create fresh privacy challenges that organizations must address externally.
Management team priorities (A) are internal strategic choices. They affect how an organization allocates resources and defines its privacy posture, but they do not represent an external force shaping the privacy environment.
Why the other options are more appropriate influences
Regulations (B) , Consumer demand (C) , and Technological advances (D) all stem from forces outside the firm—governmental bodies, market participants, and the broader tech ecosystem—and therefore directly alter the external privacy landscape that any organization must respond to.


Reference:

1. International Association of Privacy Professionals (IAPP) – Certified Information Privacy Manager
(CIPM) Body of Knowledge, 2023. https://iapp.org/resources/cipm-body-of-knowledge/ 2. National Institute of Standards and Technology (NIST) – NIST Privacy Framework, 2020.
https://csrc.nist.gov/publications/detail/sp/800-53a/rev-5/final



Viewing page 8 of 47
Viewing questions 57 - 64 out of 361 questions


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

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