- A
Use the cloud provider's native KMS with automatic key rotation and rely on encryption at rest.
Why wrong: Cloud provider KMS does not guarantee key separation; the provider may have access.
- B
Implement a cloud-based HSM (Hardware Security Module) for key management and use confidential computing for processing.
HSM provides key separation; confidential computing protects data in use.
- C
Encrypt data with client-side encryption before upload and store keys in the cloud KMS.
Why wrong: Storing keys in cloud KMS still gives provider potential access.
- D
Use tokenization for all sensitive data and store tokens in a separate cloud database.
Why wrong: Tokenization does not protect data during processing and introduces complexity.
Quick Answer
The answer is to implement a cloud-based HSM for key management and use confidential computing for processing. This is correct because confidential computing leverages hardware-based trusted execution environments (TEEs) to encrypt data in use—protecting it while it resides in memory or temporary storage—while a cloud-based HSM ensures the customer retains exclusive control over encryption keys, achieving the required key separation from the cloud provider. On the CCSP exam, this scenario tests your understanding of how to combine encryption controls across all three data states: at rest, in transit, and in use, with a focus on minimizing performance impact through hardware acceleration. A common trap is to confuse confidential computing with simple software-based encryption or to overlook that HSMs provide dedicated key management without exposing keys to the provider. Remember the mnemonic “CHT” for the three states: Cloud HSM for keys, TLS for transit, and TEE for in-use processing.
CCSP Cloud Data Security Practice Question
This CCSP practice question tests your understanding of cloud data security. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A multinational financial services company uses a hybrid cloud environment with workloads in AWS and Azure. They recently acquired a smaller firm and must integrate their data while maintaining compliance with GDPR and PCI DSS. The acquired firm stores customer payment data in an on-premises Oracle database and wants to migrate it to the cloud. During the migration, they must ensure that the data is encrypted at all times—at rest, in transit, and during processing. The security team has implemented TLS for data in transit and plans to use cloud-native encryption for at-rest data. However, they are concerned about data being processed in memory or temporary storage. They also need to maintain key separation so that the cloud provider cannot access the encryption keys. The CISO wants to implement a solution that minimizes performance impact while meeting compliance requirements. Which of the following is the BEST course of action?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Implement a cloud-based HSM (Hardware Security Module) for key management and use confidential computing for processing.
Option B is correct because it addresses the requirement for data to be encrypted during processing (in memory) via confidential computing, which uses hardware-based trusted execution environments (TEEs) to protect data in use. A cloud-based HSM ensures key separation by keeping encryption keys under the customer's exclusive control, preventing the cloud provider from accessing them, and minimizes performance impact compared to software-based encryption.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use the cloud provider's native KMS with automatic key rotation and rely on encryption at rest.
Why it's wrong here
Cloud provider KMS does not guarantee key separation; the provider may have access.
- ✓
Implement a cloud-based HSM (Hardware Security Module) for key management and use confidential computing for processing.
Why this is correct
HSM provides key separation; confidential computing protects data in use.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Encrypt data with client-side encryption before upload and store keys in the cloud KMS.
Why it's wrong here
Storing keys in cloud KMS still gives provider potential access.
- ✗
Use tokenization for all sensitive data and store tokens in a separate cloud database.
Why it's wrong here
Tokenization does not protect data during processing and introduces complexity.
Common exam traps
Common exam trap: answer the scenario, not the keyword
ISC2 often tests the misconception that encryption at rest and in transit is sufficient for compliance, ignoring the requirement for data to be protected during processing, and that cloud KMS alone provides key separation when it does not prevent provider access to keys.
Detailed technical explanation
How to think about this question
Confidential computing leverages CPU-level TEEs such as Intel SGX or AMD SEV to isolate data in memory, encrypting it even while being processed, which is critical for GDPR and PCI DSS compliance when handling payment data. A cloud HSM (e.g., AWS CloudHSM or Azure Dedicated HSM) provides FIPS 140-2 Level 3 validated hardware that stores keys in tamper-resistant devices, ensuring the cloud provider cannot extract or use the keys. This combination allows data to remain encrypted at rest (via HSM-backed keys), in transit (via TLS), and in use (via TEEs), meeting the 'encrypted at all times' requirement.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Cloud Data Security — study guide chapter
Learn the concepts, then practise the questions
- →
Cloud Data Security practice questions
Targeted practice on this topic area only
- →
All CCSP questions
504 questions across all exam domains
- →
Certified Cloud Security Professional CCSP study guide
Full concept coverage aligned to exam objectives
- →
CCSP practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CCSP practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Cloud Application Security practice questions
Practise CCSP questions linked to Cloud Application Security.
Cloud Security Operations practice questions
Practise CCSP questions linked to Cloud Security Operations.
Legal, Risk and Compliance practice questions
Practise CCSP questions linked to Legal, Risk and Compliance.
Cloud Concepts, Architecture and Design practice questions
Practise CCSP questions linked to Cloud Concepts, Architecture and Design.
Cloud Platform and Infrastructure Security practice questions
Practise CCSP questions linked to Cloud Platform and Infrastructure Security.
Cloud Data Security practice questions
Practise CCSP questions linked to Cloud Data Security.
CCSP fundamentals practice questions
Practise CCSP questions linked to CCSP fundamentals.
CCSP scenario practice questions
Practise CCSP questions linked to CCSP scenario.
CCSP troubleshooting practice questions
Practise CCSP questions linked to CCSP troubleshooting.
Practice this exam
Start a free CCSP practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this CCSP question test?
Cloud Data Security — This question tests Cloud Data Security — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Implement a cloud-based HSM (Hardware Security Module) for key management and use confidential computing for processing. — Option B is correct because it addresses the requirement for data to be encrypted during processing (in memory) via confidential computing, which uses hardware-based trusted execution environments (TEEs) to protect data in use. A cloud-based HSM ensures key separation by keeping encryption keys under the customer's exclusive control, preventing the cloud provider from accessing them, and minimizes performance impact compared to software-based encryption.
What should I do if I get this CCSP question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 30, 2026
This CCSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CCSP exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.