
Answer-first summary for fast verification
Answer: 1. Create a dedicated Google group in Cloud Identity. 2. Add each data scientist's user account to the group. 3. Assign the BigQuery jobUser role to the group.
The correct answer is C. The Google-recommended practice for managing permissions in Google Cloud Platform (GCP) is to use IAM roles and groups for better organization and control. Creating a dedicated Google group in Cloud Identity, adding each data scientist's user account to the group, and then assigning the BigQuery jobUser role to the group allows for central management of permissions. This approach provides the necessary permissions for running queries in BigQuery without granting unnecessary permissions and adheres to the principle of least privilege.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company manages a Google Cloud Platform project that leverages BigQuery for its data warehousing needs. Given that your data science team's composition is dynamic and comprises a small number of members, you need to ensure that these team members can execute queries. To achieve this, you want to adhere to Google's recommended best practices for access control and security. What steps should you take to enable query execution for the data science team while following Google's guidelines?
A
B
C
D
No comments yet.