50 Free ISC2 Certified in Cybersecurity (CC) Practice Questions
Preparing for the ISC2 Certified in Cybersecurity certification? These 50 free practice questions cover all five domains of the CC exam.
Domain 1: Security Principles (Questions 1–14)
Question 1
Which of the following best describes the concept of confidentiality?
a) Ensuring data is accurate and not tampered with
b) Ensuring data is accessible only to authorized individuals
c) Ensuring systems are available when needed
d) Ensuring data is backed up regularly
Show Answer
Answer: b) Ensuring data is accessible only to authorized individuals
Explanation: Confidentiality protects sensitive information from unauthorized disclosure. It's typically implemented through encryption, access controls, and classification.
Question 2
What is the primary goal of integrity in the CIA triad?
a) Data should be available when needed
b) Data should be accurate and protected from unauthorized modification
c) Data should be encrypted at all times
d) Data should be accessible to everyone
Show Answer
Answer: b) Data should be accurate and protected from unauthorized modification
Explanation: Integrity ensures that data is accurate, consistent, and protected from unauthorized modification. Hashing, version control, and access controls help maintain integrity.
Question 3
Which of the following is an example of a preventive security control?
a) CCTV camera
b) Intrusion detection system
c) Firewall
d) Log monitoring
Show Answer
Answer: c) Firewall
Explanation: Preventive controls stop security incidents before they occur. A firewall prevents unauthorized network access. CCTV and IDS are detective controls. Log monitoring is detective.
Question 4
What is the difference between a threat and a vulnerability?
a) A threat is a weakness; a vulnerability is a potential danger
b) A threat is a potential danger; a vulnerability is a weakness
c) They are interchangeable
d) Threats are always external; vulnerabilities are internal
Show Answer
Answer: b) A threat is a potential danger; a vulnerability is a weakness
Explanation: A threat is any potential danger that could exploit a vulnerability. A vulnerability is a weakness in a system that could be exploited.
Question 5
Which security principle means that a user should have the minimum access needed to perform their job?
a) Separation of duties
b) Least privilege
c) Need to know
d) Defense in depth
Show Answer
Answer: b) Least privilege
Explanation: Least privilege ensures users have only the minimum permissions necessary to perform their job functions, reducing the potential damage from accidents or malicious actions.
Question 6
What is separation of duties?
a) Different people perform different parts of a sensitive task to prevent fraud
b) Dividing the network into separate zones
c) Separating work and personal devices
d) Separating backups from production data
Show Answer
Answer: a) Different people perform different parts of a sensitive task to prevent fraud
Explanation: Separation of duties prevents any single person from having too much control over sensitive processes. For example, the person who approves a payment shouldn't be the same person who processes it.
Question 7
Which type of security control is a security awareness training program?
a) Technical
b) Administrative
c) Physical
d) Detective
Show Answer
Answer: b) Administrative
Explanation: Administrative controls are policies, procedures, and training that govern behavior. Security awareness training is an administrative control that educates employees about security risks.
Question 8
What is risk in cybersecurity terms?
a) The certainty that a threat will exploit a vulnerability
b) The likelihood that a threat will exploit a vulnerability, combined with the impact
c) The cost of security controls
d) The number of vulnerabilities in a system
Show Answer
Answer: b) The likelihood that a threat will exploit a vulnerability, combined with the impact
Explanation: Risk = Likelihood × Impact. It's the potential for loss or damage when a threat exploits a vulnerability.
Question 9
Which risk management strategy involves implementing controls to reduce the risk?
a) Risk avoidance
b) Risk mitigation
c) Risk transfer
d) Risk acceptance
Show Answer
Answer: b) Risk mitigation
Explanation: Risk mitigation (or reduction) involves implementing security controls to reduce the likelihood or impact of a risk. This is the most common risk management strategy.
Question 10
What is governance in cybersecurity?
a) Technical security controls
b) The framework of policies, procedures, and processes for managing security
c) Network security
d) Incident response
Show Answer
Answer: b) The framework of policies, procedures, and processes for managing security
Explanation: Governance establishes the framework for decision-making, accountability, and oversight of security practices. It includes policies, standards, procedures, and metrics.
Question 11
Which of the following is a corrective control?
a) Firewall
b) Backup restoration
c) Motion detector
d) Security policy
Show Answer
Answer: b) Backup restoration
Explanation: Corrective controls fix or restore systems after an incident. Restoring from backup after a ransomware attack is corrective. Firewalls are preventive, motion detectors are detective.
Question 12
What is the purpose of a security baseline?
a) The minimum level of security required for a system
b) The maximum level of security possible
c) The cost of security controls
d) The number of security incidents
Show Answer
Answer: a) The minimum level of security required for a system
Explanation: A security baseline defines the minimum security configurations and controls that must be applied to a system before it's deployed or connected to a network.
Question 13
Which of the following best describes due care?
a) Implementing the most expensive security controls
b) The legal concept of taking reasonable steps to protect assets
c) Monitoring all user activity
d) Using the latest technology
Show Answer
Answer: b) The legal concept of taking reasonable steps to protect assets
Explanation: Due care means taking reasonable and prudent steps to protect organizational assets. Failure to exercise due care can result in legal liability.
Question 14
What is the purpose of a code of ethics in cybersecurity?
a) To define technical standards
b) To guide professional conduct and decision-making
c) To set prices for security services
d) To define encryption standards
Show Answer
Answer: b) To guide professional conduct and decision-making
Explanation: A code of ethics (like the ISC2 Code of Ethics) provides ethical guidelines for cybersecurity professionals, covering principles like protecting society, acting honorably, and providing diligent service.
Domain 2: Incident Response, BC & DR (Questions 15–21)
Question 15
What is the first phase of the incident response lifecycle?
a) Detection
b) Preparation
c) Containment
d) Recovery
Show Answer
Answer: b) Preparation
Explanation: Preparation is the first phase where organizations establish incident response policies, train teams, acquire tools, and develop playbooks before incidents occur.
Question 16
Which phase of incident response involves limiting the damage of an incident?
a) Identification
b) Containment
c) Eradication
d) Recovery
Show Answer
Answer: b) Containment
Explanation: Containment focuses on limiting the impact of an incident (e.g., isolating affected systems, blocking malicious IPs) to prevent further damage.
Question 17
What is the purpose of a Business Continuity Plan (BCP)?
a) Restoring IT systems after a disaster
b) Maintaining critical business functions during and after a disruption
c) Preventing all security incidents
d) Training employees
Show Answer
Answer: b) Maintaining critical business functions during and after a disruption
Explanation: BCP focuses on ensuring that essential business operations can continue during and after a disruptive event, regardless of the cause.
Question 18
What is the difference between a hot site and a cold site?
a) Hot site is fully operational; cold site has no equipment
b) Hot site has no equipment; cold site is fully operational
c) Hot site is cheaper; cold site is more expensive
d) There is no difference
Show Answer
Answer: a) Hot site is fully operational; cold site has no equipment
Explanation: A hot site has all infrastructure ready and running (servers, networking, data synchronized), enabling immediate failover. A cold site has basic facilities but no equipment, requiring days/weeks to become operational.
Question 19
What is an RTO (Recovery Time Objective)?
a) Maximum acceptable data loss
b) Maximum acceptable downtime for a service
c) Time to detect an incident
d) Time to notify authorities
Show Answer
Answer: b) Maximum acceptable downtime for a service
Explanation: RTO is the maximum acceptable time that a service can be unavailable after a disaster. It determines the required speed of recovery procedures.
Question 20
Which backup method copies all data every time?
a) Incremental
b) Differential
c) Full
d) Mirror
Show Answer
Answer: c) Full
Explanation: A full backup copies all selected data regardless of when it was last modified. It's the slowest and largest backup but requires only one file for a complete restore.
Question 21
What is the purpose of a tabletop exercise in BC/DR planning?
a) Testing actual failover procedures
b) Discussing and walking through response scenarios without actual system changes
c) Restoring from backups
d) Training employees on new software
Show Answer
Answer: b) Discussing and walking through response scenarios without actual system changes
Explanation: A tabletop exercise is a discussion-based session where team members walk through a hypothetical disaster scenario to identify gaps in plans and improve coordination.
Domain 3: Access Controls (Questions 22–33)
Question 22
Which access control model allows the owner of a resource to grant or deny access to others?
a) MAC
b) DAC
c) RBAC
d) ABAC
Show Answer
Answer: b) DAC (Discretionary Access Control)
Explanation: DAC allows resource owners to set permissions on their own objects. This is common in file systems (e.g., Linux file permissions, Windows NTFS).
Question 23
Which type of authentication factor is a password?
a) Something you have
b) Something you know
c) Something you are
d) Something you do
Show Answer
Answer: b) Something you know
Explanation: Passwords, PINs, and passphrases are "something you know" factors. They're the most common but also the most vulnerable to theft.
Question 24
What is an example of two-factor authentication?
a) Password + PIN
b) Password + SMS code
c) Fingerprint + retina scan
d) Username + password
Show Answer
Answer: b) Password + SMS code
Explanation: True MFA requires factors from different categories. Password (something you know) + SMS code (something you have) qualifies. Options a and d use only one factor category.
Question 25
What is the principle of least privilege?
a) Give users all permissions they request
b) Grant only the permissions required to perform job functions
c) Give everyone the same permissions
d) Deny all permissions by default
Show Answer
Answer: b) Grant only the permissions required to perform job functions
Explanation: Least privilege restricts user access to the minimum necessary to perform their job. This limits the attack surface and reduces potential damage from compromised accounts.
Question 26
What is Role-Based Access Control (RBAC)?
a) Access based on user identity
b) Access based on job functions and roles
c) Access based on data classification
d) Access based on physical location
Show Answer
Answer: b) Access based on job functions and roles
Explanation: RBAC assigns permissions to roles (e.g., "Manager", "HR Staff") rather than individuals. Users are assigned to roles, making permission management more efficient and scalable.
Question 27
What is a single sign-on (SSO) solution?
a) A password manager
b) A system that allows users to authenticate once and access multiple applications
c) A biometric system
d) A hardware token system
Show Answer
Answer: b) A system that allows users to authenticate once and access multiple applications
Explanation: SSO enables users to authenticate once and gain access to multiple applications without re-entering credentials. SAML, OAuth, and OpenID Connect are common SSO protocols.
Question 28
What is the purpose of account reconciliation/review?
a) Merging duplicate accounts
b) Regularly reviewing user accounts to verify they're still needed and properly configured
c) Creating new accounts
d) Resetting passwords
Show Answer
Answer: b) Regularly reviewing user accounts to verify they're still needed and properly configured
Explanation: Regular account reviews ensure that accounts of former employees or contractors are disabled, permissions remain appropriate (least privilege), and no unauthorized accounts exist.
Question 29
What is privilege creep?
a) Gaining unauthorized privileges through exploitation
b) The accumulation of excessive permissions over time as roles change
c) A type of privilege escalation attack
d) Granting temporary privileges
Show Answer
Answer: b) The accumulation of excessive permissions over time as roles change
Explanation: Privilege creep occurs when users accumulate permissions over time as they change roles or take on new responsibilities but old permissions are never removed. Regular access reviews prevent this.
Question 30
Which multifactor authentication method uses a time-based one-time password (TOTP)?
a) SMS code
b) Authenticator app (like Google Authenticator)
c) Email code
d) Biometric scan
Show Answer
Answer: b) Authenticator app (like Google Authenticator)
Explanation: TOTP authenticator apps generate time-based codes that change every 30 seconds. They're more secure than SMS-based codes (which can be intercepted via SIM swapping).
Question 31
What is federated identity management?
a) Managing identities within a single organization
b) Creating trust relationships between organizations so users from one can access resources in another
c) Centralized password management
d) Physical ID card management
Show Answer
Answer: b) Creating trust relationships between organizations so users from one can access resources in another
Explanation: Federated identity allows users from one organization to use their credentials to access resources in another organization. SAML is a common federation standard.
Question 32
Which type of access control uses subject and object attributes to make decisions?
a) DAC
b) MAC
c) RBAC
d) ABAC
Show Answer
Answer: d) ABAC (Attribute-Based Access Control)
Explanation: ABAC evaluates attributes of the subject (user role, department), object (file classification), and environment (time, location) to make access decisions.
Question 33
What is the purpose of a password policy?
a) Making passwords easier to remember
b) Defining requirements for password creation, usage, and management
c) Eliminating passwords
d) Sharing passwords among team members
Show Answer
Answer: b) Defining requirements for password creation, usage, and management
Explanation: A password policy defines requirements like minimum length, complexity, expiration, reuse restrictions, and account lockout thresholds.
Domain 4: Network Security (Questions 34–46)
Question 34
Which network security device filters traffic based on a set of rules?
a) Switch
b) Router
c) Firewall
d) Hub
Show Answer
Answer: c) Firewall
Explanation: A firewall is a network security device that monitors and filters incoming and outgoing network traffic based on a defined set of security rules.
Question 35
What is the purpose of encryption in network security?
a) Speeding up network traffic
b) Protecting data in transit from interception
c) Managing network addresses
d) Filtering network traffic
Show Answer
Answer: b) Protecting data in transit from interception
Explanation: Network encryption (TLS, IPsec) protects data as it travels across networks, making it unreadable to anyone who intercepts it.
Question 36
Which protocol provides secure remote terminal access?
a) Telnet
b) SSH
c) FTP
d) HTTP
Show Answer
Answer: b) SSH
Explanation: SSH (Secure Shell) provides encrypted remote terminal access and file transfer. Telnet and FTP are unencrypted and should be avoided.
Question 37
What is the primary purpose of a DMZ?
a) Storing backup data
b) Hosting public-facing services while isolating them from the internal network
c) Monitoring network traffic
d) Managing user accounts
Show Answer
Answer: b) Hosting public-facing services while isolating them from the internal network
Explanation: A DMZ (Demilitarized Zone) is a network segment that sits between the internet and internal network, hosting external-facing services (web, email, DNS) to prevent direct access to internal resources.
Question 38
What does a VPN provide?
a) Faster internet speeds
b) An encrypted tunnel for secure communication over public networks
c) Wireless network access
d) Network monitoring
Show Answer
Answer: b) An encrypted tunnel for secure communication over public networks
Explanation: A Virtual Private Network (VPN) creates an encrypted connection (tunnel) between a device and a network, protecting data transmitted over public networks like the internet.
Question 39
What is the purpose of network segmentation?
a) Increasing network speed
b) Dividing a network into smaller segments to improve security and performance
c) Connecting multiple networks
d) Replacing all network devices
Show Answer
Answer: b) Dividing a network into smaller segments to improve security and performance
Explanation: Network segmentation divides a network into smaller parts (using VLANs, subnets) to isolate traffic, contain breaches, and improve security (e.g., separating guest from corporate networks).
Question 40
Which device operates at Layer 2 of the OSI model and uses MAC addresses?
a) Router
b) Switch
c) Firewall
d) Hub
Show Answer
Answer: b) Switch
Explanation: Switches operate at Layer 2 (Data Link layer) and forward traffic based on MAC addresses. Routers operate at Layer 3 (Network layer) using IP addresses.
Question 41
What is a WAF (Web Application Firewall)?
a) A firewall for wireless networks
b) A firewall that filters HTTP/HTTPS traffic to protect web applications
c) A firewall for databases
d) A software firewall for desktops
Show Answer
Answer: b) A firewall that filters HTTP/HTTPS traffic to protect web applications
Explanation: A WAF filters, monitors, and blocks HTTP/HTTPS traffic to and from web applications, protecting against attacks like SQL injection, XSS, and CSRF.
Question 42
Which type of network attack overwhelms a target with excessive traffic?
a) Phishing
b) DDoS
c) Spoofing
d) Man-in-the-middle
Show Answer
Answer: b) DDoS
Explanation: A Distributed Denial of Service (DDoS) attack floods a target (server, application, network) with massive traffic from multiple sources, making it unavailable to legitimate users.
Question 43
What is the purpose of an intrusion detection system (IDS)?
a) Blocking malicious traffic
b) Monitoring network traffic and alerting on suspicious activity
c) Encrypting network traffic
d) Managing IP addresses
Show Answer
Answer: b) Monitoring network traffic and alerting on suspicious activity
Explanation: An IDS monitors network traffic for suspicious patterns and known attack signatures. It alerts administrators but does not block traffic (unlike IPS).
Question 44
What is the difference between a router and a switch?
a) Router connects networks; switch connects devices within a network
b) Router connects devices; switch connects networks
c) There is no difference
d) Router is faster than switch
Show Answer
Answer: a) Router connects networks; switch connects devices within a network
Explanation: A router forwards data between different networks (e.g., between your LAN and the internet). A switch forwards data within the same network between devices.
Question 45
Which protocol is used for securely sending emails?
a) SMTP
b) SMTPS (SMTP over TLS)
c) HTTP
d) FTP
Show Answer
Answer: b) SMTPS (SMTP over TLS)
Explanation: SMTPS uses TLS encryption to secure email transmission. Unencrypted SMTP sends emails in plaintext and should not be used.
Question 46
What is a zero-day vulnerability?
a) A vulnerability that has existed for zero days before discovery
b) A vulnerability that is unknown to the vendor and has no patch
c) A vulnerability in day-zero software
d) A vulnerability that was fixed on the first day
Show Answer
Answer: b) A vulnerability that is unknown to the vendor and has no patch
Explanation: A zero-day vulnerability is a security flaw unknown to the software vendor, leaving no patch available. Zero-day exploits are extremely dangerous as there's no known defense.
Domain 5: Security Operations (Questions 47–50)
Question 47
What is the purpose of security awareness training?
a) Training employees to become security experts
b) Educating employees about security risks and their responsibilities
c) Replacing technical security controls
d) Certifying employees
Show Answer
Answer: b) Educating employees about security risks and their responsibilities
Explanation: Security awareness training ensures employees understand phishing, password security, data handling procedures, and incident reporting — reducing the human risk factor.
Question 48
What should you do if you find a USB drive in the parking lot?
a) Plug it into your computer to identify the owner
b) Report it to IT/security and do not plug it in
c) Throw it away
d) Keep it for personal use
Show Answer
Answer: b) Report it to IT/security and do not plug it in
Explanation: Unknown USB drives could contain malware (USB drop attack). They should be reported to security personnel and never connected to any system.
Question 49
What is the purpose of a clean desk policy?
a) Keeping desks physically clean
b) Preventing sensitive information from being visible when not in use
c) Reducing paper usage
d) Organizing cables
Show Answer
Answer: b) Preventing sensitive information from being visible when not in use
Explanation: A clean desk policy requires employees to secure sensitive documents, lock their computers, and remove sensitive items from desks when away, preventing unauthorized access.
Question 50
What is the purpose of configuration management?
a) Managing software licenses
b) Ensuring systems are configured consistently and securely
c) Managing network cables
d) Managing employee workstations
Show Answer
Answer: b) Ensuring systems are configured consistently and securely
Explanation: Configuration management maintains consistent security baselines across systems, tracks changes, and ensures systems are configured according to security standards.
How Did You Score?
- 0–25 correct: Review the ISC2 CC Exam Guide.
- 26–40 correct: On track. Focus on weak areas.
- 41–50 correct: Ready for the exam!
Access all ISC2 CC practice questions →
Related Articles
Bereit, dein Wissen zu testen?
Probiere unsere Übungsprüfungen mit Hunderten von realistischen Fragen aus.
Üben starten →