Question 419 of 504
Legal, Risk and CompliancemediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is enabling detailed logging of all access to encrypted data. While SSE-S3 and TLS 1.2 satisfy the encryption requirements for data at rest and in transit, GDPR accountability under Article 5(2) demands that an organization can demonstrate compliance through verifiable evidence. Detailed access logs create an immutable audit trail that records who accessed personal data, when, and from where, directly fulfilling the ‘demonstrate compliance’ principle and the record-keeping obligations of Article 30. On the Certified Cloud Security Professional CCSP exam, this question tests your understanding that encryption alone is not enough—accountability requires proof of control over the data lifecycle. A common trap is to assume that encryption controls automatically satisfy GDPR, when in fact the regulation demands active monitoring and logging to prove that encryption was properly enforced and that access was authorized. Memory tip: think “Encrypt + Log = Accountable” to remember that encryption without logging is like locking a door but never checking who has the key.

CCSP Legal, Risk and Compliance Practice Question

This CCSP practice question tests your understanding of legal, risk and compliance. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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 company's cloud infrastructure is subject to GDPR. The DPO requires that all customer personal data be encrypted at rest and in transit. The cloud provider offers SSE-S3 for object storage and enforces TLS 1.2 for API calls. Which additional control should the company implement to meet GDPR accountability requirements?

Question 1mediummultiple choice
Full question →

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

Enable detailed logging of all access to encrypted data.

While SSE-S3 and TLS 1.2 address encryption at rest and in transit, GDPR accountability requires the company to demonstrate compliance through audit trails. Enabling detailed logging of all access to encrypted data (Option B) provides the necessary records to prove who accessed personal data, when, and from where, fulfilling the 'demonstrate compliance' principle under Article 5(2) and Article 30 of the GDPR.

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.

  • Implement client-side encryption with a key management service.

    Why it's wrong here

    Client-side encryption adds complexity but is not required by GDPR if server-side encryption is already in place.

  • Enable detailed logging of all access to encrypted data.

    Why this is correct

    Logging provides an audit trail to demonstrate compliance with GDPR accountability.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Automatically delete backups older than 30 days.

    Why it's wrong here

    Backup retention policies are operational, not a specific GDPR accountability control.

  • Apply data masking to all personal data fields before storage.

    Why it's wrong here

    Data masking is used for non-production environments, not for meeting accountability.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse encryption controls (Options A and D) or data lifecycle policies (Option C) with accountability, which is a governance and audit requirement, not a technical data protection measure.

Detailed technical explanation

How to think about this question

Under the hood, AWS CloudTrail or S3 server access logs capture every API call (e.g., GetObject, PutObject) with source IP, user identity, and timestamp. GDPR Article 30 mandates that processing activities be recorded, and Article 5(2) requires the controller to demonstrate compliance; without these logs, an auditor cannot verify that encryption keys were not exposed or that access was legitimate. In a real-world scenario, a DPO would request these logs during an audit to prove that only authorized roles accessed encrypted PII, and that no unauthorized decryption occurred.

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?

Legal, Risk and Compliance — This question tests Legal, Risk and Compliance — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Enable detailed logging of all access to encrypted data. — While SSE-S3 and TLS 1.2 address encryption at rest and in transit, GDPR accountability requires the company to demonstrate compliance through audit trails. Enabling detailed logging of all access to encrypted data (Option B) provides the necessary records to prove who accessed personal data, when, and from where, fulfilling the 'demonstrate compliance' principle under Article 5(2) and Article 30 of the GDPR.

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

1 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 multinational corporation is migrating its customer data to a cloud provider that operates data centers in multiple jurisdictions. To comply with the General Data Protection Regulation (GDPR), the company must ensure that customer data remains within the European Economic Area (EEA) unless adequate safeguards are in place. The cloud provider offers data residency options but does not guarantee that data will never be accessed from outside the EEA. What is the BEST course of action for the company?

medium
  • A.Enter into a Data Processing Agreement (DPA) that includes Standard Contractual Clauses (SCCs) with the provider.
  • B.Accept the provider's data residency feature as sufficient compliance.
  • C.Pseudonymize all customer data before uploading to the cloud.
  • D.Encrypt all data and store the keys on-premises.

Why A: A Data Processing Agreement (DPA) with Standard Contractual Clauses (SCCs) is the correct mechanism under GDPR to lawfully transfer personal data outside the EEA when the cloud provider cannot guarantee that data will never be accessed from outside the EEA. SCCs are a set of contractual terms approved by the European Commission that impose obligations on both the data exporter and importer to ensure adequate data protection, even if the provider's data residency feature is not absolute. This approach directly addresses the GDPR requirement for adequate safeguards when data may be accessed from third countries.

Last reviewed: Jun 11, 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.