Google
ASSOCIATE-CLOUD-ENGINEER · Question #52
You need to set up a policy so that videos stored in a specific Cloud Storage Regional bucket are moved to Coldline after 90 days, and then deleted after one year from their creation. How should you…
The correct answer is B. Use Cloud Storage Object Lifecycle Management using Age conditions with SetStorageClass and. There are 2 actions needed. First archival after 90 days, which can be done by SetStorageClass action to Coldline. Second delete the data after a year, which can be done by delete action with Age 365 days. The Age condition is measured from the object's creation time.
Submitted by wei.xz· Mar 30, 2026Planning and configuring a cloud solution
Question
You need to set up a policy so that videos stored in a specific Cloud Storage Regional bucket are moved to Coldline after 90 days, and then deleted after one year from their creation. How should you set up the policy?
Options
- AUse Cloud Storage Object Lifecycle Management using Age conditions with SetStorageClass and
- BUse Cloud Storage Object Lifecycle Management using Age conditions with SetStorageClass and
- CUse gsutil rewrite and set the Delete action to 275 days (365-90).
- DUse gsutil rewrite and set the Delete action to 365 days.
How the community answered
(17 responses)- A6% (1)
- B82% (14)
- C12% (2)
Explanation
There are 2 actions needed. First archival after 90 days, which can be done by SetStorageClass action to Coldline. Second delete the data after a year, which can be done by delete action with Age 365 days. The Age condition is measured from the object's creation time.
Topics
#Cloud Storage#object lifecycle management#Coldline#storage class transition
Community Discussion
No community discussion yet for this question.