All questions
Question 1
A help-desk chatbot asks users to describe technical problems. Before a user can submit a request, the form also requires home address, personal phone number, birth date, and job title. The product owner argues that these fields might support unspecified service features developed in the future.
Which action would MOST directly correct the privacy-design problem?
- Make fields necessary for the current support request mandatory and defer other collection until a defined feature requires it. (correct answer)
- Keep all fields mandatory but publish a complete inventory of them in the organization's privacy notice.
- Retain all fields because potential future utility is a sufficient purpose when users receive advance notice.
- Keep all fields mandatory but tokenize them after the help-desk ticket has been assigned to an agent.
Explanation: When you see a privacy-design question, think about the data minimization principle — a cornerstone of frameworks like GDPR and Privacy by Design. The core idea is simple: collect only what you need, only when you need it, for a clearly defined purpose. Vague future utility is not a legitimate justification for collecting personal data today.
Answer A directly applies data minimization. It separates what's genuinely necessary now (fields needed to submit a support request) from what isn't yet justified, deferring that collection until a concrete, defined feature actually requires it. This is the architecturally correct fix — it aligns collection with purpose at the point of collection, not retroactively.
Answer B is a transparency measure, not a data minimization measure. Publishing a privacy notice that lists all collected fields tells users what's happening, but it doesn't stop unnecessary collection. Disclosure and justification are not the same thing.
Answer C is perhaps the most dangerous distractor because it sounds reasonable. "Potential future utility" is explicitly not a valid legal or ethical purpose under modern privacy law. Speculative value does not satisfy the requirement for a specific, defined processing purpose — and advance notice doesn't cure an unjustified collection.
Answer D confuses a security control with a privacy control. Tokenizing data after collection protects it from exposure, but the personal data was still collected unnecessarily. Privacy-by-design requires you to limit collection before it happens, not just protect excess data afterward.
Your study tip: on privacy questions, always ask "Is this fixing why data is collected, or just how it's handled?" Only the former addresses data minimization.
Question 2
A hospital creates a pseudonymous dataset from patient records for a study of medication side effects. The dataset still contains consistent patient codes so researchers can link repeated events. Another department wants to combine it with purchasing records to identify patients likely to buy wellness products, although commercial targeting was not part of the research purpose.
How does pseudonymization affect the proposed commercial use?
- It automatically permits the commercial use because pseudonymous records are no longer subject to purpose limitation.
- It reduces identifiability risk but does not by itself make the new commercial purpose compatible with the research purpose. (correct answer)
- It prohibits every secondary use because consistent patient codes may support longitudinal record linkage.
- It makes the use acceptable if purchasing personnel cannot directly translate patient codes into patient names.
Explanation: Whenever you see a question combining pseudonymization with secondary data use, you should immediately think about two separate legal concepts: identifiability and purpose limitation. These are distinct — reducing one does not eliminate obligations under the other.
Pseudonymization replaces direct identifiers (like names) with codes, lowering re-identification risk. However, under frameworks like GDPR, pseudonymous data is still considered personal data because re-identification remains possible — especially when consistent codes allow longitudinal linkage. Crucially, purpose limitation requires that data collected for one purpose (medical research) only be reused for compatible purposes. Commercial targeting of patients is a fundamentally different purpose with different interests and risks. Pseudonymization doesn't dissolve that incompatibility — it only affects the degree of identifiability, not the legitimacy of the new use. That reasoning confirms B as correct.
A is wrong because it conflates pseudonymization with anonymization. Pseudonymous data retains personal-data status, so purpose limitation continues to apply. No provision automatically permits unrelated secondary uses just because records are pseudonymized.
C goes too far in the opposite direction. Pseudonymization doesn't prohibit all secondary uses — compatible research extensions or uses with proper legal basis can still be lawful. The issue is compatibility assessment, not a blanket ban.
D describes a partial technical control (purchasing staff can't decode the keys), but this is irrelevant to whether the purpose itself is compatible. Legal compliance isn't satisfied simply by restricting who holds the decryption key.
A useful study rule: on privacy questions, always ask two questions separately — Can this data identify someone? and Is this use legally permitted? Getting one right doesn't answer the other.
Question 3
An online retailer must determine whether customers are at least 18 before allowing them to purchase a restricted product. A trusted verification provider can return either the customer's full date of birth or only a signed result stating whether the customer meets the age threshold. The retailer has no other operational need for the birth date.
Which approach BEST implements data minimization while preserving the retailer's stated purpose?
- Store the full date of birth in encrypted form so the retailer can independently repeat the age calculation.
- Receive the full date of birth but mask the day and month when displaying it to retailer employees.
- Receive the threshold result and retain only the evidence needed to demonstrate that verification occurred. (correct answer)
- Receive both outputs but delete the full date of birth after the customer's first restricted purchase.
Explanation: When you see a question involving privacy principles and identity verification, think about data minimization — the principle that systems should collect, process, and retain only the data strictly necessary to fulfill a specific, legitimate purpose. The key question to ask yourself is: what is the minimum data needed to accomplish the goal?
Here, the retailer's sole purpose is confirming a customer is 18 or older. A signed, trusted threshold result ("yes, this person meets the age requirement") accomplishes exactly that. Option C aligns perfectly with data minimization because the retailer never receives the birth date at all, and retains only the verification evidence needed for audit or compliance purposes — nothing more.
Option A fails because encrypting unnecessary data doesn't eliminate the privacy risk — it just obscures it. Storing the full date of birth "just in case" the retailer wants to repeat the calculation is a classic data hoarding mistake. If there's no operational need for it, encryption doesn't justify keeping it. Option B is similarly flawed: receiving the full birth date and then masking it for display still means the raw data entered the retailer's systems. Display controls don't undo collection. Option D might seem reasonable, but it's a "collect now, delete later" approach — the birth date was still received and processed for a period without legitimate need, violating minimization principles at the point of collection.
As a study tip, watch for answer choices that add controls (encryption, masking, delayed deletion) to data that shouldn't have been collected in the first place. On privacy and security exams, not collecting unnecessary data beats protecting it every time.
Question 4
A mobile application collects precise location data while users actively request turn-by-turn navigation. Six months later, the company proposes using the historical location records to infer visits to competing businesses and personalize advertisements. The original notice discussed route generation and traffic improvement, but not advertising.
What is the MOST appropriate privacy assessment of the proposed advertising use?
- It is acceptable because the information was lawfully collected while users were actively using the navigation feature.
- It is acceptable if advertising analysts receive user identifiers through a separate access-controlled database.
- It represents a distinct secondary purpose that requires separate justification and collection limited to what that purpose needs. (correct answer)
- It satisfies purpose limitation if the company deletes the location history immediately after creating advertising profiles.
Explanation: When a company collects personal data, privacy frameworks like GDPR and CCPA require that data be used only for the purposes disclosed at collection — this is the purpose limitation principle. When you see a scenario where collected data is later applied to something new, ask: Was this secondary use reasonably expected based on the original notice? If not, it needs fresh justification and should only use the minimum data necessary.
Here, users consented to location tracking for navigation and traffic improvement. Using that same historical data to infer visits to competitors and serve targeted ads is a fundamentally different purpose — one users had no reason to anticipate. C correctly identifies this as a distinct secondary purpose that demands its own legal basis, user notice, and data minimization analysis. You can't simply repurpose sensitive location histories because the original collection was legitimate.
A is wrong because lawful collection doesn't grant unlimited future use rights. The legitimacy of the original collection says nothing about whether a new, undisclosed purpose is permissible. B is a technical control (access-controlled databases), but access management doesn't resolve the underlying purpose limitation violation — you can't fix a consent problem with an architecture solution. D is the trickiest distractor: deleting data after building profiles doesn't undo the violation. The unauthorized secondary use already occurred before deletion, so this approach doesn't satisfy purpose limitation at all.
Study tip: On privacy questions, always separate how data is handled (security controls, retention) from why it's being used (purpose). Technical safeguards never substitute for proper legal justification of the purpose itself.
Question 5
A security operations center enables packet logging to investigate malware callbacks. The current configuration stores complete packet payloads, session metadata, authentication tokens, and message contents for every internal connection. Testing shows that destination, timestamp, protocol, connection outcome, and a malware-signature match are sufficient for the documented detection workflow.
Which change would BEST apply data minimization without defeating the security purpose?
- Retain the complete payloads but allow only senior incident responders to search message contents.
- Log the demonstrated metadata and signature result, enabling targeted payload capture only when an investigation requires it. (correct answer)
- Continue full packet logging but replace employee names with stable identifiers in the search interface.
- Disable all connection logging because security monitoring cannot justify processing any personal information.
Explanation: When you see a question about data minimization in a security context, the core tension is this: collect only what you need, but don't neuter your detection capability. Privacy frameworks like GDPR and NIST guidelines both emphasize that organizations should limit data collection to what is demonstrably necessary for the stated purpose — no more.
The passage already tells you exactly what the detection workflow requires: destination, timestamp, protocol, connection outcome, and signature match. That's your anchor. Any correct answer must preserve those five elements while eliminating unnecessary collection. Option B does precisely this — log only the validated metadata and signature result by default, then enable targeted payload capture on demand when an active investigation justifies it. This is the classic "collect minimally, escalate selectively" pattern, and it satisfies both the privacy principle and the operational requirement simultaneously.
Option A fails because it keeps full payload logging unchanged — access controls reduce exposure, not collection. Data minimization is about what you store, not who can see it. Option C makes the same mistake: pseudonymizing names in a search interface doesn't change what's being logged at the packet level; you're still retaining more than necessary. Option D swings to the opposite extreme — eliminating all logging destroys the security purpose entirely, which no legitimate data minimization principle requires. Minimization means reduce to what's needed, not eliminate everything.
The strategic takeaway: on security exam questions about privacy, watch for answers that confuse access restriction with collection reduction. They are different controls, and only reducing collection satisfies data minimization.
Question 6
A city transportation office must publish monthly statistics showing the number of trips originating in each district. Its source system contains rider names, account numbers, exact pickup addresses, destination addresses, timestamps, and fare details. The public report does not require rider-level analysis.
Which processing approach BEST satisfies the reporting purpose while applying minimization?
- Publish rider-level records after replacing each name with a persistent random identifier that supports monthly comparisons across reporting periods.
- Copy all source fields to the reporting system but restrict the public output to district-level trip totals, retaining the full dataset for potential future analytical needs.
- Aggregate trips into district-level monthly counts and provide the reporting process only the fields needed to produce that aggregation, releasing only the resulting totals. (correct answer)
- Publish exact pickup and destination addresses without names, since location data alone does not constitute personal information when rider account numbers are withheld.
Explanation: When you see a question about privacy, data handling, or compliance in a cybersecurity context, your anchor concept should be data minimization — the principle that systems should collect, process, and retain only the data strictly necessary to fulfill their stated purpose. The goal isn't just to hide sensitive data from the final output; it's to avoid bringing unnecessary data into the pipeline at all.
Option C is correct because it applies minimization at every layer: the aggregation process only receives the fields required to compute district-level counts (likely district identifier and a trip counter), and only the resulting totals are released. Sensitive fields like names, account numbers, and exact addresses never enter the reporting environment. This matches both the stated purpose and the minimization principle precisely.
Option A fails because it still processes rider-level records and introduces a persistent pseudonym. Even pseudonymized records are personal data under most frameworks, and persistent identifiers enable re-identification over time — unnecessary for monthly district totals.
Option B is a classic "collect now, maybe use later" anti-pattern. Copying all source fields to the reporting system contradicts minimization entirely. Restricting the output while retaining the full dataset internally still exposes that data to breach risk and violates the principle that data should not be held beyond its purpose.
Option D contains a dangerous misconception: location data is personal information, especially precise pickup and destination addresses, which can easily re-identify individuals even without names or account numbers. Withholding one identifier doesn't neutralize the others.
Your study tip: on minimization questions, ask yourself "Is sensitive data even entering this system?" — not just "Is it visible in the output?" True minimization cuts data upstream, not downstream.
Question 7
A company states that it collects customer information to "improve services and support business needs." Relying on this statement, separate teams collect browsing histories, support transcripts, device identifiers, demographic attributes, and precise locations for unrelated projects.
Why is the stated purpose insufficient as the primary control for minimized collection?
- It is too broad to determine which information is necessary for a particular use or to meaningfully constrain later uses. (correct answer)
- It is invalid because privacy purposes may describe only security activities and legally required processing.
- It is sufficient for collection but becomes insufficient only when information is transferred outside the company.
- It is too narrow because each business team should be permitted to define additional uses after collection.
Explanation: When you see a question about data minimization and privacy controls, think about what "purpose limitation" actually requires: a stated purpose must be specific enough to function as a real constraint — one that tells you what data is necessary and what uses fall outside the boundary.
The phrase "improve services and support business needs" fails that test entirely. It is so broad that virtually any data collection can be rationalized under it, which is exactly what the scenario shows — five separate teams collecting five different categories of data for unrelated projects, all under the same vague umbrella. A meaningful purpose statement must be specific enough that someone can look at a proposed data element and determine whether collecting it is actually necessary. When the purpose can justify anything, it constrains nothing. That's why A is correct.
B is wrong because privacy purpose statements are not limited to security or legally required processing. Organizations can legitimately state purposes related to product improvement, customer service, and many other activities — the issue is specificity, not category. C introduces a false threshold: the insufficiency of a vague purpose statement exists at the point of collection, not only when data crosses organizational boundaries. Weak purposes enable scope creep internally, as the passage directly illustrates. D inverts the principle entirely — data minimization requires purposes to be defined before collection so they constrain what is gathered, not expanded afterward by individual teams seeking additional uses.
As a study tip, watch for answer choices that reframe a specificity problem as a category or timing problem — exams frequently disguise the real issue by shifting where or when the control supposedly fails.
Question 8
A fitness service offers an optional step-counting challenge. To join, users must authorize access to step totals, precise routes, heart-rate history, contact lists, and photographs. The service states that users consent to all requested access, but only daily step totals are used to calculate challenge rankings.
Which conclusion BEST applies the privacy principles to this design?
- The design is minimized because affirmative consent makes every requested data category necessary, provided users are given a clear opportunity to review permissions before enrolling.
- The design satisfies purpose limitation because all categories are obtained through one enrollment screen, which creates a single, unified notice covering the full scope of processing.
- The design is acceptable if unused categories are encrypted and excluded from employee-facing dashboards, provided access logs are reviewed on a regular basis.
- The service should request step totals only, unless it defines a separate optional purpose that requires another category and limits collection to what that additional purpose needs. (correct answer)
Explanation: When you see a question involving data collection and user consent, anchor your thinking to two core privacy principles: data minimization (collect only what you need) and purpose limitation (use data only for the purpose it was collected for). Consent does not override these principles — collecting unnecessary data with user permission is still a design violation.
The scenario reveals a clear mismatch: the service collects precise routes, heart-rate history, contact lists, and photographs, yet only step totals drive the challenge rankings. That gap is the problem. Answer D correctly identifies that the service should limit collection to step totals alone. If another feature genuinely requires an additional data category, that feature must be defined as a distinct optional purpose with its own scoped collection — not bundled into a single enrollment. This is data minimization and purpose limitation working together in practice.
Answer A fails because it treats consent as a magic justification. Consent makes collection lawful, not minimal. You can consent to overly broad collection and it still violates minimization principles.
Answer B misreads purpose limitation. Having a single enrollment screen doesn't unify disparate purposes into one legitimate purpose — it just lumps them together. Purpose limitation requires that each category of data be tied to a specific, defined use.
Answer C mistakes security controls for privacy compliance. Encrypting unused data and restricting dashboard access addresses security, not the underlying problem that the data should never have been collected in the first place.
Your study tip: on privacy questions, always ask "is this data necessary for this specific purpose?" — if the answer is no, no amount of consent, encryption, or access controls fixes the design.
Question 9
A lender is redesigning an online application for a fixed-rate personal loan. Underwriting requires identity, income, debt, and repayment information. The marketing team also wants applicants' social-media handles and contact lists so it can identify referral opportunities. Declining to provide those fields would prevent submission of the application.
Which redesign would BEST align the application with data minimization and purpose limitation?
- Collect every field, but encrypt the marketing fields and restrict them to authorized marketing personnel.
- Remove the marketing fields from the loan workflow and collect separate referral information only for a clearly stated optional program. (correct answer)
- Keep every field mandatory, but revise the loan notice to state that collected information may support business operations.
- Collect the marketing fields during underwriting, but delete them after the loan application has received a final decision.
Explanation: When a question involves privacy-by-design principles, focus on two core concepts: data minimization (collect only what you actually need) and purpose limitation (use data only for the stated purpose it was collected for). A legitimate loan application needs identity, income, debt, and repayment data — nothing more.
Option B is the correct redesign because it surgically separates the two concerns. Removing marketing fields from the loan workflow eliminates the coercive bundling entirely, and offering a clearly labeled optional referral program respects applicant autonomy. Underwriting data is used only for underwriting; referral data, if collected at all, has its own transparent purpose. Both principles are satisfied simultaneously.
Option A fails because encrypting data and restricting access doesn't eliminate the collection of unnecessary data — it just locks up the problem. Data minimization requires not collecting the data in the first place, not securing excess data after the fact. Encryption is a protection control, not a minimization strategy.
Option C is perhaps the sneakiest trap: updating the privacy notice to say data "may support business operations" is a vague, retroactive justification — not a genuine purpose limitation. Broad legal language doesn't transform unnecessary collection into compliant collection.
Option D delays the problem rather than solving it. Collecting marketing fields during underwriting still violates minimization and purpose limitation at the point of collection, even if the data is later deleted. The harm occurs when data is unnecessarily gathered, not only when it's retained.
Your study tip: on privacy questions, always ask "should this data be collected at all?" before asking "how should it be protected?" Minimization and limitation operate upstream of security controls.
Question 10
A company records employee badge events to control entry into secure facilities and investigate physical-security incidents. A manager proposes using the same event-level records to rank employees by the amount of time they appear to spend in the office. No such use was identified when the badge system was implemented.
Which statement BEST explains the principal privacy concern?
- The ranking changes the purpose of processing from facility security to employee performance monitoring without a separate assessment. (correct answer)
- The ranking is prohibited mainly because badge timestamps are always inaccurate indicators of building access.
- The ranking violates minimization only if the security team collected more than one badge event per employee.
- The ranking is acceptable because no new personal information is collected when existing records are reused.
Explanation: When a question involves reusing data collected for one purpose to serve a different purpose, you should immediately think about purpose limitation — a core privacy principle stating that personal data must only be used for the specific, disclosed reason it was originally collected. Badge records were gathered for physical security; repurposing them to rank employee performance is a fundamentally different use case that demands its own justification, notice, and often a fresh privacy impact assessment.
Answer A is correct because it precisely identifies this violation: the company is shifting from facility-security processing to employee-performance monitoring without conducting a separate assessment or obtaining fresh justification. This isn't just a technicality — employees never consented to, or were notified of, performance surveillance when the badge system was deployed. The new use could expose them to disciplinary consequences based on data they understood to serve a completely different function.
Answer B is wrong because it misframes the issue as a data-accuracy problem. Whether timestamps are accurate or not is irrelevant to the fundamental privacy concern; the violation exists regardless of accuracy.
Answer C is wrong because it misapplies the data minimization principle, which concerns collecting only what is necessary — not how many events were recorded per person. Minimization is simply not the right framework here.
Answer D is wrong because it reflects a common misconception: that reusing existing data is automatically permissible since no "new" collection occurs. Privacy law and frameworks like GDPR explicitly reject this logic — reuse for a new purpose can be just as problematic as fresh collection.
Study tip: On privacy questions, "no new data collected" is almost always a trap answer. Reuse without reassessment is itself a violation of purpose limitation.