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

Updated On: 5-Sep-2026

What has been identified as a significant privacy concern with chatbots?

  1. Most chatbot providers do not agree to code audits
  2. Chatbots can easily verify the identity of the contact.
  3. Users' conversations with chatbots are not encrypted in transit.
  4. Chatbot technology providers may be able to read chatbot conversations with users.

Answer(s): D

Explanation:

Why option D is correct Chatbot applications typically maintain persistent conversation logs on the provider’s servers in order to improve models and for analytics. Because these logs are stored outside the user’s device, the provider (or any party with access to the server environment) can potentially retrieve and read the content of those conversations. This creates a material privacy exposure that is not limited to data-in-transit encryption alone; it concerns the very persistence and accessibility of the chat history itself.
Why the other options are less suitable
A – Audit-code agreements are a governance matter but are not a universal technical privacy gap; many vendors do provide auditability mechanisms. B – Most chatbot interactions do not verify the identity of the user; they typically operate on anonymous or user-provided identifiers, so identity verification is not a proven capability. C – While lack of encryption in transit is a concern, many modern implementations do employ TLS; the more pressing and widely documented issue is that the provider can read stored conversations, which is independent of transport encryption.
Key takeaway – The primary privacy risk highlighted by researchers and regulators is that third-party chatbot providers may have unrestricted access to retained conversation data, enabling potential unauthorized review of user content.


Reference:

OpenAI, “ChatGPT Conversation Data Handling,” 2023 – https://openai.com/chatgpt-data-policy European Data Protection Board, “Guidelines on AI and Data Protection,” 2022 – https://edpb.eu/our-work/sexpertise/ai-and-data-protection_en



What is the term for information provided to a social network by a member?

  1. Profile data.
  2. Declared data.
  3. Personal choice data.
  4. Identifier information.

Answer(s): B

Explanation:

Answer Explanation
B – Declared data is the correct term.
Declared data refers to personal information that a user actively supplies to a service, such as profile details, employment history, interests, or any other data the user intentionally adds to a social-network profile. This data is “declared” (i.e., explicitly provided) by the member and directly influences how the member is represented and discovered within the platform.
Why the other options are less appropriate

A: Profile data – While the information appears in a profile, the term “profile data” is not the standard classification used in privacy frameworks; it is a descriptive phrase rather than a formal privacy-taxonomy category. C. Personal choice data – No established privacy model uses this label; it is vague and conflates the concept of choice with the data itself. D. Identifier information – This generally denotes categorical data that can uniquely identify an individual (e.g., name, email, phone number). It does not capture the broader scope of user-provided details like interests, preferences, or affiliations that are voluntarily shared beyond mere identification.


Reference:

1. IAPP CIPP/E Body of Knowledge – “Personal Data Types” (2024). https://iapp.org/cipp/e-body-of-knowledge/ 2. ISO/IEC 27701:2019 – “Privacy Information Management System – Guidance” (section on “declared data”). https://www.iso.org/standard/74464.html



What tactic does pharming use to achieve its goal?

  1. It modifies the user's Hosts file.
  2. It encrypts files on a user's computer.
  3. It creates a false display advertisement.
  4. It generates a malicious instant message.

Answer(s): A

Explanation:

Technical justification
Pharming’s objective is to divert victims to fraudulent web sites in order to harvest credentials or personal data. The most direct method for achieving this diversion is to alter the victim’s local name-resolution mechanism, such as editing the Hosts file , so that legitimate domain names resolve to the attacker-controlled IP address. This manipulation occurs on the client side and does not require any external infrastructure. Option A precisely describes this technique—modifying the Hosts file—making it the textbook example of how pharmers accomplish their goal. Option B (encrypting files) characterizes ransomware activity, not pharming. Option C (creating false display advertisements) aligns with click-jacking or ad-injection attacks, which are unrelated to the core pharming mechanism. Option D (generating a malicious instant message) describes tactics used by malware distribution or botnets, again unrelated to pharming.
Therefore, the correct answer is A .


Reference:

CISA – Phishing and Pharming: https://www.cisa.gov/phishing-pharming OWASP – Pharming: https://owasp.org/www-community/Pharming



All of the following can be indications of a ransomware attack EXCEPT?

  1. The inability to access certain files.
  2. An increased amount of spam email in an individual's inbox.
  3. An increase in activity of the CPU of a computer for no apparent reason.
  4. The detection of suspicious network communications between the ransomware and the attacker's command and control servers.

Answer(s): B

Explanation:

Technical justification for the correct answer (B) and why the other choices are valid indicators
A – Inability to access certain files – Ransomware typically encrypts victim data, rendering the affected files unreadable without the attacker's decryption key. This loss of accessibility is a direct symptom of a ransomware infection.
C – Unusual CPU activity – The encryption process consumes substantial computing resources. A sudden, unexplained spike in CPU usage on an endpoint can therefore signal that ransomware is actively encrypting files in the background.
D – Suspicious network communications to C2 servers – Modern ransomware often communicates with command-and-control (C2) infrastructure to retrieve encryption keys, download additional payloads, or exfiltrate victim data. Detecting anomalous outbound connections to known malicious domains is a strong forensic indicator of ransomware activity.
B – Increased amount of spam email in an individual's inbox – While spam can be a nuisance, it is not a technical indicator of ransomware compromise. Spam volume is usually driven by phishing campaigns or compromised mailing lists, unrelated to the encryption-based behavior characteristic of ransomware. Consequently, this option does not constitute a valid indication of a ransomware attack.
Why option B is the “EXCEPT” answer The question asks for the statement that is not an indication of ransomware. Only option B describes a phenomenon (spam email influx) that bears no direct technical relationship to ransomware’s encryption or network-based tactics, whereas the other options reflect concrete, observable effects of ransomware execution.


Reference:

CISA – Ransomware Guidance for Individuals and Families ( https://www.cisa.gov/ransomware ) MITRE ATT&CK – Ransomware technique overview ( https://attack.mitre.org/techniques/T1486/ )



You are a wine collector who uses the web to do research about your hobby. You navigate to a news site and an ad for wine pops up.
What kind of advertising is this?

  1. Remnant.
  2. Behavioral.
  3. Contextual.
  4. Demographic.

Answer(s): B

Explanation:

Justification
Behavioral advertising (B) targets users based on their observed actions or interests inferred from browsing history, clicks, or past interactions – e.g., displaying a wine-related ad because the user previously searched for, read about, or purchased wine. The scenario describes a user researching wine online; an ad that appears in that context reflects the site’s analysis of the user’s behavior (interest in wine) rather than purely the page’s content. Contextual advertising (C) would serve an ad directly tied to the content of the page (e.g., a wine-related ad on a wine-review article), not based on the user’s personal browsing pattern. Demographic advertising (D) relies on static user attributes such as age, gender, or location, which are not indicated in the description. Remnant (A) refers to unsold ad inventory sold at a discount after a campaign ends, which is unrelated to the targeting mechanism described.
Hence, the correct classification is Behavioral advertising (B) because the ad is selected based on the user’s demonstrated interest in wine through their online activity.


Reference:

Interactive Advertising Bureau (IAB) – Glossary of Advertising Terms: https://www.iab.com/glossary/ European Digital Advertising Alliance – Behavioural Advertising Guidance: https://www.youronlinechoices.com/europe#!/
Note: This explanation is tailored for a CIPS certification review, focusing on terminology precision and conceptual differentiation.



Viewing page 35 of 66
Viewing questions 171 - 175 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!