Skip to content

Balancing storage cost against the performance a workload needs

Choosing the right storage service and configuration in GCP requires balancing cost, performance, and access patterns. Storage classes, partitioning/clustering, and lifecycle policies are the primary levers for controlling cost while meeting latency and throughput requirements. Exam questions often test whether you can match a workload's access frequency and query pattern to the most cost-effective storage tier or table design.

Must-know

  • Cloud Storage has four classes (Standard, Nearline, Coldline, Archive) distinguished by minimum storage duration and retrieval cost, not by latency, all classes offer millisecond first-byte access.
  • Cloud Storage Autoclass and Object Lifecycle Management rules automatically transition or delete objects based on age or access patterns, reducing manual cost management overhead.
  • BigQuery separates storage and compute costs: partitioning and clustering tables reduces bytes scanned (lowering on-demand query cost) and improves query performance, especially on large, frequently filtered datasets.
  • BigQuery long-term storage pricing (lower rate) automatically applies to any table/partition not modified for 90 consecutive days, requiring no configuration.
  • Bigtable and Cloud SQL costs scale with provisioned node/instance capacity (not just usage), so right-sizing nodes/instances and using autoscaling (where available) is key to controlling cost for variable workloads.
  • Choosing regional vs. multi-regional/dual-region storage and matching compute/storage location avoids costly cross-region network egress charges and added latency.

Coverage checked against the published exam guide on Aug 11, 2026.

These are independent practice questions, written against this certification's published exam guide. They are not the certification vendor's own questions, and not the real exam.