Medium1 markMultiple Choice
GCP ACE · Question 37 · Domain 4.4: Managing storage and database solutions
You want to automatically transition objects in a Cloud Storage bucket to Archive storage if they haven't been accessed in 365 days. What should you configure?
You want to automatically transition objects in a Cloud Storage bucket to Archive storage if they haven't been accessed in 365 days. What should you configure?
Answer options:
A.
A Cloud Function triggered by Cloud Scheduler
B.
Object Lifecycle Management policy
C.
Storage Transfer Service
D.
Bucket Lock
How to approach this question
Identify the native Cloud Storage feature for automating storage class transitions.
Full Answer
B.Object Lifecycle Management policy✓ Correct
Cloud Storage Object Lifecycle Management allows you to define rules that automatically perform actions on objects. A common use case is transitioning objects to colder storage classes (like Coldline or Archive) when they reach a certain age, saving money without manual intervention.
Common mistakes
Confusing Storage Transfer Service (moving data) with Lifecycle Management (changing classes in place).
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
Expert