
Ultimate access to all questions.
As a member of the Data Engineering team at an e-commerce company, you're overseeing a BigQuery dataset with user activity data. Another team requests access to this dataset, but you need to ensure they cannot accidentally delete any datasets. What are the recommended best practices to grant them access?
A
Create a custom role by removing delete permissions and add users to that role only.
B
Provide users with the roles/bigquery dataEditor role only, instead of roles/bigquery dataOwner.
C
Provide users with roles/bigquery user role only, instead of roles/bigquery dataOwner.
D
Create a custom role by removing delete permissions, add users to a group, and then add the group to the custom role.