A healthcare enterprise is designing a Google Cloud Storage strategy for two distinct data workloads with strict SLA and compliance requirements:
1. Active Diagnostic Images: Files are uploaded daily and accessed constantly by clinicians during the first 30 days. Afterwards, access drops sharply to once every 3 to 6 months for historical audits over a 3-year total retention window.
2. System Compliance Logs: Files are generated continuously, accessed fewer than once per year (only during unpredictable regulatory audits), and required by law to be preserved for exactly 365 days before permanent deletion.
To minimize total cost of ownership—taking into account storage rates, data retrieval fees, and minimum storage duration penalties—which TWO storage configurations should the engineering team implement? (Select TWO)
- Ingest active diagnostic images into Standard storage, and use Object Lifecycle Management to transition them to Coldline storage after 30 days.Cevap
- Ingest system compliance logs directly into Archive storage, and use Object Lifecycle Management to delete objects after 365 days.Cevap
- CIngest active diagnostic images directly into Archive storage upon creation to minimize initial per-gigabyte storage costs.
- DIngest system compliance logs into Nearline storage, and use Object Lifecycle Management to delete objects after 30 days to reduce storage commitment.