Question 631 of 1,746
Design for New SolutionshardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is that objects cannot be deleted or overwritten for 365 days unless special permissions are granted. This is because the configuration applies S3 Object Lock with governance mode, not compliance mode as the explanation suggests—a critical distinction. In governance mode, a retention period of 365 days prevents any user from deleting or overwriting the object version, but users with the `s3:BypassGovernanceRetention` permission can still shorten or remove the retention lock. On the AWS Certified Solutions Architect Professional SAP-C02 exam, this scenario tests your understanding of the difference between governance and compliance modes, a common trap where candidates confuse the two. Remember: governance mode allows privileged users to bypass the lock, while compliance mode is absolute—even the root user cannot override it. For a memory tip, think “Governance = Gatekeeper can override; Compliance = Concrete, no exceptions.”

SAP-C02 Design for New Solutions Practice Question

This SAP-C02 practice question tests your understanding of design for new solutions. 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.

Network Topology
$ aws s3api get-bucket-versioningbucket my-bucket$ aws s3api get-object-lock-configurationRefer to the exhibit.```"Status": "Enabled""ObjectLockConfiguration": {"ObjectLockEnabled": "Enabled","Rule": {"DefaultRetention": {"Mode": "GOVERNANCE","Days": 365

An administrator runs the above commands on an S3 bucket. What is the effect of these configurations on an object uploaded to the bucket?

Question 1hardmultiple choice
Full question →
Network Topology
$ aws s3api get-bucket-versioningbucket my-bucket$ aws s3api get-object-lock-configurationRefer to the exhibit.```"Status": "Enabled""ObjectLockConfiguration": {"ObjectLockEnabled": "Enabled","Rule": {"DefaultRetention": {"Mode": "GOVERNANCE","Days": 365

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

Objects cannot be deleted or overwritten for 365 days unless special permissions are granted.

The configuration shown enables S3 Object Lock in compliance mode with a retention period of 365 days. In compliance mode, an object cannot be deleted or overwritten by any user, including the root user, until the retention period expires. This is why option C is correct: objects cannot be deleted or overwritten for 365 days unless special permissions (such as those needed to shorten the retention period, which are not granted here) are involved.

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.

  • Objects are locked indefinitely until the lock is manually removed.

    Why it's wrong here

    Retention period is 365 days, not indefinite.

  • Objects can be deleted immediately because versioning is enabled.

    Why it's wrong here

    Object Lock prevents deletion despite versioning.

  • Objects cannot be deleted or overwritten for 365 days unless special permissions are granted.

    Why this is correct

    Object Lock with GOVERNANCE mode and 365-day retention prevents deletion.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Objects can be deleted only by the root user.

    Why it's wrong here

    GOVERNANCE mode can be bypassed with appropriate permissions, not only root.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume the root user can bypass any S3 lock, but in compliance mode, even the root user is restricted, making option D a common distractor.

Detailed technical explanation

How to think about this question

S3 Object Lock uses a retention mode (compliance or governance) and a retention period. In compliance mode, the retention period cannot be shortened by any user, including the AWS account root user, and the object version is protected from deletion or overwrite until the period ends. This is enforced at the S3 API level, where any PutObject or DeleteObject request for a locked object version returns an AccessDenied error. A real-world scenario is meeting regulatory requirements like SEC Rule 17a-4, which mandates that records cannot be altered or deleted for a specified duration.

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.

Related practice questions

Related SAP-C02 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 SAP-C02 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 SAP-C02 question test?

Design for New Solutions — This question tests Design for New Solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Objects cannot be deleted or overwritten for 365 days unless special permissions are granted. — The configuration shown enables S3 Object Lock in compliance mode with a retention period of 365 days. In compliance mode, an object cannot be deleted or overwritten by any user, including the root user, until the retention period expires. This is why option C is correct: objects cannot be deleted or overwritten for 365 days unless special permissions (such as those needed to shorten the retention period, which are not granted here) are involved.

What should I do if I get this SAP-C02 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 24, 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 SAP-C02 practice question is part of Courseiva's free Amazon Web Services 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 SAP-C02 exam.