Soru

Zorluk: OrtaPlanning Cloud Storage Buckets and Storage Classes

A mobile gaming software development team stores daily automated crash log bundles in a Google Cloud Storage bucket. Developers frequently inspect and analyze these crash logs during the first 14 days following an application release. After 14 days, the logs are rarely accessed, but company compliance requires preserving them for 365 days before permanent deletion. The team wants to minimize storage and access costs without manual administration. Which bucket configuration should you implement?

  1. Set the default bucket storage class to Standard. Add an Object Lifecycle Management rule to set the storage class to Nearline after 14 days, and another rule to delete objects after 365 days.Cevap
  2. B
    Set the default bucket storage class to Coldline. Add an Object Lifecycle Management rule to set the storage class to Standard after 14 days, and another rule to delete objects after 365 days.
  3. C
    Set the default bucket storage class to Archive. Add an Object Lifecycle Management rule to set the storage class to Nearline after 14 days, and another rule to delete objects after 365 days.
  4. D
    Set the default bucket storage class to Nearline. Keep all objects in Nearline storage for 365 days without any lifecycle transition rules, then delete objects manually.

Cevap

Set the default bucket storage class to Standard, configure an Object Lifecycle Management rule to transition objects to Nearline storage after 14 days, and add a rule to delete objects after 365 days.
The correct strategy starts with Standard storage class to avoid data retrieval charges while engineers actively inspect log files during the first two weeks. Using an Object Lifecycle Management rule to transition files to Nearline storage after 14 days optimizes storage costs for the remaining period, and setting a deletion rule at 365 days enforces compliance automatically.

Adım Adım Çözüm

1
Analyze access patterns for the initial lifecycle phase.
Crash log bundles are accessed frequently during the first 14 days.
Standard storage is optimized for frequent access with zero retrieval fees.
2
Analyze access patterns for the secondary lifecycle phase.
Data is accessed less than once a month after 14 days, up to day 365.
Nearline storage offers lower monthly storage costs for data accessed infrequently (typically once a month or less).
3
Determine the lifecycle management transition and deletion rules.
Transition to Nearline at age 14 days, and delete at age 365 days.
Object Lifecycle Management automates cost optimization and retention policies without operational overhead.

Anahtar Kavram

Selecting Cloud Storage classes based on data access frequency and configuring Object Lifecycle Management transition rules.
Tahmini Süre:1m 30s
Bu soruyu puanla