Professional Cloud Architect Exam QuestionsBrowse all questions from this exam

Professional Cloud Architect Exam - Question 125


You are working at a financial institution that stores mortgage loan approval documents on Cloud Storage. Any change to these approval documents must be uploaded as a separate approval file, so you want to ensure that these documents cannot be deleted or overwritten for the next 5 years. What should you do?

Show Answer
Correct Answer: A

To ensure that mortgage loan approval documents cannot be deleted or overwritten for the next 5 years, the appropriate action is to create a retention policy on the bucket for the specified duration, then lock the retention policy. This approach guarantees that any changes to the documents will require them to be saved as separate files and that existing documents will remain immutable throughout the retention period.

Discussion

17 comments
Sign in to comment
VishalBOption: A
Jul 11, 2021

Answer A o If a bucket has a retention policy, objects in the bucket can only be deleted or replaced once their age is greater than the retention period. o Once you lock a retention policy, you cannot remove it or reduce the retention period it has.

azureaspirant
Feb 15, 2022

2/15/21 exam

examchOption: A
Jan 6, 2023

A is the correct answer, You can include a retention policy when creating a new bucket, or you can add a retention policy to an existing bucket. Placing a retention policy on a bucket ensures that all current and future objects in the bucket cannot be deleted or replaced until they reach the age you define in the retention policy. Attempts to delete or replace objects whose age is less than the retention period fail with a 403 - retentionPolicyNotMet error. https://cloud.google.com/storage/docs/bucket-lock#retention-policy

joe2211Option: A
Nov 26, 2021

vote A

technodevOption: A
Jan 19, 2022

Got this question in my exam, answered A

Sur_Nikki
May 14, 2023

Thanks dear!

ACE_ASPIRE
Aug 14, 2022

I got this question in exam.

ecruellsOption: A
Dec 28, 2022

It appeared in 12/12/22 Exam

Deb2293
Mar 10, 2023

How many question came from this question bank?

ChotebhaisahabOption: A
Oct 6, 2021

I agree with A

vincy2202Option: A
Dec 4, 2021

A is the correct answer

haroldbenitesOption: A
Dec 9, 2021

Go for A

ss909098Option: A
Mar 5, 2022

A is correct. Create retention policy

MOSES3009Option: A
Jun 20, 2022

A is correct

AzureDP900Option: A
Jul 3, 2022

A is right

cbargOption: A
Jul 8, 2022

A is the only applicable answer

meguminOption: A
Nov 14, 2022

A is ok

[Removed]Option: A
Dec 28, 2023

A https://cloud.google.com/storage/docs/bucket-lock#policy-locks

afsarkhanOption: A
Jul 13, 2024

A is correct because retention policy on bucket with lock , make sure no one can delete the object until it expires.