
Ultimate access to all questions.
Your company hosts a website on Google Cloud Platform that will store Personally Identifiable Information (PII). To meet data privacy requirements, this PII must be automatically deleted after a specific retention period expires. Data that has not yet reached the end of its retention period must be preserved. How should you automate this compliance process?
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 single Cloud Storage bucket and configure the bucket's Time to Live.
D
Store the data in a single BigTable table and set an expiration time on the column families.