Question 161 of 500
Supporting compliance requirementshardMultiple ChoiceObjective-mapped

PCSE Supporting compliance requirements Practice Question

This PCSE practice question tests your understanding of supporting compliance requirements. 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.

Exhibit

Refer to the exhibit.

```json
{
  "kind": "storage#bucket",
  "name": "compliance-bucket",
  "retentionPolicy": {
    "retentionPeriod": "31536000",
    "effectiveTime": "2024-01-01T00:00:00Z",
    "isLocked": true
  },
  "iamConfiguration": {
    "uniformBucketLevelAccess": {
      "enabled": true
    }
  }
}
```

An organization is configuring a Cloud Storage bucket for a regulated workload. The bucket configuration shown in the exhibit was applied. Which compliance requirement is this configuration primarily designed to address?

Question 1hardmultiple choice
Full question →

Exhibit

Refer to the exhibit.

```json
{
  "kind": "storage#bucket",
  "name": "compliance-bucket",
  "retentionPolicy": {
    "retentionPeriod": "31536000",
    "effectiveTime": "2024-01-01T00:00:00Z",
    "isLocked": true
  },
  "iamConfiguration": {
    "uniformBucketLevelAccess": {
      "enabled": true
    }
  }
}
```

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

Data retention and immutability.

The bucket configuration includes object versioning enabled and a retention policy with a retention period. This combination ensures that objects cannot be deleted or overwritten before the retention period expires, addressing data retention and immutability requirements. This is a common compliance need for regulated workloads where data must be preserved in its original state for a defined duration.

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.

  • Data retention and immutability.

    Why this is correct

    The retentionPolicy with isLocked=true enforces a mandatory retention period, making objects immutable until the retention period expires.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Encryption at rest using customer-managed encryption keys (CMEK).

    Why it's wrong here

    No encryption settings are present in the exhibit; CMEK would be specified separately.

  • Access transparency for data access.

    Why it's wrong here

    Access transparency requires specific configuration and is not shown; the exhibit focuses on retention and IAM.

  • Data residency within a specific geographic region.

    Why it's wrong here

    The bucket configuration does not include location settings; residency is enforced via organization policies or bucket location.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the distinction between bucket-level retention policies (which enforce immutability) and encryption or access control settings, leading candidates to confuse data retention with encryption at rest or data residency.

Trap categories for this question

  • Command / output trap

    Access transparency requires specific configuration and is not shown; the exhibit focuses on retention and IAM.

Detailed technical explanation

How to think about this question

Object versioning in Cloud Storage retains all versions of an object, preventing permanent deletion. A retention policy uses a lock mechanism that, once locked, cannot be shortened or removed, enforcing a minimum retention period for all objects in the bucket. This is critical for compliance with regulations like SEC Rule 17a-4 or FINRA, which require immutable storage for electronic records.

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 startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

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 PCSE 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 PCSE 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 PCSE question test?

Supporting compliance requirements — This question tests Supporting compliance requirements — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Data retention and immutability. — The bucket configuration includes object versioning enabled and a retention policy with a retention period. This combination ensures that objects cannot be deleted or overwritten before the retention period expires, addressing data retention and immutability requirements. This is a common compliance need for regulated workloads where data must be preserved in its original state for a defined duration.

What should I do if I get this PCSE 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

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 PCSE practice question is part of Courseiva's free Google Cloud 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 PCSE exam.