Challenge - 5 Problems
Storage Class Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Understanding Storage Class Costs
Which Google Cloud Storage class is the most cost-effective for data accessed less than once a year but requires quick retrieval when needed?
Attempts:
2 left
💡 Hint
Consider classes with millisecond retrieval for infrequent access.
✗ Incorrect
Coldline Storage is cost-effective for data accessed less than once a quarter/year, with millisecond retrieval times and lower cost than warmer classes.
❓ service_behavior
intermediate2:00remaining
Data Retrieval Time Differences
Which storage class typically has the fastest data retrieval time in Google Cloud Storage?
Attempts:
2 left
💡 Hint
Consider which class is optimized for frequent access.
✗ Incorrect
Standard Storage is optimized for frequent access and provides the fastest retrieval times among the classes.
❓ Architecture
advanced2:00remaining
Choosing Storage Classes for Backup Strategy
A company wants to store backups that are accessed monthly but must be retained for 7 years. Which combination of storage classes balances cost and access requirements best?
Attempts:
2 left
💡 Hint
Think about cost savings by moving older backups to cheaper storage classes.
✗ Incorrect
Nearline Storage is cost-effective for monthly access, and moving older backups to Archive Storage after 1 year reduces costs while meeting retention.
❓ security
advanced2:00remaining
Data Durability and Availability Guarantees
Which Google Cloud Storage class provides the highest availability SLA suitable for mission-critical applications?
Attempts:
2 left
💡 Hint
Mission-critical apps need the highest availability.
✗ Incorrect
Standard Storage (multi-region) offers 99.95% availability SLA, making it suitable for mission-critical workloads.
✅ Best Practice
expert3:00remaining
Optimizing Cost with Lifecycle Management
A company wants to automatically move objects from Standard Storage to Nearline Storage after 30 days, then to Coldline Storage after 180 days, and finally to Archive Storage after 365 days. Which lifecycle rule configuration achieves this?
Attempts:
2 left
💡 Hint
Lifecycle rules are processed in the order listed; order rules from highest to lowest age threshold.
✗ Incorrect
Lifecycle rules are evaluated sequentially in the order listed. Placing higher age conditions first ensures proper sequential transitions through storage classes.