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?
- 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. (correct answer)
- DStore the data in a single BigTable table and set an expiration time on the column families.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Store the data in a single Cloud Storage bucket and configure the bucket's Time to Live.
Explanation
Cloud Storage provides durable, scalable object storage that is fully managed.