Question

Difficulty: EasyPlanning Cloud Storage Buckets and Storage Classes

A cloud engineering team is designing a Google Cloud Storage strategy for two separate workload requirements:
1. Active operational data that is read continuously throughout every business day.
2. Long-term compliance archives that are accessed less than once a year.

Which TWO Cloud Storage class selections will optimize cost for these respective workloads? (Select TWO)

  1. Use Standard Storage for the active operational data to avoid data retrieval charges.Answer
  2. Use Archive Storage for the long-term compliance archives to minimize monthly storage charges.Answer
  3. C
    Use Archive Storage for the active operational data to minimize baseline storage costs.
  4. D
    Use Standard Storage for the long-term compliance archives to prevent early deletion fees.

Answer

The correct selections are using Standard Storage for active operational data to eliminate retrieval fees, and using Archive Storage for long-term compliance archives to achieve the lowest monthly storage rates.
Selecting Standard Storage for active data prevents high data retrieval penalties, while selecting Archive Storage for rarely accessed compliance data minimizes monthly storage expenses.

Step-by-Step Solution

1
Analyze the access frequency for active operational data.
Because active data is accessed continuously throughout every business day, retrieval fees must be avoided.
Standard Storage has zero retrieval costs and zero minimum storage duration, making it the most cost-effective choice for frequent access.
2
Analyze the access frequency and retention period for long-term compliance archives.
Because compliance data is stored long-term and accessed less than once a year, low per-gigabyte storage cost is the primary factor.
Archive Storage provides the lowest cost per gigabyte per month among Cloud Storage classes, ideal for data accessed less than once per year.

Key Concept

Selecting Cloud Storage classes based on access frequency, retrieval costs, and monthly storage rates.
Rate this question