SY0-701 Security Program Management and Oversight Practice Question
An HR analyst needs to send a payroll reconciliation file to an external auditor. The file contains employee names, SSNs, bank account numbers, and salary details, but the auditor only needs employee IDs, payment totals, and a control total. What should the analyst do first?
⚠ Common exam trap
The trap here is that candidates may focus on securing the file (encryption, password protection) rather than on the fundamental security principle of data minimization, leading them to choose options that protect the data in transit but still expose unnecessary sensitive information to the recipient.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Redact or remove unnecessary sensitive fields before sharing the minimum required data.
The principle of data minimization requires that only the necessary data (employee IDs, payment totals, control total) be shared with the external auditor. Redacting or removing unnecessary sensitive fields (SSNs, bank account numbers, salary details) reduces the risk of exposure and complies with privacy regulations. This step should occur before any encryption or transmission to ensure the auditor never receives data they do not need.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Encrypt the full spreadsheet and send it without changing the contents.
Why it's wrong here
Encryption protects the spreadsheet while it is in transit and at rest, but it does nothing to reduce the amount of sensitive data contained in the file. If the recipient's credentials are compromised or their endpoint is infected, the attacker gains access to every unnecessary field, from Social Security numbers to bank details. Security controls like encryption complement but cannot replace data minimization, which limits the harm a breach can cause by ensuring only required data is shared.
- ✓
Redact or remove unnecessary sensitive fields before sharing the minimum required data.
Why this is correct
Redacting or removing fields that are not needed for the payroll reconciliation implements data minimization and least privilege, so the recipient only sees information directly relevant to the task. Removing identifiers such as Social Security numbers, home addresses, or birth dates shrinks the potential blast radius if the file is intercepted, misdelivered, or accessed without authorization. This aligns with privacy-by-design principles and regulatory frameworks like GDPR and HIPAA, which require organizations to limit collection and sharing to what is necessary.
- ✗
Compress the file into a password-protected archive and email the password separately.
Why it's wrong here
A password-protected archive addresses confidentiality in transit, but emailing the password separately is often still sent over the same infrastructure, creating a single-channel risk if both messages are intercepted. More importantly, the archive still contains the full complement of unnecessary sensitive fields, so compression does not achieve data minimization. Password-based protection can also introduce weak-password and key-management weaknesses, and it does nothing to prevent a legitimate recipient from overexposing the data after decryption.
- ✗
Copy the file to a personal cloud storage account to make sharing easier.
Why it's wrong here
Uploading the file to a personal cloud account creates a shadow IT data flow that bypasses the organization's security monitoring, data-loss prevention, and access controls. The analyst loses visibility into where the data resides, who can share it, and whether the provider's storage region complies with data residency requirements. This unauthorized handling likely violates written data-handling policies and increases the chance of accidental public links, unauthorized sharing, or ransomware attacks on a non-corporate account.
Go deeper
Related to this question
Learn chapter
Risk Management Concepts
Key term
IDS
An IDS is a security system that monitors network or system traffic for suspicious activity and alerts administrators to potential threats, but does not actively block them.
Key term
Encryption
Encryption is the process of converting readable data into a secret code to prevent unauthorized access.
About these practice questions
Courseiva writes every SY0-701 question from scratch — 1,013 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.