Google Cloud Professional Cloud Security Engineer — Question 288

You are managing data in your organization's Cloud Storage buckets and are required to retain objects. To reduce storage costs, you must automatically downgrade the storage class of objects older than 365 days to Coldline storage. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because defining a lifecycle policy JSON specifically targets the objects older than 365 days and changes their storage class to Coldline, meeting the requirement. Option A does not implement the necessary changes to the storage class, option B focuses on deletion rather than changing storage classes, and option C does not specify the aging condition needed to manage the objects appropriately.