CompTIA® Security+

Security+ SY0-701
Practice Tests & Exam Prep

360 real-world questions across all 5 exam domains. Researched using real Fortune 100 cybersecurity scenarios. Study free — no account required.

Start Free Practice Learn More
360
Practice Questions
5
Exam Domains
SY0-701
Current Version
90
Min Passing Score

Exam Domains

1
General Security Concepts
12%
2
Threats, Vulnerabilities and Mitigations
22%
3
Security Architecture
18%
4
Security Operations
28%
5
Security Program Management and Oversight
20%

Questions are mapped to each domain and sub-objective, matching the official CompTIA SY0-701 exam blueprint.

About the Exam

Issuing BodyCompTIA
Exam CodeSY0-701
Question FormatMultiple choice + PBQ
Max Questions90
Time Limit90 minutes
Passing Score750 / 900
Renewal3 years / 50 CEUs

Sample Practice Questions

360 Security+ SY0-701 practice questions drawn from the domain handouts, with exam-style distractors and answer explanations.

A facilities team wants to stop vehicles from being driven into the front of a data center lobby while still allowing employees to walk through the area. Which control best fits that need?

A
Security guard post only
B
Bollards placed at the entrance
C
Access control list on the badge system
D
A captive portal for guests

Correct: B. Bollards are physical barriers designed to stop or slow vehicle entry. Guards and badge systems can help with access control, but they do not provide the same vehicle-resistant barrier.

During an audit, reviewers find the company has strong written policy but no evidence that required controls are actually deployed. What did the auditors identify?

A
A control gap
B
A false positive
C
A compensating control
D
A recovery point objective

Correct: A. A control gap is the difference between the expected control state and what is actually in place. It is commonly found during gap analysis or audit work.

A security architect says every access request must be evaluated as if it came from an untrusted network. Which principle is being applied?

A
Implicit trust
B
Open authentication
C
Single sign-on
D
Zero trust

Correct: D. Zero trust assumes breach, verifies explicitly, and grants least privilege. It avoids trusting users or devices simply because they are inside a network boundary.

A badge reader opens the first door of a small room, but the second door will not unlock until the first door closes. What is this control primarily designed to prevent?

A
Data remanence
B
DNS poisoning
C
Tailgating
D
Replay attacks

Correct: C. An access control vestibule helps prevent tailgating and piggybacking by allowing only controlled movement through interlocking doors.

A developer needs to prove that a driver package came from the claimed vendor and was not altered after release. What should the vendor use?

A
Wildcard certificate
B
Self-signed certificate
C
Code signing certificate
D
Certificate revocation list

Correct: C. Code signing provides software integrity and publisher verification. A wildcard certificate protects multiple hostnames, not downloadable code.

A database team wants encryption for database files, logs, and backups without changing the application code. Which solution is the best fit?

A
Steganography
B
Tokenization only
C
Transport Layer Security
D
Transparent data encryption

Correct: D. Transparent data encryption protects database files, logs, and backups at rest without requiring application changes. TLS protects data in transit.

A company keeps its root certificate authority powered off except during planned certificate operations. Why is this done?

A
To reduce exposure of the root CA private key
B
To make OCSP stapling faster
C
To allow wildcard certificates
D
To remove the need for certificate chaining

Correct: A. An offline root CA reduces the chance that the root private key is compromised. Issuing CAs can handle day-to-day certificate operations.

A cloud workload uses a managed identity to access a storage account instead of embedding a password in code. Which concept is being used?

A
Data masking
B
System authentication
C
DNSSEC
D
Open relay

Correct: B. Systems and services can authenticate with their own identities. Managed identities reduce secret exposure and support accountability.

A network camera records the loading dock after hours and also makes intruders think twice before entering. Which statement is most accurate?

A
It is only a corrective control
B
It can be both detective and deterrent
C
It is only a managerial control
D
It replaces access control

Correct: B. A single control can serve multiple purposes. Video surveillance can deter activity and also detect or record events for later review.

A change request for a firewall update is missing a rollback procedure. Which change management element is absent?

A
Backout plan
B
Maintenance window
C
Version control tag
D
Ownership assignment

Correct: A. A backout plan documents how to restore the prior state if a change fails. Without it, outages and security exposure can last longer.

A politically motivated group defaces a public website to protest a company policy. Which threat actor best matches the scenario?

A
Nation-state
B
Shadow IT user
C
Competitor auditor
D
Hacktivist

Correct: D. Hacktivists use cyber activity to advance political or social beliefs. Defacement and data leaks are common tactics for public pressure.

Employees begin using an unsanctioned cloud file-sharing app because the approved tool feels slow. What risk does this create?

A
Bluejacking
B
Directory traversal
C
Shadow IT
D
Tokenization

Correct: C. Shadow IT is the use of unauthorized technology outside normal IT governance. It can expose data because security controls may not be applied.

An attacker waits until a web application checks file permissions, then swaps the target file before the application uses it. Which vulnerability is this?

A
Buffer overflow
B
SQL injection
C
TOCTOU race condition
D
Birthday attack

Correct: C. Time-of-check/time-of-use is a race condition where a resource changes between permission checking and actual use.

A hospital is hit with ransomware from a group focused on extortion and repeatable profit. Which actor is the best match?

A
Unskilled attacker
B
Internal auditor
C
Government regulator
D
Organized crime

Correct: D. Organized crime groups commonly run ransomware and extortion campaigns for financial gain. Their operations are often structured and repeatable.

A user receives a text message claiming to be from payroll and asking them to verify their password. What type of attack is this?

A
Smishing
B
Vishing
C
Watering hole
D
Bluebugging

Correct: A. Smishing is phishing through SMS or text messages. Vishing uses voice calls.

A web app places unsanitized user input directly into a database query. Which attack is most likely?

A
RFID cloning
B
SQL injection
C
Downgrade attack
D
VM escape

Correct: B. SQL injection occurs when untrusted input changes the structure of a database query. Parameterized queries and input validation reduce the risk.

A cloud customer discovers an API key was copied from a public repository and used to create expensive resources. Which cloud risk does this best illustrate?

A
Air gapping
B
Account hijacking
C
Site survey failure
D
Full backup

Correct: B. Stolen credentials or keys can let attackers take over cloud accounts or resources. Strong IAM, secret management, and monitoring reduce the risk.

A legacy application cannot be patched but must remain online for a few months. Which mitigation best limits damage if it is compromised?

A
Put it in a segmented network with strict firewall rules
B
Disable all logging to reduce overhead
C
Move it to the domain controller
D
Give users local administrator rights

Correct: A. Segmentation isolates risky systems and limits lateral movement. Logging, least privilege, and compensating controls should also be kept in place.

A phone in discoverable Bluetooth mode has data copied without the owner approving the transfer. Which attack is described?

A
Bluejacking
B
DNS hijacking
C
Credential stuffing
D
Bluesnarfing

Correct: D. Bluesnarfing involves unauthorized data theft over Bluetooth. Bluejacking is typically unsolicited messaging.

A cloud provider reassigns storage hardware from one tenant to another. Which risk is most directly addressed by encrypting the previous tenant data?

A
Typosquatting
B
Watering hole compromise
C
Data remanence from resource reuse
D
Weak password policy

Correct: C. Resource reuse can leave residual data behind if media is not properly sanitized. Encryption helps make recovered remnants unreadable.

A company runs virtual machines on a cloud platform. Who is normally responsible for securing the guest operating system in an IaaS model?

A
The data subject
B
The certificate authority
C
The customer
D
The payment processor only

Correct: C. In IaaS, the provider manages the physical infrastructure while the customer usually secures the guest OS, applications, identities, and data.

A manufacturer needs equipment to keep running safely with very predictable timing. Which environment is most likely involved?

A
General SaaS email
B
Public blogging platform
C
Ad hoc guest Wi-Fi
D
RTOS in industrial control systems

Correct: D. Real-time operating systems are common in ICS and embedded environments where predictable timing and reliability matter.

A company wants to define cloud networks, security groups, and compute resources in repeatable template files. Which approach is being used?

A
Infrastructure as code
B
Manual imaging only
C
Data masking
D
Password spraying

Correct: A. Infrastructure as code uses templates or code to deploy standard infrastructure consistently. It supports repeatability and configuration control.

A SaaS provider hosts the application, but the customer must decide which employees can access it and what data should be retained. What does this show?

A
SaaS removes all customer security duties
B
Shared responsibility still exists in SaaS
C
The customer manages the provider data center
D
Only the ISP is accountable

Correct: B. SaaS shifts many technical duties to the provider, but the customer still manages users, access, data governance, and many configuration choices.

A company uses one public cloud for analytics and another for customer-facing applications. What is the main tradeoff?

A
Lower complexity with no new risk
B
Service flexibility with added operational complexity
C
No need for vendor management
D
Automatic air gapping

Correct: B. Multicloud can improve choice, pricing, and resilience, but it increases complexity in governance, monitoring, skills, and integration.

A security team wants to prevent malware on one workstation from reaching database servers. Which design helps the most?

A
Logical segmentation
B
Flat network design
C
Shared local admin passwords
D
Open service ports

Correct: A. Logical segmentation separates systems or workloads and restricts traffic. It reduces lateral movement after a compromise.

An organization needs the fastest restoration from backup after a server failure. Which backup type is generally fastest to restore?

A
Differential backup only
B
Incremental backup chain only
C
Unverified snapshot notes
D
Full backup

Correct: D. A full backup is generally fastest to restore because it does not require rebuilding from multiple incremental pieces.

A service must fail over automatically when one node fails, with users seeing minimal interruption. Which architecture goal is most relevant?

A
Nonrepudiation
B
Steganography
C
High availability
D
Data classification

Correct: C. High availability uses redundancy and failover to keep services running with minimal interruption.

A company stores critical backups in another region and keeps copies encrypted. Which risk is this mainly addressing?

A
Phishing recognition
B
DNS typosquatting
C
Local disaster or ransomware impact
D
Weak code signing

Correct: C. Encrypted offsite backups support recovery when local systems are destroyed, corrupted, or encrypted by ransomware.

A power outage lasts longer than the server room UPS can support. Which control is designed for longer sustained power?

A
Pressure sensor
B
Honeynet
C
OCSP stapling
D
Generator

Correct: D. A UPS supports short-term power and graceful shutdown. A generator can provide longer alternate power for critical facilities.

A company deploys mobile devices that are corporate-owned but allowed for personal use. Which model is this?

A
COPE
B
BYOD
C
CYOD
D
VDI

Correct: A. Corporate-owned, personally enabled means the company owns the device while permitting personal use within policy.

A wireless rollout is planned for a warehouse with metal racks and dead zones. What should be done before final access point placement?

A
Certificate revocation
B
Site survey and heat map
C
Static code analysis
D
Legal hold

Correct: B. A site survey and heat map help identify coverage, interference, and placement needs before wireless deployment.

A developer reviews source code for insecure functions before the application is compiled. Which technique is this?

A
Packet capture
B
Static code analysis
C
Vulnerability disclosure
D
E-discovery

Correct: B. Static code analysis reviews source or compiled code without running the application. It helps catch flaws early in development.

A SOC tool receives alerts from SIEM, enriches them, and automatically disables a compromised account. What capability is this?

A
SOAR automation
B
Manual tabletop
C
Data owner approval
D
Offline root CA

Correct: A. SOAR automates and orchestrates response workflows across tools. It can reduce response time for repeatable actions.

Analysts need packet-level detail to determine whether an exploit payload crossed the network. Which data source is best?

A
Asset inventory label
B
Board minutes
C
Acceptable use policy
D
Packet capture

Correct: D. Packet captures show protocol-level details and packet contents. They are useful when logs do not provide enough detail.

During incident response, a laptop drive is imaged, hashed, sealed, and every transfer is documented. What is being protected?

A
Risk appetite
B
SLA uptime
C
Chain of custody
D
Password complexity

Correct: C. Chain of custody documents who handled evidence and when. Hashing and controlled storage help preserve integrity.

An alert is reviewed and confirmed to be a real compromise before isolation begins. Which incident response phase is this?

A
Recovery
B
Lessons learned
C
Analysis
D
Preparation

Correct: C. Analysis determines whether detected events represent an actual incident and defines scope before containment decisions.

A SIEM correlates failed logins, endpoint alerts, and firewall denies from the same host. What is the main benefit?

A
Guaranteed legal privilege
B
Replacement for backups
C
Elimination of false positives
D
A more complete investigation view

Correct: D. SIEM correlation combines data from many sources so analysts can understand sequence, scope, and related activity.

A security team discovers user logins have timestamps from systems using different clocks. What will this hurt the most?

A
Event correlation
B
Certificate pinning
C
Code signing
D
Data masking

Correct: A. Accurate timestamps are critical for correlating events and building a reliable incident timeline.

A board asks for a document that sets the overall direction and expectations for security across the organization. Which document is most appropriate?

A
Packet capture
B
Security policy
C
Firewall log
D
Work order

Correct: B. A security policy sets the high-level vision and requirements. Standards and procedures provide more detailed implementation guidance.

An IT administrator implements controls chosen by senior management for a regulated dataset. Which role is the administrator most likely performing?

A
Data owner
B
Data custodian
C
Data subject
D
Board chair

Correct: B. A data custodian handles storage, transport, and technical control implementation. The data owner decides control requirements and remains accountable.

A risk team estimates annualized loss expectancy using asset value, exposure factor, and annualized rate of occurrence. Which method is being used?

A
Quantitative risk analysis
B
Qualitative risk analysis
C
Tabletop exercise
D
Self-signed assessment

Correct: A. Quantitative analysis uses numeric values such as SLE, ARO, and ALE to estimate financial exposure.

A business accepts a low-impact risk because mitigation would cost more than the expected loss. Which response is this?

A
Avoid
B
Transfer
C
Exploit
D
Accept

Correct: D. Risk acceptance means leadership knowingly allows the risk to remain, often because treatment is not justified by the expected impact.

A contract allows the customer to review whether a supplier is meeting agreed security obligations. Which clause is this?

A
Right to be forgotten
B
Recovery point objective
C
Right to audit
D
Certificate pinning

Correct: C. A right-to-audit clause gives the customer a contractual path to verify supplier compliance with agreed requirements.

A vendor sends a yearly questionnaire claiming all controls are still in place, but no independent evidence is attached. How should this be treated?

A
As a guaranteed third-party audit
B
As proof of zero trust
C
As self-attestation with lower assurance
D
As a legal hold

Correct: C. Questionnaires are useful but are self-attestations. Independent assessments, audit reports, or evidence reviews provide stronger assurance.

A customer employee owns stock in a vendor being evaluated and pushes that vendor despite weak controls. What issue should be raised?

A
Bluejacking
B
Implicit trust zone
C
Data remanence
D
Conflict of interest

Correct: D. Financial interests can bias vendor selection. Conflict of interest controls help keep decisions objective and defensible.

A privacy request asks the company to erase personal data when there is no valid retention requirement. Which right is involved?

A
Right to be forgotten
B
Right to audit
C
Right to restore
D
Right to encrypt

Correct: A. The right to be forgotten relates to erasing personal data when legal and regulatory conditions allow it.

An external regulator reviews whether a company complies with a required law. What type of activity is this?

A
Internal self-assessment
B
Regulatory audit or examination
C
Parallel processing test
D
Passive reconnaissance

Correct: B. Regulatory audits or examinations are external reviews required by a regulator or government body.

A penetration test is performed with no internal network diagrams or credentials provided to the testers. Which testing approach is this?

A
Known environment
B
Unknown environment
C
Partially known environment
D
Tabletop exercise

Correct: B. Unknown environment testing gives testers little or no internal knowledge, similar to an outside attacker perspective.

Employees are taught to report emails with urgent language, unexpected attachments, and suspicious links. Which awareness topic is being emphasized?

A
Recognizing phishing attempts
B
Certificate chaining
C
RAID selection
D
Firmware signing

Correct: A. Phishing awareness trains users to spot red flags and report suspicious messages through the approved process.

Remote employees are reminded not to use public charging cables or unknown USB drives with company laptops. Which training topic is this?

A
OCSP stapling
B
Bollard placement
C
Resource reuse
D
Removable media and cable risk

Correct: D. Removable media and public cables can introduce malware or data theft risk. Awareness training should explain approved handling.

A manager wants a required checklist that tells admins exactly how to harden new Linux servers. Which document should they use?

A
Guideline
B
Risk appetite
C
Standard
D
Chain of custody

Correct: C. A standard defines mandatory technical requirements, such as baseline settings for a server build.

A help desk tech follows a step-by-step process to disable a terminated employee account. What is that document called?

A
Policy
B
Threat model
C
Procedure
D
Memorandum of understanding

Correct: C. A procedure gives specific steps for carrying out a task consistently.

A security lead publishes optional advice for safer home Wi-Fi use by remote staff. Which document type is this?

A
Standard
B
Audit log
C
Legal hold
D
Guideline

Correct: D. Guidelines are recommended practices rather than mandatory requirements.

An organization wants to make sure no one person can create a vendor and approve that same vendor payment. Which control is most relevant?

A
Job shadowing
B
Separation of duties
C
Risk transfer
D
Tokenization

Correct: B. Separation of duties splits sensitive tasks so one person cannot complete a critical process alone.

A payroll clerk should only view payroll records for the employees they support. Which concept applies?

A
Need to know
B
Open access
C
Data remanence
D
Hash collision

Correct: A. Need to know limits information access to people with a legitimate business reason.

An admin account is granted only enough rights to restart a service and read logs. Which principle is being used?

A
Least privilege
B
Implicit trust
C
Data sovereignty
D
Warm site

Correct: A. Least privilege gives subjects only the permissions required to perform assigned tasks.

A company requires two people to approve production firewall changes. What risk is this control reducing?

A
Certificate expiration only
B
Wireless interference
C
DNS zone transfer
D
Unauthorized or mistaken changes

Correct: D. Dual approval helps prevent unauthorized, poorly reviewed, or accidental production changes.

A sign on a fence warns that the property is monitored. What type of control is the sign primarily?

A
Corrective
B
Compensating
C
Deterrent
D
Recovery

Correct: C. A deterrent control discourages unwanted activity before it happens.

A backup restore returns a corrupted file server to normal operation. What type of control is this?

A
Directive
B
Corrective
C
Deterrent
D
Preventive

Correct: B. Corrective controls restore normal operation after an unwanted event.

A company cannot deploy MFA on an old app, so it limits access to a jump host and logs every session. What is the jump host arrangement?

A
Compensating control
B
Primary vulnerability
C
Data owner role
D
Cryptographic hash

Correct: A. A compensating control provides an alternate way to reduce risk when the preferred control is not feasible.

A written rule tells employees they must lock laptops when leaving a conference room. What control type is this?

A
Detective
B
Corrective
C
Compensating
D
Directive

Correct: D. Directive controls guide or require behavior through rules, policies, signs, or instructions.

An IDS sends an alert when traffic matches a known exploit pattern. What control type is this?

A
Preventive
B
Directive
C
Detective
D
Recovery

Correct: C. Detective controls identify suspicious or unwanted activity.

A firewall blocks inbound traffic to a database subnet. What type of control is it primarily acting as?

A
Corrective
B
Directive
C
Deterrent
D
Preventive

Correct: D. Preventive controls stop or block unwanted activity before it succeeds.

An app proves a user is who they claim to be by validating a password and MFA prompt. Which AAA function is this?

A
Authorization
B
Authentication
C
Accounting
D
Attestation

Correct: B. Authentication verifies identity before access is granted.

After login, a system checks whether a user can approve invoices. Which AAA function is this?

A
Authorization
B
Authentication
C
Accounting
D
Anonymization

Correct: A. Authorization determines what an authenticated subject is allowed to do.

A VPN server records who connected, when they connected, and how long the session lasted. Which AAA function is this?

A
Authorization
B
Encryption
C
Accounting
D
Federation

Correct: C. Accounting records activity for audit trails and accountability.

A file owner decides which coworkers can read a shared document. Which access model is this?

A
MAC
B
Rule-based access
C
Attribute masking
D
DAC

Correct: D. Discretionary access control allows object owners to grant or deny access.

A firewall applies the same allow and deny logic to traffic based on IP and port. Which model does this best describe?

A
Rule-based access control
B
DAC
C
Risk acceptance
D
Nonrepudiation

Correct: A. Rule-based access control uses predefined rules or filters to make access decisions.

Users receive access through job functions such as analyst, manager, or auditor. Which model is being used?

A
DAC
B
RBAC
C
Data masking
D
Hashing

Correct: B. Role-based access control maps permissions to roles instead of assigning every permission individually.

A system uses classification labels to prevent users from reading files above their clearance. Which model is this?

A
DAC
B
RBAC only
C
MAC
D
Rule-based NAT

Correct: C. Mandatory access control enforces system-controlled access based on labels or classifications.

A website proves a transaction cannot be plausibly denied by the sender later. Which concept is this?

A
Availability
B
Tokenization
C
Obfuscation
D
Nonrepudiation

Correct: D. Nonrepudiation provides evidence that a party performed an action, often through digital signatures.

A finance app must ensure balances are not changed without authorization. Which part of the CIA triad is emphasized?

A
Availability
B
Integrity
C
Confidentiality
D
Privacy

Correct: B. Integrity protects data from unauthorized or improper modification.

A hospital scheduling system must stay reachable during clinic hours. Which CIA objective is most important?

A
Availability
B
Confidentiality
C
Steganography
D
Masking

Correct: A. Availability ensures systems and data are accessible when needed.

A legal team requires contract files to be readable only by approved staff. Which CIA objective is the focus?

A
Availability
B
Integrity only
C
Repudiation
D
Confidentiality

Correct: D. Confidentiality limits disclosure to authorized parties.

A zero trust system changes the MFA requirement based on device health and location. What capability is this?

A
Static routing
B
Data remanence
C
Adaptive identity
D
Bridge trust model

Correct: C. Adaptive identity changes authentication and access requirements using context and risk.

In a zero trust design, which component actually allows, blocks, or terminates the connection?

A
Root CA
B
Data owner
C
Policy enforcement point
D
Cold site

Correct: C. The policy enforcement point applies access decisions at the connection or resource boundary.

In a zero trust design, where is the access decision made based on user, device, and risk context?

A
Access badge
B
Packet broker
C
Recovery site
D
Policy decision point

Correct: D. The policy decision point evaluates context and decides whether to allow, deny, or require more controls.

A team removes broad internal network trust and narrows what a compromised user can reach. What zero trust outcome is this?

A
Certificate stapling
B
Threat scope reduction
C
Key stretching
D
Hash salting

Correct: B. Threat scope reduction limits the blast radius of a breach.

A short fence is added mainly to discourage casual trespassers. What control type is the fence acting as?

A
Deterrent physical control
B
Technical corrective control
C
Managerial detective control
D
Cryptographic control

Correct: A. Fencing is a physical control and often acts as a deterrent.

A facility wants to detect footsteps near a restricted door after hours. Which sensor type best fits?

A
Pressure sensor
B
Wildcard certificate
C
TPM
D
CASB

Correct: A. Pressure sensors detect changes in pressure, such as someone stepping on a mat or floor area.

A motion detector uses heat signatures to detect people in a dark hallway. Which sensor is this?

A
Microwave only
B
OCSP sensor
C
Token vault
D
Infrared sensor

Correct: D. Infrared sensors detect heat signatures from people or objects.

A system emits high-frequency sound and measures the return signal to detect motion. Which sensor type is this?

A
Pressure
B
Certificate pinning
C
Ultrasonic
D
HSM

Correct: C. Ultrasonic sensors use high-frequency sound waves and reflections.

A security team plants a fake payroll spreadsheet to alert if attackers touch it. What is this?

A
Honeynet
B
Honeyfile
C
Data owner
D
CSR

Correct: B. A honeyfile is a decoy file designed to trigger detection when accessed.

A fake API key is placed in a repository to catch unauthorized use. What is it?

A
Honeytoken
B
Honeypot
C
Tokenization
D
Key escrow

Correct: A. A honeytoken is a decoy value or credential used to detect misuse.

Several fake vulnerable servers are deployed to study attacker behavior. What is this environment?

A
Honeyfile
B
SIEM index
C
Cold site
D
Honeynet

Correct: D. A honeynet is a network of decoy systems used for deception and monitoring.

A proposed database upgrade lists affected apps, owners, and possible outage effects. Which change step is this?

A
Certificate pinning
B
Password spraying
C
Impact analysis
D
Data masking

Correct: C. Impact analysis reviews how a change may affect systems, users, dependencies, and security.

A database migration is scheduled for Sunday at 2 a.m. to reduce user impact. What is this called?

A
Legal hold
B
Attack window
C
Risk threshold
D
Maintenance window

Correct: D. A maintenance window is a planned period for changes that minimizes business disruption.

A release ticket includes test evidence from a staging environment. Why is that useful?

A
It replaces approval
B
It validates expected behavior before production
C
It encrypts the release
D
It proves user identity

Correct: B. Testing provides evidence that a change should work as intended before production rollout.

A change is not closed until network diagrams and runbooks are updated. What practice is being enforced?

A
Documentation update
B
Birthday attack
C
Bluebugging
D
Typosquatting

Correct: A. Change management should keep diagrams, procedures, and configuration records current.

A source code platform tracks who changed a file and allows teams to compare revisions. What is this?

A
Key escrow
B
Data retention
C
Version control
D
Access vestibule

Correct: C. Version control tracks code or configuration changes and supports rollback and conflict review.

A company stores API keys and database passwords in a managed cloud vault. What is the vault protecting?

A
Public records
B
Packet headers
C
Open ports
D
Secrets

Correct: D. Secrets include passwords, API keys, tokens, certificates, and cryptographic keys.

A hardware device is used to generate and protect cryptographic keys for a payment system. What is it?

A
HSM
B
TPM only
C
SIEM
D
IDS

Correct: A. A hardware security module is purpose-built to protect and manage cryptographic keys.

A motherboard chip stores keys used by full-disk encryption and secure boot. What is this chip?

A
HSM rack appliance
B
TPM
C
CASB
D
OCSP responder

Correct: B. A trusted platform module can store keys and support full-disk encryption and secure boot.

A laptop drive encrypts data using hardware on the drive controller. What type of drive is this?

A
Packet capture drive
B
Cold backup
C
Self-encrypting drive
D
Thin client

Correct: C. Self-encrypting drives perform hardware-based storage encryption.

A developer hashes a downloaded installer and compares it to the publisher value. What property is checked?

A
Confidentiality
B
Availability
C
Privacy
D
Integrity

Correct: D. Hashes are commonly used to verify that data has not changed.

A user hides a secret message inside an image file. Which technique is this?

A
Tokenization
B
Steganography
C
Data masking
D
Hashing

Correct: B. Steganography hides information inside another file or medium.

A payment app replaces a credit card number with a random substitute value. Which technique is this?

A
Tokenization
B
Salting
C
Compression
D
Key exchange

Correct: A. Tokenization substitutes sensitive data with a token that has no useful value by itself.

A report shows only the last four digits of Social Security numbers. What is being used?

A
OCSP
B
Key escrow
C
Secure boot
D
Data masking

Correct: D. Data masking obscures sensitive values while preserving limited usability.

Personal data is transformed so it can no longer identify the original person. What is this?

A
Nonrepudiation
B
Federation
C
Anonymization
D
Signing

Correct: C. Anonymization removes identifying details so the original subject cannot be determined.

A TLS certificate is trusted because each certificate links back to a trusted root. What is this called?

A
Birthday attack
B
Data lineage
C
Certificate chain
D
Risk register

Correct: C. Certificate chaining builds trust from an end-entity certificate back to a trusted root CA.

A browser checks whether a certificate has been revoked by querying a responder. Which protocol is used?

A
SSH
B
SFTP
C
SNMP
D
OCSP

Correct: D. Online Certificate Status Protocol provides certificate revocation status checks.

A web server provides a recent certificate status response during the TLS handshake. What feature is this?

A
Key stretching
B
OCSP stapling
C
DNS tunneling
D
MAC filtering

Correct: B. OCSP stapling lets the server provide certificate status without the client separately querying the CA.

A company pins a known certificate for a host to detect unexpected certificate changes. What is this?

A
Certificate pinning
B
Certificate chaining
C
Key escrow
D
Hash collision

Correct: A. Certificate pinning helps detect fraudulent or unexpected certificates for a known host.

A certificate request is generated before being sent to a CA for signing. What is the request called?

A
CSR
B
CRL
C
SLA
D
BIA

Correct: A. A certificate signing request contains information needed by a CA to issue a certificate.

A certificate secures mail.example.com and vpn.example.com with one entry of *.example.com. What type is it?

A
Code signing certificate
B
Self-signed root only
C
Machine certificate
D
Wildcard certificate

Correct: D. A wildcard certificate covers multiple hostnames under the same domain level.

A certificate issued by the same server using it is cheap but not broadly trusted. What is it?

A
Third-party certificate
B
EV certificate
C
Self-signed certificate
D
Root of trust

Correct: C. Self-signed certificates are not validated by a trusted external CA.

An attacker uses limited tools from the internet to scan random targets for old vulnerabilities. Which actor best fits?

A
Nation-state
B
Unskilled attacker
C
Board committee
D
Data processor

Correct: B. Unskilled attackers often rely on available tools and well-known vulnerabilities.

A foreign intelligence service steals defense research over several months. Which actor is most likely?

A
Nation-state
B
Script user
C
Shadow IT
D
Internal auditor

Correct: A. Nation-state actors often have advanced resources and may conduct espionage.

A staff member with valid access copies customer data before resigning. Which threat actor is this?

A
Hacktivist
B
CSP tenant
C
Unknown environment tester
D
Insider threat

Correct: D. Insider threats misuse authorized access intentionally or accidentally.

An attacker demands payment to avoid releasing stolen executive emails. What motivation is this?

A
Ethical testing
B
Availability
C
Blackmail
D
Due care

Correct: C. Blackmail uses threatened disclosure or harm to pressure a victim.

A competitor hires criminals to steal product design documents. What motivation is most likely?

A
Safety training
B
Service uptime
C
Right to audit
D
Espionage

Correct: D. Espionage involves stealing secrets, intellectual property, or sensitive information.

A botnet floods a public site until customers cannot reach it. What motivation or outcome is shown?

A
Data masking
B
Service disruption
C
Policy revision
D
Key escrow

Correct: B. Service disruption attacks aim to interrupt normal operations or availability.

A fake login page uses the company logo and a lookalike domain. Which technique is involved?

A
Brand impersonation
B
Firmware rollback
C
RAID mirroring
D
Data tokenization

Correct: A. Brand impersonation abuses a trusted brand to make malicious pages or messages seem legitimate.

An attacker registers examp1e.com to catch users who mistype example.com. What is this?

A
DNSSEC
B
Bluejacking
C
Typosquatting
D
Key stretching

Correct: C. Typosquatting uses lookalike or mistyped domains to mislead users.

A malicious site compromises visitors after being placed where employees commonly browse. What attack is this?

A
Smishing
B
Vishing
C
On-path
D
Watering hole

Correct: D. A watering hole attack compromises a site likely to be visited by targeted users.

An attacker calls the help desk pretending to be the CFO and asks for a password reset. What is this?

A
Impersonation
B
SQL injection
C
Birthday attack
D
Resource reuse

Correct: A. Impersonation is pretending to be someone else to gain trust or access.

An email thread from a spoofed vendor asks accounting to change bank details. What attack is likely?

A
Directory traversal
B
Business email compromise
C
RFID cloning
D
VM escape

Correct: B. Business email compromise targets business payment or communication processes through deception.

A caller invents a story about an urgent audit to persuade an employee to disclose files. What is this?

A
Patching
B
Federation
C
Pretexting
D
Hardening

Correct: C. Pretexting uses a fabricated scenario to manipulate a victim.

A news article full of false claims is spread to influence employee decisions. What is this?

A
DNSSEC
B
Bluebugging
C
Load balancing
D
Misinformation or disinformation

Correct: D. Misinformation and disinformation use false or misleading content to influence people.

A malicious document exploits an old PDF reader when opened. Which vector is this?

A
Voice vector
B
File-based vector
C
Physical vector only
D
Risk register

Correct: B. File-based vectors use attachments or downloaded files to deliver malicious content or exploits.

A fake voicemail directs employees to call a number and enter credentials. Which vector is this?

A
Voice call vector
B
Image-based vector
C
Firmware vector
D
Key management vector

Correct: A. Voice-based attacks use calls or voicemail to manipulate users.

A malicious QR image sends users to a credential harvesting page. Which vector best fits?

A
RTOS vector
B
VLAN vector
C
Patch vector
D
Image-based vector

Correct: D. Image-based vectors can use images or QR codes to lure users or conceal malicious activity.

A USB drive left in a parking lot installs malware when opened. Which vector is this?

A
Cloud control plane
B
Certificate chain
C
Removable device
D
Audit committee

Correct: C. Removable media can deliver malware or move data outside controls.

An unsupported operating system is left on the network after vendor support ends. What is the primary issue?

A
Too much certificate pinning
B
Excessive tokenization
C
No security patches for known flaws
D
Too many legal holds

Correct: C. Unsupported systems become risky because security updates are no longer provided.

A service is exposed on the internet even though nobody uses it. What should be done first?

A
Publish credentials
B
Reduce logging
C
Move it to production
D
Disable or block the unused port/service

Correct: D. Unneeded ports and services increase attack surface and should be disabled or filtered.

A browser script steals session data because user input was displayed without sanitization. Which attack is this?

A
SQL injection
B
Cross-site scripting
C
RFID cloning
D
DNSSEC

Correct: B. XSS occurs when untrusted script runs in a user browser through a vulnerable site.

An attacker uses ../ sequences in a URL to read files outside the web root. Which attack is this?

A
Directory traversal
B
Birthday attack
C
Race condition
D
Bluejacking

Correct: A. Directory traversal attempts to access restricted file paths through path manipulation.

A server processes a URL supplied by a user and is tricked into reaching internal metadata services. What is this?

A
SSRF
B
XSS
C
Smishing
D
RAID

Correct: A. Server-side request forgery abuses a server into making unintended requests.

An application crashes after a user sends more data than a memory buffer can hold. Which vulnerability is likely?

A
Data masking
B
OCSP failure
C
Right to audit
D
Buffer overflow

Correct: D. A buffer overflow occurs when input exceeds allocated memory space.

A calculation stores a number too large for the variable and wraps unexpectedly. Which flaw is this?

A
Hash salting
B
RFID cloning
C
Integer overflow
D
Data sovereignty

Correct: C. Integer overflow occurs when a numeric result exceeds the allowed storage range.

An attacker installs a malicious firmware update that affects the boot process. What area is compromised?

A
SaaS setting
B
Firmware
C
Data inventory
D
Policy exception

Correct: B. Firmware attacks target low-level device code and can affect boot or hardware behavior.

An attacker breaks out of a guest VM and reaches the hypervisor. What is this?

A
VM escape
B
Container image signing
C
Data masking
D
Phishing

Correct: A. VM escape is when code leaves the virtual machine boundary and affects host or other guests.

A mobile user installs apps outside the official app store to bypass platform protections. What is this called?

A
Tokenization
B
Journaling
C
Replication
D
Sideloading

Correct: D. Sideloading installs applications from outside approved distribution channels.

A phone is modified to remove vendor security restrictions. What is this?

A
Data masking
B
Certificate stapling
C
Jailbreaking or rooting
D
Parallel processing

Correct: C. Jailbreaking or rooting bypasses platform controls and increases device risk.

A vulnerability is being exploited before the vendor has released a patch. What is it?

A
Known environment test
B
Right to audit
C
Full backup
D
Zero-day vulnerability

Correct: D. A zero-day is unknown or unpatched by the vendor when attackers can exploit it.

A scanner shows several hosts missing a critical update released last month. Which mitigation is most direct?

A
Legal hold
B
Patch management
C
Risk transfer only
D
Bollards

Correct: B. Patch management evaluates, approves, deploys, and verifies security updates.

A team removes default passwords and disables sample accounts before production. Which mitigation is this?

A
Hardening
B
Warm site
C
E-discovery
D
Watering hole

Correct: A. Hardening reduces attack surface by securely configuring systems.

Only approved executables can run on a workstation. Which control is this?

A
Deny list only
B
Data owner
C
Application allow list
D
OCSP

Correct: C. Application allow listing permits only explicitly approved software to execute.

A firewall rule blocks traffic from known malicious countries but allows everything else. What is this approach?

A
Allow list
B
Token vault
C
HSM
D
Deny list

Correct: D. A deny list blocks known-bad items while allowing anything not explicitly denied.

A host firewall blocks inbound SMB on laptops. Which hardening control is this?

A
Host-based firewall
B
Right-to-audit clause
C
Cold site
D
CSR generation

Correct: A. A host-based firewall filters traffic on an individual endpoint.

Endpoint software detects suspicious behavior and isolates the host. What technology is this?

A
AUP
B
EDR
C
RTO
D
BPA

Correct: B. Endpoint detection and response detects and responds to endpoint threats.

A security platform correlates endpoint, cloud, identity, and network signals. What is it?

A
DAC
B
CSR
C
XDR
D
NDA

Correct: C. Extended detection and response combines telemetry across multiple security layers.

A local endpoint tool blocks suspicious activity before it executes. What is this?

A
HIDS only
B
SLA
C
NAT
D
HIPS

Correct: D. Host intrusion prevention systems can detect and block threats on a host.

A company divides workloads into very small policy zones to limit lateral movement. What is this?

A
Flat routing
B
Microsegmentation
C
Data remanence
D
Open relay

Correct: B. Microsegmentation applies granular controls to individual workloads or small groups.

A cloud network has public and private subnets with security rules around database access. What concept is being used?

A
Segmentation
B
Birthday attack
C
Legal hold
D
Self-signed CA

Correct: A. Segmentation separates resources and controls traffic between zones.

A virtual firewall controls traffic for cloud VMs using port and IP rules. What is this often called?

A
Data subject
B
Honeyfile
C
RTO
D
Network security group

Correct: D. Network security groups provide cloud-level traffic filtering for resources.

A BYOD phone separates business mail from personal apps and prevents copy/paste to personal storage. What is this?

A
OCSP stapling
B
Firmware exploit
C
Mobile application management
D
RAID 5

Correct: C. MAM protects corporate app data without necessarily managing the entire device.

A noncompliant laptop is placed on a restricted network until it is patched. Which control does this?

A
Certificate pinning
B
SAML assertion only
C
Network access control
D
Right to be forgotten

Correct: C. NAC can assess device posture and quarantine devices that do not meet requirements.

A private cloud keeps data in a company-controlled data center for compliance reasons. What benefit is highlighted?

A
No responsibility
B
No patching
C
No cost
D
Greater control

Correct: D. Private cloud can provide greater control over compliance, architecture, and upgrade timing.

An application keeps sensitive records on-premises but bursts web traffic into public cloud during peak season. What model is this?

A
Community cloud
B
Hybrid cloud
C
Single tenant SaaS
D
Air gap

Correct: B. Hybrid cloud combines private/on-premises resources with public cloud services.

Several hospitals share a cloud environment designed for their common regulatory needs. What model is this?

A
Community cloud
B
Public cloud
C
Multicloud
D
Cold site

Correct: A. Community cloud is shared by organizations with common requirements or concerns.

A company uses two public cloud providers to reduce dependence on one vendor. What model is this?

A
Multicloud
B
Private cloud
C
Colocation only
D
Mainframe

Correct: A. Multicloud uses services from more than one cloud provider.

A cloud function runs code only when triggered and the provider manages the server layer. What architecture is this?

A
Bare metal
B
Air-gapped
C
On-premises only
D
Serverless

Correct: D. Serverless abstracts server management and runs code on demand.

An app is split into small independent services with their own APIs. What architecture is this?

A
Monolith only
B
Cold site
C
Microservices
D
RAID

Correct: C. Microservices break applications into smaller independently deployable services.

A container image includes vulnerable libraries and is deployed unchanged across clusters. What should be scanned?

A
Badge reader
B
Container image
C
Policy committee
D
UPS battery

Correct: B. Container images should be scanned for vulnerable packages and insecure configuration.

A control network is physically separated from all other networks. What is this called?

A
Air gap
B
Federation
C
Tokenization
D
Warm site

Correct: A. An air gap provides physical isolation between networks.

Network control is handled through centralized software rather than manual device-by-device changes. What is this?

A
Static password policy
B
Certificate stapling
C
Onsite backup
D
Software-defined networking

Correct: D. SDN separates control logic from network forwarding and enables centralized management.

Security decisions are made by local business units with central oversight. What governance model is this?

A
Centralized
B
Unknown environment
C
Decentralized
D
Self-signed

Correct: C. Decentralized governance delegates some decisions to business units while retaining oversight.

All security architecture decisions come from one central security office. What governance model is this?

A
Decentralized
B
Community cloud
C
Parallel processing
D
Centralized

Correct: D. Centralized governance manages security decisions and standards from a central team.

A system is designed to recover quickly after failure and keep operating through disruption. What quality is this?

A
Repudiation
B
Resilience
C
Obfuscation
D
Sideloading

Correct: B. Resilience is the ability to withstand and recover from disruption.

A company accepts the vendor’s SOC 2 report instead of directly auditing a hyperscale cloud data center. Why?

A
Large CSPs usually provide independent reports instead of customer audits
B
CSPs never need audits
C
SOC reports replace all security controls
D
Customers own the CSP hardware

Correct: A. Major CSPs typically provide independent assurance reports because direct customer audits are not practical.

A backup copy is stored in the same server room as the original system. What is the main weakness?

A
It cannot be encrypted
B
It is always illegal
C
The same local disaster can affect both copies
D
It prevents restoration

Correct: C. Onsite backups are convenient but can be lost with the primary site during local incidents.

A storage system writes changes to a transaction log so a database can roll forward. What is this?

A
Bluebugging
B
Tokenization
C
Watering hole
D
Journaling

Correct: D. Journaling records changes so systems can recover to a consistent point.

A backup captures the exact state of a VM at a point in time. What is this?

A
Snapshot
B
CSR
C
SLA
D
Honeynet

Correct: A. Snapshots preserve point-in-time state for recovery or rollback.

Data is continuously copied to another region to support recovery. What is this?

A
Masking
B
Replication
C
Vishing
D
Jailbreaking

Correct: B. Replication creates copies of data in another location for redundancy and recovery.

A DR metric states how much data loss the business can tolerate. What is it?

A
RTO
B
MTTR
C
RPO
D
MTBF

Correct: C. Recovery point objective defines the maximum acceptable data loss measured in time.

A DR metric states how quickly a service must be restored. What is it?

A
RPO
B
ALE
C
ARO
D
RTO

Correct: D. Recovery time objective defines the target time to restore service.

A metric tracks average time needed to repair a failed system. What is it?

A
MTBF
B
MTTR
C
RPO
D
SLE

Correct: B. Mean time to repair measures average restoration time after failure.

A metric estimates average time between failures for a component. What is it?

A
MTBF
B
MTTR
C
RTO
D
EF

Correct: A. Mean time between failures estimates reliability over time.

A recovery site has power and space but no current hardware installed. What type of site is this?

A
Hot site
B
Warm site
C
Active-active site
D
Cold site

Correct: D. A cold site has facilities but requires hardware and data restoration before use.

A recovery site has equipment and some data but still needs final restoration. What is it?

A
Cold site
B
Full production site
C
Warm site
D
Air gap

Correct: C. A warm site is partially prepared and can be brought online faster than a cold site.

A recovery site is fully operational and ready for rapid failover. What is it?

A
Cold site
B
Warm site
C
Hot site
D
Archive room

Correct: C. A hot site is highly ready and can take over quickly.

A disaster recovery test runs systems at the recovery site alongside production without cutting over. What is this?

A
Tabletop only
B
Known environment test
C
Legal hold
D
Parallel processing

Correct: D. Parallel processing validates recovery systems while production continues running.

A discussion-based exercise walks leadership through a ransomware scenario. What is this?

A
Packet capture
B
Tabletop exercise
C
Full interruption test
D
RAID rebuild

Correct: B. Tabletop exercises discuss roles and decisions without affecting production systems.

A realistic exercise has teams perform incident tasks in a controlled scenario. What is it?

A
Simulation
B
Self-signed certificate
C
Data masking
D
Risk transfer

Correct: A. Simulations test incident or recovery processes in a practiced scenario.

A Wi-Fi network uses SAE and stronger protections than WPA2-Personal. Which standard is this?

A
WPA3
B
WEP
C
PPTP
D
SSLv3

Correct: A. WPA3 improves wireless security compared with older personal wireless standards.

Enterprise Wi-Fi sends authentication requests to a central server. What service is commonly used?

A
NTP
B
SMTP
C
FTP
D
RADIUS

Correct: D. RADIUS commonly supports centralized AAA for enterprise network access.

A team checks whether an area has coverage gaps before installing access points. What is this work?

A
E-discovery
B
Legal hold
C
Site survey
D
Key exchange

Correct: C. A site survey helps plan wireless placement and coverage.

A visual map shows weak signal areas in a building. What is it?

A
Risk map only
B
Heat map
C
Chain map
D
Token map

Correct: B. Wireless heat maps visualize signal coverage and dead zones.

An organization lets employees use personally owned phones for work email. Which deployment model is this?

A
BYOD
B
COPE
C
CYOD
D
VDI only

Correct: A. Bring your own device allows personally owned devices for work use.

Employees choose from approved laptop models that the company buys and manages. Which model is this?

A
BYOD
B
COPE
C
Shadow IT
D
CYOD

Correct: D. Choose your own device lets users pick from approved corporate device options.

A field tablet uses cellular service when outside company facilities. Which connection method is this?

A
Bluetooth
B
NFC only
C
Cellular
D
Serial console

Correct: C. Cellular connectivity uses mobile carrier networks.

A headset pairs wirelessly over short range with a laptop. Which connection is used?

A
WPA3 Enterprise
B
Ethernet
C
OCSP
D
Bluetooth

Correct: D. Bluetooth provides short-range wireless peripheral connectivity.

A web form rejects unexpected characters before sending data to the database. Which secure coding practice is this?

A
Data remanence
B
Input validation
C
Passive reconnaissance
D
Right to audit

Correct: B. Input validation checks data before processing to reduce injection and logic flaws.

A cookie is marked so browser scripts cannot read it. Which attribute is this?

A
HttpOnly
B
SameSite only
C
Secure boot
D
HSTS preload

Correct: A. HttpOnly helps protect cookies from client-side script access.

A cookie is sent only over HTTPS. Which attribute is this?

A
HttpOnly
B
Domain validated
C
Secure
D
Wildcard

Correct: C. The Secure cookie attribute restricts cookie transmission to HTTPS.

A cookie is restricted to reduce cross-site request abuse. Which attribute is most relevant?

A
HttpOnly only
B
CSR
C
TPM
D
SameSite

Correct: D. SameSite helps control whether cookies are sent with cross-site requests.

A package is digitally signed before deployment so tampering can be detected. What is this?

A
Code signing
B
Data masking
C
Degaussing
D
Vishing

Correct: A. Code signing verifies publisher identity and code integrity.

A scanner checks systems weekly and emails missing-patch reports. Which data source is this?

A
Packet capture
B
Vulnerability scan
C
Board minutes
D
Physical badge

Correct: B. Vulnerability scans identify missing patches and weaknesses.

An automated daily report ranks risky alerts for analysts. What source is this?

A
Legal hold
B
NDA
C
Automated report
D
Data subject request

Correct: C. Automated reports summarize security tool findings and can prioritize investigation.

A dashboard shows a sudden spike in blocked outbound connections. Why is it useful?

A
It replaces evidence handling
B
It creates backups
C
It signs code
D
It highlights trends for investigation

Correct: D. Dashboards show trends, spikes, and metrics that can point analysts toward issues.

A firewall log shows a blocked connection from a host to a known command-and-control address. What kind of log is this?

A
Application log
B
Firewall log
C
Policy document
D
Vendor SLA

Correct: B. Firewall logs show allowed or blocked network traffic based on rules.

A web app log shows a user attempted to access /admin repeatedly. What log type is this?

A
Application log
B
Endpoint log
C
Certificate log only
D
Physical access log

Correct: A. Application logs record actions and errors inside a specific application.

A Windows event log shows failed logons and privilege use. What source is this?

A
Packet capture
B
Risk register
C
SOW
D
OS security log

Correct: D. Operating system security logs record login and security-related events.

A laptop EDR log shows a suspicious PowerShell command. What source is this?

A
Firewall log
B
NDA
C
Endpoint log
D
RTO

Correct: C. Endpoint logs capture activity on individual workstations or servers.

An IPS record says a known exploit was blocked. What source is this?

A
SLA
B
Data inventory
C
IPS log
D
Legal hold

Correct: C. IPS logs include detected and often blocked network threats.

Router syslog shows interface changes and traffic events. What source is this?

A
Data owner note
B
NDA
C
Policy exception
D
Network log

Correct: D. Network logs from routers, switches, and other devices help reconstruct activity.

Email headers show sender path, recipient, timestamps, and message IDs. What kind of evidence is this?

A
Payload only
B
Metadata
C
Risk appetite
D
Tokenization

Correct: B. Metadata is data about data, such as timestamps, owners, routes, or identifiers.

An analyst needs raw packet contents to confirm a protocol downgrade attempt. Which source is best?

A
Packet capture
B
Board report
C
Training roster
D
AUP

Correct: A. Packet captures provide detailed packet and protocol data.

The incident team isolates affected hosts to stop spread. Which phase is this?

A
Containment
B
Preparation
C
Lessons learned
D
Governance

Correct: A. Containment limits damage and prevents further spread during an incident.

Malware is removed and vulnerable persistence mechanisms are cleaned up. Which phase is this?

A
Detection
B
Recovery only
C
Preparation
D
Eradication

Correct: D. Eradication removes the root cause, malware, or attacker foothold.

Systems are rebuilt and returned to normal service after compromise. Which phase is this?

A
Analysis
B
Reconnaissance
C
Recovery
D
Risk transfer

Correct: C. Recovery restores affected systems and services to operation.

After an incident, the team updates playbooks based on what went wrong. Which phase is this?

A
Detection
B
Lessons learned
C
Containment
D
Acquisition

Correct: B. Lessons learned improves future response after the incident.

An organization writes plans, assigns roles, and configures logging before an incident. Which phase is this?

A
Preparation
B
Recovery
C
Eradication
D
Lessons learned

Correct: A. Preparation establishes people, process, and technology before incidents occur.

Monitoring tools alert on possible compromise. Which phase begins?

A
Recovery
B
Legal hold
C
E-discovery
D
Detection

Correct: D. Detection identifies suspicious events that may become incidents.

Counsel instructs the company not to delete emails related to an investigation. What is this?

A
Right to audit
B
Cold site
C
Legal hold
D
Risk transfer

Correct: C. Legal hold preserves potentially relevant evidence for legal or regulatory matters.

A forensic analyst creates a bit-for-bit copy of a drive. What is this?

A
Containment
B
Attestation
C
Tokenization
D
Acquisition

Correct: D. Acquisition collects forensic evidence such as disk images in a defensible way.

Evidence is kept in locked storage with access tracking and hashes. What concern is addressed?

A
Service scaling
B
Evidence preservation
C
Data masking
D
BYOD

Correct: B. Evidence preservation protects integrity and custody of forensic material.

A company must produce stored messages for a lawsuit. What process is this?

A
E-discovery
B
SOAR
C
DLP
D
XDR

Correct: A. E-discovery identifies and produces electronically stored information for legal matters.

A SOC playbook automatically enriches an IP address and opens a ticket. What tool category is likely?

A
NDA
B
MSA
C
SOAR
D
RPO

Correct: C. SOAR orchestrates and automates security workflows.

Automating baseline server configuration mainly improves what?

A
Legal privilege
B
Data ownership transfer
C
Bluetooth range
D
Consistency

Correct: D. Automation helps enforce consistent secure configurations at scale.

Too much brittle automation creates scripts no one can maintain. What concern is this?

A
Technical debt
B
Hash collision
C
RTO
D
Data subject

Correct: A. Automation can introduce technical debt if it is not supportable and maintained.

A central automation platform goes down and response workflows stop. What concern is this?

A
Data masking
B
Single point of failure
C
SLA credit
D
Open redirect

Correct: B. Critical automation platforms can become single points of failure if not designed resiliently.

A security team uses repeatable automation to handle routine alerts faster. What benefit is this?

A
Legal hold
B
Risk acceptance
C
Reaction time improvement
D
Certificate revocation

Correct: C. Automation can reduce response time for common, repeatable tasks.

A document states what employees may and may not do with company systems. What policy is this?

A
NDA
B
SOW
C
BIA
D
Acceptable use policy

Correct: D. An acceptable use policy defines permitted and prohibited use of organizational resources.

A plan describes how the company will keep critical services running during disruption. What is it?

A
NDA
B
Business continuity plan
C
CSR
D
Packet capture

Correct: B. Business continuity focuses on continuing essential business operations.

A plan focuses on restoring IT systems after a major outage. What is it?

A
Disaster recovery plan
B
Acceptable use policy
C
BPA
D
Right to audit

Correct: A. Disaster recovery focuses on restoring technology services and data.

A policy covers how software is securely designed, tested, and released. What area is this?

A
Physical security policy
B
Data subject policy
C
SLA policy
D
SDLC policy

Correct: D. Secure SDLC policies guide security through the software development lifecycle.

A process removes access and retrieves equipment when an employee leaves. What is this?

A
On-path attack
B
Journaling
C
Offboarding
D
Tokenization

Correct: C. Offboarding revokes access and handles assets when personnel leave.

A new hire receives role-based access and security training. What process is this?

A
Eradication
B
Data masking
C
Onboarding
D
Legal hold

Correct: C. Onboarding grants appropriate access and introduces required policies and training.

A SOC document gives exact steps for handling a phishing report. What is it?

A
Heat map
B
CSR
C
CRL
D
Playbook

Correct: D. Playbooks provide repeatable steps for responding to specific events.

A group reporting to the board oversees internal audit independence. What is this?

A
Threat actor
B
Audit committee
C
Honeynet
D
Processor

Correct: B. Audit committees oversee audit activities and help preserve independence.

Senior leadership legally owns decisions for a sensitive dataset. Which role is this?

A
Data owner
B
Data custodian
C
Processor
D
Subject

Correct: A. Data owners are accountable for data and control decisions.

A cloud provider processes customer data according to the customer’s instructions. Which privacy role is this?

A
Processor
B
Controller
C
Data subject
D
Custodian

Correct: A. A processor handles personal data on behalf of the controller.

A company decides why and how customer data will be processed. Which role is this?

A
Processor
B
Custodian
C
Auditor
D
Controller

Correct: D. A controller determines the purpose and means of processing personal data.

The person whose personal information is being processed is called what?

A
Data owner
B
Data steward
C
Data subject
D
Data custodian

Correct: C. A data subject is the individual the personal data is about.

A database lists where sensitive data is stored, who owns it, and retention rules. What is this?

A
Packet capture
B
Data inventory
C
Risk exception
D
Heat map

Correct: B. A data inventory tracks data locations, owners, classification, and handling requirements.

A policy says records must be kept seven years and then disposed of. What is this?

A
Data retention
B
Data exfiltration
C
OCSP
D
Bluejacking

Correct: A. Retention defines how long data is kept and when it should be disposed of.

A company asks employees to formally confirm they understand the security handbook. What is this?

A
Journaling
B
Replication
C
Data remanence
D
Acknowledgement

Correct: D. Acknowledgement records that people received and accepted policy requirements.

An executive signs a statement that controls operated during the audit period. What is this?

A
Packet capture
B
Phishing
C
Attestation
D
Sideloading

Correct: C. Attestation is a formal assertion about controls, compliance, or facts.

A company evaluates a vendor’s finances, reputation, and security before signing. What is this?

A
Due care
B
Tokenization
C
Legal hold
D
Due diligence

Correct: D. Due diligence is investigation and analysis before making a decision.

A company acts on vendor findings by requiring stronger controls. What is this?

A
Due diligence only
B
Due care
C
Smishing
D
RTO

Correct: B. Due care is taking reasonable action based on known risks and obligations.

A risk response buys cyber insurance. What response type is this?

A
Transfer
B
Avoid
C
Accept
D
Exploit

Correct: A. Risk transfer shifts some financial impact to another party, such as an insurer.

A company stops offering a risky public service entirely. What response is this?

A
Transfer
B
Accept
C
Avoid
D
Monitor only

Correct: C. Avoidance eliminates the activity causing the risk.

A company applies MFA and segmentation to reduce likely breach impact. What response is this?

A
Accept
B
Avoid
C
Ignore
D
Mitigate

Correct: D. Mitigation reduces likelihood or impact of risk.

Leadership defines the maximum risk level the company is willing to tolerate. What is this?

A
Risk threshold
B
SLE
C
MTBF
D
Legal hold

Correct: A. Risk threshold or appetite defines the level of risk leadership will accept.

A metric warns that privileged access exceptions are increasing. What is it?

A
CSR
B
Key risk indicator
C
CRL
D
NDA

Correct: B. Key risk indicators provide warning signs of changing risk levels.

The person accountable for managing a specific risk is the what?

A
Data subject
B
Packet owner
C
Risk owner
D
Threat actor

Correct: C. Risk owners are accountable for tracking and treating assigned risks.

Asset value is $100,000 and exposure factor is 25 percent. What is SLE?

A
$4,000
B
$75,000
C
$125,000
D
$25,000

Correct: D. Single loss expectancy equals asset value multiplied by exposure factor.

SLE is $20,000 and ARO is 3. What is ALE?

A
$6,667
B
$60,000
C
$20,003
D
$17,000

Correct: B. Annualized loss expectancy equals SLE multiplied by annualized rate of occurrence.

A risk review is performed every quarter. What assessment frequency is this?

A
Recurring
B
Ad hoc
C
One-time only
D
Unknown

Correct: A. Recurring assessments happen on a defined schedule.

A quick risk review is performed after a suspicious outage. What type is this?

A
Recurring
B
Continuous
C
Annual only
D
Ad hoc

Correct: D. Ad hoc assessments are informal or event-driven.

Risk scoring is built into daily vulnerability and configuration monitoring. What approach is this?

A
One-time
B
Ad hoc only
C
Continuous
D
Manual annual

Correct: C. Continuous risk assessment is ongoing and integrated into operations.

A risk workshop uses high, medium, and low ratings instead of dollars. Which analysis is this?

A
Quantitative
B
Cryptographic
C
Qualitative
D
Forensic

Correct: C. Qualitative analysis uses descriptive ratings instead of numeric financial values.

A risk model estimates probability, loss, and dollar impact. Which analysis is this?

A
Qualitative
B
Defensive
C
Passive
D
Quantitative

Correct: D. Quantitative analysis uses numeric values and financial estimates.

A contract defines uptime targets and penalties for missing them. What agreement is this?

A
NDA
B
SLA
C
MOU
D
BPA

Correct: B. A service level agreement defines service performance expectations.

A document states two organizations intend to cooperate but is less formal than a contract. What is this?

A
MOU
B
NDA
C
SOW
D
SLA

Correct: A. A memorandum of understanding records mutual intent and understanding.

A formal agreement defines responsibilities between two parties working together. What is this?

A
MOA
B
RPO
C
CRL
D
BIA

Correct: A. A memorandum of agreement is generally more formal and action-oriented than an MOU.

A long-term vendor contract sets general legal and security terms for future projects. What is this?

A
SOW
B
WO
C
RTO
D
MSA

Correct: D. A master service agreement sets broad terms that later work orders or SOWs can use.

A project document describes exact deliverables, schedule, and work to be performed. What is it?

A
NDA
B
AUP
C
SOW
D
CRL

Correct: C. A statement of work defines project scope, deliverables, and expectations.

A short document authorizes a specific task under an existing agreement. What is this?

A
Risk register
B
Work order
C
CSR
D
Legal hold

Correct: B. A work order authorizes specific work, often under a larger agreement.

A vendor is prohibited from sharing proprietary information. What agreement is this?

A
NDA
B
SLA
C
SOW
D
RPO

Correct: A. A nondisclosure agreement restricts sharing of confidential information.

A healthcare partner agreement defines responsibilities around protected health information. What is this?

A
Packet capture
B
Honeynet
C
Heat map
D
Business partners agreement

Correct: D. Business partner agreements define responsibilities when partners handle regulated or sensitive data.

A vendor review maps subcontractors that could affect service security. What assessment is this?

A
Bluejacking
B
Hashing
C
Supply chain analysis
D
Data masking

Correct: C. Supply chain analysis identifies risk from vendors, subcontractors, and dependencies.

A vendor provides a recent independent audit report. What assurance source is this?

A
Self-attestation only
B
Phishing campaign
C
Tabletop
D
Independent third-party assessment

Correct: D. Independent assessments provide stronger assurance than self-reported answers.

A company visits a vendor facility and interviews staff before approval. What assessment method is this?

A
Smishing
B
On-site assessment
C
Tokenization
D
Certificate pinning

Correct: B. On-site assessments inspect operations directly through observation and interviews.

A vendor is asked to send policies and evidence for review. What method is this?

A
Document exchange and review
B
RFID cloning
C
VM escape
D
DLP

Correct: A. Document exchange and review evaluates vendor controls through requested evidence.

A penetration test contract defines allowed targets, dates, and constraints. What is this?

A
Right to be forgotten
B
NDA only
C
Rules of engagement
D
Data retention

Correct: C. Rules of engagement set scope, timing, boundaries, and expectations for testing.

A company faces fines and license loss after ignoring a privacy law. What issue is this?

A
Risk transfer benefit
B
Certificate chain
C
Hot site
D
Noncompliance consequence

Correct: D. Noncompliance can lead to fines, sanctions, reputational damage, contractual impact, or license loss.

A compliance report is sent to regulators as required by law. What reporting type is this?

A
External reporting
B
Internal reporting
C
Packet capture
D
Self-signed reporting

Correct: A. External reporting is submitted to regulators, auditors, or other outside entities.

Compliance status is briefed to executives before an audit. What reporting type is this?

A
External reporting
B
Internal reporting
C
Right to audit
D
Legal hold

Correct: B. Internal reporting informs leadership and stakeholders about compliance posture.

A company automates evidence collection for configuration compliance. What benefit is this?

A
Guaranteed immunity
B
No audit needed
C
Streamlined compliance monitoring
D
No privacy concern

Correct: C. Automation can collect evidence, monitor controls, and speed compliance reporting.

A privacy law applies because customers live in another country. What concern is this?

A
Bluebugging
B
RAID failure
C
Code signing
D
Jurisdictional difference

Correct: D. Privacy requirements can depend on where data subjects, companies, and processors are located.

A regulation requires breach notification within a defined time. Where should this duty appear for vendors?

A
Heat map
B
MSA or contract terms
C
Packet capture
D
Hash value

Correct: B. Vendor contracts should include breach notification and security obligations.

A company keeps customer data confidential but also gives people rights over how their data is used. What distinction is shown?

A
Privacy vs confidentiality
B
Hash vs encryption
C
WPA vs WEP
D
RTO vs MTTR

Correct: A. Privacy concerns individual control over personal data; confidentiality protects data from unauthorized access.

An employee reports a suspicious message using the approved button instead of forwarding it normally. What program area is this?

A
Certificate revocation
B
Patch exception
C
RAID parity
D
Phishing reporting procedure

Correct: D. Awareness programs should teach how to report suspicious messages safely.

A phishing email uses urgent payment language and a mismatched sender domain. What should training emphasize?

A
Certificate chaining
B
Physical bollards
C
Phishing red flags
D
Hot site recovery

Correct: C. Training should help users spot urgency, suspicious links, attachments, and sender anomalies.

An employee downloads tools from an untrusted website. What behavior category is this?

A
Expected behavior
B
Legal hold
C
Risky behavior
D
Data inventory

Correct: C. Risky behavior increases the chance of compromise or data exposure.

A user logs in at 3 a.m. and downloads unusual volumes of sensitive data. What behavior category is this?

A
Routine behavior
B
Certificate pinning
C
Cold backup
D
Unexpected behavior

Correct: D. Unexpected behavior differs from normal patterns and may indicate compromise or insider risk.

A user accidentally emails sensitive files to the wrong recipient. What behavior category is this?

A
Nation-state behavior
B
Unintentional behavior
C
Cryptographic behavior
D
Known environment behavior

Correct: B. Unintentional behavior causes risk through mistakes rather than malicious intent.

Training warns staff not to reuse passwords across personal and work sites. What topic is this?

A
Password management
B
Certificate stapling
C
RAID levels
D
Firmware flashing

Correct: A. Password management training covers strong passwords, reuse avoidance, and password managers.

Training explains that a coworker may misuse legitimate access to steal data. What topic is this?

A
Insider threat awareness
B
DNSSEC
C
Snapshot recovery
D
Key stretching

Correct: A. Insider threat awareness teaches users to recognize misuse of trusted access.

Remote staff are taught to secure home Wi-Fi and avoid public computers for work. What topic is this?

A
RFID cloning
B
OCSP
C
Known environment testing
D
Hybrid and remote work security

Correct: D. Remote work training covers home networks, work data handling, and public access risks.

A training program starts with a baseline quiz before lessons begin. What is this?

A
Legal hold
B
Hot site
C
Initial assessment
D
Root CA

Correct: C. Initial assessment measures current awareness before training.

Employees receive updated phishing training every quarter. What is this?

A
One-time acquisition
B
Recurring training
C
Risk transfer
D
Certificate issuance

Correct: B. Recurring training reinforces behavior and addresses evolving threats.

A company measures which teams report simulated phish and adjusts lessons. What is this?

A
Awareness reporting and monitoring
B
Data masking
C
DNSSEC
D
CRL publication

Correct: A. Reporting and monitoring identify gaps and improve training programs.

A tester researches public job postings without touching company systems. What reconnaissance is this?

A
Active reconnaissance
B
Containment
C
E-discovery
D
Passive reconnaissance

Correct: D. Passive reconnaissance gathers information without directly interacting with target systems.

A tester scans target hosts to discover open ports. What reconnaissance is this?

A
Passive reconnaissance
B
Legal hold
C
Active reconnaissance
D
Data retention

Correct: C. Active reconnaissance interacts with target systems and is more detectable.

Defenders run scans and blue-team exercises to find weaknesses. What type of assessment is this?

A
Offensive only
B
Known legal hold
C
NDA
D
Defensive assessment

Correct: D. Defensive assessments evaluate and improve protective capabilities.

A red team attempts to exploit systems under approved scope. What assessment type is this?

A
Defensive only
B
Offensive assessment
C
Compliance reporting
D
Data inventory

Correct: B. Offensive assessments simulate attacker behavior to identify exploitable weaknesses.

An assessment combines policy review, technical testing, and physical checks. What type is this?

A
Integrated assessment
B
Single control review
C
Certificate request
D
Backup snapshot

Correct: A. Integrated assessments combine multiple assessment approaches or domains.

Testers receive network diagrams and credentials before starting. What environment is this?

A
Unknown environment
B
Partially known only
C
Known environment
D
External reporting

Correct: C. Known environment testing gives testers detailed target information.

Testers receive limited information, such as a few user accounts but no full diagrams. What is this?

A
Known environment
B
Unknown environment
C
Cold site
D
Partially known environment

Correct: D. Partially known testing provides some information but not full knowledge.

A breach reduces customer trust and sales even after systems recover. What consequence is this?

A
Reputational damage
B
Key escrow
C
OCSP stapling
D
Bluejacking

Correct: A. Security and compliance failures can cause reputational damage that lasts beyond technical recovery.

A regulator restricts a business from processing data after repeated violations. What consequence is this?

A
SLA credit only
B
Sanction
C
Risk acceptance
D
Snapshot

Correct: B. Sanctions are regulatory or legal penalties that can restrict operations.

A contract is terminated because a vendor failed required security controls. What consequence is this?

A
Hash collision
B
RFID cloning
C
Contractual impact
D
Site survey

Correct: C. Noncompliance can create contractual penalties or termination.

A business loses permission to operate in a regulated sector. What consequence is this?

A
Warm site
B
Self-signed cert
C
Deny list
D
Loss of license

Correct: D. Serious noncompliance can result in license or permit loss.

A company chooses a conservative risk appetite after entering healthcare. What does that mean?

A
Higher tolerance for all risk
B
Lower tolerance for risk
C
No audits required
D
No controls needed

Correct: B. A conservative risk posture accepts less risk and usually requires stronger controls.

A startup accepts more uncertainty to grow quickly. What risk appetite is this?

A
Expansionary
B
Conservative
C
Neutral
D
Avoidance only

Correct: A. An expansionary posture accepts more risk in pursuit of growth or opportunity.

Leadership balances control cost and business speed without favoring extremes. What posture is this?

A
Expansionary
B
Conservative
C
Unknown
D
Neutral

Correct: D. A neutral posture balances risk-taking and risk reduction.

A company documents a temporary approval to violate a standard because of a business need. What is this?

A
Exemption
B
Sanction
C
Exception
D
Attestation

Correct: C. An exception is a documented temporary deviation from a requirement.

A system is permanently not subject to a control due to approved scope. What is this?

A
Exception
B
Finding
C
Exemption
D
Audit log

Correct: C. An exemption removes a system or case from a requirement, usually through formal approval.

A record of risks, owners, scores, and treatment plans is maintained. What is this?

A
CRL
B
CSR
C
Packet capture
D
Risk register

Correct: D. A risk register tracks identified risks and treatment decisions.

A business impact analysis identifies which process must be restored first. What does BIA support?

A
Certificate issuance
B
Recovery prioritization
C
Bluetooth pairing
D
Code signing

Correct: B. A BIA identifies critical processes and impacts to support continuity priorities.

An attacker captures a valid authentication exchange and reuses it later. What attack is this?

A
Replay attack
B
Birthday attack
C
Watering hole
D
Data masking

Correct: A. Replay attacks reuse captured authentication or transaction data.

An attacker sits between a user and website to intercept traffic. What attack is this?

A
On-path attack
B
Vishing
C
Sideloading
D
Risk transfer

Correct: A. On-path attackers intercept or alter communications between parties.

A DNS record is altered so users are sent to an attacker site. What attack is this?

A
RFID cloning
B
Bluejacking
C
Patch management
D
DNS poisoning

Correct: D. DNS poisoning manipulates name resolution to redirect users.

A domain registrar account is compromised and name server settings are changed. What attack is this?

A
Directory traversal
B
Honeynet
C
Domain hijacking
D
MTTR

Correct: C. Domain hijacking changes control or configuration of a domain.

A cryptographic protocol negotiation is forced to use a weaker version. What attack is this?

A
Smishing
B
Downgrade attack
C
Race condition
D
Data retention

Correct: B. Downgrade attacks force weaker cryptographic options.

Practice All 360 Questions Free

Why Use CyberPrep BootCamp for Security+?

Scenario-Accurate

Every question is researched against real Fortune 100 security scenarios and rewritten until the explanation actually teaches the concept.

Domain Tracking

Your progress is tracked per domain so you can focus study time on your weakest areas instead of reviewing content you already know.

Detailed Explanations

Every question includes a full explanation of why the correct answer is right and why each wrong answer is incorrect — not just an answer key.

Multiple Study Modes

Study Mode, Timed Exam, Flashcards, Missed Questions, and Custom Quiz — adapt to how you learn best.

Ready to Pass Security+?

All 360 questions and every study mode — Study, Timed Exam, Flashcards, Missed Questions, and more. No sign-in required.