Skip to content

Picking somewhere to park data that must be kept but is rarely read

For long-term archival with infrequent access, Cloud Storage's Archive storage class offers the lowest per-GB cost, and Object Lifecycle Management can automatically transition or delete objects based on age or other conditions. Choosing the right storage class and retention approach depends on how often data must be accessed and any compliance-driven immutability requirements.

Must-know

  • Cloud Storage Archive class has the lowest storage cost but a 365-day minimum storage duration and higher retrieval cost/latency than Nearline (30-day minimum) or Coldline (90-day minimum).
  • Deleting or overwriting an object before its minimum storage duration ends still incurs charges as if it were stored for the full minimum period.
  • Object Lifecycle Management rules can automatically transition objects between storage classes (e.g., Standard to Archive) or delete them based on age, number of versions, or custom time predicates, removing the need for manual archival scripts.
  • For compliance/immutability requirements, Bucket Lock enforces retention policies as WORM (write-once-read-many), preventing deletion or overwrite until the retention period expires, which is a common requirement in archiving use cases.
  • BigQuery automatically discounts a table's storage price to long-term rates when a partition or table has not been modified for 90 consecutive days, with no change in performance or query behavior, so it can serve as an archival option for structured data still queried occasionally.
  • For large-scale one-time or bulk data migrations into archival storage, Storage Transfer Service (for online sources) or Transfer Appliance (for offline, large-volume transfers) are the recommended tools rather than manual uploads.
Check this objectiveFree · always available

A financial services firm must retain audit logs for 10 years to satisfy a regulatory requirement. The logs are almost never accessed after the first 60 days, and when they are accessed, a retrieval delay of several hours is acceptable. The firm wants to minimize ongoing storage costs for these logs in Cloud Storage while still meeting the retention requirement. Which storage class should the firm select?

Your objective map0 tried · 0 right · 41 untouched

What you have tried across GCP ADP's objectives, not a readiness score.

Coverage checked against the published exam guide on Aug 12, 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.