- A
Retention Policy on the bucket.
Retention policies prevent deletion before the retention period ends.
- B
Lifecycle rules with a Delete action.
Why wrong: Lifecycle rules delete objects, not prevent deletion.
- C
Bucket Lock feature.
Bucket Lock locks the retention policy, making it immutable.
- D
Object holds (event-based or temporary).
Holds prevent deletion of objects.
- E
Object versioning.
Why wrong: Versioning keeps multiple versions but does not prevent deletion.
Quick Answer
The answer is a Retention Policy combined with Object Holds and Retention Policy settings on the bucket itself. A Retention Policy enforces a minimum retention period for all objects in the bucket, preventing deletion or overwrite until that period expires, while Object Holds (either event-based or temporary) allow you to lock individual objects indefinitely or for a specific duration, adding granular control. On the Google Professional Cloud Security Engineer exam, this question tests your understanding of data immutability and compliance controls, often appearing as a multi-select scenario where you must distinguish between bucket-level policies and object-level locks. A common trap is confusing retention policies with lifecycle rules, which manage deletion but do not enforce immutability. Remember: Retention Policies are the bucket’s “minimum age” lock, while Object Holds are the “do not touch” flag for specific files. Memory tip: Think of the Retention Policy as a vault door that won’t open until the timer runs out, and Object Holds as individual padlocks on items inside that vault.
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.
A company is implementing a data retention policy for Cloud Storage buckets. They need to ensure that objects cannot be deleted before a specified retention period. Which THREE features can they use? (Choose THREE.)
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
Retention Policy on the bucket.
A is correct because a Retention Policy on a Cloud Storage bucket enforces a minimum retention period for all objects in the bucket. Once set, objects cannot be deleted or overwritten until the retention period expires, directly meeting the requirement to prevent deletion before a specified time.
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.
- ✓
Retention Policy on the bucket.
Why this is correct
Retention policies prevent deletion before the retention period ends.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Lifecycle rules with a Delete action.
Why it's wrong here
Lifecycle rules delete objects, not prevent deletion.
- ✓
Bucket Lock feature.
Why this is correct
Bucket Lock locks the retention policy, making it immutable.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Object holds (event-based or temporary).
Why this is correct
Holds prevent deletion of objects.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Object versioning.
Why it's wrong here
Versioning keeps multiple versions but does not prevent deletion.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Google Cloud often tests the distinction between features that prevent deletion (Retention Policy, Bucket Lock, Object holds) versus features that manage deletion (Lifecycle rules) or provide recovery after deletion (Object versioning), leading candidates to confuse lifecycle rules with retention controls.
Detailed technical explanation
How to think about this question
Retention Policies use a bucket-level lock that enforces a minimum duration for all objects, with the policy locked via the Bucket Lock feature to make it permanent. Object holds (event-based or temporary) provide per-object retention, overriding bucket-level policies for specific compliance needs. Under the hood, these features rely on the object's retention settings being checked before any delete or overwrite operation, with the storage system rejecting the request if the retention period hasn't elapsed.
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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
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.
- →
Supporting compliance requirements — study guide chapter
Learn the concepts, then practise the questions
- →
Supporting compliance requirements practice questions
Targeted practice on this topic area only
- →
All PCSE questions
500 questions across all exam domains
- →
Google Professional Cloud Security Engineer study guide
Full concept coverage aligned to exam objectives
- →
PCSE practice test guide
How to use practice tests most effectively before exam day
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.
Configuring network security practice questions
Practise PCSE questions linked to Configuring network security.
Configuring access within a cloud solution environment practice questions
Practise PCSE questions linked to Configuring access within a cloud solution environment.
Ensuring data protection practice questions
Practise PCSE questions linked to Ensuring data protection.
Managing operations in a cloud solution environment practice questions
Practise PCSE questions linked to Managing operations in a cloud solution environment.
Supporting compliance requirements practice questions
Practise PCSE questions linked to Supporting compliance requirements.
PCSE fundamentals practice questions
Practise PCSE questions linked to PCSE fundamentals.
PCSE scenario practice questions
Practise PCSE questions linked to PCSE scenario.
PCSE troubleshooting practice questions
Practise PCSE questions linked to PCSE troubleshooting.
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: Retention Policy on the bucket. — A is correct because a Retention Policy on a Cloud Storage bucket enforces a minimum retention period for all objects in the bucket. Once set, objects cannot be deleted or overwritten until the retention period expires, directly meeting the requirement to prevent deletion before a specified time.
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 →
Same concept, more angles
1 more ways this is tested on PCSE
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. 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?
hard- ✓ A.Data retention and immutability.
- B.Encryption at rest using customer-managed encryption keys (CMEK).
- C.Access transparency for data access.
- D.Data residency within a specific geographic region.
Why A: 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.
Keep practising
More PCSE practice questions
- Match each IAM role to its typical use case.
- Match each encryption scope to its description.
- Match each CVE or security concept to its description.
- Match each Google Cloud logging/monitoring term to its definition.
- Drag and drop the steps to rotate a customer-managed encryption key (CMEK) in Cloud KMS in the correct order.
- Drag and drop the steps to configure a Cloud NAT for private VM instances in the correct order.
Last reviewed: Jun 30, 2026
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.
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.