
Answer-first summary for fast verification
Answer: Create a dataset in the EU region that will keep information about EU users only., Use DML statements in BigQuery to update/delete user records based on their requests.
To comply with the requirements of deleting user data upon request and storing EU user data in a single EU region, the correct actions are: 1. **Option B**: Creating a dataset in the EU region ensures that all EU user data is stored in the specified region, meeting the regional storage requirement. 2. **Option E**: Using DML statements in BigQuery allows for the direct deletion or modification of user records upon request, fulfilling the deletion requirement. These options directly address the compliance needs without unnecessary complexity or inefficiency.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your organization maintains a 2 PB BigQuery data warehouse storing application user data. After expanding to EU users, you must now:
Which two actions should you implement? (Choose two.)
A
Use BigQuery federated queries to query data from Cloud Storage.
B
Create a dataset in the EU region that will keep information about EU users only.
C
Create a Cloud Storage bucket in the EU region to store information for EU users only.
D
Re-upload your data using to a Cloud Dataflow pipeline by filtering your user records out.
E
Use DML statements in BigQuery to update/delete user records based on their requests.
No comments yet.