Question 481 of 509
Reporting and CommunicationmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to write two separate sections: one for technical details and one for risk analysis. This approach directly addresses the core challenge of tailoring penetration test report findings to different stakeholders, ensuring that the technical team receives precise reproduction steps for the cross-site scripting vulnerability while the business owner gets a clear risk analysis focused on customer data exposure. On the CompTIA PenTest+ PT0-002 exam, this scenario tests your understanding of stakeholder communication, a key objective that often appears in questions about report writing and presentation. A common trap is choosing a single combined description, which either overwhelms the business owner with jargon or leaves the technical team without actionable steps. Remember the memory tip: “Tech gets the steps, business gets the threat”—keeping these audiences separate prevents confusion and information overload, aligning with best practices for effective reporting.

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.

A penetration tester is writing the findings section of a report. The tester discovered a cross-site scripting vulnerability that allows session hijacking. The technical team wants to understand exactly how to reproduce it, while the business owner wants to know the risk it poses to customer data. Which approach best addresses both audiences?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummultiple choice
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

Write two separate sections: one for technical details and one for risk analysis

Option B is correct because it separates the technical reproduction steps (for the technical team) from the business impact analysis (for the business owner), ensuring each audience receives the information in the format they need. This aligns with the PT0-002 objective of tailoring communication to different stakeholders, avoiding confusion or information overload. A single combined description (Option A) would likely be too technical for the business owner or too vague for the technical team.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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 a single detailed description with both technical and business impact

    Why it's wrong here

    Combining all details can make the section lengthy and difficult for each audience to extract their needed information.

  • Write two separate sections: one for technical details and one for risk analysis

    Why this is correct

    Separation allows the technical team to quickly find reproduction steps and the business owner to focus on risk and impact.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Place technical details in an appendix and include only risk ratings in the main body

    Why it's wrong here

    This may hide important technical details from the team that needs them, making reproduction harder.

  • Provide a video demonstration separately from the written report

    Why it's wrong here

    Video is supplementary; the written report must contain the necessary information for both audiences in a structured manner.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may choose Option A, thinking a single comprehensive section is efficient, but the PT0-002 exam emphasizes that different stakeholders require different levels of detail—technical teams need exact reproduction steps, while business owners need risk context—so separating them is the correct approach.

Detailed technical explanation

How to think about this question

Cross-site scripting (XSS) vulnerabilities often arise from improper input validation or output encoding, such as failing to sanitize user input reflected in HTTP responses without Content-Type or charset restrictions. In a real-world scenario, an attacker could inject a <script> tag that exfiltrates session cookies via an XMLHttpRequest to an attacker-controlled server, bypassing HttpOnly flags if the cookie is not set correctly. Reproducing this requires precise steps like crafting a payload with URL encoding (e.g., %3Cscript%3E) and testing in a browser with developer tools to confirm the script executes in the victim's session context.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A security team runs a vulnerability scan on a web application and discovers an unpatched SQL injection flaw. The team prioritises remediation by CVSS score — critical flaws are patched within 24 hours, high within 7 days. Questions like this test whether you understand vulnerability management processes, scanning tools, and remediation prioritisation.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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 — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Write two separate sections: one for technical details and one for risk analysis — Option B is correct because it separates the technical reproduction steps (for the technical team) from the business impact analysis (for the business owner), ensuring each audience receives the information in the format they need. This aligns with the PT0-002 objective of tailoring communication to different stakeholders, avoiding confusion or information overload. A single combined description (Option A) would likely be too technical for the business owner or too vague for the technical team.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

1 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. During a penetration test, the tester discovers a critical vulnerability that could lead to a data breach. The tester needs to communicate this to the client's management, who are non-technical. What is the BEST way to communicate this finding?

easy
  • A.Include the finding only in the final report
  • B.High-level summary with business impact and recommended timeline for fix
  • C.Email with subject 'URGENT' and no further details
  • D.Detailed technical exploit steps

Why B: Option C is correct because communicating a high-level summary with business impact and recommended timeline is most effective for non-technical management. Option A is wrong because technical details may overwhelm them. Option B is wrong because a subject line alone doesn't convey the context. Option D is wrong because waiting for the final report delays critical communication.

Last reviewed: Jun 11, 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.