Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You've been tasked with adding a new IAM member and granting them the necessary permissions to run queries on BigQuery. Adhering to Google's recommended best practices and the principle of least privilege, how would you assign the access?
A
Assign roles/bigquery.dataViewer and roles/bigquery.jobUser roles directly to the users
B
Create a custom role combining roles/bigquery.dataViewer and roles/bigquery.jobUser; assign this custom role to the users
C
Assign roles/bigquery.dataViewer and roles/bigquery.jobUser roles to a group; then add users to this group
D
Create a custom role combining roles/bigquery.dataViewer and roles/bigquery.jobUser; assign this custom role to a group; then add users to this group