Google Cloud Associate Cloud Engineer — Question 92
You want to configure a solution for archiving data in a Cloud Storage bucket. The solution must be cost-effective. Data with multiple versions should be archived after 30 days. Previous versions are accessed once a month for reporting. This archive data is also occasionally updated at month-end. What should you do?
Answer options
- A. Add a bucket lifecycle rule that archives data with newer versions after 30 days to Coldline Storage.
- B. Add a bucket lifecycle rule that archives data with newer versions after 30 days to Nearline Storage.
- C. Add a bucket lifecycle rule that archives data from regional storage after 30 days to Coldline Storage.
- D. Add a bucket lifecycle rule that archives data from regional storage after 30 days to Nearline Storage.
Correct answer: B
Explanation
The correct answer is B because Nearline Storage is designed for data that is accessed less frequently but may require updates, making it suitable for the scenario where archived data is accessed monthly and occasionally updated. Options A and C suggest Coldline Storage, which is more suited for rarely accessed data, while D does not consider the frequency of access and updates needed for the data.