- A
Executive summary
Why wrong: The executive summary is high-level and does not include technical details or CVSS scores.
- B
Technical report
This section contains detailed findings, CVSS scores, and remediation guidance for technical teams.
- C
Rules of engagement
Why wrong: This is a pre-test document that defines scope and constraints, not a post-test deliverable.
- D
Scope of work
Why wrong: This defines what will be tested, not the results.
Quick Answer
The answer is the technical report section. This is correct because the technical report is the portion of a penetration test report that delivers the granular, actionable data required by IT and security teams, including the testing methodology, a complete vulnerability list with CVSS scores, and step-by-step remediation instructions. On the CompTIA PenTest+ PT0-002 exam, this question tests your ability to distinguish between the executive summary, which provides a high-level overview for management, and the technical findings section, which dives into the raw evidence and exploit details. A common trap is confusing the technical report with the executive summary or the scope document, but remember that any request for CVSS scores and specific remediation steps points directly to the technical findings. A helpful memory tip is to think “Tech = Tactics, CVSS, and Steps”—if the request includes scores and remediation, it belongs in the technical section.
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.
After a penetration test, the client requests a document that includes the methodology used, a list of all vulnerabilities found along with their CVSS scores, and detailed steps for remediation. Which type of report section is this?
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
Technical report
The client's request for methodology, vulnerability list with CVSS scores, and remediation steps describes the detailed, technical findings of the penetration test. This content is characteristic of the Technical Report section, which provides in-depth analysis and actionable data for technical stakeholders, as opposed to high-level summaries or contractual documents.
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.
- ✗
Executive summary
Why it's wrong here
The executive summary is high-level and does not include technical details or CVSS scores.
- ✓
Technical report
Why this is correct
This section contains detailed findings, CVSS scores, and remediation guidance for technical teams.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Rules of engagement
Why it's wrong here
This is a pre-test document that defines scope and constraints, not a post-test deliverable.
- ✗
Scope of work
Why it's wrong here
This defines what will be tested, not the results.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is confusing the Executive Summary's high-level risk ratings with the Technical Report's detailed CVSS scores and remediation steps, leading candidates to incorrectly select the Executive Summary when the question explicitly lists granular technical details.
Detailed technical explanation
How to think about this question
The Technical Report typically includes a detailed vulnerability inventory with CVSS v3.1 base scores, proof-of-concept exploit steps, and specific remediation commands (e.g., 'iptables -A INPUT -p tcp --dport 22 -s 192.168.1.0/24 -j ACCEPT'). This section is often structured per the PTES (Penetration Testing Execution Standard) reporting guidelines, ensuring reproducibility and clear technical communication for system administrators and security engineers.
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.
- →
Reporting and Communication — study guide chapter
Learn the concepts, then practise the questions
- →
Reporting and Communication practice questions
Targeted practice on this topic area only
- →
All PT0-002 questions
509 questions across all exam domains
- →
CompTIA PenTest+ PT0-002 study guide
Full concept coverage aligned to exam objectives
- →
PT0-002 practice test guide
How to use practice tests most effectively before exam day
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.
Planning and Scoping practice questions
Practise PT0-002 questions linked to Planning and Scoping.
Information Gathering and Vulnerability Scanning practice questions
Practise PT0-002 questions linked to Information Gathering and Vulnerability Scanning.
Attacks and Exploits practice questions
Practise PT0-002 questions linked to Attacks and Exploits.
Reporting and Communication practice questions
Practise PT0-002 questions linked to Reporting and Communication.
Tools and Code Analysis practice questions
Practise PT0-002 questions linked to Tools and Code Analysis.
PT0-002 fundamentals practice questions
Practise PT0-002 questions linked to PT0-002 fundamentals.
PT0-002 scenario practice questions
Practise PT0-002 questions linked to PT0-002 scenario.
PT0-002 troubleshooting practice questions
Practise PT0-002 questions linked to PT0-002 troubleshooting.
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: Technical report — The client's request for methodology, vulnerability list with CVSS scores, and remediation steps describes the detailed, technical findings of the penetration test. This content is characteristic of the Technical Report section, which provides in-depth analysis and actionable data for technical stakeholders, as opposed to high-level summaries or contractual documents.
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.
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 →
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's technical team wants to understand the exact steps required to reproduce a cross-site scripting vulnerability found in the web application. In which section of the standard penetration testing report should this information be included?
easy- A.Executive Summary
- ✓ B.Technical Findings and Recommendations
- C.Methodology
- D.Appendices
Why B: The Technical Findings and Recommendations section is the correct place for step-by-step reproduction steps because it provides detailed, actionable technical information for the client's technical team. This section typically includes specific payloads, HTTP request/response details, and the exact sequence of user interactions needed to trigger the XSS vulnerability, enabling the team to verify and remediate the issue.
Variation 2. During a penetration test report review, the client's IT manager asks for a 'quick reference' that lists each vulnerability, its severity, and the affected system, without detailed exploit steps. Which section of the report should the tester point to?
easy- A.Executive summary
- ✓ B.Technical findings section
- C.Appendix with raw scan results
- D.Remediation recommendations
Why B: The technical findings section is the correct place because it provides a structured list of each vulnerability, its severity rating (e.g., CVSS score), and the affected system, while intentionally omitting detailed exploit steps. This directly satisfies the IT manager's request for a 'quick reference' without the operational risk of exposing attack procedures. The executive summary is too high-level, and the appendix with raw scan results lacks the curated, severity-ranked format needed for a quick reference.
Last reviewed: Jun 11, 2026
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.
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.