Security+ SY0-701
CompTIA Security+
Vendor-neutral credential covering core security concepts, threats, architecture, and operations. The most-required entry-level cert in U.S. job postings.
312 original Security+ SY0-701 practice questions, every one citing a public source you can open and check. Spaced-repetition flashcards, an AI tutor on any question, and mock exams paced to the real Security+ SY0-701 clock. No ads, no data collection.
Sitting it soon? Security+ SY0-701 exam format, cost and passing score, each figure sourced from CompTIA and dated.
Or read 5 free Security+ SY0-701 practice questions first. No account needed.
- Exam length
- 90 min
- Pass score
- 750/900
- Questions
- 90 max
- Domains
- 5
Suggested prep: 4–8 weeks · Difficulty: Associate
Where do you stand on Security+ SY0-701?
Ten Security+ SY0-701 practice questions, drawn across every exam domain and weighted the way the real exam is. You get your score, the explanation for anything you miss, and the public source each answer is based on.
No account, no email, no card. Nothing is saved.
Free Security+ SY0-701 practice questions
One question per exam domain, 5 in all, each with the answer, the reasoning behind it, and the public source it was written from. Read them here with no account. These are original questions written against the published exam outline, not real exam items.
Question 1 · General Security Concepts
A SaaS company's shared PostgreSQL cluster uses encrypted volumes and TLS. A new contract requires one field to stay unreadable to the database administrators and to anyone holding a backup. Which measure meets that?
- ARotate the volume encryption keys more frequently and store them in a managed cloud key service
- BEnable transparent database encryption so data files and backups are encrypted at rest by the engine
- CEnforce TLS 1.3 with mutual authentication on every client connection to the database cluster
- DEncrypt the field in the application using keys in a service database administrators cannot reach
Show answer and explanation
Correct answer
Encrypt the field in the application using keys in a service database administrators cannot reach
The level at which encryption is applied determines who is excluded, and only encryption performed above the database, with keys the database operators cannot reach, keeps plaintext away from an administrator who can run queries. Transparent database encryption protects files and backups but decrypts transparently for any authorized session, so a database administrator still reads the column. Volume encryption defends against physical drive loss and does nothing against a logged in operator. Transport encryption protects data in motion only and leaves stored values readable. The requirement names a specific adversary, and the control has to sit above that adversary's access.
Source: NIST SP 800-57 Part 1 Rev. 5: Recommendation for Key Management
Question 2 · Threats, Vulnerabilities, and Mitigations
A vendor advisory reports active exploitation of a nonprofit's internet facing appliance. No patch exists, but the advisory documents a configuration workaround and indicators of compromise. Which action should be taken FIRST?
- AWait for the vendor patch, recording a documented risk acceptance for the interim
- BDecommission the appliance immediately and route production traffic around it for now
- CApply the documented workaround now, restrict the management interface, and hunt the indicators
- DRun an authenticated vulnerability scan first to confirm the appliance is truly affected
Show answer and explanation
Correct answer
Apply the documented workaround now, restrict the management interface, and hunt the indicators
When a flaw is under active exploitation and no patch exists, the accepted response is to apply the vendor's mitigation, shrink exposure of the most valuable interface, and check whether compromise has already occurred using the published indicators. Waiting for a patch leaves a reachable and actively attacked service untouched for an unknown period. Decommissioning is the safest outcome in isolation but removes a production capability the nonprofit depends on, so it is disproportionate while a workaround exists. Scanning to confirm the version is reasonable diligence, yet it delays mitigation to learn something the advisory and the deployment inventory already establish.
Source: NIST SP 800-40 Rev. 4, Guide to Enterprise Patch Management Planning
Question 3 · Security Architecture
A transit agency runs fare processing on two servers behind a load balancer, each near 70 percent CPU at peak. Rebooting one during the morning rush saturated the survivor and riders saw payment timeouts. What does this reveal about the design?
- AThe load balancer health check interval is too long, so requests continued to reach the node while it rebooted.
- BThe pair is redundant on paper only, because neither node has enough spare capacity to carry full peak load alone.
- CThe nodes should be reconfigured from active-active to active-passive so the standby stays idle until needed.
- DSession persistence was not configured, so the failover forced riders to reauthenticate in mid-transaction.
Show answer and explanation
Correct answer
The pair is redundant on paper only, because neither node has enough spare capacity to carry full peak load alone.
High availability requires capacity planning, not merely a second box: with each node at 70 percent of peak, one node must absorb roughly 140 percent of its own capacity during a failure, which is arithmetically impossible. The correct reading is that the cluster needs headroom, a third node, or automatic scaling before it can honour its availability claim. A slow health check would produce a brief burst of errors at the moment of reboot rather than sustained saturation for the whole window. Moving to active-passive makes the problem worse, since an idle standby would then have to carry the entire peak alone. Missing session persistence causes lost sessions and re-login symptoms, not the CPU exhaustion described.
Source: NIST SP 800-34 Rev. 1, Contingency Planning Guide for Federal Information Systems
Question 4 · Security Operations
An authenticated scan flags a critical flaw in a web server package. The administrator says the distribution backported the fix and only the version string is stale. What should the analyst do NEXT?
- ARe-run the scan with a different scanning engine to see whether the second tool reports the same finding on that host
- BOpen an emergency change request to upgrade the package to the latest upstream release regardless of the backported vendor fix
- CClose the finding as a false positive on the basis of the administrator's explanation and note that in the ticket
- DVerify the claim against the distribution's published security advisory and the package changelog, then document the evidence
Show answer and explanation
Correct answer
Verify the claim against the distribution's published security advisory and the package changelog, then document the evidence
Validation is a defined step of the remediation process, and a false positive disposition has to rest on evidence such as the vendor advisory and package changelog rather than on an assertion, because that evidence is what an auditor or the next analyst will need. Closing on the administrator's word alone is how genuinely unpatched systems disappear from the backlog. Forcing an upstream upgrade against the distribution's packaging can break dependencies and support, and it treats a possible reporting artifact as a confirmed vulnerability. Running a second scanner is a reasonable corroboration step but two tools reading the same version banner can easily produce the same wrong answer.
Source: NIST SP 800-40 Rev. 4, Guide to Enterprise Patch Management Planning
Question 5 · Security Program Management and Oversight
A grocery cooperative's board-approved security policy requires "strong authentication" but never defines it, so each store has configured multifactor differently. Without reopening the policy, which document should the analyst write?
- AA procedure listing the click-by-click steps for enrolling a hardware token in the identity provider
- BA standard specifying the approved multifactor methods, enrollment requirements and prohibited factors
- CA guideline recommending several multifactor options that each store can evaluate for itself locally
- DAn exception request documenting the store-by-store variation as a risk the board knowingly accepts
Show answer and explanation
Correct answer
A standard specifying the approved multifactor methods, enrollment requirements and prohibited factors
A standard is the mandatory, specific requirement that translates broad policy intent into something enforceable and testable, which is precisely the missing layer here. A guideline is advisory, so stores could keep choosing different factors and still be compliant. A procedure documents how to carry out a task but never establishes which authentication methods are acceptable in the first place. An exception request records a deviation rather than resolving it. The hierarchy is policy for intent, standards for the required bar, procedures for the steps, guidelines for recommended practice.
Source: NIST SP 800-12 Rev. 1: An Introduction to Information Security
Domain breakdown
Official weights from the CompTIA exam outline. We track your mastery on each domain individually so you know where to focus.
Exam transition
SY0-801 is coming: what's changing, and should you wait?
Draft domains, the new AI objectives, and the expected timeline, updated as CompTIA confirms details.
Guides for Security+ SY0-701
- Exam transitionSY0-801 is coming: what's changing, and should you wait?Draft domains, the new AI objectives, and the expected timeline, updated as CompTIA confirms details.
- Security+ Study Plan: Free Resources and When to Pay for a ToolProfessor Messer, CompTIA's own objectives, and CISA's free courses will get you through the concepts. Here is what they cannot do, and when a paid tool actually earns its cost.
- Security+ Exam Prep Tools Compared: What Your Money Actually BuysBoson is $99/year per exam product. Pocket Prep's $124.99/year covers 27 IT and cybersecurity exams. TierOne is $99/year for 9 cybersecurity certs with an AI tutor and SM-2 spaced repetition. Here is what your money actually buys.
- CompTIA Security+ SY0-701: what changed and what to focus onSY0-701 is not a minor revision. Here is what shifted, what got dropped, and where to focus your study time.
- From Security+ to CISSP: the 3-cert career roadmapMost people who earn the CISSP started somewhere else. Here is the path that makes sense based on your experience level.
- Security+ vs. Google Cybersecurity Certificate: which first?Both are great entry-level credentials. Here's how to choose based on your target role.
Study strategy for any certification
- Interleaved Practice: Why Mixing Domains Beats Studying One at a TimeStudying one domain until it feels mastered, then moving to the next, is the intuitive approach. It's also weaker than mixing domains from day one.
- How to use AI tools to study for your cybersecurity certificationAI study tools are genuinely useful for cert prep, if you use them correctly. Here is how to get the most out of them without building bad habits.
- Why cybersecurity certifications still matter in an AI-driven job marketEvery few years a new technology is supposed to make security professionals obsolete. AI is the latest. Here is why that argument fails.
Security+ SY0-701 FAQ
How many questions are on the Security+ SY0-701 exam?
The CompTIA Security+ SY0-701 exam has 90 max questions and runs 90 minutes. A passing score is 750/900.
What domains does Security+ SY0-701 cover?
5 domains, per the official CompTIA outline: General Security Concepts (12%), Threats, Vulnerabilities, and Mitigations (22%), Security Architecture (18%), Security Operations (28%), Security Program Management and Oversight (20%).
How long should I study for Security+ SY0-701?
Typical prep time is 4–8 weeks, depending on your experience. TierOne's spaced-repetition queue is built for short daily sessions, so progress compounds even on a busy schedule.
Can I try Security+ SY0-701 practice questions for free?
Yes. The free tier includes 25 Security+ SY0-701 practice questions spread across every exam domain, each with a cited source, the Question of the Day, and the AI tutor (5 explanations per day). No credit card required.
Is there a pass guarantee?
Yes. If you fail your Security+ SY0-701 exam after 30 or more days on Pro, send us your score report and choose 3 free months or a full refund.
Is SY0-701 the current Security+ exam version?
Yes, SY0-701 is the current CompTIA Security+ exam. When CompTIA releases the next version (expected to be SY0-801), the outgoing version typically remains available for several months, and our question bank tracks the current objectives through every transition.
Ready to start prepping for the Security+ SY0-701?
Sign up free in 30 seconds. Take a Quick Quiz to see where you stand. The platform handles the rest.
Not affiliated with or endorsed by CompTIA. Security+ SY0-701 is a trademark of its owner.