Question 149 of 1,013
SY0-701 Security Program Management and Oversight Practice Question
A help desk manager wants sample customer tickets copied into a test environment so developers can reproduce support issues. The tickets include names, phone numbers, and account details. Which action best reduces privacy exposure while still supporting testing?
⚠ Common exam trap
Many exam-takers choose Option A, thinking that 'realistic records' are essential for testing, without recognizing that realistic data can be achieved through masking rather than exposing raw PII.
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
✓
Mask or tokenize the personal data and restrict access to approved testers only.
Masking or tokenizing personal data (e.g., replacing names with pseudonyms, scrambling phone numbers) ensures that developers can work with realistic data structures without exposing personally identifiable information (PII). Restricting access to approved testers further enforces the principle of least privilege, which is a core security control for test environments. This approach balances the need for functional testing with compliance requirements like GDPR or HIPAA.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Export the full tickets because the developers need realistic records.
Why it's wrong here
Exporting unmodified tickets violates data minimization and least privilege, because full customer records typically contain direct identifiers (names, emails, phone numbers) and possibly financial or health data. Developers only need the ticket structure and the values that trigger the bug, not every personal attribute. Realistic behavior can be preserved using synthetic records or masked fields that retain formatting and relationships while concealing PII. Sharing raw data—even internally—substantially increases breach impact if the copy is lost or accessed by unauthorized staff.
- ✓
Mask or tokenize the personal data and restrict access to approved testers only.
Why this is correct
Masking or tokenizing personal data follows privacy-by-design principles by reducing exposure while preserving enough structure for testing. Limiting access further reduces the chance of improper handling. This approach allows developers to reproduce issues without using unnecessary real customer information, which supports data minimization and secure sharing requirements.
- ✗
Copy the tickets to a shared cloud drive and protect it with a simple password.
Why it's wrong here
Protecting a cloud drive with a simple password provides a single-factor, low-entropy barrier that is vulnerable to brute-force, dictionary, or phishing attacks, and it offers no protection if the drive link is shared or leaked. Such a solution lacks enterprise security controls: no per-user access management, no multi-factor authentication, no data-loss prevention, and often no at-rest encryption with proper key management. It also fails the data minimization requirement because the underlying tickets remain unchanged and fully sensitive in the shared copy, creating a standing data-exposure risk that is not addressed by the password alone.
- ✗
Remove the account numbers only and leave the rest of the ticket untouched.
Why it's wrong here
Removing account numbers only is an incomplete de-identification effort because names, email addresses, phone numbers, and free-text ticket comments still constitute personal data that can directly or indirectly identify customers. Even if those explicit identifiers were redacted, quasi-identifiers such as zip code, service tier, and complaint details can be combined with external datasets to re-identify individuals. Defensible privacy preservation requires tokenization or pseudonymization of all direct and indirect identifiers, plus a restricted access policy, rather than ad hoc redaction of a single field. Partial redaction also fails to address unstructured data where sensitive values like SSNs or medical details may appear in notes.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.