SaveMyCert
Log in
5 of 5 free questions left today·for unlimited practice
CC practice

Free CC practice questions

Drill exam-realistic ISC2 Certified in Cybersecurity (CC) questions by domain, with an explanation on every option — not just the right one. 5 fully worked examples are further down this page, answers included.

Question bank
380
across 5 domains
Free, no account
5/day
sign up free to remove the cap
Real exam
100 Qs
120 min · pass 700
Explanations
Every option
right and wrong

Build a practice session

Domains

How many?

Mode

Ready when you are

10 fresh questions drawn across all domains, in Learn mode.

Focused review

Every question you answer incorrectly, and every question you flag while practising, is saved here automatically. Finish a session and you can come back to re-drill just those.

5 sample CC questions, fully explained

Real questions from the CC bank, with the answer key and the reasoning behind every option. Read them, then go back up the page and try the rest.

Question 1Security Principles

Which element of the CIA triad ensures that information is accessible only to people who are authorized to see it?

Choose one.

  • a
    Confidentiality Correct

    Confidentiality is the principle of restricting information access to authorized individuals and preventing disclosure to anyone else.

  • b
    Integrity

    Integrity is about protecting information from unauthorized modification, not about who is allowed to view it.

  • c
    Availability

    Availability ensures authorized users can reach systems and data when needed; it does not restrict who may view information.

  • d
    Non-repudiation

    Non-repudiation prevents someone from denying an action they performed; it is not part of the CIA triad and does not control viewing access.

The concept

The CIA triad is the foundation of information security: Confidentiality, Integrity, and Availability. Confidentiality means only authorized people, processes, or systems can access information.

Why that’s the answer

Restricting access to authorized viewers is the textbook definition of confidentiality. Integrity concerns accuracy and protection from tampering, and availability concerns timely, reliable access, so neither matches the question. Non-repudiation is a separate assurance concept outside the triad.

How to reason it out
  1. Recall the three elements of the CIA triad: Confidentiality, Integrity, Availability.
  2. Match the phrase 'accessible only to authorized people' to the definition of each element.
  3. Only confidentiality is defined by controlling who can view or access information.
  4. Eliminate integrity (modification), availability (uptime), and non-repudiation (denial of actions).

Exam tip: Confidentiality means only authorized parties can access information; think of it as protection against unauthorized disclosure.

CIA Triad, AAA, and Non-Repudiation: Core ISC2 CC Security Concepts — the lesson that teaches this.

Question 2Security Governance

Which three disciplines are integrated in a GRC program?

Choose one.

  • a
    Governance, risk management, and compliance Correct

    GRC stands for Governance, Risk, and Compliance, the three disciplines an organization integrates so leadership direction, risk handling, and regulatory obligations work together.

  • b
    Guidance, response, and containment

    Response and containment are incident response phases, not the disciplines the GRC acronym describes.

  • c
    Goals, resources, and controls

    Goals, resources, and controls are general management concepts; they are not what the letters G, R, and C represent in GRC.

  • d
    Gap analysis, remediation, and certification

    Gap analysis, remediation, and certification are activities that can happen inside a compliance effort, but they are not the three GRC disciplines.

The concept

GRC is an integrated approach that combines governance (leadership setting direction and accountability), risk management (handling risk within the appetite leadership sets), and compliance (meeting external legal requirements and internal policies).

Why that’s the answer

The acronym GRC expands directly to Governance, Risk, and Compliance. The other options mix in incident response phases, generic management terms, and audit activities that are not the three named disciplines.

How to reason it out
  1. Expand the acronym: G is governance, R is risk, C is compliance.
  2. Recall that each letter is a full discipline, not a single task or project phase.
  3. Eliminate options that list incident response steps or audit activities instead of the three disciplines.

Exam tip: GRC is the integration of governance, risk management, and compliance into one coordinated program.

Governance, Risk, and Compliance (GRC) for the ISC2 CC Exam — the lesson that teaches this.

Question 3Identity And Access Management (IAM) Concepts

Which sequence correctly lists the phases of the identity life cycle in order?

Choose one.

  • a
    Provisioning, roles definition, deprovisioning, review

    Provisioning cannot come first because you must define what access a role needs before you can grant it, and review must happen before deprovisioning, not after.

  • b
    Roles definition, provisioning, review, deprovisioning Correct

    The life cycle starts by defining the access each role requires, then grants that access (provisioning), then periodically reviews it, and finally removes it when the person leaves (deprovisioning).

  • c
    Review, provisioning, roles definition, deprovisioning

    There is nothing to review before any access has been granted, and roles must be defined before provisioning, not after it.

  • d
    Deprovisioning, review, provisioning, roles definition

    This is the life cycle exactly reversed; deprovisioning is the final phase, triggered when a person separates from the organization.

The concept

The identity life cycle describes how an identity and its access are managed from creation to removal: roles definition, provisioning, review, and deprovisioning.

Why that’s the answer

Access must be planned before it is granted, checked while it is in use, and removed when it is no longer needed. That logic forces the order: define the role and its required access first, provision an account with exactly that access, review the access periodically to confirm it is still appropriate, and deprovision the account when the person leaves.

How to reason it out
  1. Roles definition: decide what access each job role requires before anyone is granted anything.
  2. Provisioning: create the account and grant only the access the defined role needs.
  3. Review: periodically recertify that each user still needs the access they hold.
  4. Deprovisioning: remove access promptly when the person separates from the organization.

Exam tip: Remember the life cycle as define, grant, check, remove: roles definition, provisioning, review, deprovisioning.

Identity Life Cycle Management: Provisioning, Review, and Deprovisioning — the lesson that teaches this.

Question 4Networking and Cloud Security Concepts

How many layers does the OSI reference model contain?

Choose one.

  • a
    4

    Four layers describes the TCP/IP model, not the OSI reference model.

  • b
    5

    Five layers is sometimes used in informal hybrid teaching models, but the OSI reference model defines seven layers.

  • c
    7 Correct

    The OSI model has seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

  • d
    8

    There is no eighth layer in the OSI model; the model stops at Layer 7, the Application layer.

The concept

The OSI reference model is a conceptual framework that divides network communication into seven distinct layers, each with a defined responsibility.

Why that’s the answer

The OSI model defines exactly seven layers. From bottom to top they are Physical (1), Data Link (2), Network (3), Transport (4), Session (5), Presentation (6), and Application (7). The simpler TCP/IP model condenses these functions into four layers, which is a common source of confusion.

How to reason it out
  1. Recall that OSI stands for Open Systems Interconnection and is the more detailed of the two common models.
  2. Count the layers from the bottom up: Physical, Data Link, Network, Transport, Session, Presentation, Application.
  3. Distinguish it from the TCP/IP model, which has only four layers covering the same overall functions.

Exam tip: OSI has 7 layers; TCP/IP has 4. Memorize the seven OSI layer names in order.

Network Security Basics: OSI Model, TCP/IP, Firewalls, and VPNs — the lesson that teaches this.

Question 5Security Operations and Incident Response

What is the primary purpose of data classification in an organization?

Choose one.

  • a
    To label data by sensitivity so the strength of protection matches the potential impact of disclosure Correct

    Classification assigns sensitivity labels so that more sensitive data receives stronger controls and less sensitive data is not overprotected.

  • b
    To compress data so it consumes less storage space

    Compression is a storage efficiency technique and has nothing to do with assigning sensitivity levels.

  • c
    To encrypt every file in the organization with the same algorithm

    Classification decides how strongly data should be protected; it does not itself encrypt anything, and uniform treatment defeats its purpose.

  • d
    To delete data that is no longer needed

    Disposal is a separate lifecycle activity; classification informs disposal decisions but its purpose is labeling by sensitivity.

The concept

Data classification labels information by its sensitivity, for example public, internal, confidential, and restricted, so that the level of protection applied is proportional to the harm its disclosure or loss would cause.

Why that’s the answer

The whole point of classification is matching protection to value: restricted data gets encryption, strict access control, and careful handling, while public data needs little. Without labels, an organization either overprotects everything at great cost or underprotects its most sensitive assets. Compression, encryption, and deletion are separate activities that classification may guide but does not perform.

How to reason it out
  1. Recall that classification assigns sensitivity labels such as public, internal, confidential, and restricted.
  2. Connect the label to its consequence: the label drives how strongly the data is protected and handled.
  3. Eliminate options describing compression, encryption, or deletion, which are distinct activities that classification informs rather than performs.

Exam tip: Classification labels data by sensitivity, and the label drives how strongly the data is protected.

Data Security: Classification, Masking, Sanitization, and Encryption Basics — the lesson that teaches this.

The CC question bank, by domain

The bank is built to the exam's own weighting, so the practice you get reflects the marks that are actually on offer — not whichever domain was easiest to write questions for.

Published CC practice questions per exam domain
DomainExam weightTopicsQuestions
Security Principles24%5100
Security Governance17%480
Identity And Access Management (IAM) Concepts20%240
Networking and Cloud Security Concepts22%360
Security Operations and Incident Response17%5100
Total100%19380

How CC questions are worded

Most CC questions are not asking whether you can recall a definition. They describe a situation and ask which option satisfies it — so the skill being tested is reading the requirement precisely and eliminating options that fail it.

Single-response vs multiple-response

A single-response question has exactly one right answer. A multiple-response question tells you how many to pick ("Choose TWO") and there is no partial credit — getting one of the two right scores nothing. Read that instruction before you read the options.

Read the last line first

The final sentence is the actual question; everything before it is scenario. Read it first, then read the scenario knowing what you are looking for. It stops you from building an answer in your head that the question never asked for.

Hunt for the qualifier

Most scenarios turn on one word — MOST cost-effective, LEAST operational overhead, with the LEAST latency, without changing application code. Two options are frequently both technically correct, and the qualifier is the only thing separating them.

Eliminate, then choose

Distractors are almost always real ISC2 services doing a real job — just not this job. Rule out the ones that break a stated constraint before you compare what's left. On a question you truly don't know, eliminating two options turns a guess into a coin flip.

Beyond CC practice

CC practice questions: your questions

Yes. You can answer 5 questions a day with no account at all, and creating a free account removes the daily limit entirely — the full 380-question CC bank, with an explanation on every option.