Home › Certifications › CompTIA Security+
300 multiple-choice questions, 344 flashcards and 10 scenario simulations, organised into 6 chapters, written to the CompTIA Security+ SY0-701 blueprint. Every question carries a full rationale.
Study CompTIA Security+ in CoStudy →
CompTIA Security+ SY0-701 — launched November 7, 2023 and still current as of August 2026; SY0-601 retired July 31, 2024. Domains: General Security Concepts 12%, Threats, Vulnerabilities and Mitigations 22%, Security Architecture 18%, Security Operations 28%, Security Program Management and Oversight 20%. Max 90 questions, 90 minutes, passing 750 on a 100-900 scale, multiple choice plus performance-based questions. Valid 3 years, 50 CEUs to renew.
CoStudy's CompTIA Security+ bank holds 654 items organised into 6 chapters that follow the published blueprint. Every multiple-choice question carries a written rationale explaining why the correct answer is correct and why each distractor is tempting but wrong, and the bank includes 10 scenario-based simulations.
Each chapter follows a domain of the published exam outline. Practise one on its own:
A sample of 24 multiple-choice questions from the bank, with the full rationale shown.
Hash function properties:
Answer: E — One-way, deterministic, fixed-length, collision resistant
Hashes are one-way and deterministic, produce fixed-length output, show the avalanche effect, and resist collisions, which is why they suit password storage with salt, file integrity, and signatures. A and D describe encryption. B contradicts determinism. C misstates storage: the digest is derived from, not a container for, the password.
An HSM (Hardware Security Module) provides:
Answer: A — Key generation and use inside tamper-resistant hardware
A) An HSM generates, stores, and uses keys inside tamper-resistant hardware, commonly under FIPS 140-2 or 140-3 validation, so key material never leaves in the clear. B, C, and D name entirely different product categories.
Which BEST describes the relationship between Zero Trust and network segmentation?
Answer: D — Zero Trust extends it to identity-aware microsegmentation
D) Zero Trust treats every request as untrusted and pushes segmentation down to identity-aware microsegments authenticated per request. A) It builds on segmentation rather than replacing it. B) It applies on-premises as well as in cloud. C) Coarse segmentation still permits broad lateral movement once inside.
Which represents the three foundational pillars of information security?
Answer: B — Confidentiality, integrity, and availability (CIA)
The CIA triad is the canonical model: Confidentiality (access restricted to authorized parties), Integrity (data accurate and untampered), Availability (data reachable when needed). AAA (A) is an access-control framework, not the security objectives. People/process/technology (C) is an operating model. Prevent/detect/respond (D) describes operational functions.
What attack exploits unvalidated web form input for database commands?
Answer: C — SQL Injection
SQL Injection exploits unvalidated input that gets concatenated into database queries, letting an attacker execute arbitrary SQL. Prevented with parameterized queries / prepared statements.
A zero-day vulnerability is:
Answer: B — A flaw unknown to the vendor for which no vendor patch yet exists
B) A zero-day is unknown to the vendor and unpatched, so defenders have no fix available. A) That inverts the meaning; a same-day patch is the opposite case. C) An outage is an availability event, not a vulnerability class. D) Misconfigurations are known and correctable.
A supply chain attack targets:
Answer: A — An organization through a trusted third-party vendor, update channel, or software component
(A) Supply chain attacks such as SolarWinds and Kaseya abuse trust relationships and signed updates to reach the real target indirectly. (B) describes a conventional direct attack. (C) names one possible link, not the definition. (D) is too narrow; software and service suppliers are the common vector.
An advanced persistent threat (APT) is best characterized by:
Answer: B — A well-resourced actor maintaining stealthy, long-duration access against a chosen target
(B) An APT is defined by funding, patience, targeting, and stealthy persistence, typically nation-state or organized criminal. (A), (C), and (D) all describe opportunistic commodity threats with no sustained targeting.
A hybrid cloud deployment combines:
Answer: D — Public and private resources, orchestrated
(D) Hybrid pairs public and private estates with integration between them. (A) is multi-cloud; (B) is purely on-premises; (C) is a distributed private cloud.
RAID 10 (1+0) provides:
Answer: B — Striped mirrors — mirroring plus striping
(B) RAID 10 stripes across mirrored pairs, giving both speed and redundancy. (A) is RAID 5 or 6; (C) and (D) describe no redundancy at all.
Network segmentation reduces attack impact by:
Answer: C — Limiting lateral movement, so one compromised segment cannot easily reach the others
(C) Segmentation with VLANs, firewalls, and micro-segmentation shrinks the blast radius by forcing an attacker to cross enforced boundaries. (A) protects confidentiality, not reachability. (B) is endpoint defense. (D) reduces the initial foothold, not lateral spread.
A DMZ vs. a screened subnet — the modern Security+ terminology is that:
Answer: A — Screened subnet replaces DMZ for a firewalled edge segment
A) SY0-701 prefers screened subnet for the same isolated segment hosting internet-facing services with firewalls on either side. B) Both terms name network segments, not OSI layers. C) The segment exists to face external traffic. D) The architecture and the older term both persist in industry.
A SIEM (Security Information and Event Management) system:
Answer: C — Aggregating and correlating logs across the environment to raise alerts
(C) A SIEM ingests logs from many sources, correlates them into events, and supports investigation and compliance reporting. (A) is plain log storage without correlation. (B) is a preventive control a SIEM does not replace. (D) is an offensive testing activity.
Which framework maps adversary tactics?
Answer: C — MITRE ATT&CK, a catalog of adversary TTPs
MITRE ATT&CK catalogs adversary tactics, techniques, and procedures across the attack lifecycle and is what SOC teams map detections against. ISO 27001 (A) certifies a management system, NIST SP 800-53 (B) is a control catalog, and PCI DSS (D) is a payment-industry requirement set; none of them model attacker behavior.
Which log source is MOST useful for proving that an account performed a specific privileged action?
Answer: B — Privileged session recordings with correlated authentication logs
B) PAM session recording bound to time-correlated auth and audit events ties a specific action to a specific identity. A) DHCP only links a lease to a MAC address. C) Web logs miss operating-system administrative activity. D) Email metadata is unrelated to privileged actions.
Which control would BEST detect that a privileged account was used at 3 AM from a country the admin has never traveled to?
Answer: D — User and Entity Behavior Analytics tied to identity telemetry
D) UEBA baselines each account's normal behavior and flags anomalies such as impossible travel and off-hours privileged use. A) An annual review would surface this months late. B) Encryption protects data at rest, not logon patterns. C) Anti-virus looks for malware, not anomalous identity use.
Patch management priorities should be set by:
Answer: B — Risk: CVSS severity, known exploitation, and asset criticality
(B) Risk-based prioritization weighs severity, active exploitation such as CISA KEV listings, asset value, and business context. (A) leaves critical exposures open. (C) is arbitrary. (D) ignores whether a flaw is actually being exploited.
In bash, which assigns the value 5 to variable x?
Answer: D — x=5
No spaces around =. (A) spaces break it (interpreted as command); (C) is Pascal syntax; (B) misuses $.
NIST 800-63B current guidance on password policy DISCOURAGES:
Answer: A — Periodic mandatory rotation without cause
(A) NIST SP 800-63B advises against forced periodic expiration absent evidence of compromise. (B), (C), and (D) are all recommended by the same guidance — the trap is recalling older policy habits.
A network diagram should be updated:
Answer: B — Whenever the network changes, at change closure
(B) The diagram must reflect current state, so updating it is part of closing a change. (A) and (C) allow documentation drift between reviews; (D) is false — networks change constantly.
Which document type sets MEASURABLE service expectations between provider and customer?
Answer: B — SLA, defining uptime, response targets, and remedies
B) A service level agreement codifies measurable commitments such as availability and response time, plus penalties for missing them. A) An NDA protects information, not performance. C) An MOU expresses intent without measurable terms. D) An AUP governs user behavior.
GDPR is which type of regulation?
Answer: B — EU/UK data privacy
GDPR (General Data Protection Regulation, 2018) governs personal data of EU/UK residents. Applies extraterritorially to any organization processing such data. Key concepts: data controller/processor, lawful basis, data subject rights (access, erasure, portability), DPO, breach notification within 72 hours.
Separation of duties requires that:
Answer: A — Splitting a sensitive task so no one person completes it alone
A) Separation of duties divides a sensitive action across people, so fraud requires collusion. B) Concentrating a workflow in one person is the risk being removed. C) Randomization is not a control on authority. D) Skipping approvals weakens the process.
Security awareness training is MOST effective when it is:
Answer: D — Continuous, role-based, reinforced by simulations, and measured
D) Behavior change requires repetition, relevance to the role, realistic practice, and metrics such as click and report rates. A) One-time training decays within months. B) Unreviewed vendor content drifts from actual risk. C) Password rules address one narrow behavior.
6 sample cards from the 344 in the bank.
What is a SaaS security concern?
Data sovereignty, shared responsibility, vendor lock-in, API security, access control, compliance, data loss, insider threats at the provider, and account hijacking.
What is a false positive in security scanning?
A scan result reporting a vulnerability that doesn't actually exist. Wastes time on investigation. Tuning scanners reduces false positives.
What is OCSP?
Online Certificate Status Protocol — real-time certificate validation. More efficient than downloading full CRLs.
What is network function virtualization (NFV)?
Replacing dedicated hardware network appliances (firewalls, load balancers, IDS) with software running on standard servers. Increases flexibility and reduces costs.
What is the NIST Cybersecurity Framework?
Five core functions: Identify, Protect, Detect, Respond, Recover. Voluntary framework for managing cybersecurity risk.
What is job rotation?
Periodically moving employees between different roles to prevent fraud, reduce insider threat, and cross-train staff.
These samples are a small slice. The full bank runs flashcards, multiple choice and timed mock exams with per-chapter progress tracking, on the web and in the iOS app.
The CompTIA Security+ bank holds 654 items: 300 multiple-choice questions, 344 flashcards and 10 scenario-based simulations. 30 of them are on this page to read free, with no signup.
Yes. Every multiple-choice item carries a written rationale that states the controlling principle behind the correct answer and then addresses each wrong option in turn — why it tempts and precisely where it fails. Knowing why the plausible answer was wrong is worth more than knowing which letter was right.
It is organised into 6 chapters that follow the published exam blueprint: General Security Concepts; Threats, Vulnerabilities and Mitigations; Security Architecture; Security Operations — Monitoring, Detection and Response; Security Operations — Identity, Access and Hardening; Security Program Management and Oversight. The number of questions in each chapter is proportional to that domain's published weight, so working through the bank exposes you to roughly the mix the real exam uses.
CompTIA Security+ SY0-701 — launched November 7, 2023 and still current as of August 2026; SY0-601 retired July 31, 2024. Domains: General Security Concepts 12%, Threats, Vulnerabilities and Mitigations 22%, Security Architecture 18%, Security Operations 28%, Security Program Management and Oversight 20%. Max 90 questions, 90 minutes, passing 750 on a 100-900 scale, multiple choice plus performance-based questions. Valid 3 years, 50 CEUs to renew.
The samples on this page are free to read in full, rationales included, with no account. The complete 654-item bank, the timed mock exams and per-chapter progress tracking are part of CoStudy on the web and in the iOS app.
Last reviewed 2026-08-22. Banks are written against the certifying body's published exam outline and re-checked when that outline changes — exams get renumbered, retired and reweighted, and a bank written to a superseded outline teaches the wrong proportions. Figures that are re-indexed annually are deliberately not asserted as rules; the questions test the governing principle instead.
This bank is written against CompTIA's published exam material. Check the CompTIA exam objectives for the current outline, fees and eligibility rules — those change, and the certifying body is the only authority on them. CoStudy is not affiliated with CompTIA.