
Ultimate access to all questions.
TerramEarth manufactures heavy equipment for the mining and agricultural industries. They have vehicles that collect data and this data is stored both on the vehicle and, for connected vehicles, transmitted to their data center. To comply with European GDPR regulation, TerramEarth needs to delete data generated from its European customers after 36 months when it contains personal data. This data will be stored in both Cloud Storage and BigQuery in the new architecture. What should you do?
A
Create a BigQuery table for the European data, and set the table retention period to 36 months. For Cloud Storage, use gsutil to enable lifecycle management using a DELETE action with an Age condition of 36 months.
B
Create a BigQuery table for the European data, and set the table retention period to 36 months. For Cloud Storage, use gsutil to create a SetStorageClass to NONE action when with an Age condition of 36 months.
C
Create a BigQuery time-partitioned table for the European data, and set the partition expiration period to 36 months. For Cloud Storage, use gsutil to enable lifecycle management using a DELETE action with an Age condition of 36 months.
D
Create a BigQuery time-partitioned table for the European data, and set the partition expiration period to 36 months. For Cloud Storage, use gsutil to create a SetStorageClass to NONE action with an Age condition of 36 months.