ISC2 CC Practice Test.
65 free practice questions with answers and explanations.
No signup required. Choose a topic and review each answer.
Start practicing →About these practice questions
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 ISC2 CC is administered by ISC2, with a 2 hours time limit and a 700 out of 1000 points result.
This free ISC2 CC practice test has 65 original questions written to ISC2's official content outline, last checked against it on July 18, 2026. Every question shows a worked explanation, and nothing here requires a signup.
As of 2026, the ISC2 CC exam fee is $199.
Browse all questions & answers
1. A security policy states that a payroll clerk may view salary records but cannot modify them, while a payroll manager can both view and edit. This distinction primarily illustrates which core security concept?
- A. Least privilege applied through differentiated authorization levels
- B. Non-repudiation of transactions
- C. Data availability during peak processing
- D. Physical security zoning
Show answer & explanation
Answer: A
Least privilege means each user is granted only the access rights needed for their job function; the clerk gets read-only while the manager gets read/write reflects tailored authorization. Non-repudiation concerns proving an action occurred and who performed it, not access levels. Availability concerns uptime, not permission scope. Physical zoning concerns facility access, not logical record permissions.2. An organization wants to ensure that a leaked customer database cannot be read even if an attacker copies the raw files from disk. Which control most directly addresses this concern?
- A. Encryption of data at rest
- B. Network segmentation
- C. Multi-factor authentication for administrators
- D. A vulnerability scanning schedule
Show answer & explanation
Answer: A
Encryption at rest renders stored data unreadable without the decryption key, protecting confidentiality even if physical files are exfiltrated. Network segmentation limits lateral movement but does not protect copied files. MFA strengthens authentication to systems but does nothing once files are already off the disk. Vulnerability scanning finds weaknesses but does not itself protect data confidentiality.3. Which scenario best demonstrates a violation of the integrity component of the CIA triad?
- A. An attacker modifies invoice amounts in transit before they reach the accounting system
- B. A web server becomes unreachable during a DDoS attack
- C. An employee's password is guessed and used to view files they should not see
- D. A backup tape is stored in an unlocked cabinet
Show answer & explanation
Answer: A
Integrity is about the accuracy and trustworthiness of data; unauthorized modification of invoice amounts directly corrupts data integrity. A DDoS attack primarily harms availability. Viewing files without authorization is a confidentiality breach, not integrity. An unlocked cabinet is a physical control weakness that could enable a confidentiality or availability issue but is not itself an integrity violation.4. A regional retailer's data center is destroyed by a fire, and the company must resume order processing from an alternate site within 4 hours. The 4-hour target is best described as which metric?
- A. Recovery Time Objective (RTO)
- B. Recovery Point Objective (RPO)
- C. Mean Time Between Failures (MTBF)
- D. Service Level Agreement (SLA) uptime percentage
Show answer & explanation
Answer: A
RTO defines the maximum acceptable time to restore a system or process after a disruption, matching the 4-hour resumption target described. RPO instead measures the maximum acceptable amount of data loss measured in time, not restoration speed. MTBF is a reliability metric estimating average time between equipment failures, unrelated to recovery targets. An SLA uptime percentage describes ongoing availability commitments, not a one-time recovery deadline after a disaster.5. A company's backup policy states that in the event of data loss, it can tolerate losing no more than 15 minutes of transaction data. Which concept does this describe?
- A. Recovery Point Objective (RPO)
- B. Recovery Time Objective (RTO)
- C. Maximum Tolerable Downtime (MTD)
- D. Business Continuity Plan (BCP) activation threshold
Show answer & explanation
Answer: A
RPO specifies the acceptable amount of data loss measured as a point in time, and a 15-minute tolerance directly matches that definition, implying backups or replication must occur at least that frequently. RTO instead measures how quickly systems must be restored, not how much data can be lost. MTD represents the total time a business function can be disrupted before causing unacceptable harm, a broader concept than a single data-loss tolerance. A BCP activation threshold refers to criteria for declaring a disaster, not a data-loss metric.6. During the containment phase of incident response for a malware outbreak, which action is most appropriate?
- A. Publicly announce the breach on social media before investigation completes
- B. Isolate infected hosts from the network to prevent further spread
- C. Restore all systems from the most recent backup without further analysis
- D. Immediately delete all logs to save storage space
Show answer & explanation
Answer: B
Containment aims to limit the scope and impact of an incident, and isolating infected hosts (e.g., network segmentation or disconnection) directly stops further spread while preserving evidence for analysis. Deleting logs destroys evidence needed for root-cause analysis and is never appropriate during containment. Public announcements before investigation and legal/communications review can cause reputational and legal harm and are not a containment action. Restoring from backup without analysis risks reintroducing the same vulnerability or malware and belongs to the recovery phase, which should follow eradication, not replace containment.7. A finance department requires that the person who initiates a wire transfer cannot be the same person who approves it. This control is an example of which concept?
- A. Separation of duties
- B. Single sign-on (SSO)
- C. Federated identity management
- D. Discretionary access control (DAC)
Show answer & explanation
Answer: A
Separation of duties splits critical tasks between multiple people so that no single individual can complete a sensitive process alone, reducing fraud risk, exactly as described. SSO is an authentication convenience allowing one login to access multiple systems and has nothing to do with dividing responsibilities. Federated identity management allows identity trust across organizational boundaries, unrelated to task segregation. DAC lets resource owners assign access at their discretion, which does not by itself enforce a two-person process control.8. Which access control model assigns permissions based on a user's job function within an organization, such as 'HR Manager' or 'Help Desk Technician'?
- A. Discretionary Access Control (DAC)
- B. Mandatory Access Control (MAC)
- C. Role-Based Access Control (RBAC)
- D. Rule-Based Access Control using only time-of-day restrictions
Show answer & explanation
Answer: C
RBAC grants permissions according to predefined roles that map to job functions, simplifying administration by assigning users to roles rather than individually. MAC assigns access based on data classification labels and clearance levels set by a central authority, not job titles. DAC allows the resource owner to grant access at their own discretion, rather than through predefined organizational roles. Rule-based access control applies specific conditional rules like time-of-day, which is narrower than and distinct from role-based job function mapping.9. In a Mandatory Access Control (MAC) environment, a document classified 'Secret' can only be accessed by users whose clearance level is 'Secret' or higher, regardless of the document owner's wishes. What does this illustrate about MAC?
- A. MAC relies solely on group membership defined by IT helpdesk tickets
- B. MAC allows any user to grant access to their own files
- C. MAC is identical to attribute-based access control in every implementation
- D. Access decisions are enforced centrally based on classification and clearance, not by the resource owner's discretion
Show answer & explanation
Answer: D
MAC enforces access through system-wide policy comparing data classification against user clearance, and individual owners cannot override this, which distinguishes it from discretionary models. Allowing owners to grant access describes DAC, the opposite of MAC's centralized enforcement. MAC decisions are driven by classification/clearance policy, not ad hoc helpdesk group assignments. While MAC and ABAC both involve centrally defined rules, MAC specifically centers on classification/clearance labels and the two are not identical in mechanism.10. A user successfully logs into a system, and the system also verifies that this specific user has permission to open a particular file. What term describes this second step, distinct from the login itself?
- A. Authorization
- B. Authentication
- C. Identification
- D. Accounting
Show answer & explanation
Answer: A
Authorization determines what an already-authenticated user is permitted to do, such as access a specific file, which matches the described second step. Authentication is the process of verifying identity (the login itself), which already occurred before this step. Identification is merely claiming an identity, such as entering a username, which precedes both authentication and authorization. Accounting (or auditing) refers to logging and tracking user activity after access is granted, not determining permission itself.11. An organization requires employees to present a smart card AND enter a PIN to log into their workstation. This is an example of which authentication concept?
- A. Multi-factor authentication combining 'something you have' and 'something you know'
- B. Single-factor authentication using two passwords
- C. Biometric authentication only
- D. Federated single sign-on
Show answer & explanation
Answer: A
A smart card is 'something you have' and a PIN is 'something you know,' so requiring both is true multi-factor authentication spanning two different factor categories. Using two passwords would still be a single factor category ('something you know') repeated, not multi-factor. Biometrics would involve 'something you are' such as a fingerprint, which is not used here. Federated SSO concerns trusting authentication across organizational domains, not the number or type of factors used at login.12. A network administrator wants to ensure that if a laptop with cached VPN credentials is stolen, the thief cannot use those credentials indefinitely. Which control best mitigates this risk?
- A. Enforcing periodic credential/password expiration combined with account lockout monitoring
- B. Disabling all logging on the VPN concentrator
- C. Allowing unlimited login attempts to avoid user frustration
- D. Removing the requirement for authentication entirely on trusted networks
Show answer & explanation
Answer: A
Periodic credential rotation combined with monitoring for anomalous or repeated failed logins reduces the window during which stolen cached credentials remain useful. Disabling logging would remove visibility needed to detect misuse, worsening the risk. Allowing unlimited login attempts removes a key control (account lockout) that helps detect and slow brute-force or misuse attempts. Removing authentication entirely eliminates the very control meant to prevent unauthorized access, directly increasing risk.13. Which of the following is the best example of the principle of 'least privilege' as applied to a database administrator (DBA)?
- A. The DBA is granted administrative rights only on the specific database instances they support, not on all servers in the organization
- B. The DBA's access rights are never reviewed once granted
- C. The DBA is granted domain administrator rights across the entire enterprise for convenience
- D. The DBA shares a single generic administrative account with three other team members
Show answer & explanation
Answer: A
Least privilege means granting only the access necessary to perform one's job, so scoping DBA rights to the specific databases they manage (rather than the whole enterprise) is the correct application. Granting domain-wide admin rights for convenience is the opposite of least privilege and creates excessive risk. Shared generic accounts violate accountability and traceability principles, undermining both least privilege and non-repudiation. Never reviewing granted rights violates the ongoing access review practices that support least privilege over time (privilege creep).14. A firewall is configured to block all inbound traffic by default and only allow specific, explicitly approved ports and protocols. What principle does this configuration reflect?
- A. Default deny (implicit deny) combined with an explicit allow list
- B. Default permit with blacklisting of known bad IP addresses only
- C. Full mesh connectivity between all network zones
- D. Disabling the firewall during business hours for performance
Show answer & explanation
Answer: A
Blocking everything by default and only permitting specifically approved traffic is the 'default deny' or implicit-deny model, which is a security best practice that minimizes the attack surface. Default permit with blacklisting only blocks known-bad traffic while allowing everything else, which is far less secure than default deny. Full mesh connectivity between zones would eliminate segmentation benefits and increase risk, the opposite of restrictive firewall rules. Disabling a firewall for performance reasons removes the control entirely and is never an appropriate trade-off for security.15. An organization places its public-facing web server in a separate network segment isolated from the internal corporate LAN, with restricted traffic rules between the two. What is this segment commonly called?
- A. Demilitarized zone (DMZ)
- B. Virtual private network (VPN) concentrator
- C. Storage area network (SAN)
- D. Content delivery network (CDN) origin cluster
Show answer & explanation
Answer: A
A DMZ is a network segment that exposes public-facing services to the internet while isolating them from the trusted internal network, matching the scenario exactly. A VPN concentrator is a device that terminates encrypted remote-access tunnels, not a network segmentation zone for public servers. A SAN is a dedicated storage network for block-level data access, unrelated to public/internal segmentation. A CDN origin cluster refers to the source servers behind a content delivery network, a different architectural concept from DMZ segmentation.16. A company wants remote employees to securely access internal file shares over the public internet as though they were on the local network. Which technology is the most direct solution?
- A. A Virtual Private Network (VPN)
- B. A public DNS resolver
- C. An unauthenticated FTP server exposed to the internet
- D. A network address translation (NAT) gateway alone
Show answer & explanation
Answer: A
A VPN creates an encrypted tunnel over the public internet that lets remote users securely reach internal resources as if locally connected, which is exactly the stated need. A public DNS resolver only translates domain names to IP addresses and provides no secure remote access capability. An unauthenticated FTP server exposed to the internet would be insecure and is the opposite of a protective solution. NAT alone translates addresses for outbound/inbound routing but does not provide encryption or authenticated remote access by itself.17. A user logs in, is granted access to specific folders, and their actions are recorded. Which three processes are these?
- A. Authentication, authorization and accounting
- B. Identification, encryption and logging
- C. Authorization, authentication and encryption
- D. Registration, validation and archiving
Show answer & explanation
Answer: A
Authentication proves the claimed identity, authorization determines what that identity may do, and accounting records what was done. Identification precedes authentication as the claim of who one is, so a username identifies while a password authenticates, and confusing the two obscures where a control actually applies.18. An organization segments its network so that IoT devices, guest Wi-Fi, and corporate workstations each reside on separate VLANs with restricted inter-VLAN routing. What is the primary security benefit of this design?
- A. It limits the blast radius of a compromise by containing lateral movement between device groups
- B. It eliminates the need for any authentication on the guest network
- C. It guarantees all devices receive unlimited bandwidth
- D. It automatically patches vulnerable IoT firmware
Show answer & explanation
Answer: A
Segmenting device types into separate VLANs with restricted routing contains an attacker or compromised device to a smaller portion of the network, limiting lateral movement, which is the core security benefit of segmentation. VLAN segmentation is about traffic isolation and access control, not bandwidth allocation, which is a QoS concern. Segmentation does not remove the need for authentication controls on any network, including guest Wi-Fi. VLANs are a network-layer control and have no capability to patch device firmware.19. A network engineer disables the Telnet service on all routers and switches, replacing it with SSH for remote management. What is the primary security reason for this change?
- A. Telnet transmits credentials and session data in plaintext, while SSH encrypts the session
- B. Telnet uses a higher port number than SSH, making it harder to firewall
- C. SSH is faster than Telnet in all network conditions
- D. Telnet cannot be used over Ethernet networks
Show answer & explanation
Answer: A
Telnet sends all data, including usernames and passwords, unencrypted across the network, making it vulnerable to interception, whereas SSH encrypts the entire session, protecting credentials and data. Port number has nothing to do with the security weakness being addressed; both services can be filtered by firewalls regardless of port. Performance/speed is not the reason for replacing Telnet; the concern is confidentiality of the session, not throughput. Telnet works fine over Ethernet networks; that is not a limiting factor in this decision.20. A security team notices repeated failed login attempts from a single external IP address targeting many different user accounts in a short time. What type of attack does this pattern most likely indicate?
- A. A password spraying attack
- B. A distributed denial-of-service (DDoS) attack
- C. A man-in-the-middle (MITM) attack
- D. A SQL injection attack
Show answer & explanation
Answer: A
Password spraying involves trying a small number of common passwords against many different accounts to avoid account lockout thresholds, matching the described pattern of one source hitting many accounts. A DDoS attack aims to overwhelm system resources or bandwidth, not to guess account credentials. A MITM attack intercepts and potentially alters communications between two parties, which is unrelated to repeated login attempts against multiple accounts. SQL injection exploits input validation flaws in database-driven applications, not authentication login attempts.21. An organization wants to ensure that traffic between its branch offices, sent over the public internet, cannot be read by any intermediate ISP. Which of the following provides this protection?
- A. A site-to-site VPN using strong encryption
- B. Increasing the MTU size on all routers
- C. Enabling Quality of Service (QoS) prioritization
- D. Switching from IPv4 to IPv6 addressing
Show answer & explanation
Answer: A
A site-to-site VPN encrypts traffic between locations so that any intermediary network operator, including an ISP, sees only ciphertext and cannot read the contents. Adjusting MTU size affects packet fragmentation and performance, not confidentiality of the data. QoS prioritization manages bandwidth allocation and traffic shaping, unrelated to encryption or confidentiality. Switching address families from IPv4 to IPv6 changes addressing scheme, not the confidentiality of the payload, and provides no inherent encryption.22. A junior analyst is asked to configure a new intrusion prevention system (IPS) to actively drop malicious traffic in real time. Which characteristic differentiates an IPS from an IDS in this deployment?
- A. The IPS is deployed inline with traffic flow so it can block packets in real time, whereas an IDS typically monitors a copy of traffic and only alerts
- B. An IPS can only be deployed on wireless networks
- C. An IDS always has higher detection accuracy than any IPS
- D. IPS and IDS are simply two names for the exact same technology with no functional difference
Show answer & explanation
Answer: A
An IPS sits directly in the traffic path (inline) so it can actively block or drop malicious packets immediately, while an IDS commonly analyzes a mirrored copy of traffic out-of-band and can only alert, not block. Neither technology is restricted to wireless networks only; both apply broadly to wired and wireless environments. Detection accuracy depends on tuning and technology, not an inherent IDS-vs-IPS advantage, so this is not a defining differentiator. IPS and IDS differ meaningfully in deployment (inline vs. passive) and response capability (block vs. alert only), so they are not interchangeable terms.23. What testing methodology does the CC exam use to adjust question difficulty based on a candidate's prior answers?
- A. Computerized Adaptive Testing (CAT)
- B. A fixed-form paper-based exam
- C. An open-book take-home assessment
- D. A purely oral examination
Show answer & explanation
Answer: A
The CC exam uses multiple choice and advanced item types administered as Computerized Adaptive Testing (CAT), which adjusts subsequent question difficulty based on the candidate's performance on prior questions. A fixed-form paper exam presents the same static set of questions to every candidate and does not adapt, which is not how CC is delivered. CC is proctored at testing centers, not an open-book take-home format. The exam is administered via computer at Pearson VUE centers, not as an oral examination.24. A candidate needs to reschedule their upcoming CC exam appointment through Pearson VUE. Based on official fee information, what should they expect to pay?
- A. A reschedule fee of U.S. $50
- B. No fee at all, rescheduling is always free
- C. A reschedule fee of U.S. $199, equal to the full exam price
- D. A reschedule fee of U.S. $100
Show answer & explanation
Answer: A
Pearson VUE charges a reschedule fee of U.S. $50 for changing an existing appointment. Rescheduling is not free; a specific fee applies. $199 is the exam registration price, not the reschedule fee, and conflating the two overstates the cost. $100 is actually the cancellation fee amount, not the reschedule fee, so this choice confuses the two distinct charges.25. After earning the CC certification, what ongoing fee must members who hold only the CC credential pay to maintain it?
- A. An Annual Maintenance Fee (AMF) of U.S. $50
- B. An Annual Maintenance Fee of U.S. $125
- C. No maintenance fee is required for CC holders
- D. An Annual Maintenance Fee equal to the full exam cost each year
Show answer & explanation
Answer: A
Members who hold only the CC certification pay an Annual Maintenance Fee (AMF) of U.S. $50. $125 overstates the actual fee amount for CC-only members. A maintenance fee is required to keep the certification active; it is not waived entirely. The AMF is a small fixed fee, not equivalent to re-paying the full $199 exam registration cost annually.26. A CC-certified professional misses the due date for their Annual Maintenance Fee. According to official policy, how long do they have to pay before facing more serious consequences?
- A. A 90-day grace period from the due date
- B. A 10-day grace period from the due date
- C. No grace period; the certification is revoked the day it is due
- D. A 12-month grace period from the due date
Show answer & explanation
Answer: A
Members are given a 90-day period from the due date to pay their AMF before facing further consequences. A 10-day period significantly understates the actual grace period granted. Certification is not revoked immediately on the due date; a defined grace period exists first. A full 12-month grace period substantially overstates the actual 90-day window.27. What is the current U.S. registration price to sit for the CC exam?
- A. U.S. $349
- B. U.S. $700
- C. U.S. $199
- D. U.S. $50
Show answer & explanation
Answer: C
The registration price for the CC exam is U.S. $199. $50 is actually the Annual Maintenance Fee amount, not the exam registration price, so this choice confuses two separate fees. $349 overstates the actual registration cost. $700 corresponds to the passing score value, not a dollar fee, and using it as a price is a clear mismatch.28. The CC exam covers how many total content domains?
- A. 4
- B. 7
- C. 10
- D. 5
Show answer & explanation
Answer: D
The CC exam is organized around 5 domains of foundational cybersecurity knowledge: Security Principles; BC/DR/IR Concepts; Access Controls Concepts; Network Security; and Security Operations. Four domains understates the officially defined structure. Seven and ten domains overstate the count; the exam blueprint defines exactly five.29. Which domain carries the largest single weighting on the CC exam blueprint?
- A. Security Operations at 18%
- B. Security Principles at 26%
- C. Access Controls Concepts at 22%
- D. Network Security at 24%
Show answer & explanation
Answer: B
Security Principles is weighted at 26%, the highest of the five domains, reflecting its role as the foundational domain underpinning the rest of the exam content. Network Security at 24% is the second-highest weighting, not the largest. Access Controls Concepts at 22% is weighted lower than both Security Principles and Network Security. Security Operations at 18% is the third-lowest weighting among the five domains.30. Which description correctly distinguishes a virus from a worm?
- A. A virus requires a host file and user action to spread, while a worm propagates across networks on its own
- B. A worm requires a host file and a virus spreads independently
- C. Both require user action to execute
- D. Neither can spread across a network
Show answer & explanation
Answer: A
Self-propagation is what makes worms spread at machine speed across a network, while a virus depends on a user opening or running an infected file. A trojan is a third category disguising itself as legitimate software, and ransomware describes the payload's behaviour rather than the propagation method.31. A hospital system prevents unauthorized changes to patient medication records. Which element of the CIA triad is being protected?
- A. Integrity, the assurance that data has not been altered by unauthorized means
- B. Confidentiality, the restriction of access to authorized parties
- C. Availability, the assurance that data is accessible when needed
- D. Non-repudiation, the inability to deny having performed an action
Show answer & explanation
Answer: A
Integrity concerns whether data is correct and unaltered, which is what an unauthorized change to a medication record would violate. Confidentiality would be violated by an unauthorized person reading the record, and availability by the record being inaccessible when a clinician needs it, so the same asset carries all three requirements at once.32. An organization uses role-based access control. How are permissions assigned?
- A. To roles reflecting job functions, with users receiving permissions by being assigned to roles
- B. By security labels attached to both subjects and objects
- C. Directly to each individual user based on their manager's request
- D. By the data owner deciding on each access request individually
Show answer & explanation
Answer: A
Role-based control scales because a job change means a role reassignment rather than an audit of dozens of individual grants. Discretionary control lets the owner decide per request, and mandatory control uses system-enforced labels on subjects and objects that users cannot override, each suiting different environments.33. Which pairing correctly matches an authentication factor to its category?
- A. A fingerprint is something you are, a hardware token is something you have, and a PIN is something you know
- B. A fingerprint is something you have and a token is something you are
- C. A PIN is something you are and a fingerprint is something you know
- D. All three fall into the something you know category
Show answer & explanation
Answer: A
The three categories are knowledge, possession and inherence, and genuine multi-factor authentication draws from different categories rather than combining two of the same kind. Location and behaviour are sometimes treated as additional contextual factors, but they supplement rather than replace the core three.34. A building uses a badge reader, a security guard and a fence. How are these controls categorized?
- A. All three are physical controls, with the fence deterrent and preventive, the badge reader preventive, and the guard capable of deterrence, prevention and detection
- B. All three are technical controls
- C. All three are administrative controls
- D. The fence is technical and the guard is administrative
Show answer & explanation
Answer: A
Controls are categorized by implementation as physical, technical or administrative, and separately by function as deterrent, preventive, detective, corrective or compensating. A single control can serve several functions, which is why a guard is often the example used to show that the two classification axes are independent.35. A former employee's account remains active three weeks after departure. Which process failed?
- A. Deprovisioning within the identity lifecycle, which should revoke access at the point employment ends
- B. Password complexity enforcement
- C. Network segmentation
- D. Data classification
Show answer & explanation
Answer: A
The identity lifecycle runs from provisioning through modification to deprovisioning, and the final step is the one most often delayed because it depends on human resources notifying IT promptly. An orphaned account is particularly dangerous because no one is monitoring its use and the credentials may be known to someone with a grievance.36. Data is described as being in one of three states. Which are they?
- A. Public, internal and confidential
- B. At rest in storage, in transit across a network, and in use in memory during processing
- C. Structured, unstructured and semi-structured
- D. Encrypted, decrypted and hashed
Show answer & explanation
Answer: B
Each state needs different protection: storage encryption at rest, transport encryption in transit, and memory protections in use, which is the hardest of the three to address. Classification levels and data structure are separate dimensions that determine how strongly each state must be protected rather than what the states are.37. An employee denies having approved a payment, but the approval carries their digital signature. Which security objective makes that denial untenable?
- A. Assurance that only authorized parties can read data
- B. Assurance that data is available when needed
- C. Assurance that a party cannot credibly deny having performed an action, commonly supported by digital signatures and reliable logging
- D. Assurance that a system recovers quickly after failure
Show answer & explanation
Answer: C
Non-repudiation binds an action to an identity in a way the actor cannot later disown, which is why digital signatures using a private key only the signer holds provide it while a shared account fundamentally cannot. Logging supports it only where the log is protected from alteration by the party it implicates.38. Two employees are required to authorize a wire transfer above a threshold. Which principle does this implement?
- A. Separation of duties, ensuring no single person can complete a sensitive transaction alone
- B. Least privilege, limiting each account to necessary access
- C. Defence in depth, layering multiple controls
- D. Fail secure, defaulting to a denied state on error
Show answer & explanation
Answer: A
Separation of duties splits a sensitive process so that fraud requires collusion rather than a single decision. Job rotation and mandatory vacation are companion controls that make ongoing concealment harder, since a scheme requiring continuous attention tends to surface when someone else performs the role.39. A network is designed so that a firewall, intrusion detection, endpoint protection and access controls all apply. What principle is this?
- A. Defence in depth, so the failure of any single control does not result in compromise
- B. Least privilege
- C. Separation of duties
- D. Single point of failure design
Show answer & explanation
Answer: A
Layered controls assume each individual control will eventually fail or be bypassed, so protection depends on an attacker having to defeat several independent mechanisms. The layers must be genuinely independent, since controls sharing a common dependency such as a single directory service fail together despite appearing layered.40. A device receives a packet destined for a host on another network. Which device makes the forwarding decision using IP addresses?
- A. A router, which forwards between networks based on the destination IP address
- B. A switch, which forwards within a network based on MAC addresses
- C. A hub, which repeats signals to all ports
- D. A modem, which converts between signal types
Show answer & explanation
Answer: A
Routers operate at the network layer using IP addresses to move traffic between networks, while switches operate at the data link layer using MAC addresses within a network. A hub repeats every signal to every port, which is why hubs create both collision and security problems and have been superseded by switches.41. An employee's browser sends an outbound request and the reply arrives without any inbound rule permitting it. What firewall capability allowed the reply through?
- A. Stateful inspection, which tracks active connections and permits return traffic belonging to a connection it allowed
- B. Application-layer inspection of the payload contents
- C. Manual approval of each individual connection by an administrator
- D. Persistent storage of the firewall configuration across reboots
Show answer & explanation
Answer: A
Stateful inspection maintains a connection table so a response to an allowed outbound request is permitted without a separate inbound rule, which a stateless packet filter cannot do safely. Application-layer inspection is a further capability that examines payload content, and it is distinct from statefulness.42. A web server accessible from the internet is placed in a screened subnet rather than the internal network. Why?
- A. So that a compromise of the exposed server does not give the attacker direct access to internal systems
- B. To improve the server's performance under load
- C. To avoid the need for patching the server
- D. To allow the server to bypass firewall inspection
Show answer & explanation
Answer: A
A screened subnet, historically called a demilitarized zone, isolates internet-facing services so the trust boundary sits between the exposed host and the internal network. The design assumes the exposed server will eventually be compromised and limits what that compromise reaches, which is why traffic from the subnet inward must be restricted as tightly as traffic from the internet.43. Which pairing of protocol and default port is correct?
- A. HTTPS uses 8080, SSH uses 53 and DNS uses 22
- B. HTTPS uses 443, SSH uses 22 and DNS uses 53
- C. HTTPS uses 80, SSH uses 23 and DNS uses 25
- D. HTTPS uses 21, SSH uses 443 and DNS uses 110
Show answer & explanation
Answer: B
HTTPS listens on 443, SSH on 22 and DNS on 53, while 80 is HTTP, 23 is Telnet and 25 is SMTP. Knowing the mapping matters operationally because firewall rules, log review and scan results are all expressed in port numbers, and the insecure counterparts such as Telnet on 23 and FTP on 21 are the ones to look for and eliminate.44. A remote worker connects through a VPN. What does this primarily provide?
- A. An encrypted tunnel across an untrusted network, protecting traffic confidentiality and integrity in transit
- B. Protection against malware on the worker's device
- C. Faster network performance than a direct connection
- D. Anonymity from the organization's own monitoring
Show answer & explanation
Answer: A
A VPN secures the path, not the endpoints, so an infected laptop connected over a VPN delivers its malware straight into the network with the tunnel's protection applied. Encryption and the additional routing typically reduce rather than improve throughput, and organizational monitoring generally applies at the tunnel's endpoint.45. An attacker floods a server with traffic so legitimate users cannot reach it. Which attack is this, and which security objective does it target?
- A. A denial of service attack targeting availability
- B. A man-in-the-middle attack targeting confidentiality
- C. A SQL injection attack targeting integrity
- D. A phishing attack targeting authentication
Show answer & explanation
Answer: A
Denial of service attacks availability directly by exhausting a resource, and the distributed variant uses many sources, which makes simple source blocking ineffective. Availability attacks are distinctive in that they need not breach any confidentiality or integrity control to cause substantial harm.46. How does an intrusion detection system differ from an intrusion prevention system?
- A. Detection alerts on suspicious activity while prevention sits inline and can block it, at the cost of disrupting legitimate traffic on a false positive
- B. Prevention operates only on endpoints and detection only on networks
- C. Detection blocks traffic and prevention only logs it
- D. The two are identical with different vendor names
Show answer & explanation
Answer: A
The inline position is what gives a prevention system its blocking capability and also its risk, since a false positive drops legitimate traffic rather than merely generating noise. That trade-off is why organizations often run in detection mode first, tuning the rule set before enabling blocking.47. An email appears to come from the chief executive asking an employee to urgently purchase gift cards. Which attack is this?
- A. Social engineering, specifically a targeted phishing attack exploiting authority and urgency
- B. A brute force attack against the email account
- C. A denial of service attack
- D. A privilege escalation attack on the mail server
Show answer & explanation
Answer: A
Social engineering targets people rather than systems, and the levers used here are authority and urgency, which together suppress the recipient's inclination to verify. Targeted attacks on specific individuals are called spear phishing, and those aimed at executives are called whaling, but the defensive answer is the same verification through an independent channel.48. An organization performs a full backup on Sunday and differential backups each weekday. To restore Thursday's data, what is needed?
- A. The Sunday full backup plus Thursday's differential backup only
- B. The Sunday full backup plus every weekday differential from Monday to Thursday
- C. Thursday's differential backup alone
- D. The Sunday full backup alone
Show answer & explanation
Answer: A
A differential backup captures everything changed since the last full backup, so each successive differential grows but only the latest one is needed alongside the full. Incremental backups capture changes since the last backup of any type, which makes them faster to create but requires the full plus every incremental in sequence to restore.49. A backup strategy follows the 3-2-1 rule. What does it specify?
- A. Three copies of data on two different media types with one copy kept offsite
- B. Three backups per day, two verifications and one restore test
- C. Three years of retention, two backup systems and one administrator
- D. Three full backups, two differentials and one incremental per week
Show answer & explanation
Answer: A
The rule addresses correlated failure: multiple copies protect against media failure, different media types protect against a technology-specific fault, and the offsite copy protects against a site-level event. Ransomware has driven a common extension adding an offline or immutable copy, since network-accessible backups are encrypted along with production data.50. An organization's incident response plan lists the phases in order. Which sequence is correct?
- A. Detection, recovery, containment, preparation and analysis
- B. Recovery, eradication, containment, detection and preparation
- C. Preparation, detection and analysis, containment, eradication and recovery, and post-incident activity
- D. Containment, preparation, detection, eradication and reporting
Show answer & explanation
Answer: C
Preparation comes first because capability must exist before an incident, and post-incident activity comes last to feed lessons back into preparation, making the model a cycle rather than a line. Containment necessarily precedes eradication, since removing the cause before bounding the spread lets the incident continue elsewhere.51. A business continuity plan and a disaster recovery plan both exist. What is the relationship?
- A. Business continuity keeps critical business functions operating, while disaster recovery restores the IT systems those functions depend on
- B. Disaster recovery covers the business and continuity covers only IT
- C. They are alternative names for the same document
- D. Business continuity applies only to cyber incidents
Show answer & explanation
Answer: A
Business continuity is the broader discipline covering people, premises, processes and suppliers, with disaster recovery as the technology restoration component within it. A plan restoring systems into an organization with no premises, staff arrangements or supplier alternatives has restored only part of what is needed to operate.52. A security operations centre monitors alerts around the clock. What is its principal function?
- A. Detecting, triaging and responding to security events, escalating those requiring broader incident response
- B. Writing the organization's security policy
- C. Conducting the annual financial audit
- D. Approving all production system changes
Show answer & explanation
Answer: A
The centre is the detection and first-response capability, distinguishing routine noise from events requiring action and escalating accordingly. Policy setting is a governance activity and change approval belongs to change management, so a centre absorbing those responsibilities dilutes the monitoring function it exists to provide.53. A patch is released for a critical vulnerability. What should the organization do before deploying it broadly?
- A. Test it in a non-production environment to confirm it does not break dependent systems, while weighing the testing delay against the exposure window
- B. Deploy immediately to every system without testing
- C. Wait a full year to allow other organizations to find problems
- D. Deploy only to systems that have never had an incident
Show answer & explanation
Answer: A
Patch management balances the risk of exploitation against the risk of the patch itself causing an outage, and both risks are real. A critical internet-facing vulnerability under active exploitation may justify accelerated deployment, which is why patch policies specify different timelines by severity and exposure rather than a single rule.54. An organization implements a clean desk policy and requires screen locking. Which risk do these address?
- A. Malware infection through email attachments
- B. Network-based intrusion from the internet
- C. Unauthorized viewing or removal of information by anyone with physical proximity, including visitors, contractors and other staff
- D. Failure of backup media
Show answer & explanation
Answer: C
These are administrative controls addressing the exposure created by physical presence, which technical network controls do not touch. The threat includes insiders and authorized visitors, not just intruders, which is why the controls apply throughout the workday rather than only outside hours.55. Data has reached the end of its retention period. What should happen?
- A. Secure destruction in accordance with the retention schedule, since retaining data beyond its purpose creates exposure without benefit
- B. Transfer to an unsecured archive to free primary storage
- C. Deletion of the index while retaining the underlying files
- D. Indefinite retention in case it becomes useful
Show answer & explanation
Answer: A
Data held past its retention period remains a liability in a breach and may violate regulations that require deletion, so retention schedules specify destruction as well as keeping. Removing an index while retaining files leaves the data recoverable and discoverable, which achieves none of the objective while creating a false record of disposal.56. A hash function is applied to a file. What property makes it useful for verifying integrity?
- A. It produces a fixed-length value that changes if the input changes, and the original input cannot practically be derived from it
- B. It encrypts the file so only authorized parties can read it
- C. It compresses the file for efficient storage
- D. It can be reversed with the correct key to recover the file
Show answer & explanation
Answer: A
Hashing is one-way and deterministic, so recomputing the hash and comparing detects any alteration without needing the original alongside. It provides no confidentiality, since the file itself is unchanged, and it is not reversible, which is precisely what distinguishes it from encryption.57. Symmetric and asymmetric encryption differ in key usage. What is the practical consequence?
- A. Only asymmetric encryption can protect data at rest
- B. Symmetric uses one shared key and is fast, while asymmetric uses a key pair and solves key distribution, so systems commonly use asymmetric to exchange a symmetric key
- C. Asymmetric encryption is faster and used for bulk data
- D. Symmetric encryption requires no key management
Show answer & explanation
Answer: B
Asymmetric operations are computationally expensive, so hybrid schemes use them to establish a shared symmetric key and then encrypt the data symmetrically. Symmetric encryption's difficulty is distributing the shared key securely to every party that needs it, which is the exact problem asymmetric cryptography was developed to solve.58. A privacy regulation grants individuals rights over their personal data. Which is a commonly granted right?
- A. Access to the data held about them, with rights to correction and, in defined circumstances, erasure
- B. The right to inspect the organization's source code
- C. The right to approve the organization's security budget
- D. The right to receive a share of any revenue derived from the data
Show answer & explanation
Answer: A
Access, rectification and erasure in defined circumstances are the common core of modern privacy regimes, along with portability and objection rights in several. Erasure is qualified rather than absolute, since legal retention obligations and other lawful bases can override a deletion request.59. A visitor to a secure facility is issued a badge and escorted throughout. Which control principle is being applied?
- A. Access is granted based on need and remains supervised, so presence is authorized but not unrestricted
- B. Visitors present no risk once identified
- C. Escorting replaces the need for access logging
- D. Badge issuance grants the same access as employee badges
Show answer & explanation
Answer: A
Identification establishes who is present while escorting constrains what they can reach and observe, and the two together address different aspects of the same risk. Logging remains necessary because the escort's memory is not a record, and visitor badges must be visually distinct and time-limited so unescorted presence is immediately apparent.60. A password policy requires long passphrases and prohibits reuse across systems. What risk does the reuse prohibition address specifically?
- A. Credential stuffing, where credentials exposed in one service's breach are tried automatically against others
- B. Brute force attacks against a single account
- C. Shoulder surfing in a public place
- D. Keystroke logging by malware
Show answer & explanation
Answer: A
Reuse converts any single service's breach into a compromise of every account sharing that password, which automated credential stuffing exploits at scale. Length addresses brute force and guessing, while shoulder surfing and keyloggers capture the credential regardless of its strength or uniqueness, requiring different controls.61. An organization adopts single sign-on. What is the security trade-off?
- A. It eliminates the need for authentication entirely
- B. It weakens central authentication by distributing it
- C. It prevents any form of credential compromise
- D. Fewer credentials to manage and stronger central authentication, but a compromised single credential reaches everything it federates
Show answer & explanation
Answer: D
Single sign-on reduces password fatigue and reuse while concentrating risk in one credential, which is why it is paired with strong multi-factor authentication at the identity provider. The concentration also means session handling and identity provider availability become critical dependencies for every federated application.62. An alert fires for activity that turns out to be legitimate. What is this called, and why does it matter?
- A. A false positive, and excessive false positives cause analysts to lose confidence and miss genuine alerts
- B. A false negative, which is the more serious error type
- C. A true positive, since an alert was correctly generated
- D. A true negative, since no attack occurred
Show answer & explanation
Answer: A
A false positive is a benign event flagged as malicious, and its practical cost is alert fatigue, which degrades detection even though each individual false alert is harmless. A false negative is a genuine attack that produced no alert, and tuning always trades one against the other rather than eliminating both.63. Which statement about security awareness training is most accurate?
- A. It addresses the human element that technical controls cannot, and needs to be recurring because both threats and staff change
- B. It replaces the need for technical security controls
- C. A single session at onboarding is sufficient
- D. It applies only to staff in technical roles
Show answer & explanation
Answer: A
People are targeted directly by social engineering that no technical control fully blocks, which is why awareness is a genuine control layer rather than a compliance formality. Recurrence matters because attack techniques evolve and staff turnover continually introduces untrained people into the organization.64. An organization documents an acceptable use policy. What does it establish?
- A. The technical configuration standards for servers
- B. The rules governing how staff may use organizational systems and data, and the consequences of violating them
- C. The organization's disaster recovery procedures
- D. The vendors approved for hardware purchases
Show answer & explanation
Answer: B
An acceptable use policy sets behavioural expectations for users and, by defining consequences, provides the basis for enforcement action when they are breached. Its practical value depends on staff having actually acknowledged it, which is why signed or recorded acknowledgment at onboarding and on material change is part of the control.65. A risk is described as the intersection of a threat and a vulnerability. What does each term mean?
- A. A threat is a potential source of harm, a vulnerability is a weakness it could exploit, and risk is the resulting potential for loss
- B. A threat is a weakness and a vulnerability is an attacker
- C. A threat is the loss incurred and a vulnerability is its likelihood
- D. The three terms are interchangeable
Show answer & explanation
Answer: A
A threat with no corresponding vulnerability produces no risk, and a vulnerability no threat can reach is similarly inert, which is why both must be present for risk to exist. This is also why risk can be reduced either by removing the vulnerability, which the organization controls, or by reducing exposure to the threat, which it usually does not.
More in this family
Explore more Technology & IT Certifications
More in this category
- Project Management Professional (PMP)Practice questions →
- Microsoft Certified: Power BI Data Analyst Associate (Exam PL-300)Practice questions →
- Salesforce Certified Platform AdministratorPractice questions →
- HashiCorp Certified: Terraform Associate (004)Practice questions →
- AWS Certified AI PractitionerPractice questions →
- AWS Certified Cloud PractitionerPractice questions →
- AWS Certified Developer - AssociatePractice questions →
- AWS Certified Solutions Architect – AssociatePractice questions →
- Microsoft Certified: Azure Administrator Associate (Exam AZ-104)Practice questions →
- Microsoft Azure AI FundamentalsPractice questions →
- Microsoft Certified: Azure Fundamentals (AZ-900)Practice questions →
2026 statistics
Key facts: ISC2 CC exam
Every free resource for this exam
Get a free ISC2 CC 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.
- CC Certification Exam OutlineISC2isc2.org
- How to Register, Schedule, Cancel, Pay For Your ISC2 ExamISC2isc2.org
- Certified in Cybersecurity (CC) Certification OverviewISC2isc2.org
- ISC2 Annual Maintenance Fees (AMF) OverviewISC2isc2.org
- ISC2 Exam PricingISC2isc2.org
Last verified against the official exam content outline:
Frequently asked questions
How much does the ISC2 Certified in Cybersecurity (CC) exam cost, and are there other fees to plan for?
The registration price for the CC exam is U.S. $199. Beyond the exam itself, plan for a few situational fees charged by Pearson VUE: rescheduling costs U.S. $50 and cancelling costs U.S. $100. If you earn the certification and hold only CC, you'll also owe an Annual Maintenance Fee of U.S. $50 to keep it active, with a 90-day window from the due date to pay it. Because the reschedule and cancellation fees only apply if you change your appointment, booking a date you can commit to is the easiest way to avoid extra cost.
What is the CC exam format, and how many questions and how much time should I expect?
The CC exam contains 100-125 questions and gives you 2 hours (120 minutes) to complete it. It uses multiple choice and advanced item types delivered through Computerized Adaptive Testing (CAT) at Pearson VUE testing centers worldwide. Because it's adaptive, the exact number of questions you see falls somewhere in that 100-125 range depending on your responses. With up to 125 questions in 120 minutes, that leaves a little under a minute per question on average, so practice pacing yourself rather than dwelling on any single item.
What score do I need to pass, and how are the five domains weighted?
The passing score is 700 out of 1000 points. The exam covers 5 domains of foundational cybersecurity knowledge: Security Principles (26%); Business Continuity, Disaster Recovery & Incident Response Concepts (10%); Access Controls Concepts (22%); Network Security (24%); and Security Operations (18%). Security Principles, Network Security, and Access Controls together account for the majority of the exam, so prioritizing those three domains in your study plan gives you the best return on your time.
Do I need work experience to take the CC exam?
No prior work experience is required to sit for the CC exam. That makes it well suited as an entry point for career changers, students, and IT professionals moving into cybersecurity who don't yet meet the experience thresholds of more advanced certifications. Since there's no experience gate, your readiness comes down to how well you know the five exam domains rather than your resume, so structured study is the main path to passing.