Free CC Practice Test Questions and Answers (2026)

View Mode
Q: 1
What type of malware is used to take hostage a user's data and require a ransom payment for release?
Options
23 comments in the community discussion
1
C , since the question clearly says ransom payment which is the defining feature of ransomware. Trojans and viruses might cause damage or steal info, but they don't actually demand money to restore access. Only edge case I can think of is if a virus included a ransom function, but by definition that's ransomware anyway
1
B? Viruses can also cause serious trouble and sometimes lock out access, right? Not totally sure but feels like B could fit.
Q: 2
Which of the following principles states that individuals should be held to a standard of doing what a reasonable person would do under similar circumstances?
Options
25 comments in the community discussion
1
B for me. Due diligence is about the ongoing effort to investigate and make sure things are as they should be, which lines up with what a reasonable person would keep doing. Not 100% since due care is close, but B fits the "standard" part in some ISC2 examples. Anyone feel otherwise?
1
I don’t think it’s B. C matches the "reasonable person" standard, since due care is about doing what’s expected in a given situation. B (due diligence) is more about continuous process, not just acting reasonably once. Pretty sure C is right here but open to feedback if I’m missing something.
Q: 3
While performing background checks on new employees, which of these can NEVER be an attribute for discrimination?
Options
24 comments in the community discussion
3
C . Political affiliation can't be used for discrimination in hiring, it's specifically protected under a lot of laws. The rest like education or employment history might raise flags but aren't prohibited outright. Pretty sure that's the main point here.
2
Option C is right. Political affiliation can't legally be used for discrimination in hiring-protected under law. The others (education, references, employment history) can be checked if relevant so C stands out here. Pretty sure, but open to corrections.
Q: 4
Which are the components of an incident response plan?
Options
27 comments in the community discussion
5
A . The NIST phases group containment, eradication and recovery into one step, so only A lines up cleanly with that sequence.
4
Seriously, ISC2 always wants the NIST steps for this. Option A
Q: 5

Which of the following documents outlines the specific step-by-step instructions to achieve a task or process?

Options
43 comments in the community discussion
2
Option D here. Policies (A) just describe intent and rules, but procedures give the actual steps you follow. I see a lot of people mix up standards and procedures, but only D gets that step-by-step requirement. Open if anyone sees a scenario where C could fit though.
1
D , procedures always mean those step-by-step instructions.
Q: 6
What kind of attack is likely to occur when a hacker intercepts and redirects traffic by spoofing the IP address of a corporate server?
Options
37 comments in the community discussion
2
C seems close here. If the attacker is pretending to be legit and delivering something malicious, that's usually a Trojan approach, right? Not super sure though, but I think C fits if malware is part of the scenario.
2
C or A, but leaning A since intercepting and redirecting with IP spoofing is basically classic on-path (MITM) behavior, not really a Trojan or spyware thing. Not 100% but pretty sure ISC2 would want A in this context.
Q: 7
Which of the following is a PRIMARY objective of implementing physical access controls in an organization?
Options
28 comments in the community discussion
2
Option C is the only one that covers real-world security-blocking unauthorized people from getting to sensitive areas and assets. A just misses the point since you still need tech controls too. Pretty sure C is what exams look for, unless I’m missing something obvious.
2
C. that's the main reason for physical controls in any org. Anyone picking A or B here?
Q: 8
What cloud service provides the highest level of flexibility and customization for the organization?
Options
28 comments in the community discussion
2
Nah, not C-on-prem isn't a cloud service. The real answer here is A, IaaS. Saw similar logic in other practice sets.
1
Is there any scenario where C (on-premises) counts as a cloud service? The question wording seems to rule that out.
Q: 9
What is the PRIMARY purpose of encryption?
Options
30 comments in the community discussion
1
Looks like C , since storing data securely feels like the main goal sometimes. A is tempting but exam wording can be tricky here.
1
Option A
Q: 10
Which of these terms refers to threats with unusually high technical and operational sophistication, spanning months or even years?
Options
20 comments in the community discussion
1
This is A. Official guides always define APT as highly sophisticated and long-lasting. If you check practice tests, they connect "months or years" with APT too. Pretty sure that's the match here, unless I missed something subtle.
1
Honestly, I might've picked C here. Rootkits are known for being super stealthy and can stick around for months, hidden in the system. They’re not always as coordinated as an APT but sometimes get described as persistent threats because of their long presence. Maybe missing the "sophisticated campaigns" part but close.
Q: 11
Which of the following is NOT an ethical canon of the ISC2?
Options
4 comments in the community discussion
1
B/C? Seen a similar question in some exam dumps and wasn't sure if "active and qualified" is actually part of the canons.
B I'm a bit lost but pretty sure that's not the exact wording in the ISC2 canons. I remember it's more like "diligent and competent" for serving principals, not "active and qualified." Can anyone else confirm?
Q: 12
What is the main purpose of an Acceptable Use Policy (AUP)?
Options
4 comments in the community discussion
5
Option A. The main purpose of an AUP is to set expectations for user behavior, not actively secure systems or just password guidelines. D is tempting but that's more about overall security policy, whereas AUPs focus on informing users what they can/can't do. I've seen similar in official practice-A fits best here.
1
Anyone else see this exact wording in the official practice or guide? Feels super similar to what I studied.
Q: 13
Suppose that an organization wants to implement measures to strengthen its detective access controls. Which one of these tools should they implement?
Options
11 comments in the community discussion
1
C imo, IDS fits the detective control role since it's about alerting on suspicious activity. Encryption is more for preventing access, not detecting events. Pretty sure C is what they're looking for here.
I don’t think B or D fit the detective category. C (IDS) is classic for monitoring and alerting on unauthorized access, which is exactly what a detective control does. D (Encryption) can prevent but won’t tell you about the breach. Anyone see a reason to pick D over C here? I’m pretty sure C is right.
Q: 14
Which of these is the PRIMARY objective of the PCI-DSS standard?
Options
10 comments in the community discussion
3
Option D is right here. PCI-DSS is all about securing credit card transactions, nothing to do with PHI or PII.
D is right, but I can see some folks confusing it with B since PCI-DSS does handle cardholder data which overlaps a bit with PII. But the main focus really is credit card payments, not general personal info.
Q: 15
Which category of cloud services does a ready-to-use email service fall into?
Options
7 comments in the community discussion
C tbh
Not B. C is the better fit. Ready-made email like Gmail is classic SaaS, since users just log in and use it, no platform or infra management required. PaaS is more development-focused. Let me know if I missed something.
Q: 16
In unified cloud storage, which solution can be used to separate access to patient records from administrative data without moving servers into different networks?
Options
8 comments in the community discussion
9
Option B VLAN segmentation. Super clear scenario in the question, VLANs are great for logical separation in shared cloud setups.
1
B tbh, VLAN segmentation is made for this. Lets you split traffic and apply policies even if servers share the same physical network. I get what you mean about zero trust being more secure, but the question says "without moving servers into different networks," which points to VLANs over actual network isolation. Open
Q: 17
What is the best technology for detecting unauthorized storage of sensitive data on hard drives?
Options
8 comments in the community discussion
DLP (A) is built for this-it scans drives for sensitive data at rest, not just network traffic. IDS and IPS focus more on network threats. Pretty sure A fits best here, but open if anyone disagrees.
I’d say A here. DLP tools scan storage for sensitive data, which is what the question wants, not IDS or IPS.
Q: 18
In which of the following access control models can the creator of an object delegate permission?
Options
6 comments in the community discussion
1
Not D, it's C. DAC lets the owner assign permissions, while MAC is too restrictive and ABAC is attribute-driven not creator controlled.
1
Object creator delegation is classic DAC behavior so C fits here. MAC doesn't allow that kind of flexibility, and RBAC/ABAC are more about roles and attributes than ownership. Pretty sure it's C but open to debate.
Q: 19
Which of the following is NOT a feature of a cryptographic hash function?
Options
5 comments in the community discussion
C , since cryptographic hashes must be one-way, not reversible. That's a core property according to every exam prep source I've seen. Reversibility breaks the whole security model for hashes.
Not reversible, so C fits here.
Q: 20

Which of the following is an example of a technical security control?

Options
8 comments in the community discussion
Official practice exams cover these control types, C.
Call it C, is it. Had something like this in a mock, CCTV uses tech to monitor access so it's a technical control. The others are policy or training, which are administrative. Pretty sure that's right but open to corrections.
Question 1 of 20

What's covered in this practice questions set

1: Security Principles · 7 questions

📖 About this Domain

This domain covers the foundational concepts that form the basis of information security. It introduces core principles like the CIA triad, risk management, and security controls. Understanding these principles is critical for any cybersecurity role.

🎓 What You Will Learn

  • You will learn the core tenets of information security, including confidentiality, integrity, and availability (CIA triad).
  • You will learn the concepts of identification, authentication, authorization, and accountability (IAAA) for access control.
  • You will learn risk management processes, including risk identification, assessment, and treatment.
  • You will learn the purpose and types of security controls, such as technical, administrative, and physical controls.

🛠️ Skills You Will Build

  • You will build the skill to apply the CIA triad to evaluate the security posture of assets.
  • You will build the skill to recognize how IAAA principles are implemented in access control systems.
  • You will build the skill to identify components within a risk management framework.
  • You will build the skill to differentiate between various security control categories and their implementation.

💡 Top Tips to Prepare

  • Memorize the definitions and components of the CIA triad and IAAA as they are foundational concepts.
  • Focus on understanding the risk management lifecycle, from asset identification to control implementation.
  • Practice classifying different security controls into technical, administrative, and physical categories.
  • Review the (ISC)² Code of Ethics canons and understand their application to professional conduct.

5: Security Operations · 4 questions

📖 About this Domain

Security Operations covers the foundational processes and procedures for protecting organizational assets. This domain focuses on data security, system monitoring, and configuration management. It details how security teams detect, respond to, and recover from security incidents.

🎓 What You Will Learn

  • You will learn data security concepts, including data classification, encryption, and data handling policies.
  • You will learn logging and monitoring concepts, such as using a Security Information and Event Management (SIEM) for event correlation.
  • You will learn configuration management to establish secure baselines and manage system hardening.
  • You will learn incident response (IR) processes and disaster recovery (DR) planning for business continuity.

🛠️ Skills You Will Build

  • You will build skills to analyze security events using logs from firewalls, IDS/IPS, and SIEM systems.
  • You will build skills to apply security policies for data handling, access control, and asset management.
  • You will build skills in configuration management, including applying secure baselines and managing configuration drift.
  • You will build skills to support incident response (IR) and disaster recovery (DR) activities.

💡 Top Tips to Prepare

  • Focus on the incident response lifecycle and the steps within change management processes.
  • Understand the function of log aggregation and correlation within a Security Information and Event Management (SIEM) platform.
  • Connect abstract concepts like secure baselining and data classification to practical operational security tasks.
  • Review the role of physical security controls as part of a defense-in-depth security posture.

4: Network Security · 4 questions

📖 About this Domain

This domain covers computer networking concepts, protocols, and infrastructure devices. It details the OSI and TCP/IP models, common network-based attacks, and the security controls used to protect network traffic and assets.

🎓 What You Will Learn

  • You will learn to compare the layers and functions of the OSI and TCP/IP models, including the process of data encapsulation.
  • You will learn the purpose of core networking protocols such as TCP, UDP, IP, DNS, and DHCP that enable network communication.
  • You will learn about network security infrastructure components like firewalls, IDS/IPS, Network Access Control (NAC), and VPNs.
  • You will learn to identify common network-based attacks including Denial-of-Service (DoS), Man-in-the-Middle (MitM), and IP spoofing.

🛠️ Skills You Will Build

  • You will build the skill to map network protocols and devices to the correct layers of the OSI and TCP/IP models.
  • You will build the skill to differentiate between connection-oriented (TCP) and connectionless (UDP) transport protocols.
  • You will build the skill to identify the appropriate network security control for a given scenario, such as using a firewall for packet filtering.
  • You will build the skill to recognize attack vectors that exploit network protocols and infrastructure.

💡 Top Tips to Prepare

  • Focus on memorizing the OSI and TCP/IP layers and the key protocols, or PDUs, that operate at each layer.
  • Understand the core function of common ports and protocols, especially the difference between TCP and UDP.
  • Visualize network traffic flow through devices like routers, switches, and firewalls to understand security choke points.
  • Practice associating specific network attacks, like port scanning, with the defensive tools used to detect or prevent them, like an IDS or firewall.

2: Business Continuity (BC), Disaster Recovery (DR) & Incident Response Concepts · 3 questions

📖 About this Domain

This domain focuses on maintaining operational resilience against disruptive events. It details the concepts and processes behind business continuity, disaster recovery, and incident response.

🎓 What You Will Learn

  • Understand the purpose of a Business Continuity Plan (BCP) and its core component, the Business Impact Analysis (BIA).
  • Learn the function of a Disaster Recovery Plan (DRP) and the characteristics of recovery sites like hot, warm, and cold sites.
  • Grasp the phases of the incident response lifecycle, from preparation and identification to containment and lessons learned.
  • Differentiate the specific goals and scopes of BC, DR, and incident response within an organization's security posture.

🛠️ Skills You Will Build

  • Ability to identify critical business functions and their dependencies using Business Impact Analysis (BIA) principles.
  • Competency in evaluating disaster recovery strategies, including the selection of appropriate recovery sites.
  • Skill in applying the incident response lifecycle to manage and mitigate security incidents effectively.
  • Capability to contribute to the creation and maintenance of organizational BCP and DRP documentation.

💡 Top Tips to Prepare

  • Memorize the definitions and objectives of Recovery Time Objective (RTO) and Recovery Point Objective (RPO).
  • Understand the exact sequence and purpose of each phase in the incident response lifecycle.
  • Clearly distinguish the roles of a BCP (keeps business running) versus a DRP (recovers IT systems after a disaster).
  • Practice associating specific scenarios with the correct response framework: BC, DR, or incident response.

3: Access Controls Concepts · 2 questions

📖 About this Domain

This domain introduces the core concepts of controlling access to assets. It covers the implementation of both physical and logical controls. The focus is on the principles of authentication, authorization, and accountability (AAA).

🎓 What You Will Learn

  • The function of physical access controls such as locks, fencing, and security guards.
  • The components of logical access controls, including identification, authentication, authorization, and accountability.
  • Different access control models like Discretionary Access Control (DAC), Mandatory Access Control (MAC), and Role-Based Access Control (RBAC).
  • The purpose and application of various authentication factors and methods.

🛠️ Skills You Will Build

  • Ability to differentiate between various physical and logical access control mechanisms.
  • Competency in applying the principle of least privilege to security scenarios.
  • Skill in identifying the components of the AAA security framework.
  • Understanding of how to select appropriate access control models for specific environments.

💡 Top Tips to Prepare

  • Memorize the definitions and differences between DAC, MAC, and RBAC models.
  • Clearly distinguish between the concepts of authentication and authorization.
  • Focus on the principle of least privilege as it applies to all access control decisions.
  • Practice identifying examples of physical controls versus logical controls.

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top

FLASH OFFER

Days
Hours
Minutes
Seconds

avail 10% DISCOUNT on YOUR PURCHASE