
Answer-first summary for fast verification
Answer: 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.
To comply with European GDPR regulations, TerramEarth needs to delete data generated from its European customers after 36 months. The correct approach for this is to use a BigQuery time-partitioned table and set the partition expiration period to 36 months, ensuring that data older than 36 months is deleted automatically. For Cloud Storage, enabling lifecycle management with a DELETE action and an Age condition of 36 months will ensure that data older than 36 months is removed. Therefore, option C is the correct answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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.