About the Exam

Version 4 of CompTIA's intermediate cybersecurity analyst certification, focused on defensive security operations. It covers monitoring and threat detection across networks, endpoints and cloud with tools such as SIEM and EDR, risk-based vulnerability management, structured incident response, and communicating findings to stakeholders, with added coverage of AI-supported operations, automation, zero trust and supply-chain risk. Passing demonstrates the analytical skills expected of a working SOC analyst.

Exam Topics

  • Security Operations34%
  • Vulnerability Management26%
  • Incident Response and Management24%
  • Reporting and Communication16%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated August 2, 2026 at 10:41 PM

Topic filter
Retired questions
Question sort

QuestionQ1

Incident Response and Management

An analyst receives an alert that a user clicked on a malicious link. The analyst verifies that the link is malicious and was intended to capture credentials. The analyst verifies that the user visited the website, but no evidence indicates that the credentials were used. The analyst recommends that the user take remedial training and closes the case.

Which of the following steps in the incident response process did the analyst neglect?

  • A Analysis
  • B Containment
  • C Recovery
  • D Post-incident
Explanation

Because the malicious link was confirmed to be a credential-harvesting site and the user did visit it, the user's credentials must be treated as potentially compromised regardless of whether misuse has been observed yet. The incident response containment phase requires taking action to limit further damage — such as resetting the affected credentials or disabling the account — before closing the case. By moving directly to a training recommendation and closing the incident without resetting or invalidating the potentially exposed credentials, the analyst skipped the containment step of the incident response process.

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Incident Response and Management

A server was recently compromised. A security analyst needs to collect artifacts for further analysis before disconnecting the server from the network. Which of the following artifacts should the analyst collect first?

  • A ShellBags
  • B Hard disk
  • C Address Resolution Protocol table
  • D Netstat output
Explanation

Per the order-of-volatility principle used in incident response, the most ephemeral evidence must be preserved before it changes or disappears. Netstat output reflects the server's currently active network connections and sessions, which are live, in-memory state that is destroyed the moment the server is taken off the network. Because the analyst's very next action is to disconnect the server from the network, this connection data must be captured first, before that state is irrecoverably lost. ShellBags and the hard disk are non-volatile, disk-resident artifacts that remain available for later imaging and analysis even after the server is disconnected, and the ARP cache, while volatile, does not depend directly on active network connectivity the way netstat's session data does, making it less time-critical in this specific scenario.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Incident Response and Management

Which of the following activities takes place during the analysis phase of the incident response process?

  • A Triage
  • B Alert writing
  • C Reimaging
  • D Isolation
Explanation

During the analysis phase of incident response, security personnel perform triage — reviewing and validating detected events, determining their scope and severity, and prioritizing which incidents require further investigation or escalation. This is distinct from containment activities like isolation, eradication/recovery activities like reimaging, or preparation/detection activities like writing alert rules.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Incident Response and Management

An incident response team is investigating a possible data leak, and various IT systems are used to collect evidence. Which of the following processes is required to ensure that evidentiary artifacts are properly recorded?

  • A Packaging and labeling
  • B Chain of custody
  • C Post incident reporting
  • D Storage and containment
Explanation

Chain of custody is the formal process that documents who collected each piece of evidence, when and where it was collected, who handled or transferred it, and how it was stored, creating an unbroken record from collection through analysis and legal proceedings. This documentation ensures the integrity and admissibility of evidentiary artifacts by proving they were not altered or tampered with. Packaging/labeling and storage/containment are supporting physical-handling activities, and post-incident reporting occurs after the response concludes—neither of these serves the specific function of formally recording evidence handling like chain of custody does.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Incident Response and Management

Which of the following phases of the incident response process will permanently remove an attacker's access to corporate resources?

  • A Eradication
  • B Containment
  • C Denial of service
  • D Detection
Explanation

Eradication is the incident response phase focused on completely removing the cause of the incident from the environment — this includes deleting malicious accounts, removing backdoors and malware, closing exploited vulnerabilities, and revoking any unauthorized access the attacker obtained. Unlike Containment, which temporarily isolates or limits the spread of an incident (e.g., segmenting a compromised host from the network) without necessarily eliminating the attacker's foothold, Eradication ensures the threat and all associated access are permanently eliminated before moving into the Recovery phase. Detection (or Identification) only concerns recognizing that an incident has occurred, and "Denial of service" is a type of attack, not a phase of the incident response lifecycle.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home