PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #80
Your company runs a website that will store PII on Google Cloud Platform. To comply with data privacy regulations, this data can only be stored for a specific amount of time and must be fully…
The correct answer is C. Store the data in a single Cloud Storage bucket and configure the bucket's Time to Live. To support common use cases like setting a Time to Live (TTL) for objects, retaining noncurrent versions of objects, or "downgrading" storage classes of objects to help manage costs, Cloud Storage offers the Object Lifecycle Management feature. This page describes the feature…
Question
Options
- AStore the data in a single Persistent Disk, and delete the disk at expiration time.
- BStore the data in a single BigQuery table and set the appropriate table expiration time.
- CStore the data in a single Cloud Storage bucket and configure the bucket's Time to Live.
- DStore the data in a single BigTable table and set an expiration time on the column families.
How the community answered
(16 responses)- A6% (1)
- B13% (2)
- C75% (12)
- D6% (1)
Explanation
To support common use cases like setting a Time to Live (TTL) for objects, retaining noncurrent versions of objects, or "downgrading" storage classes of objects to help manage costs, Cloud Storage offers the Object Lifecycle Management feature. This page describes the feature as well as the options available when using it. To learn how to enable Object Lifecycle Management, and for examples of lifecycle policies, see Managing Lifecycles. https://cloud.google.com/storage/docs/lifecycle
Topics
Community Discussion
No community discussion yet for this question.