Question 301 of 509
Reporting and CommunicationmediumMultiple SelectObjective-mapped

Quick Answer

The correct answer is to redact or mask the sensitive data in the report and to securely destroy any retained sensitive data after delivery. This is because a penetration test report must balance providing actionable evidence for remediation with the ethical and legal obligation to protect personally identifiable information (PII) or proprietary data; sanitizing the data prevents exposure if the report is intercepted or mishandled, while secure destruction ensures no residual copies remain vulnerable. On the CompTIA PenTest+ PT0-002 exam, this question tests your understanding of post-engagement cleanup and report professionalism, often appearing as a scenario where you must choose between including raw data or applying controls like anonymization. A common trap is confusing secure transmission (e.g., encryption during delivery) with handling the report’s content itself, or thinking that assigning a sensitivity label alone is sufficient. Remember the mnemonic: “Mask it, then trash it” — redact the sensitive parts in the report, then securely destroy any raw data after the client accepts the final deliverable.

PT0-002 Reporting and Communication Practice Question

This PT0-002 practice question tests your understanding of reporting and communication. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which TWO of the following are appropriate ways to handle sensitive data discovered during a penetration test when producing the final report? (Select TWO.)

Question 1mediummulti select
Full question →

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

Securely delete any copies of sensitive data after the report is delivered.

Options B and D are correct. Sensitive data should be sanitized in the report (e.g., redacted or anonymized), and any retained data should be securely destroyed after the report is delivered. Option A is wrong because assigning a separate sensitivity label is not a handling method. Option C is wrong because including raw data increases risk. Option E is wrong because secure transmission is about delivery, not report content.

Key principle: Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Include the raw sensitive data in an appendix with restricted distribution.

    Why it's wrong here

    Even restricted distribution increases risk; better to avoid raw data.

  • Encrypt the report with a strong password and email it to all stakeholders.

    Why it's wrong here

    This is a delivery method, not a handling method for the data within.

  • Label the entire report as 'Sensitive' and leave data unaltered.

    Why it's wrong here

    Labeling alone does not protect the data within.

  • Securely delete any copies of sensitive data after the report is delivered.

    Why this is correct

    This follows data minimization principles.

    Related concept

    CIDR notation defines the prefix length.

  • Redact or mask the sensitive data in the report.

    Why this is correct

    This minimizes exposure while still documenting the finding.

    Related concept

    CIDR notation defines the prefix length.

Common exam traps

Common exam trap: usable hosts are not the same as total addresses

Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.

Detailed technical explanation

How to think about this question

Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.

KKey Concepts to Remember

  • CIDR notation defines the prefix length.
  • Block size helps identify subnet boundaries.
  • Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
  • The required host count determines the smallest suitable subnet.

TExam Day Tips

  • Write the block size before choosing the subnet.
  • Check whether the question asks for hosts, subnets or a specific address range.
  • Do not confuse /24, /25, /26 and /27 host counts.

Key takeaway

Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets.

Real-world example

How this comes up in practice

A security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Count usable hosts — not total addresses — and remember that the network and broadcast addresses are not available to hosts in standard IPv4 subnets. Security exam questions test whether you can match controls to threats in context — not just recall definitions.

What to study next

Got this wrong? Here's your next step.

Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related PT0-002 subnetting questions on CIDR, address ranges, and subnet selection.

Related practice questions

Related PT0-002 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PT0-002 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PT0-002 question test?

Reporting and Communication — This question tests Reporting and Communication — CIDR notation defines the prefix length..

What is the correct answer to this question?

The correct answer is: Securely delete any copies of sensitive data after the report is delivered. — Options B and D are correct. Sensitive data should be sanitized in the report (e.g., redacted or anonymized), and any retained data should be securely destroyed after the report is delivered. Option A is wrong because assigning a separate sensitivity label is not a handling method. Option C is wrong because including raw data increases risk. Option E is wrong because secure transmission is about delivery, not report content.

What should I do if I get this PT0-002 question wrong?

Review block sizes, usable host formulas (2^n − 2), and how to find network and broadcast addresses for /24 through /30. Then practise related PT0-002 subnetting questions on CIDR, address ranges, and subnet selection.

What is the key concept behind this question?

CIDR notation defines the prefix length.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on PT0-002

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. After a penetration test, the client requests that the tester remove certain findings from the final report because they reveal sensitive information about a new product. What is the BEST response from the tester?

hard
  • A.Agree to remove the findings but note in the report that they were omitted.
  • B.Remove the findings entirely and do not mention them.
  • C.Refuse to remove the findings and threaten to disclose them publicly.
  • D.Insist on including the findings but obfuscate the sensitive details.

Why A: Option D is correct because the client owns the data and can decide what is included, but the tester should ensure the report accurately reflects risks. Option A is wrong because refusing cooperation could damage the relationship. Option B is wrong because the client has the right to manage their information. Option C is wrong because omitting findings undermines the report's integrity; instead, document the decision.

Variation 2. After completing a penetration test, a tester needs to dispose of test data securely. Which of the following methods is most appropriate for this purpose?

easy
  • A.Delete the data using standard operating system commands
  • B.Use a secure data destruction tool that overwrites data multiple times
  • C.Format the storage device once
  • D.Keep the data encrypted for future reference

Why B: Option C is correct because secure data destruction, such as using degaussing or secure erase tools, ensures data cannot be recovered. Option A (deleting files) leaves recoverable traces. Option B (formatting) may not wipe all sectors. Option D (storing indefinitely) violates data handling policies.

Last reviewed: Jun 23, 2026

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.

Loading comments…

Sign in to join the discussion.

This PT0-002 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 PT0-002 exam.