A medical research firm is planning a Google Cloud Storage solution for raw genomic sequencing data. Newly uploaded datasets are heavily processed and read multiple times daily during the first 30 days. After 30 days, processing completes and datasets are accessed less than once a year for compliance audits, but must remain available with millisecond retrieval SLA times. To optimize total cost of ownership while adhering to storage class minimum duration rules, which TWO lifecycle management and storage class strategies should the team implement? (Select TWO.)
- Set the default bucket storage class to Standard Storage to handle initial active data processing.Answer
- Configure an Object Lifecycle Management rule to transition objects to Archive Storage 30 days after creation.Answer
- CConfigure an Object Lifecycle Management rule to transition objects from Standard to Coldline Storage at 10 days, and then to Archive Storage at 30 days.
- DSet the default bucket storage class to Nearline Storage from ingest to reduce storage charges during the first 30 days.
Answer
The team should set the default storage class to Standard Storage for the initial active processing phase and configure an Object Lifecycle Management rule to transition objects to Archive Storage after 30 days.
The correct strategy combines Standard Storage for the initial active 30-day window (preventing retrieval fee penalties during frequent reads) with a direct Object Lifecycle Management rule transition to Archive Storage at 30 days (maximizing monthly storage savings for data read less than once per year while maintaining millisecond access time).
Step-by-Step Solution
Key Concept
Cloud Storage Class Selection & Lifecycle Minimum Storage Duration Penalties
Estimated Time:2m 0s