SSCP
Systems Security Certified Practitioner
(ISC)²'s practitioner-level cert covering access controls, risk monitoring, incident response, cryptography, and network security operations.
438 original SSCP 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 SSCP clock. No ads, no data collection.
Sitting it soon? SSCP exam format, cost and passing score, each figure sourced from (ISC)² and dated.
Or read 7 free SSCP practice questions first. No account needed.
- Exam length
- 120 min
- Pass score
- 700/1000
- Questions
- 100-125 (adaptive)
- Domains
- 7
Suggested prep: 5–8 weeks · Difficulty: Associate
Where do you stand on SSCP?
Ten SSCP 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 SSCP practice questions
One question per exam domain, 7 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 · Security Concepts and Practices
An injection-molding plant's programmable logic controller gets no firmware updates and can run neither the antimalware nor monthly patching the company standard requires. It will not be replaced for eighteen months. What should be done?
- AApply compensating controls such as network segmentation and monitoring, and record the approved deviation
- BMark the controller as out of scope for the standard because the vendor no longer supports or updates it
- CInstall the antimalware agent on the controller anyway and accept whatever instability results on the line
- DAir-gap the controller by disconnecting it from the network entirely so no remote access is possible
Show answer and explanation
Correct answer
Apply compensating controls such as network segmentation and monitoring, and record the approved deviation
Where a required control is genuinely not feasible, the accepted path is a documented and approved compensating control that meets the same objective by other means, which segmentation plus monitoring can do for an unpatchable device. Forcing an unsupported agent onto the controller risks the production availability the plant is trying to protect. Declaring the device out of scope removes it from oversight without reducing any risk. Full air-gapping is attractive in theory but the controller feeds the line and severing it is usually infeasible, so proposing it without confirming that is not a workable answer.
Source: FIPS 200, Minimum Security Requirements for Federal Information and Information Systems
Question 2 · Access Controls
Six months after moving into a finance role, an employee still holds her old edit rights to every project media library alongside her new entitlements; eleven other movers match the pattern. Which practice should the team adopt?
- ARun a quarterly separation of duties report across all movers and remediate whatever conflicts it flags
- BRequire the receiving manager to approve the new role before it is assigned to the transferring employee
- CTreat a transfer as a deprovision and reprovision event, removing the prior role assignments as the new ones are granted
- DGrant the new role and keep the old one for thirty days so the employee can finish handover work for her old team
Show answer and explanation
Correct answer
Treat a transfer as a deprovision and reprovision event, removing the prior role assignments as the new ones are granted
Privilege accumulation happens because a transfer is processed as an addition rather than as a move, so the correction is to make removal of the old assignments part of the same transaction that grants the new ones. A thirty-day overlap is a pragmatic-sounding compromise that in practice becomes permanent, since nothing forces the cleanup once the handover ends. A quarterly conflict report only catches combinations that violate a defined rule, so an editor who is now an analyst but has no rule against that pairing stays invisible while still holding excessive access. Manager approval controls whether the new role is appropriate and says nothing about the old one.
Question 3 · Risk Identification, Monitoring, and Analysis
An analyst confirms a bottling line control server's management interface is reachable from the office network with a default account enabled. The production engineering team owns it. What is the BEST way to communicate this?
- ARaise the issue verbally at the next monthly operations meeting with the production engineering team
- BPost the details in the company-wide chat channel so the issue receives immediate attention from everyone
- COpen a ticket in the engineering queue with the severity set to critical and no further detail attached
- DSend the system owner a written finding with the asset, evidence, operational risk, action and due date
Show answer and explanation
Correct answer
Send the system owner a written finding with the asset, evidence, operational risk, action and due date
A finding moves when the owner receives evidence, understands the consequence in terms that matter to their operation, is given a specific action and date, and the whole thing is tracked so it can be followed up. Broadcasting the detail publicly advertises an exploitable weakness to everyone including anyone already inside. A bare critical ticket with no evidence invites a dispute about whether the rating is justified. Waiting for a monthly meeting leaves a default credential exposed for weeks and creates no record.
Source: NIST SP 800-115: Technical Guide to Information Security Testing and Assessment
Question 4 · Incident Response and Recovery
A county is writing its first contingency plan. The IT director wants recovery sequenced by technical complexity, hardest first. The practitioner is asked to justify a different basis. What should determine the recovery sequence?
- AThe technical dependency map, so that supporting infrastructure is always recovered ahead of applications.
- BThe business impact analysis, which establishes what each system supports and how long it can be down.
- CThe asset inventory's criticality ratings, as assigned by each individual system owner in turn.
- DThe order that minimizes the total recovery time for the estate when taken as a whole.
Show answer and explanation
Correct answer
The business impact analysis, which establishes what each system supports and how long it can be down.
Contingency planning derives recovery priorities from the business impact analysis, which ties each system to the processes it supports and to the outage those processes can absorb. Everything else is an input applied within those priorities. The dependency map is genuinely necessary and determines ordering constraints inside a priority tier, but it describes what must precede what technically, not what matters most to the county. Owner-assigned criticality ratings are useful raw material and are usually inflated, since every owner rates their own system highly, which is exactly why the analysis normalizes them against actual process impact. Minimizing total estate recovery time optimizes an aggregate that nobody depends on, and it can leave the highest impact service last because it happens to be slow.
Source: NIST SP 800-34 Rev. 1: Contingency Planning Guide for Federal Information Systems
Question 5 · Cryptography
After a marketing appliance was inserted in the outbound mail path to append a promotional footer, receipts began landing in spam and receiving domains report that the body hash did not verify. DNS was untouched. What is the cause and fix?
- AThe public key record for the signing selector was removed from DNS and must be republished for verification
- BThe signing key is only 1024 bits, and receiving domains are now rejecting that signature as too weak to trust
- CThe appliance's sending address is not listed in the domain's sender policy record, so the mail is treated as unauthorized
- DThe appliance modifies the message body after the signature is applied, so signing should move to the final egress hop
Show answer and explanation
Correct answer
The appliance modifies the message body after the signature is applied, so signing should move to the final egress hop
The reported result is specific: a body hash mismatch means the body that arrived is not the body that was signed, and the only new variable is an appliance that rewrites bodies in flight. Signing must therefore happen after the last component that modifies the message, which normally means the final egress hop. A missing public key record would produce a permanent error about key retrieval rather than a body hash failure, and the scenario states DNS was untouched. A short signing key would be reported as a weak key or policy failure and would fail consistently rather than starting the day a body rewriter was introduced. Sender policy records concern which hosts may send for the domain and produce their own separate result, not a body hash outcome.
Source: RFC 6376: DomainKeys Identified Mail (DKIM) Signatures
Question 6 · Network and Communications Security
Captures on a technical college lab VLAN show unsolicited ARP replies claiming the default gateway address, and the switch table shows that address moving between access ports. Which switch-level control stops this at the source?
- AInstall static ARP entries for the default gateway on each of the lab servers and workstations there
- BConfigure port security so that each lab access port will accept only a single learned MAC address
- CDeploy port-based network access control on every lab access port so only authenticated devices connect
- DEnable DHCP snooping on the lab VLAN plus dynamic ARP inspection to validate each of the ARP replies
Show answer and explanation
Correct answer
Enable DHCP snooping on the lab VLAN plus dynamic ARP inspection to validate each of the ARP replies
ARP has no authentication, so the switch has to be given an independent source of truth about which address belongs on which port. DHCP snooping builds that binding table, and dynamic ARP inspection then discards ARP messages that contradict it, which stops the forged gateway replies at the ingress port. Port security limits how many addresses a port may learn but does not evaluate the contents of an ARP reply, so a single attacking host stays within its limit while poisoning the whole VLAN. Port-based authentication proves a student is authorized to be on the network and says nothing about what that authorized host then advertises. Static entries on the servers protect only the servers and leave every client and the gateway path unprotected.
Source: MITRE ATT&CK T1557.002, Adversary-in-the-Middle: ARP Cache Poisoning
Question 7 · Systems and Application Security
A defense integrator wants assurance that a laptop's firmware and early boot components were not tampered with before that laptop is permitted to reach internal systems. Which capability provides that specific assurance?
- ACertificate based network authentication using a certificate stored in the user's own Windows profile
- BHealth attestation in which boot measurements from the trusted platform module are evaluated by a remote verifier
- CA scheduled full antimalware scan configured to run at each boot before the sign-in prompt appears
- DA host-based firewall rule that permits internal access only from the corporate virtual private network address range
Show answer and explanation
Correct answer
Health attestation in which boot measurements from the trusted platform module are evaluated by a remote verifier
Only measured boot with remote attestation produces hardware-rooted evidence about what firmware and boot code actually executed, and having a separate verifier evaluate those measurements is what converts the evidence into an access decision. A firewall rule constrains where a connection originates, not whether the device booted trustworthy code. An antimalware scan runs on top of the very software stack that firmware level tampering would have subverted, so it inherits the compromise it is meant to detect. A user profile certificate attests to an identity and can be exported or used from a compromised machine, so it says nothing about boot integrity.
Source: Microsoft, Trusted Platform Module Technology Overview
Domain breakdown
Official weights from the (ISC)² exam outline. We track your mastery on each domain individually so you know where to focus.
Guides for SSCP
- SSCP Certification: The Overlooked Stepping Stone to CISSPSecurity+ and CISSP get all the attention. SSCP, ISC2's practitioner-level cert with a one-year experience bar, is a faster and more direct bridge between them.
- 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.
Study strategy for any certification
- Study by domain weight, not by comfortThe domain you enjoy reviewing and the domain worth the most exam points are usually not the same one. Here is how to let the blueprint, not your comfort level, set your study time.
- 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.
SSCP FAQ
How many questions are on the SSCP exam?
The (ISC)² SSCP exam has 100-125 (adaptive) questions and runs 120 minutes. A passing score is 700/1000.
What domains does SSCP cover?
7 domains, per the official (ISC)² outline: Security Concepts and Practices (16%), Access Controls (15%), Risk Identification, Monitoring, and Analysis (15%), Incident Response and Recovery (14%), Cryptography (9%), Network and Communications Security (16%), Systems and Application Security (15%).
How long should I study for SSCP?
Typical prep time is 5–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 SSCP practice questions for free?
Yes. The free tier includes 25 SSCP 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 SSCP exam after 30 or more days on Pro, send us your score report and choose 3 free months or a full refund.
Ready to start prepping for the SSCP?
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 (ISC)². SSCP is a trademark of its owner.