
Ultimate access to all questions.
In your role as a Google Cloud Architect, you need to develop a solution to manage your Cloud Storage bucket used for storing backups. Specifically, you want to automatically remove backup files that are older than 90 days to reduce ongoing Cloud Storage costs. Which of the following methods should you utilize to accomplish this task?
A
Write a lifecycle management rule in XML and push it to the bucket with gsutil
B
Write a lifecycle management rule in JSON and push it to the bucket with gsutil
C
Schedule a cron script using gsutil ls -lr gs://backups/** to find and remove items older than 90 days**
D
Schedule a cron script using gsutil ls -l gs://backups/** to find and remove items older than 90 days and schedule it with cron**