CompTIA Security+ SY0-701 - Domains 3 4 5 Architecture Operations Program Management

By Jordan Blake · Updated May 25, 2026

Questions25
Passing Score75%
Format100% Multiple Choice
Sessions Logged975
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.4 out of 5 from 12 ratings.
4.4 (12)

Topics covered

This quiz

Uncategorized25 (100%)

Uncategorized25 questions

Discussion

Log in to post a comment, reply, or expand a question.

Q-6024

Question Q-6024 During an incident response, a security analyst discovers a compromised…

2 comments · last active Jun 8, 2026

  • DirtyBernard · Jun 7, 8:53 PM

    IR containment on a Linux server — isolate network first, preserve memory if you can, then eradicate. Order matters on PBQs.

  • kalgoop · Jun 8, 8:43 AM

    Don't wipe before imaging if legal/compliance needs forensics. Scenario usually hints regulated data.

Q-6041

Question Q-6041 A company's security policy requires that privileged administrative access to…

2 comments · last active Jun 6, 2026

  • DaisukeHeckie · Jun 5, 10:12 AM

    Risk register: likelihood × impact, then treatment (accept/mitigate/transfer/avoid). Quantitative vs qualitative still tested.

  • lisadaniellee · Jun 6, 4:12 PM

    Third-party risk / supply chain is huge on 701. Vendor SOC 2 reports ≠ you can skip due diligence.

Q-6023

Question Q-6023 A security architect is designing network segmentation. They place the…

2 comments · last active Jun 5, 2026

  • Darkheart747 · Jun 4, 11:53 PM

    DMZ / tiered segmentation: web in DMZ, app inside, DB deepest. Exam loves 'where do you place the database?'

    +2 votes
  • DystopicCylinder · Jun 5, 5:53 PM

    Jump boxes and VLANs are the implementation detail; architecture answer is least privilege between zones.

Q-6039

Question Q-6039 A security analyst discovers that an attacker has been inside…

2 comments · last active Jun 5, 2026

  • SandwichGamer107 · Jun 4, 6:11 PM

    Zero trust = never trust, always verify, assume breach. Not a single product; it's architecture + identity-centric access.

  • throwaway15377 · Jun 5, 5:11 AM

    Micro-segmentation and continuous auth show up as distractors — pick principles over vendor buzzwords.

Q-6028

Question Q-6028 A security operations center (SOC) analyst receives an alert for…

2 comments · last active Jun 4, 2026

  • hamessmith · Jun 4, 4:56 AM

    SIEM use cases: correlation, not just log storage. UEBA / impossible travel ties back to domain 2 if you did that set first.

  • BreatheTheVoodoo · Jun 4, 7:56 PM

    SOAR automates playbooks — know when human approval is still required (legal hold, exec comms).

Q-6045

Question Q-6045 An organization uses a threat intelligence sharing platform. Indicators of…

2 comments · last active Jun 4, 2026

  • throwitallaway200 · Jun 4, 1:08 AM

    Change management: test → approve → implement → backout plan. Emergency change still needs documentation after the fact.

  • timeasy · Jun 4, 5:08 PM

    GRC frameworks (NIST, ISO, CIS) — exam wants you to match control to goal, not recite entire standard numbers.

Q-6036

Question Q-6036 A security team implements a SOAR (Security Orchestration, Automation, and…

2 comments · last active Jun 4, 2026

  • tiemen · Jun 3, 4:35 PM

    Data classification + labeling drives DLP policies. Public/internal/confidential/restricted — match control to label.

  • Regatz1 · Jun 4, 1:35 PM

    Encryption at rest vs in transit vs in use (confidential compute) — Sec+ 701 mentions all three now.

Q-6022

Question Q-6022 A company deploys applications in a public cloud. The cloud…

2 comments · last active Jun 1, 2026

  • hadenfarrell · Jun 1, 2:43 AM

    IaaS vs PaaS vs SaaS responsibility split — you patch the OS in IaaS, not in SaaS. Cloud provider secures the hypervisor in all models.

  • investthrowaway112 · Jun 1, 2:43 PM

    Memorize the matrix: customer always owns data + identity; provider owns physical security. Everything else shifts by model.

Q-6032

Question Q-6032 A CISO is evaluating security frameworks for their healthcare organization.…

2 comments · last active May 23, 2026

  • TalonLusk1 · May 23, 1:44 PM

    BCP vs DRP: BCP keeps business functions alive; DRP restores IT systems. RTO/RPO definitions trip people up.

  • LostBoy611 · May 23, 10:44 PM

    Tabletop exercise = test the plan without failing over production. Hot/warm/cold site question was fair.

Q-6046

Question Q-6046 A security engineer is configuring email security. They want to…

2 comments · last active May 23, 2026

  • timeasy · May 22, 4:52 AM

    Automation in security ops: reduce toil, not remove humans. False positive tuning on detections is a recurring theme.

  • another_madman · May 23, 4:52 PM

    Finished domains 3–5 set — hardest for me was cloud legal/compliance. Anyone have a good cheat sheet for GDPR vs CCPA basics?

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

An organization's risk assessment identifies a potential data breach with an annual probability of 10% and a single occurrence loss of $500,000. What is the ALE (Annual Loss Expectancy)?

Answer choices

  • A. $500,000

  • B. $50,000 (Correct)

  • C. $5,000,000

  • D. $100,000

Explanation

ALE = SLE × ARO (Annual Rate of Occurrence). SLE = $500,000 (Single Loss Expectancy). ARO = 10% = 0.10. ALE = $500,000 × 0.10 = $50,000. Organizations use ALE to justify security investment — if a control costs less than the ALE it mitigates, it's cost-effective.

Question 2

A security engineer is configuring email security. They want to prevent email spoofing by verifying that emails come from authorized mail servers for a domain. Which protocol/mechanism accomplishes this?

Answer choices

  • A. DKIM (DomainKeys Identified Mail)

  • B. SPF (Sender Policy Framework)

  • C. DMARC

  • D. Both SPF and DKIM, enforced via DMARC (Correct)

Explanation

SPF verifies the sending mail server is authorized for the domain. DKIM adds a cryptographic signature to verify the email wasn't modified in transit. DMARC ties them together, defining policy (none/quarantine/reject) and providing reporting. Full email authentication requires all three working together.

Question 3

A security operations center (SOC) analyst receives an alert for a known malware signature detected on a workstation. The workstation is confirmed to be running a licensed PDF reader with no recent changes. Investigation reveals the "malware" signature matches a legitimate PDF library function. What type of alert is this?

Answer choices

  • A. True positive

  • B. True negative

  • C. False positive (Correct)

  • D. False negative

Explanation

A false positive (FP) is an alert generated for activity that is actually benign. The AV/IDS flagged a legitimate application as malicious. FPs waste analyst time and erode trust in security tools. The signature should be tuned to exclude this legitimate software.

Question 4

A company's security policy requires that privileged administrative access to servers be performed through a dedicated workstation in a secured room, never directly. What is this dedicated workstation called?

Answer choices

  • A. Jump server (bastion host / privileged access workstation) (Correct)

  • B. Honeypot

  • C. DMZ server

  • D. Proxy server

Explanation

A jump server (bastion host) or PAW (Privileged Access Workstation) is a hardened, monitored system that serves as a secure intermediary for administrative access to servers. All admin sessions are routed through it, providing centralized logging, session recording, and access control.

Question 5

A security analyst is reviewing an endpoint detection and response (EDR) alert. A process called "explorer.exe" is making outbound connections to a suspicious IP on port 4444. What is the MOST likely interpretation?

Answer choices

  • A. Normal Windows behavior

  • B. The legitimate explorer.exe has been hollowed out or injected with malicious code (process injection) communicating with a C2 server (Correct)

  • C. Windows Update is in progress

  • D. OneDrive is syncing files

Explanation

explorer.exe should not make outbound network connections. Port 4444 is commonly used by Metasploit Meterpreter. This pattern indicates process injection or hollow process attack — malware injected into explorer.exe to appear legitimate while establishing C2 communications.