
Answer-first summary for fast verification
Answer: Create a sink to route the application logs to a Cloud Storage Archive bucket and set the retention policy to 10 years.
The Archive storage is the most cost-effective option for data that needs to be accessed once a year. Options A, B, and C are incorrect as they are more expensive than the Archive storage. References: [Google Cloud Stackdriver Pricing](https://cloud.google.com/stackdriver/pricing#logging-pricing-summary), [Google Cloud Storage Pricing](https://cloud.google.com/storage/pricing#storage-pricing).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your team is responsible for a financial application within an organization. A compliance requirement mandates the preservation of application logs for 10 years, with annual reviews. What is the most cost-effective method to meet this requirement?
A
Create a sink to route the application logs to a user-defined logs bucket and set the retention period to 3650 days.
B
Create a sink to route the application logs to BigQuery dataset.
C
Create a sink to route the application logs to a Cloud Storage Coldline bucket and set the retention policy to 10 years.
D
Create a sink to route the application logs to a Cloud Storage Archive bucket and set the retention policy to 10 years.
No comments yet.