Google
PROFESSIONAL-DATA-ENGINEER · Question #232
You are migrating your data warehouse to BigQuery. You have migrated all of your data into tables in a dataset. Multiple users from your organization will be using the data. They should only see certa
The correct answer is A. Assign the users/groups data viewer access at the table level for each table. Explanation/Reference: Now it is feasible to provide table level access to user by allowing user to query single table and no other table will be visible to user in same dataset.
Submitted by miguelv· Mar 30, 2026Ensuring solution quality
Question
You are migrating your data warehouse to BigQuery. You have migrated all of your data into tables in a dataset. Multiple users from your organization will be using the data. They should only see certain tables based on their team membership. How should you set user permissions?
Options
- AAssign the users/groups data viewer access at the table level for each table
- BCreate SQL views for each team in the same dataset in which the data resides, and assign the users/ groups data viewer access to the SQL views
- CCreate authorized views for each team in the same dataset in which the data resides, and assign the users/groups data viewer access to the authorized views
- DCreate authorized views for each team in datasets created for each team. Assign the authorized views data viewer access to the dataset in which the data
How the community answered
(62 responses)- A71% (44)
- B8% (5)
- C16% (10)
- D5% (3)
Explanation
Explanation/Reference: Now it is feasible to provide table level access to user by allowing user to query single table and no other table will be visible to user in same dataset.
Topics
#BigQuery authorized views#table-level access#IAM permissions#data sharing
Community Discussion
No community discussion yet for this question.