Question 240 of 504
Cloud Data SecuritymediumMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is BYOK with an HSM in the cloud because HIPAA mandates that the covered entity maintain exclusive control over its encryption keys, and the Bring Your Own Key (BYOK) model allows the organization to generate and manage keys externally while using a hardware security module to enforce that the cloud provider never has access to the key material. This directly satisfies the HIPAA requirement for the organization itself to manage encryption keys, whereas server-side encryption (SSE) would leave key management to the provider and fail the compliance test. On the Certified Cloud Security Professional CCSP exam, this scenario tests your understanding of key management ownership versus encryption implementation—a common trap is confusing SSE with BYOK when the question explicitly states the organization must manage the keys. Remember the mnemonic: “BYOK keeps the key, SSE lets the cloud see.”

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 healthcare organization stores patient records in a cloud-based object storage service. To comply with HIPAA, they must ensure that data is encrypted at rest and that encryption keys are managed by the organization itself. Which key management approach should they implement?

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

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 Bring Your Own Key (BYOK) model with a hardware security module (HSM) in the cloud.

Option D is correct because HIPAA requires the organization to maintain control over encryption keys, and a Bring Your Own Key (BYOK) model with a hardware security module (HSM) in the cloud allows the healthcare organization to generate, store, and manage their own keys externally while using them for cloud-based encryption. This approach ensures that the cloud provider cannot access the keys, meeting the regulatory requirement for key management by the organization itself.

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 server-side encryption with S3-managed keys (SSE-S3).

    Why it's wrong here

    Incorrect: SSE-S3 uses AWS-managed keys, giving the organization no control over key management.

  • Use server-side encryption with AWS KMS-managed keys (SSE-KMS).

    Why it's wrong here

    Incorrect: SSE-KMS gives the organization some control, but key management is still partially handled by AWS, which may not satisfy HIPAA requirements.

  • Use client-side encryption with customer-supplied encryption keys (CSEKS).

    Why it's wrong here

    Incorrect: CSEKS is not a standard term; the correct term is SSE-C, but it requires the client to manage keys manually.

  • Implement a Bring Your Own Key (BYOK) model with a hardware security module (HSM) in the cloud.

    Why this is correct

    Correct: BYOK allows the organization to control the encryption keys and meet compliance requirements.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

ISC2 often tests the distinction between server-side encryption (where the provider manages keys) and client-side or BYOK models (where the customer retains key control), and the trap here is that candidates may assume SSE-KMS (Option B) gives the organization full key control, but KMS still allows the provider to manage the key lifecycle, failing the strict HIPAA requirement for the organization to be the sole manager.

Detailed technical explanation

How to think about this question

Under the hood, BYOK with an HSM typically uses the OASIS Key Management Interoperability Protocol (KMIP) or AWS CloudHSM to import a key from an on-premises HSM into a cloud HSM, where the key never leaves the HSM boundary in plaintext. In a real-world scenario, a healthcare provider might use a Thales or Gemalto HSM on-premises to generate a key, then securely transfer it to AWS CloudHSM using a wrapping key, ensuring the cloud provider never has access to the plaintext key material, which is critical for HIPAA audits.

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.

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.

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 Bring Your Own Key (BYOK) model with a hardware security module (HSM) in the cloud. — Option D is correct because HIPAA requires the organization to maintain control over encryption keys, and a Bring Your Own Key (BYOK) model with a hardware security module (HSM) in the cloud allows the healthcare organization to generate, store, and manage their own keys externally while using them for cloud-based encryption. This approach ensures that the cloud provider cannot access the keys, meeting the regulatory requirement for key management by the organization itself.

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.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on CCSP

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company is storing sensitive customer data in an S3 bucket. They need to ensure data is encrypted at rest and that the encryption keys are managed by the cloud provider. Which encryption strategy should they use?

medium
  • A.SSE-C (Server-Side Encryption with Customer-Provided Keys)
  • B.Client-side encryption
  • C.SSE-KMS (Server-Side Encryption with AWS KMS)
  • D.SSE-S3 (Server-Side Encryption with S3-Managed Keys)

Why D: SSE-S3 (Server-Side Encryption with S3-Managed Keys) encrypts data at rest using AES-256, with the encryption keys fully managed by AWS. This meets the requirement for the cloud provider to handle key management without any customer involvement in key generation, storage, or rotation.

Variation 2. A financial services company is migrating sensitive customer data to a cloud environment. The compliance team requires that all data at rest be encrypted using a key managed by the organization, not the cloud provider. Which solution should the company implement?

easy
  • A.Enforce TLS 1.2 for all data transfers
  • B.Implement tokenization for all sensitive fields
  • C.Client-side encryption using a customer-managed key
  • D.Server-side encryption with AWS S3 managed keys (SSE-S3)

Why C: Option C is correct because client-side encryption ensures that data is encrypted before it leaves the organization's control, and the customer retains sole possession of the encryption key. This satisfies the compliance requirement that the cloud provider never has access to the key, as the provider only stores the encrypted ciphertext. In contrast, server-side encryption options (like SSE-S3) involve the provider managing or having access to the key material.

Last reviewed: Jun 30, 2026

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.

Loading comments…

Sign in to join the discussion.

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.