Systems Security Certified Practitioner · every answer carries the reasoning, and why each
other option fails.
842 questions
11 chapters of notes
EN + ZH languages
NOTES SAMPLE
About This Exam
SSCP stands for Systems Security Certified Practitioner, a credential issued by ISC2. It targets people who are already doing hands-on security work — configuring access controls, watching monitoring alerts, handling incidents, maintaining networks and endpoints. ISC2 states the purpose plainly: the credential confirms a practitioner's ability to implement, monitor and administer IT infrastructure in accordance with information security policies and procedures that ensure data confidentiality, integrity and availability.
Put it next to CISSP from the same issuer and the division of labour becomes clear. CISSP tests design and governance — how a security architecture should be built, how risk decisions get made, how a programme is run. SSCP tests execution and operations — the policy already exists, and your job is to land it on devices, accounts, logs and procedures. That is why the most frequent question shape on SSCP is not "how should the organisation weigh this" but "how should this be configured", "what does this alert mean", "what comes next".
Seven domains and their weights
The current exam outline took effect on 1 October 2025. The seven domains and their official weights:
Domain
Name
Weight
1
Security Concepts and Practices
16%
2
Access Controls
15%
3
Risk Identification, Monitoring and Analysis
15%
4
Incident Response and Recovery
14%
5
Cryptography
9%
6
Network and Communications Security
16%
7
Systems and Application Security
15%
The spread runs from 9% to 16% — unusually flat. No single domain can carry you past the cut score, and none is small enough to skip. Cryptography looks light at 9%, but it is the one domain whose conceptual density far exceeds its weight: asymmetric encryption, hashing, digital signatures and PKI are treated as known prerequisites throughout Domain 2 (authentication methods), Domain 6 (secure protocols) and Domain 7 (data protection).
Exam specification
Item
Official
Length
2 hours
Number of items
100–125
Item format
Multiple choice and advanced item types
Scoring
1000-point scale, **700 to pass**
Delivery
**Computerized Adaptive Testing (CAT)**
Languages
English, Japanese, Spanish
Venue
Pearson VUE test centre
Two points deserve emphasis.
QUESTION BANK SAMPLE
10 questions with full reasoning
Tap an option to see the answer, the reasoning, and why the other three fail.
Question 1 of 10
Maddox is conducting an information audit for his organization. Which one of the following elements that he discovered is least likely to be classified as PII when used in isolation?
AStreet addresses
BItem codes
CMobile phone numbers
DSocial Security numbers
Why B is correct
Privacy is of the utmost concern when handling personally identifiable information (PII). PII includes any information that may be reasonably tied to a specific person. This would include street addresses, telephone numbers, and national ID numbers (such as Social Security numbers). Item codes, when not tied to a name or other identifier, would not constitute PII.
Question 2 of 10
Which of the following tools is not typically used to verify that a provisioning process was followed in a way that ensures that the organization's security policy is being followed?
ALog review
BManual review of permissions
CSignature-based detection
DReview the audit trail
Why C is correct
While signature-based detection is used to detect attacks, review of provisioning processes typically involves checking logs, reviewing the audit trail, or performing a manual review of permissions granted during the provisioning process.
Question 3 of 10
Which type of business impact assessment tool is most appropriate when attempting to evaluate the impact of a failure on customer confidence?
AQuantitative
BQualitative
CAnnualized loss expectancy
DReduction
Why B is correct
Qualitative tools are often used in business impact assessment to capture the impact on intangible factors such as customer confidence, employee morale, and reputation.
Question 4 of 10
Maria's organization is building a property records system that will rely upon a distributed immutable ledger to preserve transaction records. What technology is best suited to assist with this implementation?
APKI
BBlockchain
CDigital signatures
DDigital certificates
Why B is correct
It is possible that any of these technologies could play a role in this system, but the relevant words in this question are that Maria is seeking a distributed, immutable ledger. This is the core function of blockchain solutions, making blockchain the best possible answer.
Question 5 of 10
Lauren uses the ping utility to check whether a remote system is up as part of a penetration testing exercise. If she does not want to see her own ping packets, what protocol should she filter out from her packet sniffer's logs?
AUDP
BTCP
CIP
DICMP
Why D is correct
Ping uses ICMP, the Internet Control Message Protocol, to determine whether a system responds and how many hops there are between the originating system and the remote system. Lauren simply needs to filter out ICMP to not see her pings.
Question 6 of 10
What type of malware is characterized by spreading from system to system under its own power by exploiting vulnerabilities that do not require user intervention?
ATrojan horse
BVirus
CLogic bomb
DWorm
Why D is correct
Worms have built-in propagation mechanisms that do not require user interaction, such as scanning for systems containing known vulnerabilities and then exploiting those vulnerabilities to gain access. Viruses and Trojan horses typically require user interaction to spread. Logic bombs do not spread from system to system but lie in wait until certain conditions are met, triggering the delivery of their payload.
Question 7 of 10
Sally's organization needs to be able to prove that certain staff members sent emails, and she wants to adopt a technology that will provide that capability without changing their existing email system. What is the technical term for the capability Sally needs to implement as the owner of the email system, and what tool could she use to do it?
AIntegrity; IMAP
BRepudiation; encryption
CNonrepudiation; digital signatures
DAuthentication; DKIM
Why C is correct
Sally needs to provide nonrepudiation, the ability to provably associate a given email with a sender. Digital signatures can provide nonrepudiation and are her best option. IMAP is a mail protocol, encryption can provide confidentiality, and DKIM is a tool for identifying domains that send email.
Question 8 of 10
Which group is best suited to evaluate and report on the effectiveness of administrative controls an organization has put in place to a third party?
AInternal auditors
BPenetration testers
CExternal auditors
DEmployees who design, implement, and monitor the controls
Why C is correct
External auditors can provide an unbiased and impartial view of an organization's controls to third parties. Internal auditors are useful when reporting to senior management of the organization but are typically not asked to report to third parties. Penetration tests test technical controls but are not as well suited to testing many administrative controls. The employees who build and maintain controls are more likely to bring a bias to the testing of those controls and should not be asked to report on them to third parties.
Question 9 of 10
Which of the following is the most reliable authentication method for remote access?
AVariable callback system
BSynchronous token
CFixed callback system
DCombination of callback and caller ID
Why B is correct
A Synchronous token generates a one-time password that is only valid for a short period of time. Once the password is used it is no longer valid, and it expires if not entered in the acceptable time frame. The following answers are incorrect: Variable callback system. Although variable callback systems are more flexible than fixed callback systems, the system assumes the identity of the individual unless two-factor authentication is also implemented. By itself, this method might allow an attacker access as a trusted user. Fixed callback system. Authentication provides assurance that someone or something is who or what he/it is supposed to be. Callback systems authenticate a person, but anyone can pretend to be that person. They are tied to a specific place and phone number, which can be spoofed by implementing call-forwarding. Combination of callback and Caller ID. The caller ID and callback functionality provides greater confidence and auditability of the caller's identity. By disconnecting and calling back only authorized phone numbers, the system has a greater confidence in the location of the call. However, unless combined with strong authentication, any individual at the location could obtain access. The following reference(s) were/was used to create this question: Shon Harris AIO v3 p. 140, 548 - ISC2 OIG 2007 p. 152-153, 126-127
Question 10 of 10
What is the role of IKE within the IPsec protocol?
Apeer authentication and key exchange
Bdata encryptionPayload encryption is done by ESP; IKE only negotiates the key and hands it off, so this choice gets the function wrong.
Cdata signatureData integrity and origin authentication are provided by the integrity check value of AH or ESP, not by IKE.
Denforcing quality of serviceQuality of service is implemented through network-layer queuing and scheduling mechanisms, unrelated to key negotiation.
Why A is correct
Within IPsec, IKE (Internet Key Exchange) handles the control plane: negotiating the parameters of the security association, completing peer authentication, and using Diffie-Hellman to negotiate the session key. Actually encrypting and decrypting data is done by data-plane protocols such as ESP and AH — the division between control plane and data plane is the criterion for this question.
These 10 are a sample
✓842 questions, each with the full reasoning
✓Every wrong option explained, not just the right one
✓11 chapters of syllabus notes, written from a cold start
✓Full-length mock exam with per-domain scoring
✓Printable PDF included — one purchase, no renewal