LATEST UPDATE 2026/2027 | ACTUAL EXAM | PRACTICE QUESTIONS AND
ANSWERS | EXAM REVIEW | 100% CORRECT ANSWERS | VERIFIED SOLUTIONS
This comprehensive mock examination is designed for experienced information security
professionals preparing for the ISC2 Certified Cloud Security Professional (CCSP) certification.
The CCSP validates advanced technical skills in designing, managing, and securing cloud
environments across all service models and deployment types. This 100-question mock exam
simulates the format and cognitive level of the actual CCSP examination, spanning all six
domains of the CCSP Common Body of Knowledge. Each question has been developed to test
practical, real-world cloud security knowledge including architecture design, data protection,
platform security, application security, operations management, and legal compliance. By
completing this mock examination under timed conditions and thoroughly reviewing the detailed
answer rationales, candidates will validate their cloud security expertise, identify knowledge
gaps, and build the confidence required for first-attempt success on the CCSP examination.
Table of Contents
Domain 1: Cloud Concepts, Architecture, and Design (Questions 1-17)
Domain 2: Cloud Data Security (Questions 18-35)
Domain 3: Cloud Platform and Infrastructure Security (Questions 36-52)
Domain 4: Cloud Application Security (Questions 53-68)
Domain 5: Cloud Security Operations (Questions 69-84)
Domain 6: Legal, Risk, and Compliance (Questions 85-100)
,DOMAIN 1: CLOUD CONCEPTS, ARCHITECTURE, AND DESIGN
Question 1
A multinational organization must comply with data residency requirements in three different
countries. The organization wants to leverage public cloud services while ensuring data remains
within each required jurisdiction. Which architectural approach best meets these requirements?
A) Deploy all services in a single global cloud region
B) Use cloud regions physically located within each required country and implement controls
preventing cross-border data transfers
C) Deploy a single private cloud and replicate data globally
D) Use any cloud region and rely on encryption for compliance
Correct Answer: B
Data residency requires data to be stored and processed within specific geographic boundaries.
Selecting regions within each required country and implementing controls to prevent
unauthorized cross-border transfers satisfies these requirements. Encryption (D) does not
address the geographic location of data storage and processing.
Question 2
In an Infrastructure as a Service deployment, which security component remains the cloud
customer's responsibility?
A) Physical security of the data center facility
B) Security of the hypervisor and virtualization layer
C) Guest operating system patching and application security
D) Physical network infrastructure security
Correct Answer: C
In IaaS, the provider secures the physical facility, hardware, hypervisor, and network
infrastructure. The customer is responsible for the guest operating system, applications, data,
and identity management. This shared responsibility model is fundamental to cloud security
understanding.
,Question 3
A cloud architect needs to design a solution that provides the highest level of control and
isolation for a regulated workload. The solution must be dedicated to a single organization.
Which cloud deployment model should be selected?
A) Public cloud
B) Community cloud
C) Private cloud
D) Hybrid cloud
Correct Answer: C
A private cloud provides infrastructure dedicated to a single organization, offering the highest
level of control, isolation, and customization. It can be on-premises or hosted by a third party.
Public cloud (A) involves shared infrastructure. Community cloud (B) is shared among related
organizations.
Question 4
What is the primary function of a cloud access security broker in an enterprise architecture?
A) To replace all existing security infrastructure
B) To sit between cloud users and cloud services, providing visibility, policy enforcement, and
threat protection
C) To manage cloud provider billing and invoicing
D) To design cloud-native applications
Correct Answer: B
A CASB provides a control point for cloud service usage. It offers visibility into shadow IT,
enforces security policies (DLP, access control, encryption), and provides threat protection
across multiple cloud services. It extends enterprise security controls to cloud environments.
Question 5
An organization requires a disaster recovery solution with a Recovery Time Objective of less
than 10 minutes and near-zero data loss. Which cloud architecture pattern achieves these
objectives?
A) Weekly backups to cold storage with manual restore
B) Active-active deployment spanning multiple availability zones with synchronous replication
, C) Single-region deployment with daily snapshots
D) Pilot light configuration with manual failover
Correct Answer: B
Active-active with synchronous replication provides near-instantaneous failover and zero or
near-zero data loss. Multiple availability zones provide physical redundancy within a region.
Weekly backups (A) and daily snapshots (C) would result in significant data loss. Pilot light (D)
requires spin-up time exceeding 10 minutes.
Question 6
Which cloud characteristic enables an e-commerce platform to automatically provision
additional web servers during a holiday sales event and release them afterward?
A) Broad network access
B) Resource pooling
C) Rapid elasticity
D) Measured service
Correct Answer: C
Rapid elasticity enables resources to be provisioned and released dynamically to match demand.
For an e-commerce platform facing seasonal spikes, this means automatically scaling up during
peak periods and scaling down afterward, optimizing both performance and cost.
Question 7
What is the primary security difference between virtual machines and containers?
A) VMs and containers provide identical isolation
B) VMs have their own complete operating system and kernel, providing stronger isolation;
containers share the host kernel, providing process-level isolation
C) Containers provide stronger isolation than VMs
D) VMs share the host kernel with other VMs
Correct Answer: B
VMs run complete operating systems on a hypervisor, providing strong isolation through
hardware virtualization. Containers share the host operating system kernel, providing lighter-