
Ultimate access to all questions.
As an integral part of your data lake architecture, you plan to utilize Google Cloud Storage to store objects from various external systems. Each object will be ingested exactly once, and subsequent access to these objects will occur in a random pattern. Your goal is to reduce the costs associated with both storage and retrieval of these objects while ensuring that any cost-saving measures remain imperceptible to users and applications interacting with the data. What steps should you take to achieve this?
A
Create a Cloud Storage bucket with Autoclass enabled.
B
Create a Cloud Storage bucket with an Object Lifecycle Management policy to transition objects from Standard to Coldline storage class if an object age reaches 30 days.
C
Create a Cloud Storage bucket with an Object Lifecycle Management policy to transition objects from Standard to Coldline storage class if an object is not live.
D
Create two Cloud Storage buckets. Use the Standard storage class for the first bucket, and use the Coldline storage class for the second bucket. Migrate objects from the first bucket to the second bucket after 30 days.