What oral practice adds to Security+

The CompTIA Security+ exam is a timed, computer-based test containing multiple-choice questions and performance-based questions (PBQs). Its questions are scenario-driven and cover threats, architecture, operations, incident response, governance, risk and compliance. PBQs simulate security tasks rather than asking only for definitions.

There is no separate official oral paper described here. Oral practice is a rehearsal method: you explain how you would interpret a scenario, choose a control, sequence actions and validate the result. That is useful because Security+ rewards the best answer in context, not simply an answer that is technically true.

A useful spoken answer should make six things clear:

  • What facts and constraints matter.
  • What the likely threat, weakness or root cause is.
  • Which security principle applies.
  • What you would do first, and what you would not do yet.
  • How you would test whether the action worked.
  • What you would document, monitor or escalate.

Do not practise by reciting a glossary. Take a short scenario and force yourself to make a decision. In a real Security+ question, several options may improve security. The task is to identify the option that best fits the objective, scope, urgency and operational constraints.

For this article, the examiner persona uses the following platform criteria: extracting key facts, constraints and objective; applying CIA, least privilege and defence-in-depth; using accurate terminology and mechanisms; choosing and sequencing the safest high-impact action; selecting controls and explaining trade-offs; and stating how to validate, monitor, document or escalate. These are practice criteria, not an official CompTIA marking scheme.

Set up the answer before you speak

Use a repeatable structure, but do not force every scenario into identical wording:

  1. Situation and signals: identify the affected asset, user, data and observed behaviour.
  2. Likely cause or threat: distinguish evidence from assumptions.
  3. Constraints: note business impact, authorisation, change control and containment limits.
  4. Priority action: choose the safest action that reduces risk quickly.
  5. Control and trade-off: explain why the control fits and what it may affect.
  6. Validation and follow-up: name the log, test, metric, escalation or record you need.

Before beginning a timed block, set a role and scope. For example: “I am the security analyst responding to a suspected compromised endpoint. I can isolate the endpoint through the EDR console, but I cannot wipe it without incident-response approval.” That one sentence stops you proposing actions outside the scenario.

The examiner view below gives you a compact way to keep those priorities visible while practising.

MySummaries can turn these criteria into a board-specific examiner persona, so the feedback stays tied to Security+ reasoning rather than generic speaking fluency.

ExaminerSecurity+ scenario examinerExam · 42d
Extracts key facts, constraints, and objectiveApplies core principles (CIA, least privilege, defense-in-depth) correctlyUses correct terminology and mechanisms without contradictionsChooses best next step; sequences actions by impact and safetySelects appropriate control(s) and justifies trade-offsStates how to validate, monitor, and document/escalate

Treat the countdown as a planning aid, not as an official exam date. For the actual exam objectives, policies and current administrative details, check CompTIA’s official website.

Build stations from Security+ situations

A station is one scenario with one decision to explain. Keep each station narrow enough to answer in two to four minutes. A good set covers different kinds of reasoning:

  • incident triage and containment;
  • identity, authentication and least privilege;
  • network architecture and segmentation;
  • vulnerability management and prioritisation;
  • governance, risk, compliance and evidence.

Write the opening question so that it demands a next step. “Define zero trust” tests recall. “A contractor account is accessing a payroll database from an unmanaged device; what do you do first?” tests context, constraints and control selection.

The opening should also reveal the target behaviour. If the station is about a suspected ransomware event, the candidate should discuss isolation, evidence preservation, scope and recovery rather than immediately deleting files. If it is about a firewall rule, the candidate should distinguish a necessary temporary exception from a broad permanent allow rule.

A useful station table looks like this:

StationAttemptsBestAvg
Suspected ransomware endpointA finance workstation is encrypting files and making unusual SMB connections. Talk me through your first actions and how you would preserve evidence.37971
Compromised cloud accountA sign-in alert shows a privileged administrator account used from an unfamiliar country with impossible travel. What do you do next?27468
Public-facing web serverA web server has a critical vulnerability, but patching it immediately may interrupt an essential service. How do you reduce the risk?48376
Wireless network separationAn organisation wants guest wireless users to reach the internet but not internal applications. Explain the design and validation steps.16964
Third-party access reviewA supplier still has an active account after its contract ended. Explain the risk, immediate response and control improvement.0

Run a station in three passes. First, answer without interruption. Second, repeat it while naming the constraint and the validation step you missed. Third, shorten it to a decision briefing: situation, priority action, reason, test and escalation. This builds both depth and speed.

Station 1: suspected ransomware endpoint

This station tests whether you can contain a threat without destroying evidence or widening the incident. It also tests the difference between an observed indicator and a confirmed root cause.

Oral — Suspected ransomware endpointMarked

Examiner

A finance workstation is encrypting files and making unusual SMB connections. Talk me through your first actions and how you would preserve evidence.

2:363:00Mark answer
81%Suspected ransomware endpoint — marked81/100 · Strong with one material omission · 2:36 spoken of 3:00
Extracts key facts, constraints, and objective16/18

You identified encryption behaviour, the finance asset and the SMB activity as high-risk signals.

ImproveState explicitly that the objective is to contain spread while preserving evidence and maintaining a clear incident record.

Applies core principles (CIA, least privilege, defense-in-depth) correctly15/18

You prioritised availability and integrity by isolating the host and restricting lateral movement.

ImproveMention least privilege when checking whether the account or service used for SMB access is privileged.

Uses correct terminology and mechanisms without contradictions18/20

You correctly proposed EDR isolation, volatile-data capture where authorised, and review of authentication and file-share logs.

ImproveDo not describe isolation as proof that the ransomware was removed; it is containment.

Chooses best next step; sequences actions by impact and safety14/16

You placed network isolation before broad remediation and avoided immediately reimaging the machine.

ImproveSay who authorises the isolation and when you would disconnect the cable or disable wireless if the console is unavailable.

Selects appropriate control(s) and justifies trade-offs12/16

EDR isolation and SMB scoping fit the symptoms, but the effect on finance operations needed clearer acknowledgement.

ImproveExplain that business continuity is a constraint, but an active encryption event takes priority over normal workstation use.

States how to validate, monitor, and document/escalate10/12

You named EDR and file-server monitoring and escalated to the incident-response lead.

ImproveAdd a timeline, affected hosts, hashes, account activity and containment decisions to the incident record.

A strong answerI would treat this as a suspected ransomware incident, not yet a confirmed root cause. My immediate objective is to stop further encryption and lateral movement while preserving evidence. I would use the authorised EDR control to isolate the workstation, and if that is unavailable I would disconnect it from the network without powering it off unless the response procedure says otherwise. I would capture relevant volatile data if approved, then review EDR, authentication, DNS, SMB and file-server logs to identify other affected hosts and accounts. I would disable or reset compromised credentials through the incident process, restrict unnecessary SMB paths and escalate to the incident lead. I would validate containment by checking that encryption and suspicious connections stop, record the timeline and indicators, and only then plan eradication and recovery from known-good sources.

The important distinction is between containment and eradication. Isolation reduces the immediate blast radius; it does not establish that the malware, persistence mechanism or stolen credentials are gone. Strong answers also avoid confidently naming a strain when the scenario only supplies behaviour.

Station 2: compromised privileged account

This station tests identity controls, risk prioritisation and the difference between an authentication anomaly and proof of account compromise. The safest response should protect the account without making unsupported assumptions about the user or country.

Oral — Compromised cloud accountMarked

Examiner

A sign-in alert shows a privileged administrator account used from an unfamiliar country with impossible travel. What do you do next?

2:083:00Mark answer
73%Compromised cloud account — marked73/100 · Sound triage; incomplete investigation plan · 2:08 spoken of 3:00
Extracts key facts, constraints, and objective14/18

You recognised the privileged role and the impossible-travel signal as the central facts.

ImproveState that the alert may be a false positive caused by VPN or corporate egress, so location alone is not proof.

Applies core principles (CIA, least privilege, defense-in-depth) correctly14/18

You prioritised least privilege and proposed removing active sessions and unnecessary access.

ImproveConnect the action to limiting further changes to confidentiality, integrity and availability.

Uses correct terminology and mechanisms without contradictions16/20

You referred to conditional access, MFA and token revocation consistently.

ImproveDo not say that MFA alone proves the account is safe; an attacker may have stolen a session token or approved a prompt.

Chooses best next step; sequences actions by impact and safety12/16

You proposed suspending or restricting the account and revoking sessions before waiting for a full investigation.

ImproveMention contacting the account owner through a trusted channel and preserving sign-in evidence before changing unrelated settings.

Selects appropriate control(s) and justifies trade-offs10/16

Conditional access and phishing-resistant MFA were appropriate, but emergency access and service dependencies were not considered.

ImproveCheck whether the identity is a break-glass or service account and use the approved emergency process.

States how to validate, monitor, and document/escalate7/12

You proposed reviewing sign-in logs but did not state what would confirm containment.

ImproveCheck for new privileged role assignments, mailbox or storage access, token use and changes made by the account.

A strong answerI would treat the alert as a high-risk indicator because the account is privileged, while recognising that VPN egress or travel can create a location anomaly. I would contact the user through a trusted channel and use the approved identity-response process to suspend or restrict the account, revoke active sessions and require credential reset and strong MFA re-enrolment where appropriate. Before changing unrelated resources, I would preserve sign-in, audit and role-assignment logs and check whether this is a break-glass or service identity. I would investigate privileged changes, data access, token use and new persistence, then confirm containment by checking that sessions and new sign-ins have stopped. I would document the decision, escalate as an account-compromise incident and review conditional-access and least-privilege controls.

A useful correction here is to avoid making geography the diagnosis. The best answer maps the symptom to several possibilities, then applies a proportionate control that limits damage while preserving evidence.

Station 3: public-facing vulnerability

This station tests risk-based prioritisation. A critical vulnerability deserves urgent attention, but “patch immediately” may not be the best first answer if the server supports an essential service and change control is required.

Oral — Public-facing web serverMarked

Examiner

A web server has a critical vulnerability, but patching it immediately may interrupt an essential service. How do you reduce the risk?

2:413:00Mark answer
77%Public-facing web server — marked77/100 · Competitive · 2:41 spoken of 3:00
Extracts key facts, constraints, and objective15/18

You identified internet exposure, severity and service availability as the competing facts.

ImproveAsk whether exploitation is observed, whether a vendor fix exists and whether a redundant instance can take traffic.

Applies core principles (CIA, least privilege, defense-in-depth) correctly15/18

You balanced confidentiality and integrity risk against availability and proposed layered controls.

ImproveExplain that temporary controls reduce exposure but do not remove the underlying vulnerability.

Uses correct terminology and mechanisms without contradictions17/20

You distinguished a compensating control from remediation and suggested WAF rules and restricted management access.

ImproveAvoid claiming a WAF rule will block every exploit unless it has been tested against the actual attack path.

Chooses best next step; sequences actions by impact and safety13/16

You proposed an emergency risk decision, exposure reduction and a controlled patch window.

ImprovePut exploitation evidence and asset criticality before selecting the exact temporary rule.

Selects appropriate control(s) and justifies trade-offs12/16

WAF filtering, segmentation and a maintenance plan were suitable, with some risk of false positives.

ImproveState how you would monitor blocked legitimate requests and obtain service-owner approval.

States how to validate, monitor, and document/escalate10/12

You included vulnerability rescanning and application monitoring after the change.

ImproveAdd rollback criteria, change records, owner, expiry time and escalation if exploitation is detected.

A strong answerI would first confirm the affected version, internet exposure, exploitability, whether exploitation is already visible and whether a supported patch or mitigation exists. I would involve the service owner and incident or change authority, then reduce exposure immediately with the narrowest effective control: restrict management access, remove unnecessary routes and apply a tested WAF or virtual-patch rule if suitable. If a redundant instance exists, I would patch and test it first, then rotate traffic through it. I would schedule or approve the urgent patch under the organisation's emergency process, with rollback criteria. I would validate by rescanning the version, testing the application, reviewing WAF and server logs, and recording the control, owner, expiry and follow-up date. A temporary control is not a substitute for patching.

The best response is not always the most dramatic response. It is the one that reduces likely harm fastest within the stated authority and operational limits. Use words such as “temporary”, “tested”, “approved”, “monitored” and “time-limited” when describing a compensating control.

Analyse the wording of your answer

After a recording, inspect the exact phrases that lost marks. Security+ candidates often know the control but fail to state the decision rule. “I would investigate” is not enough unless you say which evidence you need, what action happens before the investigation is complete, and what result changes your next step.

Transcript

I would check the sign-in logs and ask the administrator whether they were travelling. Then I would investigate further before taking action. The account has privileged access, so I would revoke sessions and restrict it through the approved identity process. I would review role changes, token use and audit activity, then document and escalate the incident.

not enough detail
Then I would investigate further before taking action.

This postpones containment even though the account is privileged and an active session may still exist. It also does not say what evidence would distinguish a VPN false positive from compromise.

Say: Because the account is privileged, I would preserve the alert and audit evidence while immediately restricting or suspending it through the approved process, revoke active sessions, then investigate VPN context, role changes, token use and data access.

The marked phrase shows a common problem: a generally sensible verb hides the decision. Replace it with an action, an authority and a validation target.

A short debrief in an examiner voice can help you hear whether your answer actually prioritises risk:

Spoken feedback

You identified the privileged account, but your first action came after investigation; in this scenario, containment and evidence preservation must run together.

A weekly oral practice routine

Use three sessions each week rather than waiting for a full mock exam:

  • Session one, 35 minutes: choose two new stations. Spend three minutes preparing each, three minutes answering each, then review missing constraints and validation steps.
  • Session two, 30 minutes: repeat one weak station and answer a related station with a different control. Focus on terminology: authentication versus authorisation, vulnerability versus exploit, containment versus eradication, and preventive versus detective control.
  • Session three, 45 minutes: complete four stations under a fixed timer. Do not restart when you make a mistake. Correct yourself explicitly, continue, and review the recording afterwards.

Keep a remediation note for each lost mark. Examples include: “I named MFA but not token revocation”, “I proposed patching without checking redundancy”, or “I isolated the endpoint but did not preserve evidence”. Convert repeated notes into one-sentence prompts and rehearse them until they appear naturally in your answer.

Do not aim for a memorised script. Aim for a reliable chain: facts, objective, constraint, priority action, control, validation and escalation. That chain transfers across threats, architecture, operations, incident response, risk and compliance scenarios.

How MySummaries helps

MySummaries can build a Security+ revision board from your own notes and use it to create scenario stations, recorded oral practice, marked answer feedback, flashcards and audio explanations. For this task, use the oral stations to rehearse best-next-step decisions, then turn repeated omissions into cards for spaced review.

Open MySummaries