What should you do?

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 deleted after this specific period. Data that has not yet reached the time period should not be deleted. You want to automate the process of complying with this regulation.

What should you do?
A . Store the data in a single Persistent Disk, and delete the disk at expiration time.
B . Store the data in a single BigQuery table and set the appropriate table expiration time.
C . Store the data in a Cloud Storage bucket, and configure the bucket’s Object Lifecycle Management feature.
D . Store the data in a single BigTable table and set an expiration time on the column families.

Answer: C

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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments