ACTUAL EXAM | PRACTICE QUESTIONS AND ANSWERS | EXAM REVIEW | 100%
CORRECT ANSWERS | VERIFIED SOLUTIONS
his comprehensive practice examination is designed for experienced information security
professionals preparing for the ISC2 Certified Cloud Security Professional (CCSP) certification.
The CCSP validates advanced technical skills and knowledge in designing, managing, and
securing cloud environments. Spanning all six domains of the CCSP Common Body of
Knowledge, this resource provides rigorous practice questions that reflect the technical depth
and real-world scenarios encountered in cloud security. Each question has been developed to
test practical knowledge of cloud architecture, data security, platform security, application
security, operations, and legal compliance. By working through these 100 verified questions with
detailed answer rationales, candidates will validate their cloud security expertise 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-34)
Domain 3: Cloud Platform and Infrastructure Security (Questions 35-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 cloud architect is designing a solution for an organization that wants to migrate to the cloud
but has strict data residency requirements. The organization must ensure all customer data
remains within its home country. Which cloud deployment model and strategy best addresses
this requirement?
A) A global public cloud deployment with data replication across all regions
B) A community cloud shared among multiple organizations in the same country
C) A cloud deployment using only cloud regions physically located within the required country
D) A multi-cloud deployment with data randomly distributed worldwide
Correct Answer: C
Data residency requires that data be stored and processed within specific geographic
boundaries. Selecting cloud regions physically located within the required country satisfies this
requirement. A global deployment (A) would violate data residency. Community cloud (B) does
not inherently guarantee geographic boundaries. Random distribution (D) clearly violates
residency requirements.
Question 2
What is the defining characteristic of a private cloud deployment model?
A) Infrastructure is shared among multiple unrelated organizations
B) Infrastructure is provisioned for exclusive use by a single organization
C) Services are delivered exclusively over the public internet
D) Resources are dynamically shared between public and private environments
Correct Answer: B
A private cloud provides infrastructure dedicated to a single organization. It may be on-premises
or hosted by a third party, but the resources are not shared with other organizations. This
provides the highest level of control and isolation. Public cloud (A) involves shared
infrastructure. Hybrid cloud (D) combines private and public.
,Question 3
In an Infrastructure as a Service model, which security responsibilities does the cloud customer
retain?
A) Physical security of the data center
B) Security of the hypervisor layer
C) Guest operating system security, application security, and data security
D) All security responsibilities transfer to the cloud provider
Correct Answer: C
In IaaS, the provider secures the physical infrastructure, hypervisor, and network virtualization.
The customer is responsible for everything above the hypervisor: guest OS patching and
hardening, application security, data protection, and identity management. This is the shared
responsibility model.
Question 4
What is the primary benefit of using a cloud access security broker in an enterprise environment?
A) Replacing all existing on-premises security controls
B) Providing visibility, compliance, and security policy enforcement across multiple cloud
services
C) Increasing network bandwidth for cloud applications
D) Eliminating the need for encryption in cloud environments
Correct Answer: B
A CASB sits between users and cloud services, providing visibility into cloud usage, enforcing
security policies (DLP, access control), and ensuring compliance. It does not replace existing
controls (A) but extends them to cloud services.
Question 5
An organization is designing a disaster recovery strategy in the cloud. The strategy requires
Recovery Time Objective of less than 15 minutes and Recovery Point Objective of near-zero
data loss. Which architecture best meets these requirements?
A) Weekly backups to cloud object storage
B) Active-active deployment across multiple availability zones with synchronous data replication
, C) Cold storage with manual failover procedures
D) Single-region deployment with daily snapshots
Correct Answer: B
Active-active with synchronous replication provides the fastest recovery (near-zero RTO) and
minimal data loss (near-zero RPO). Weekly backups (A) and daily snapshots (D) have much
longer RPOs. Cold storage with manual failover (C) has very long RTO.
Question 6
What is the primary purpose of the Cloud Controls Matrix published by the Cloud Security
Alliance?
A) To replace all other compliance frameworks
B) To provide a controls framework specifically designed for cloud computing, mapping to
multiple standards
C) To serve as a cloud provider selection tool
D) To define cloud pricing models
Correct Answer: B
The CCM is a cybersecurity controls framework for cloud computing. It maps to multiple
industry standards (ISO 27001, NIST, PCI DSS, etc.) and helps organizations assess cloud
security posture consistently.
Question 7
Which cloud characteristic allows resources to be rapidly scaled up or down based on demand?
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.
This allows organizations to scale quickly without over-provisioning. Resource pooling (B) is
about sharing infrastructure. Measured service (D) is about metering and billing.