Google Cloud Professional Cloud Architect — Question 9

Your company captures all web traffic data in Google Analytics 360 and stores it in BigQuery. Each country has its own dataset. Each dataset has multiple tables.
You want analysts from each country to be able to see and query only the data for their respective countries.
How should you configure the access rights?

Answer options

Correct answer: A

Explanation

The correct answer, A, allows country-specific access by sharing the dataset with view access to the respective country groups, ensuring analysts can only see their data. Options B and D incorrectly suggest sharing tables instead of datasets, which could expose more data than intended. Option C uses the wrong IAM role (BigQuery dataViewer), which does not provide the necessary permissions for job execution like jobUser does.