Designing data processing systems3 / 5
Your company operates in the EU and must comply with GDPR data residency requirements. All customer data from EU users must be stored and processed within the EU. You are designing a BigQuery data warehouse. What should you do to ensure compliance?
CorrectIncorrect
Alex
BigQuery lets you choose the geographic location where your data is stored and processed when you create a dataset. The EU multi-region location ensures data stays within EU boundaries. To enforce this at scale, you can use organization policy constraints to restrict which locations are available for creating datasets across your entire organization. This prevents any team from accidentally creating a dataset in a non-EU region. CMEK encryption with EU-based keys adds a layer of control but doesn't by itself prevent data from being stored in non-EU regions — the dataset location is what determines where data physically resides. VPC Service Controls protect against data exfiltration but don't control where data is stored. Creating separate projects per country is unnecessary overhead since the EU multi-region covers GDPR residency requirements. Exam tip: for data residency questions, focus on dataset location + organization policies, not encryption or network controls.
Sourcecloud.google.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 3 of 5
Create a free account