Every Exam PrepFREE EXAM PREP
Ask AI
← All practice tests
PRACTICE ENGINE · CISSP

CISSP Practice Test.

70 free practice questions with answers and explanations.

No signup required. Choose a topic and review each answer.

Start practicing →
About these practice questions
Verified against the official content outline

These are original study questions written from published exam objectives—not recalled, copied, or confidential live-exam items. Always confirm current coverage with the official sources linked on this page.

Exam format and study resources

The CISSP is administered by ISC2, with a 3 hours time limit and a 700/1000 result.

This free CISSP practice test has 70 original questions written to ISC2's official content outline, last checked against it on September 6, 2026. Every question shows a worked explanation, and nothing here requires a signup.

As of 2026, the CISSP exam fee is $749.

Difficulty
QUESTION 1 / 70Security and Risk ManagementEasy0/0
During a business impact analysis (BIA), an analyst determines that an order-processing system can be unavailable for at most 4 hours before unacceptable financial and reputational damage occurs. Which metric does this 4-hour figure represent?
0/0session
Browse all questions & answers
  1. 1. During a business impact analysis (BIA), an analyst determines that an order-processing system can be unavailable for at most 4 hours before unacceptable financial and reputational damage occurs. Which metric does this 4-hour figure represent?

    • A. Maximum Tolerable Downtime (MTD)
    • B. Mean Time to Repair (MTTR)
    • C. Recovery Time Objective (RTO)
    • D. Recovery Point Objective (RPO)
    Show answer & explanation

    Answer: C
    RTO is the targeted duration within which a business process must be restored after a disruption to avoid unacceptable consequences, which matches the 4-hour figure derived during BIA. RPO instead measures acceptable data loss in time (how much data, not downtime, can be lost). MTTR is an operational/technical repair-time metric, not a business-impact-derived target. MTD is the absolute outer limit of tolerable downtime and is typically larger than or equal to the RTO, not the target itself the question describes.

  2. 2. A risk analyst calculates that a critical database server has an Asset Value (AV) of $500,000 and an Exposure Factor (EF) of 40% for a specific flood scenario, with a projected frequency of once every 4 years. What is the Annualized Loss Expectancy (ALE) for this risk, and which figure represents the Annualized Rate of Occurrence (ARO)?

    • A. ALE = $200,000; ARO = 4
    • B. ALE = $50,000; ARO = 0.25
    • C. ALE = $500,000; ARO = 1
    • D. ALE = $40,000; ARO = 4
    Show answer & explanation

    Answer: B
    Single Loss Expectancy (SLE) = AV x EF = $500,000 x 0.40 = $200,000. ARO for an event occurring once every 4 years is 1/4 = 0.25. ALE = SLE x ARO = $200,000 x 0.25 = $50,000, matching option B. Option A inverts the ARO (using 4 instead of 0.25) and incorrectly reports SLE as if it were the ALE. Option C misstates both values entirely. Option D miscalculates SLE and pairs it with the wrong (inverted) ARO.

  3. 3. A CISSP candidate has 4 years of qualifying full-time security experience and passes the exam. According to ISC2's associate program, how should this candidate proceed to eventually earn the full CISSP credential?

    • A. They cannot pass the exam without 5 years of experience already completed
    • B. They become an Associate of ISC2 and have 6 years to earn the remaining required experience
    • C. They must retake the exam after accruing the missing year of experience
    • D. They are granted full CISSP status immediately upon passing regardless of experience
    Show answer & explanation

    Answer: B
    A candidate who passes the exam without the full experience requirement becomes an Associate of ISC2 and is given 6 years to earn the required five years of qualifying experience before being awarded the full CISSP credential. The exam can be taken before experience is completed, so option A is false. There is no requirement to retake the exam once experience is completed. Full CISSP status requires both passing the exam and verifying the experience, so it is not granted immediately without experience.

  4. 4. A records management team is classifying a spreadsheet containing customer social security numbers and payment card data. Which data classification consideration should drive the SHORTEST retention period consistent with legal and business requirements?

    • A. Storing the data indefinitely to preserve business intelligence value
    • B. Retaining the data only as long as legally and operationally necessary, then securely destroying it
    • C. Retaining the data permanently for audit convenience
    • D. Retaining a copy on every employee's local workstation for redundancy
    Show answer & explanation

    Answer: B
    Minimizing retention of sensitive data to only what is legally and operationally required, followed by secure destruction, reduces the attack surface and liability exposure—this is a core asset security and data lifecycle principle. Indefinite or permanent retention increases breach impact and often violates data minimization requirements under privacy law. Distributing sensitive data to every workstation for 'redundancy' dramatically increases exposure and violates least-privilege and data-minimization principles rather than protecting the data.

  5. 5. In a data classification scheme, which role is typically accountable for determining the classification level of a specific dataset and approving who may access it?

    • A. End user
    • B. System administrator
    • C. Data custodian
    • D. Data owner
    Show answer & explanation

    Answer: D
    The data owner (often a business-unit executive) has ultimate accountability for a dataset, including assigning its classification level and approving access decisions, because they best understand its business value and sensitivity. The data custodian implements technical controls (backups, access provisioning) on the owner's behalf but does not decide classification. System administrators perform operational tasks per established policy. End users merely consume data according to granted permissions and have no classification authority.

  6. 6. A hospital wants to ensure that decommissioned hard drives containing patient records cannot be recovered by any means, including laboratory-level forensic recovery, before the drives are recycled. Which sanitization method BEST meets this requirement?

    • A. Deleting the files and emptying the recycle bin
    • B. Quick-formatting the drive
    • C. Physical destruction (e.g., shredding or degaussing to destruction) of the media
    • D. Moving the files to a different folder marked private
    Show answer & explanation

    Answer: C
    Physical destruction, such as shredding or degaussing a drive to the point it is no longer usable, provides the highest assurance against recovery, including forensic techniques, which is appropriate when media cannot be reused. Deleting files or emptying the recycle bin only removes directory pointers, leaving data recoverable with common tools. Quick-formatting similarly leaves most data intact and recoverable. Moving files to another folder does not remove or sanitize the underlying data at all.

  7. 7. A company implements 'need to know' alongside role-based access control for its financial systems. An employee in the accounts-payable role who legitimately needs financial system access is nonetheless denied access to payroll records outside their duties. Which principle explains this additional restriction beyond role-based access?

    • A. Separation of duties
    • B. Need to know
    • C. Mandatory vesting
    • D. Due diligence
    Show answer & explanation

    Answer: B
    Need to know further restricts access within an already-authorized role so that a subject can only access the specific information required to perform their current task, which is why the accounts-payable employee is denied payroll data despite having general financial-system access. Separation of duties splits a sensitive process across multiple people to prevent fraud, which is a different control from restricting information access scope. 'Mandatory vesting' is not a security access-control concept. Due diligence refers to the reasonable care an organization exercises in managing risk, not an access-restriction mechanism.

  8. 8. A financial services firm is comparing the Bell-LaPadula and Biba security models for a new system. Which statement correctly distinguishes their primary security goals?

    • A. Bell-LaPadula enforces confidentiality; Biba enforces integrity
    • B. Bell-LaPadula enforces integrity; Biba enforces confidentiality
    • C. Both models enforce only availability
    • D. Both models are identical and interchangeable in every implementation
    Show answer & explanation

    Answer: A
    Bell-LaPadula is a confidentiality-focused model (no read up, no write down) designed to prevent unauthorized disclosure, while Biba is an integrity-focused model (no read down, no write up) designed to prevent unauthorized or improper modification of data. Reversing these goals (option B) describes the models backward. Neither model addresses availability as its primary goal. The two models use opposite rule structures and are not interchangeable, since they protect different security properties.

  9. 9. A security architect is designing a system using the ring protection model, where Ring 0 holds the OS kernel and Ring 3 holds user applications. What is the PRIMARY security purpose of this layered structure?

    • A. To improve network throughput between rings
    • B. To enforce process isolation and limit the privileges available to less-trusted code
    • C. To encrypt data transmitted between rings
    • D. To provide redundant storage across rings
    Show answer & explanation

    Answer: B
    The ring model enforces process isolation by assigning privilege levels, ensuring that less-trusted code (Ring 3 applications) cannot directly execute privileged instructions or access kernel memory reserved for Ring 0, reducing the impact of a compromised application. Rings have nothing to do with network throughput, encryption of transmitted data, or storage redundancy—those are unrelated architectural concerns handled by other mechanisms entirely.

  10. 10. An organization wants to protect encryption keys and perform cryptographic operations in a tamper-resistant hardware module that also attests to system boot integrity. Which technology BEST fits this description?

    • A. A Trusted Platform Module (TPM)
    • B. A software-based key management file
    • C. A basic USB flash drive
    • D. An unencrypted configuration file
    Show answer & explanation

    Answer: A
    A TPM is a dedicated, tamper-resistant hardware chip that securely generates and stores cryptographic keys and can measure and attest to the integrity of the boot process, matching the scenario exactly. A software-based key file lacks hardware tamper resistance and can be copied or exfiltrated more easily. A generic USB drive provides no cryptographic attestation or tamper protection. An unencrypted configuration file offers no protection for keys at all and is the opposite of a secure solution.

  11. 11. A datacenter is designing physical safeguards against fire. Which statement about fire suppression choices is MOST accurate for a room full of active server racks?

    • A. Water sprinklers are always the preferred method for server rooms because they are cheapest
    • B. Clean-agent gaseous suppression systems are generally preferred over water for active electrical equipment because they don't cause additional electrical damage
    • C. Fire suppression is unnecessary if servers have redundant power supplies
    • D. CO2 systems are safe to discharge with staff present without any evacuation procedure
    Show answer & explanation

    Answer: B
    Clean-agent gaseous systems (e.g., FM-200, Novec 1230) suppress fire without leaving conductive residue or causing the water damage that would destroy live electrical equipment, making them the preferred choice for server rooms. Water sprinklers can cause severe additional damage to energized equipment and are not preferred despite lower cost. Redundant power supplies address power failure, not fire risk, so suppression is still necessary. CO2 systems displace oxygen and pose asphyxiation risk, requiring evacuation procedures before discharge, not safe discharge with staff present.

  12. 12. A network engineer is troubleshooting an application that intermittently fails to establish TCP sessions through a stateful firewall. Which OSI layer's information does a stateful firewall primarily use to track connection state?

    • A. Layer 1 (Physical)
    • B. Layer 2 (Data Link)
    • C. Layer 4 (Transport)
    • D. Layer 7 (Application) exclusively, ignoring lower layers
    Show answer & explanation

    Answer: C
    Stateful firewalls primarily track connection state using Transport-layer (Layer 4) information such as TCP sequence numbers, flags (SYN/ACK/FIN), and port pairs to determine whether a packet belongs to an established session. Layer 1 deals with physical signaling and has no session concept. Layer 2 deals with MAC addressing and frames, not session state. While some stateful and next-gen firewalls incorporate application-layer awareness, classic stateful inspection is defined by its Layer 4 state-tracking, not exclusive Layer 7 operation.

  13. 13. A company is deploying a wireless network and wants to prevent eavesdropping and unauthorized association more effectively than the deprecated WEP protocol allowed. Which choice reflects sound guidance on modern Wi-Fi security?

    • A. Continue to use WEP since it is simplest to configure
    • B. Use WPA3 with strong, unique pre-shared keys or enterprise authentication
    • C. Disable encryption entirely to maximize throughput
    • D. Rely solely on SSID hiding as the primary security control
    Show answer & explanation

    Answer: B
    WPA3 provides stronger encryption (e.g., SAE replacing the vulnerable 4-way handshake exploited under WPA2/WPA) and, in enterprise mode, integrates with 802.1X authentication, making it the current best-practice choice over deprecated protocols. WEP has well-known cryptographic weaknesses (weak IV usage, RC4 flaws) and should never be used. Disabling encryption entirely removes confidentiality and integrity protection completely. SSID hiding is a weak, easily bypassed obscurity measure, not a real access control, and should not be relied upon as a primary defense.

  14. 14. An organization uses a hybrid cryptosystem: Party A generates a random symmetric session key, encrypts the actual message with that key using AES, then encrypts the session key itself with Party B's RSA public key before sending both to Party B. Party B decrypts the session key with their RSA private key, then uses it to decrypt the message. What is the PRIMARY security rationale for this hybrid design rather than encrypting the entire message directly with RSA?

    • A. RSA is faster than AES for bulk data, so this design maximizes speed
    • B. Symmetric algorithms like AES are far more efficient for bulk data encryption, while asymmetric RSA is used only to securely exchange the small session key without prior shared secret
    • C. This design eliminates the need for any key management on Party B's side
    • D. RSA cannot mathematically encrypt data larger than one bit, making hybrid encryption mandatory
    Show answer & explanation

    Answer: B
    Hybrid cryptosystems exploit the strengths of each algorithm type: symmetric ciphers like AES are computationally efficient for encrypting large volumes of data, while asymmetric RSA—though much slower for bulk data—solves the key-distribution problem by letting the session key be exchanged securely without a pre-shared secret, since only Party B's private key can decrypt it. Option A reverses reality: RSA is significantly slower than AES for bulk encryption, not faster, which is precisely why it's reserved for the small key exchange. Party B still must securely manage their RSA private key, so key management is not eliminated. RSA can mathematically encrypt data blocks larger than one bit (up to its modulus size), so that claim is false; the real constraint is RSA's poor performance and message-size limits relative to symmetric ciphers for bulk data, not an inability to exceed one bit.

  15. 15. A network defender notices a large volume of DNS responses arriving from a resolver that no query was sent to, with source IP addresses spoofed to match internal victims, overwhelming the victims' bandwidth. What is this attack technique BEST described as?

    • A. A DNS amplification/reflection distributed denial-of-service (DDoS) attack
    • B. A man-in-the-middle attack
    • C. A SQL injection attack
    • D. A cross-site scripting attack
    Show answer & explanation

    Answer: A
    DNS amplification/reflection attacks spoof the victim's IP address in queries sent to open resolvers, causing large responses to flood the victim, which matches the described bandwidth-overwhelming behavior from unsolicited DNS responses. A man-in-the-middle attack involves intercepting and possibly altering communications between two parties, not flooding via spoofed queries. SQL injection targets database-backed applications with malicious input, unrelated to DNS traffic floods. Cross-site scripting targets web application users via injected scripts, also unrelated to network-layer DDoS traffic.

  16. 16. An organization wants to segment its network so that a compromised guest Wi-Fi device cannot directly communicate with internal finance servers, even though both connect through the same physical switch. Which technology is MOST appropriate?

    • A. VLANs with appropriate inter-VLAN access control
    • B. Using a longer Ethernet cable
    • C. Changing the switch's MAC address table size
    • D. Increasing the switch port speed
    Show answer & explanation

    Answer: A
    VLANs logically segment a physical switch into separate broadcast domains, and combined with access control (e.g., ACLs or a firewall between VLANs), they prevent devices on a guest VLAN from directly reaching internal servers on a finance VLAN, even on shared physical infrastructure. Port speed affects throughput, not logical segmentation. MAC address table size affects switch capacity/performance, not access separation between segments. Cable length is a purely physical consideration with no bearing on logical network segmentation or security.

  17. 17. A security team is implementing multifactor authentication for remote VPN access. Which combination BEST qualifies as true multifactor authentication (not just two of the same factor)?

    • A. A password plus a security question
    • B. A password plus a PIN
    • C. A password (something you know) plus a hardware token generating one-time codes (something you have)
    • D. Two different passwords entered in sequence
    Show answer & explanation

    Answer: C
    True multifactor authentication requires factors from distinct categories—something you know, something you have, or something you are—so a password combined with a hardware token satisfies this by pairing 'know' with 'have.' A password plus a security question are both 'something you know,' making that combination single-factor despite using two credentials. A password plus PIN is likewise two 'something you know' factors. Two passwords in sequence is still only the knowledge factor repeated, not multifactor authentication.

  18. 18. A company adopts a federated identity model using SAML so employees can access a third-party SaaS application using their corporate credentials without creating a separate account. In this model, what role does the corporate identity provider (IdP) play?

    • A. It acts as the relying party consuming assertions
    • B. It authenticates the user and issues a signed assertion of identity to the service provider
    • C. It stores the SaaS application's business data
    • D. It has no role once the SaaS session begins
    Show answer & explanation

    Answer: B
    In SAML federation, the identity provider authenticates the user against corporate credentials and issues a digitally signed assertion that the service provider (the SaaS app) trusts and uses to grant access, which is the core mechanism enabling single sign-on across domains. The SaaS application, not the IdP, is the relying party/service provider consuming the assertion. The IdP does not store the SaaS vendor's business data—that remains within the SaaS provider's own systems. The IdP's role is essential up front (issuing the assertion) even though it typically isn't involved in every subsequent in-session action.

  19. 19. An auditor reviewing an access control system finds that access decisions are based on attributes such as user department, data classification, time of day, and device compliance status, combined through policy rules rather than fixed roles. Which access control model does this describe?

    • A. Attribute-based access control (ABAC)
    • B. Mandatory access control (MAC) using only classification labels
    • C. Role-based access control (RBAC)
    • D. Discretionary access control (DAC)
    Show answer & explanation

    Answer: A
    ABAC evaluates multiple contextual attributes—user, resource, environment (time, device state), and action—through policy rules to make dynamic access decisions, matching the scenario's combination of department, classification, time, and device compliance. DAC lets resource owners grant access at their discretion, without this rule-based attribute evaluation. RBAC assigns permissions based on fixed roles rather than combining multiple dynamic attributes. Pure MAC relies on classification labels and clearance levels alone, not the broader attribute set (time, device compliance) described here.

  20. 20. A large enterprise with thousands of employees across dozens of departments is struggling with access-review overhead because every individual's permissions are assigned and audited one by one. Security engineering proposes grouping permissions into standardized job-function bundles that are assigned and revoked as a unit when employees change roles. Which access control model, and which specific administrative benefit, does this proposal MOST directly deliver?

    • A. Discretionary access control; it lets each employee decide their own permissions
    • B. Role-based access control; it reduces administrative overhead by managing permissions at the role level instead of per-user
    • C. Rule-based access control; it enforces a strict global deny-all default with no exceptions
    • D. Mandatory access control; it requires a security clearance comparison for every access request
    Show answer & explanation

    Answer: B
    RBAC's core administrative benefit is that permissions are bundled into roles tied to job functions, so provisioning and de-provisioning access at scale means assigning or removing a role rather than managing dozens of individual permissions per person, which directly reduces review overhead in large organizations. DAC would push permission decisions to individual data owners, not standardized bundles, and doesn't address the scaling problem described. Rule-based access control applies global if-then rules (e.g., firewall ACLs) rather than job-function bundles. MAC relies on clearance/label comparisons for every request, which is a different mechanism than grouping permissions by role and doesn't inherently reduce the described per-user administrative burden.

  21. 21. A privileged access management (PAM) initiative requires that administrators check out temporary, time-limited credentials for sensitive systems instead of using permanently assigned admin accounts. What security benefit does this MOST directly provide?

    • A. It eliminates the need for logging administrator activity
    • B. It reduces the window of exposure and blast radius if credentials are compromised or misused
    • C. It guarantees administrators never make mistakes
    • D. It removes the need for any authentication at all
    Show answer & explanation

    Answer: B
    Time-limited, checked-out credentials minimize how long privileged access exists and how widely it can be exploited if compromised, directly supporting least-privilege and just-in-time access principles. Logging is still necessary and typically enhanced, not eliminated, under PAM solutions—it's a separate control. No access control model can guarantee human error is eliminated. Authentication is still required to check out and use the credentials; PAM does not remove authentication requirements.

  22. 22. A penetration tester is engaged under a signed rules-of-engagement document to simulate an external attacker with no prior system knowledge. Which testing approach does this describe?

    • A. White-box testing
    • B. Black-box testing
    • C. Gray-box testing performed with full source code access
    • D. Static code analysis only
    Show answer & explanation

    Answer: B
    Black-box testing simulates an external attacker who has no prior internal knowledge of the target system's architecture, source code, or credentials, matching the scenario exactly. White-box testing provides the tester full internal knowledge, including architecture and source code, which contradicts the 'no prior system knowledge' condition. Gray-box testing gives partial knowledge, and explicitly having 'full source code access' would actually make it white-box, not gray-box. Static code analysis examines source code without executing it and is a different technique from a simulated external attack.

  23. 23. A vulnerability scan reports a critical finding on a web server, but manual verification shows the vulnerable code path is never reachable in the deployed configuration. What is this scan result an example of?

    • A. A true positive
    • B. A false positive
    • C. A false negative
    • D. A true negative
    Show answer & explanation

    Answer: B
    A false positive occurs when a scanner flags a vulnerability that does not actually pose exploitable risk in the real deployed environment, exactly as described when manual verification shows the code path is unreachable. A true positive would mean the vulnerability is confirmed as genuinely exploitable, which is the opposite of what verification found. A false negative is a missed vulnerability that actually exists but wasn't detected, not a finding that was detected but doesn't apply. A true negative would mean no vulnerability was reported and none exists, which doesn't match this scenario where a finding WAS reported.

  24. 24. An internal audit team wants to verify that security controls not only exist on paper but are also operating effectively over a sustained period, as required for a SOC 2 Type II report. Which testing approach BEST satisfies this objective?

    • A. Reviewing only the written policy documents
    • B. Testing control operation and evidence over a defined review period (e.g., 6-12 months)
    • C. Interviewing a single employee about their understanding of the policy
    • D. Confirming the control was designed correctly at a single point in time only
    Show answer & explanation

    Answer: B
    SOC 2 Type II specifically evaluates operating effectiveness of controls by sampling evidence across an extended review period, which is exactly what's needed to confirm sustained, real-world control performance rather than mere existence. Reviewing only written policy verifies design, not operation. A single employee interview provides limited, subjective, and non-representative evidence. Confirming design at a single point in time describes a Type I assessment, which addresses design suitability but not sustained operating effectiveness.

  25. 25. A security team wants to correlate authentication logs, firewall logs, and endpoint alerts in near real time to detect multi-stage attacks across the enterprise. Which technology is PRIMARILY designed for this purpose?

    • A. A Security Information and Event Management (SIEM) platform
    • B. A single host-based antivirus console
    • C. A standalone spreadsheet updated manually each week
    • D. A physical access badge reader log viewer
    Show answer & explanation

    Answer: A
    A SIEM platform is purpose-built to aggregate, normalize, and correlate log data from diverse sources (authentication systems, firewalls, endpoints) in near real time to detect patterns indicative of multi-stage attacks, matching the described requirement. A single antivirus console only reports on its own host-based detections, not enterprise-wide correlation. A manually updated spreadsheet cannot provide near-real-time correlation and doesn't scale to enterprise log volumes. A badge reader log viewer covers only physical access events, a narrow subset of the required data sources.

  26. 26. During incident response, an analyst discovers a compromised server actively exfiltrating data. The incident response plan calls for immediate isolation. Which incident response phase does isolating the server represent?

    • A. Detection and analysis
    • B. Containment
    • C. Preparation
    • D. Lessons learned
    Show answer & explanation

    Answer: B
    Containment is the phase focused on limiting the scope and impact of an incident, such as isolating a compromised server from the network to stop ongoing exfiltration, which is exactly what's described. Preparation involves proactive readiness activities (plans, tooling, training) performed before an incident occurs. Detection and analysis involves identifying and scoping the incident, which has already occurred by the time isolation is triggered. Lessons learned is the post-incident review phase used to improve future response, not an active response action.

  27. 27. A disaster recovery team maintains a fully equipped, continuously data-synchronized alternate site that can take over production operations within minutes of a primary site outage. Which type of alternate site does this describe?

    • A. Cold site
    • B. Warm site
    • C. Hot site
    • D. Mobile site trailer with no pre-installed equipment
    Show answer & explanation

    Answer: C
    A hot site is a fully operational, continuously synchronized duplicate environment capable of near-immediate failover, matching the minutes-long recovery described. A cold site provides only basic infrastructure (power, space, cooling) with no pre-installed systems or data, requiring days to weeks to become operational. A warm site has some equipment and partial data replication but requires additional setup and typically takes hours, not minutes, to fully activate. A mobile trailer with no pre-installed equipment is essentially a portable cold site and would not support minutes-long recovery.

  28. 28. A security operations center wants to reduce alert fatigue by automatically executing predefined response actions (e.g., isolating a host, disabling an account) for common, well-understood alert types without waiting for analyst triage. Which category of tooling BEST supports this goal?

    • A. Security Orchestration, Automation, and Response (SOAR)
    • B. A basic packet sniffer
    • C. A manual paper runbook only
    • D. An offline vulnerability scanner report
    Show answer & explanation

    Answer: A
    SOAR platforms are designed to orchestrate and automate response playbooks—such as isolating a host or disabling an account—triggered by specific alert conditions, directly reducing analyst workload for well-understood, repeatable incidents. A packet sniffer only captures and displays traffic; it has no automation or orchestration capability. A manual paper runbook still requires a human to read and execute each step, which does not reduce triage burden through automation. An offline vulnerability scanner report is a static assessment output, not an active response automation tool.

  29. 29. During evidence collection at a compromised server, first responders must decide the order in which to capture volatile data before it is lost, given competing artifacts: CPU register/cache contents, RAM contents, network connection state, and disk contents. Which sequence correctly reflects the order of volatility (OOV) principle, from MOST volatile (collect first) to LEAST volatile?

    • A. Disk contents, network connection state, RAM contents, CPU registers/cache
    • B. CPU registers/cache, RAM contents, network connection state, disk contents
    • C. Network connection state, CPU registers/cache, disk contents, RAM contents
    • D. RAM contents, disk contents, CPU registers/cache, network connection state
    Show answer & explanation

    Answer: B
    The order of volatility principle dictates collecting the most transient evidence first: CPU registers and cache change constantly and are lost the instant power/process state shifts, followed by RAM (lost on reboot/power-off), then network connection state (changes as sessions open/close), with disk contents being comparatively persistent and collected last. Option A reverses the entire order, starting with the most persistent artifact (disk) and ending with the most volatile (registers), which risks losing the most fragile evidence first. Option C and D scramble the sequence in ways that place persistent disk data ahead of more volatile network or register state, violating OOV and risking loss of transient evidence during collection.

  30. 30. A change management board is evaluating an emergency patch that must be deployed to production within hours due to active exploitation in the wild. Which practice BEST balances urgency with proper change control?

    • A. Skip all documentation and approvals since time is critical
    • B. Follow the organization's expedited/emergency change process, with abbreviated but documented approval and post-implementation review
    • C. Wait for the next regularly scheduled monthly change window regardless of active exploitation
    • D. Apply the patch only to the CEO's workstation first
    Show answer & explanation

    Answer: B
    A well-designed change management program includes an expedited emergency-change path that still requires documented (even if abbreviated) approval and a post-implementation review, balancing the need for speed against accountability and rollback planning. Skipping all documentation removes accountability and traceability, increasing risk of undetected failures. Waiting for a routine monthly window ignores the active-exploitation urgency and leaves systems exposed unnecessarily. Patching only an executive's workstation does not address the organization-wide risk posed by active exploitation.

  31. 31. A development team wants to prevent SQL injection vulnerabilities in an application that builds database queries from user input. Which technique is MOST effective as a primary defense?

    • A. Client-side JavaScript validation only
    • B. Parameterized queries (prepared statements) with bound variables
    • C. Blacklisting the word 'SELECT' in user input
    • D. Increasing the database connection timeout
    Show answer & explanation

    Answer: B
    Parameterized queries separate SQL code from user-supplied data by binding input as parameters rather than concatenating it into the query string, which is the most effective and industry-standard defense against SQL injection. Client-side validation can be bypassed entirely since it runs in the untrusted browser and provides no server-side protection. Blacklisting specific keywords is easily evaded through encoding, case variation, or alternate syntax and is widely considered an unreliable defense. Connection timeout settings affect performance/availability handling, not injection prevention.

  32. 32. A software team is adopting a Secure Software Development Lifecycle (SSDLC). At which phase should threat modeling ideally be FIRST performed to maximize its cost-effectiveness?

    • A. After production deployment, during incident response
    • B. During the design phase, before significant code is written
    • C. Only during the final penetration test before release
    • D. During end-of-life decommissioning
    Show answer & explanation

    Answer: B
    Threat modeling performed during the design phase identifies potential attack vectors and required countermeasures before code is written, making remediation far cheaper than fixing issues discovered later; this reflects the well-established principle that security defects cost progressively more to fix the later they're found. Waiting until incident response means a real compromise may have already occurred. Relying solely on a final penetration test misses the opportunity to influence architecture and catches only a subset of design-level flaws late in the cycle. Decommissioning is the end of the lifecycle and offers no opportunity to prevent flaws in the now-retired system.

  33. 33. A code review reveals that a web application stores database credentials in plaintext within a client-side JavaScript file served to browsers. What is the MOST significant security concern this represents?

    • A. It may slightly increase page load time
    • B. Anyone who views the page source can extract and misuse the credentials
    • C. It violates only a cosmetic coding style guideline
    • D. It has no security impact since JavaScript runs in a sandbox
    Show answer & explanation

    Answer: B
    Client-side code, including JavaScript delivered to the browser, is fully visible and extractable by any user via view-source or developer tools, so embedding plaintext database credentials there exposes them to anyone who loads the page—a critical confidentiality failure enabling direct unauthorized database access. Page load time is a negligible, unrelated performance concern compared to full credential exposure. This is a substantive security defect, not merely a cosmetic style issue. The JavaScript sandbox restricts what a script can do to the browser/OS, but it does not hide the script's own source code from the user, so the sandbox claim doesn't mitigate this exposure.

  34. 34. An exam candidate is reviewing the CISSP Common Body of Knowledge (CBK) structure to plan study time. According to the current exam outline referenced by the candidate's materials, how many domains comprise the CISSP CBK, and which domain carries the largest single weighting?

    • A. 8 domains total; Asset Security carries the largest weighting at 25%
    • B. 8 domains total; Security and Risk Management carries the largest weighting at 16%
    • C. 6 domains total; Software Development Security carries the largest weighting
    • D. 10 domains total; Security Operations carries the largest weighting
    Show answer & explanation

    Answer: B
    The CISSP exam outline is organized into 8 domains, and Domain 1, Security and Risk Management, carries the largest individual weighting at 16%, making it the highest-priority study area by exam weight. There are not 6 or 10 domains, ruling out those options. Asset Security is weighted at 10%, not 25%, and is not the largest domain, so that option misstates both the count context and the specific weight.

  35. 35. A candidate wants to understand the pass/fail mechanics of the English-language CISSP exam before scheduling. Which statement correctly describes the exam's delivery format and scoring threshold?

    • A. It is a fixed-form paper exam scored out of 100 points, with 70 needed to pass
    • B. It uses Computerized Adaptive Testing (CAT) with 100 to 150 questions and a passing score of 700 out of 1000 points
    • C. It uses Computerized Adaptive Testing but always presents exactly 150 questions with no minimum passing score
    • D. It is delivered only as a take-home exam with no time limit
    Show answer & explanation

    Answer: B
    The English CISSP exam uses Computerized Adaptive Testing, which contains 100 to 150 questions per attempt, with a passing threshold of 700 out of 1000 scaled points. It is not a fixed-form paper exam, so option A is wrong on format and scoring scale. Option C is wrong because CAT delivers a variable, not always-150, question count, and there is a defined passing score, not an absence of one. It is administered at proctored test centers, not as an untimed take-home exam.

  36. 36. A candidate is finalizing logistics for their CISSP exam appointment after completing registration through ISC2. Which statement accurately describes where the appointment itself is scheduled and delivered?

    • A. Candidates are redirected to the Pearson VUE website to finalize the appointment, and the exam is administered at Pearson VUE test centers
    • B. Candidates schedule directly through a university testing office with no third-party vendor involved
    • C. The exam can only be taken as an unproctored online exam from home
    • D. Appointments are scheduled by mail with no online option
    Show answer & explanation

    Answer: A
    After registering with ISC2, candidates are redirected to the Pearson VUE website to finalize their exam appointment, and the exam itself is administered at Pearson VUE test centers, making this the accurate description of the process. There is no university testing office intermediary in this process. The CISSP exam is proctored at physical test centers rather than delivered as an unproctored at-home exam. Scheduling is done online via Pearson VUE, not by mail.

  37. 37. The Bell-LaPadula model enforces confidentiality through two rules. What are they?

    • A. No read up and no write down, so a subject cannot read data above its clearance or write data to a lower classification
    • B. No read down and no write up
    • C. No read up and no write up
    • D. No read down and no write down
    Show answer & explanation

    Answer: A
    The simple security property prevents reading above one's clearance and the star property prevents writing to a lower level, which would leak classified content downward. Biba inverts these for integrity with no read down and no write up, protecting data from contamination by lower-integrity sources.

  38. 38. The Clark-Wilson model addresses integrity differently from Biba. What is its distinguishing mechanism?

    • A. Encryption of all data at rest
    • B. Security labels applied to subjects and objects
    • C. Well-formed transactions and separation of duties, with subjects accessing data only through certified programs rather than directly
    • D. Mandatory clearance levels enforced by the kernel
    Show answer & explanation

    Answer: C
    Clark-Wilson introduces the access triple of subject, program and data, so users never manipulate constrained data items directly and every change occurs through a certified transformation procedure. This commercial integrity model maps closely to how business applications actually enforce integrity, unlike the lattice-based labelling of Biba.

  39. 39. A system is evaluated against the Common Criteria. What does the Evaluation Assurance Level indicate?

    • A. The depth and rigour of the evaluation performed, not the inherent security of the product
    • B. The number of vulnerabilities found in the product
    • C. The product's performance under load
    • D. The vendor's financial stability
    Show answer & explanation

    Answer: A
    A higher assurance level means the claimed security functions were examined more rigorously, so a product with a modest security target evaluated at a high level is not more secure than one with a strong target at a lower level. Reading the security target and protection profile is therefore essential to interpreting the rating at all.

  40. 40. A trusted computing base is defined for a system. What does it comprise?

    • A. The totality of hardware, firmware and software components whose correct functioning is required to enforce the security policy
    • B. The set of applications users are permitted to install
    • C. The encryption algorithms approved for use
    • D. The network devices on the perimeter
    Show answer & explanation

    Answer: A
    Anything in the trusted computing base can subvert the security policy if it fails or is compromised, which is why minimizing it is a core architectural objective. The reference monitor concept sits within it, mediating all access and requiring tamper resistance, invocation on every access and small enough size to be verifiable.

  41. 41. A cryptographic system provides perfect forward secrecy. What does this guarantee?

    • A. Compromise of a long-term private key does not allow decryption of previously recorded sessions, because session keys were derived ephemerally
    • B. The encryption cannot be broken by any future computer
    • C. Keys never need to be rotated
    • D. Encrypted data can be recovered without any key
    Show answer & explanation

    Answer: A
    Ephemeral key exchange means each session's key is discarded and cannot be reconstructed from the long-term key, defeating the record-now-decrypt-later strategy. Without forward secrecy, a single key compromise retroactively exposes every session ever captured, which is why ephemeral modes became the default in modern transport security.

  42. 42. A digital signature is applied to a document. Which properties does it provide?

    • A. Integrity, authentication of the signer and non-repudiation, but not confidentiality of the document contents
    • B. Confidentiality and availability
    • C. Confidentiality only
    • D. Availability and non-repudiation
    Show answer & explanation

    Answer: A
    A signature is produced by encrypting a hash with the signer's private key, so verification with the public key proves both that the content is unchanged and that the holder of the private key signed it. The document itself remains readable, which is why signing and encrypting are separate operations frequently applied together.

  43. 43. A certificate authority issues a certificate that is later compromised. What mechanism informs relying parties?

    • A. Revocation published through a certificate revocation list or queried through an online status protocol
    • B. Waiting for the certificate to reach its natural expiry
    • C. Reissuing the certificate with the same serial number
    • D. Notifying only the certificate's subject
    Show answer & explanation

    Answer: A
    Revocation exists precisely because expiry is too slow a remedy for a compromised key, and relying parties must actually check status for the mechanism to work. Revocation list distribution latency and the availability and privacy characteristics of online status checking are the practical weaknesses, which stapling and short-lived certificates address in different ways.

  44. 44. A side-channel attack is mounted against a cryptographic implementation. What does it exploit?

    • A. Physical or timing characteristics of the implementation such as execution time, power consumption or emissions, rather than weaknesses in the algorithm
    • B. A mathematical flaw in the cipher's design
    • C. A weak password protecting the key store
    • D. An unpatched vulnerability in the operating system
    Show answer & explanation

    Answer: A
    Side channels leak information about secret values through observable physical behaviour, which is why a mathematically sound algorithm can still be broken as implemented. Constant-time implementations, blinding and physical shielding are the countermeasures, and none of them involves changing the algorithm.

  45. 45. Data is retained in a cloud environment across multiple jurisdictions. What legal concept most directly complicates this?

    • A. Chain of custody, the documentation of evidence handling
    • B. Prudent person rule, the standard of reasonable care
    • C. Due diligence, the obligation to investigate before acting
    • D. Data sovereignty, under which data is subject to the laws of the jurisdiction where it is stored or processed
    Show answer & explanation

    Answer: D
    Data sovereignty means the same dataset can be simultaneously subject to conflicting access, retention and disclosure obligations depending on where it physically resides. That is why data residency controls and jurisdiction-aware architecture matter more in cloud deployments than in single-country data centres.

  46. 46. An organization faces both civil and criminal liability exposure. How do the standards of proof differ?

    • A. Criminal cases require proof beyond a reasonable doubt while civil cases apply a lower balance of probabilities or preponderance standard
    • B. Neither involves a formal standard of proof
    • C. Civil cases require the higher standard
    • D. Both apply the same standard
    Show answer & explanation

    Answer: A
    The difference in standard explains why conduct may fail to sustain a criminal conviction yet support civil liability on the same facts, which matters when deciding whether to pursue prosecution or civil remedy. It also shapes how much evidentiary rigour an investigation needs from the outset, since criminal referral demands the stricter chain of custody.

  47. 47. A software vendor's licence and an organization's intellectual property both require protection. Which protection covers source code as an expression?

    • A. Copyright, which protects the expression of an idea rather than the idea itself
    • B. Patent, which protects the expression of an idea
    • C. Trademark, which protects functional implementations
    • D. Trade secret, which requires public registration
    Show answer & explanation

    Answer: A
    Copyright attaches automatically to the expression, patents protect novel inventions and functional methods through registration, trademarks protect brand identifiers, and trade secrets protect information deriving value from secrecy and requiring reasonable protective measures. Choosing patent over trade secret trades disclosure for a time-limited monopoly, which is a strategic rather than a legal question.

  48. 48. An organization must demonstrate due care and due diligence. How do they differ?

    • A. Due diligence applies only to acquisitions
    • B. Due diligence is the investigation and ongoing assessment, while due care is acting reasonably on what that assessment reveals
    • C. The two are synonymous legal terms
    • D. Due care is the investigation and due diligence is the action taken
    Show answer & explanation

    Answer: B
    The pair is often summarized as knowing and doing: diligence establishes what a reasonable organization would know, and care is the reasonable response. Negligence claims typically allege failure of one or both, so an organization that identified a risk and then took no proportionate action has diligence without care.

  49. 49. An asset owner and a data custodian are distinct roles. What does each do?

    • A. Both roles classify data and share implementation equally
    • B. The owner classifies the data and determines protection requirements, while the custodian implements and maintains the controls day to day
    • C. The owner is always the IT department
    • D. The custodian classifies the data and the owner implements controls
    Show answer & explanation

    Answer: B
    Ownership sits with the business function that understands the data's value and consequence of exposure, while custody sits with IT operations that run the systems holding it. Assigning ownership to IT is the common failure, since IT can implement controls but cannot determine what the data is worth to the business.

  50. 50. Data is subjected to tokenization rather than encryption. What is the practical difference?

    • A. Tokenization makes the data permanently unrecoverable
    • B. Tokenization is a form of encryption using a shorter key
    • C. Tokenization requires no protection of the mapping
    • D. Tokenization substitutes a value with no mathematical relationship to the original, held in a separate vault, so the token itself cannot be reversed by cryptanalysis
    Show answer & explanation

    Answer: D
    Because the token carries no derivable relationship to the original, systems handling tokens can be removed from the compliance scope that would apply to the real data. The security then depends entirely on protecting the vault holding the mapping, which concentrates rather than eliminates the risk.

  51. 51. Data is anonymized versus pseudonymized. What is the regulatory significance?

    • A. Anonymized data remains personal data in all regimes
    • B. Pseudonymized data can be re-identified with additional information and generally remains personal data, while genuinely anonymized data cannot and typically falls outside the regime
    • C. Both are treated identically under privacy regulation
    • D. Pseudonymization removes all regulatory obligations
    Show answer & explanation

    Answer: B
    The distinction determines whether the obligations of a privacy regime continue to apply, which is why organizations frequently overstate what they have achieved. True anonymization is difficult, since auxiliary data and unique combinations of attributes can re-identify individuals in datasets believed anonymous.

  52. 52. A network is segmented using VLANs. What security limitation should be understood?

    • A. VLANs provide logical separation dependent on correct switch configuration, and misconfiguration or VLAN hopping can defeat it, so they are not equivalent to physical separation
    • B. VLANs provide the same isolation as physically separate networks in all cases
    • C. VLANs encrypt traffic between segments
    • D. VLANs eliminate the need for access control lists
    Show answer & explanation

    Answer: A
    Logical segmentation rests on the switch enforcing tags correctly, so trunk misconfiguration, double tagging and switch compromise all create paths between segments that the design assumed impossible. VLANs also carry no encryption, so traffic within a segment remains observable to anything on that segment.

  53. 53. An architecture adopts zero trust principles. What is the central shift?

    • A. All internal traffic is trusted and external traffic is blocked
    • B. Trust is never granted by network location; every access request is authenticated, authorized and continuously evaluated regardless of origin
    • C. Encryption replaces the need for access control
    • D. Authentication is performed once at the perimeter
    Show answer & explanation

    Answer: B
    Zero trust abandons the assumption that being inside the perimeter confers trust, which is the assumption lateral movement after an initial compromise exploits. Continuous evaluation against device posture, identity and context replaces the single perimeter check, and microsegmentation limits what any compromised identity can reach.

  54. 54. An attacker positions themselves between two communicating parties. Which control most directly defeats this?

    • A. Encrypting the channel without verifying identity
    • B. Mutual authentication with certificate validation, so each party verifies the other's identity rather than merely establishing an encrypted channel
    • C. Compressing the data before transmission
    • D. Increasing the encryption key length
    Show answer & explanation

    Answer: B
    An interception attack succeeds by establishing two separately encrypted channels, so encryption alone does not defeat it, and key length is irrelevant when the attacker holds valid keys for both legs. Verifying the peer's certificate against a trusted authority, and pinning where appropriate, is what breaks the attack.

  55. 55. Network access control is deployed. What does it evaluate before granting network access?

    • A. Only the user's password
    • B. Device identity and posture such as patch level and security agent status, in addition to user authentication
    • C. Only the physical port the device is connected to
    • D. Only the device's IP address
    Show answer & explanation

    Answer: B
    Posture assessment addresses the gap left by user authentication alone, since an authorized user on a compromised or unpatched device introduces the same risk as an unauthorized one. Non-compliant devices are typically placed in a remediation network rather than denied outright, which keeps the control from becoming an availability problem.

  56. 56. A federated identity arrangement uses SAML. What roles do the identity provider and service provider play?

    • A. The identity provider authenticates the user and issues an assertion, and the service provider consumes it to grant access without handling credentials
    • B. The service provider authenticates and the identity provider grants access
    • C. Both authenticate the user independently
    • D. The identity provider stores the service provider's application data
    Show answer & explanation

    Answer: A
    Federation lets the service provider trust an authentication it did not perform, which is what removes credential handling from every application. The trust relationship and assertion validation become the critical controls, since a service provider accepting improperly validated assertions can be authenticated as any user.

  57. 57. OAuth and OpenID Connect are frequently confused. What is the distinction?

    • A. OAuth is an authorization framework delegating access to resources, while OpenID Connect adds an identity layer on top of it for authentication
    • B. They are competing standards with identical functions
    • C. OpenID Connect replaces OAuth entirely
    • D. OAuth is an authentication protocol and OpenID Connect handles authorization
    Show answer & explanation

    Answer: A
    Using OAuth alone for authentication is a well-documented anti-pattern, because an access token proves the holder was granted access to a resource rather than proving who they are. OpenID Connect adds the ID token carrying authenticated identity claims, which is the piece OAuth deliberately does not provide.

  58. 58. A privileged access management solution is deployed. What capability distinguishes it from standard identity management?

    • A. Vaulting and rotating privileged credentials, brokering just-in-time elevated sessions, and recording those sessions for review
    • B. Provisioning ordinary user accounts more quickly
    • C. Replacing the organization's directory service
    • D. Encrypting all user data at rest
    Show answer & explanation

    Answer: A
    Privileged accounts are the highest-value target because they can disable controls and erase evidence, so the goal is to eliminate standing privilege in favour of brokered, time-bounded and recorded elevation. Session recording matters particularly because privileged actions are otherwise attributable only to a shared administrative account.

  59. 59. A biometric system's crossover error rate is quoted. What does it represent?

    • A. The point at which the false acceptance rate equals the false rejection rate, used as a single comparative measure of accuracy
    • B. The maximum number of users the system can enrol
    • C. The time taken to process a single authentication
    • D. The percentage of users unable to enrol
    Show answer & explanation

    Answer: A
    Sensitivity can be tuned to trade false acceptances against false rejections, so the crossover point provides a sensitivity-independent basis for comparing systems. In deployment the two errors carry very different costs, so a high-security environment deliberately tunes away from the crossover to minimize false acceptance.

  60. 60. A penetration test and a vulnerability assessment are both proposed. What is the essential difference?

    • A. A vulnerability assessment identifies and reports potential weaknesses broadly, while a penetration test attempts to exploit them to demonstrate real impact
    • B. A penetration test is automated and an assessment is manual
    • C. A vulnerability assessment includes exploitation and a penetration test does not
    • D. The two produce identical findings by different methods
    Show answer & explanation

    Answer: A
    Breadth versus depth is the trade: an assessment enumerates many potential issues without confirming exploitability, while a test proves a smaller number of paths actually work and shows what they reach. Rules of engagement and authorization are essential for the test specifically, because the activity is otherwise indistinguishable from an attack.

  61. 61. Static and dynamic application security testing are both used. What does each examine?

    • A. Both require access to source code
    • B. Static testing analyses source code or binaries without executing them, while dynamic testing exercises the running application from the outside
    • C. Both can only be performed after deployment to production
    • D. Static testing runs the application and dynamic testing reads the code
    Show answer & explanation

    Answer: B
    Static analysis finds flaws early and can point to the exact line, but produces false positives for code paths that are unreachable at runtime. Dynamic testing confirms exploitability in the running system and catches configuration and environment issues code analysis cannot see, which is why mature programmes use both.

  62. 62. An organization commissions a red team exercise rather than a penetration test. What is the difference in objective?

    • A. A red team tests the organization's detection and response capability through a goal-oriented adversarial campaign, rather than enumerating exploitable vulnerabilities
    • B. A red team scans for vulnerabilities more thoroughly
    • C. A red team operates only with full knowledge of the environment
    • D. A red team exercise is announced to all staff in advance
    Show answer & explanation

    Answer: A
    The measured outcome is whether the defenders detected and responded, so the exercise is typically unannounced beyond a small control group and pursues a specific objective by whatever path works. A purple team arrangement instead has attackers and defenders working together to improve detection directly, trading realism for learning speed.

  63. 63. Log data from many systems is aggregated for correlation. What capability does this enable that per-system review does not?

    • A. Reduction in the total volume of log data generated
    • B. Automatic remediation of every detected issue
    • C. Detection of patterns spanning multiple systems, such as a credential used across hosts in a sequence no single log would reveal as suspicious
    • D. Elimination of the need to retain logs
    Show answer & explanation

    Answer: C
    Correlation reveals the multi-host sequence that is the signature of lateral movement, where each individual event is unremarkable in isolation. Aggregation also protects log integrity by moving records off the systems that generated them, so an attacker who compromises a host cannot erase the evidence already forwarded.

  64. 64. A secure software development lifecycle incorporates threat modelling. When is it most valuable?

    • A. During design, when architectural changes to eliminate a threat are still inexpensive relative to fixing it after implementation
    • B. After deployment, when the real environment is known
    • C. During user acceptance testing
    • D. Only after a security incident occurs
    Show answer & explanation

    Answer: A
    Threat modelling identifies what can go wrong while the design can still change, and the cost of remediating a flaw rises sharply with each subsequent phase. Structured approaches such as STRIDE give coverage across spoofing, tampering, repudiation, information disclosure, denial of service and elevation of privilege rather than relying on ad hoc brainstorming.

  65. 65. An application concatenates user input into a database query. Which defence is the correct primary remedy?

    • A. Blacklisting known dangerous characters in input
    • B. Parameterized queries or prepared statements, which separate code from data so input cannot alter the query structure
    • C. Restricting the length of input fields
    • D. Encrypting the database at rest
    Show answer & explanation

    Answer: B
    Parameterization makes injection structurally impossible because the query plan is fixed before the input is bound, whereas blacklisting is a losing arms race against encoding and alternative syntax. Least-privilege database accounts and input validation remain valuable as defence in depth but do not address the root cause.

  66. 66. An application is vulnerable to cross-site request forgery. What is the core mechanism of the attack?

    • A. A user's browser is induced to send an authenticated request the user did not intend, exploiting credentials the browser attaches automatically
    • B. Malicious script is stored on the server and served to other users
    • C. The attacker reads data from the database directly
    • D. The attacker exhausts server resources with excessive requests
    Show answer & explanation

    Answer: A
    The attack abuses ambient authority, since the browser attaches session cookies to a request regardless of what caused it, so the server sees a valid authenticated action. Anti-forgery tokens tied to the session and appropriate cookie same-site attributes are the defences, and stored malicious script is cross-site scripting, a different vulnerability.

  67. 67. An application depends on numerous open-source libraries. What practice addresses the resulting risk?

    • A. Maintaining a software bill of materials and continuously monitoring dependencies for newly disclosed vulnerabilities
    • B. Reviewing dependencies once at initial selection
    • C. Avoiding all third-party code
    • D. Relying on the library maintainers to notify users directly
    Show answer & explanation

    Answer: A
    A dependency safe at selection becomes vulnerable when a flaw is disclosed years later, so the risk is continuous rather than a one-time assessment. A bill of materials is what makes it possible to answer which applications are affected when a widely used library is found vulnerable, which is otherwise an archaeology exercise under time pressure.

  68. 68. A continuous integration pipeline deploys code automatically. What security control belongs in the pipeline itself?

    • A. Automated security gates such as dependency scanning, static analysis and secrets detection that can fail the build
    • B. A manual security review after deployment to production
    • C. Disabling automated tests to speed deployment
    • D. Granting the pipeline unrestricted production credentials for convenience
    Show answer & explanation

    Answer: A
    Automation moves code to production faster than manual review can keep pace, so controls must run at pipeline speed and be capable of blocking rather than merely reporting. The pipeline itself also becomes a high-value target with production access, which is why its credentials should be scoped and short-lived rather than standing and unrestricted.

  69. 69. A maximum tolerable downtime is established for a business process. How does it relate to the recovery time objective?

    • A. The recovery time objective must be shorter than the maximum tolerable downtime, leaving margin for the recovery to complete before unacceptable harm occurs
    • B. The recovery time objective must exceed the maximum tolerable downtime
    • C. The two must be identical
    • D. They are unrelated measures
    Show answer & explanation

    Answer: A
    Maximum tolerable downtime is the business's limit and the recovery time objective is the engineering target set inside it, so a target equal to the limit leaves no margin for the recovery running long. Work recovery time, the period needed to restore data currency and resume normal processing after systems are back, must also fit within the same envelope.

  70. 70. An organization must decide between forensic investigation and immediate restoration after a compromise. What governs the decision?

    • A. Business impact of continued downtime weighed against the need to understand the compromise and preserve evidence, ideally resolved by imaging systems before restoring
    • B. Always investigate fully first, regardless of downtime
    • C. Always restore first, since availability is paramount
    • D. The decision belongs solely to the technical team
    Show answer & explanation

    Answer: A
    Forensic imaging usually resolves the apparent conflict by capturing state quickly so restoration can proceed while analysis continues on the images. Restoring without understanding the intrusion risks reinstating the vulnerability or the attacker's persistence, so the decision requires business and legal input rather than being purely technical.

2026 statistics

Key facts: CISSP exam

700/1000
To pass
3h
Time limit
$749
Exam fee
Review the key concepts
Use the compact reference to prepare for your next practice session
Open cheat sheet →

Every free resource for this exam

Get a free CISSP study plan

A week-by-week plan plus new practice questions, straight to your inbox.

Official sources

Primary documents used to verify the exam details shown on this page.

Last verified against the official exam content outline:

Frequently asked questions

How many questions are on the CISSP exam, and what score do I need to pass?

<p>The English CISSP exam uses Computerized Adaptive Testing (CAT), which means the exam adjusts question difficulty based on your answers and contains 100 to 150 questions. The passing score is 700 out of 1000 points.</p><p>Because the CAT format adapts as you go, you can't skip questions and return to them later — so timed practice under realistic conditions is especially valuable for building the pacing and decision-making habits the real exam demands.</p>

Which CISSP domains should I prioritize in my practice sessions?

<p>The CISSP exam is organized into 8 domains, and they are not weighted equally:</p><ul><li>Security and Risk Management — 16%</li><li>Security Architecture and Engineering — 13%</li><li>Communication and Network Security — 13%</li><li>Identity and Access Management (IAM) — 13%</li><li>Security Operations — 13%</li><li>Security Assessment and Testing — 12%</li><li>Asset Security — 10%</li><li>Software Development Security — 10%</li></ul><p>Domain 1 (Security and Risk Management) carries the heaviest weight at 16%, so it deserves proportionally more practice time. That said, four domains sit at 13% each — together they represent over half the exam — so a balanced practice plan that doesn't neglect any domain is the safer strategy than cramming only the largest one.</p>

Can I take the CISSP exam without five years of work experience?

<p>Yes — you can sit for the exam, but full certification requires experience. ISC2 requires a minimum of 5 years of cumulative, full-time paid work experience, and that experience must be in two or more of the eight domains of the current CISSP Exam Outline. A relevant degree or an approved credential may satisfy 1 year of the required experience, reducing the work requirement to four years.</p><p>If you pass the exam before meeting the experience requirement, you become an Associate of ISC2 and have 6 years to earn the five years of required experience. This makes practicing and passing early a legitimate career strategy — the credential clock starts working in your favor while you build experience on the job.</p>

How much does the CISSP exam cost, and where do I take it?

<p>The standard CISSP examination registration fee is U.S. $749. If your plans change, ISC2 charges a rescheduling fee of U.S. $50 and a cancellation fee of U.S. $100.</p><p>The exam is administered at Pearson VUE test centers — during registration, candidates are redirected to the Pearson VUE website to finalize the exam appointment.</p><p>At $749 per attempt, a failed exam is an expensive setback. Working through free practice questions until you're consistently comfortable across all eight domains is one of the most cost-effective ways to protect that investment before you book your seat.</p>