Easy1 markMultiple Choice
Domain 2.3: Planning and configuring data storage optionsCloud StorageStorage ClassesArchiveCost Optimization
GCP ACE · Question 15 · Domain 2.3: Planning and configuring data storage options
Your company needs to store petabytes of compliance logs. These logs must be kept for 7 years for regulatory reasons. It is highly unlikely that these logs will ever be accessed, but if an audit occurs, the data must be retrievable within a few hours. You want to minimize storage costs.
Which Cloud Storage class should you choose?
Your company needs to store petabytes of compliance logs. These logs must be kept for 7 years for regulatory reasons. It is highly unlikely that these logs will ever be accessed, but if an audit occurs, the data must be retrievable within a few hours. You want to minimize storage costs.
Which Cloud Storage class should you choose?
Answer options:
A.
Standard Storage
B.
Nearline Storage
C.
Coldline Storage
D.
Archive Storage
How to approach this question
Match the access frequency ('highly unlikely to be accessed', 'kept for 7 years') with the lowest cost storage tier.
Full Answer
D.Archive Storage✓ Correct
Archive Storage
Archive Storage is the most cost-effective storage class for long-term data retention where data is accessed less than once a year. It is ideal for regulatory compliance, backup, and disaster recovery. Unlike some other cloud providers' archive tiers, Google Cloud Archive Storage provides millisecond latency for data retrieval, easily meeting the requirement to retrieve data within a few hours.
Common mistakes
Choosing Coldline. While Coldline is cheap, Archive is the absolute cheapest for data accessed less than once a year.
Practice the full GCP Associate Cloud Engineer Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary purpose of a Google Cloud project?EasyQ02Your development team needs to manage Compute Engine instances in a specific project. They need t...MediumQ03You are automating the setup of a new Google Cloud project using a bash script. You need to enabl...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...MediumQ05Your finance team wants to perform granular analysis of your Google Cloud spending using SQL. The...Hard
Expert