
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.
Option A is incorrect because the project viewer role does not permit performing queries or analyzing data in BigQuery. Option B is incorrect as assigning the editor role to individuals provides excessive permissions and complicates management. Option C is incorrect because the dataViewer role does not allow users to perform queries. Option D is correct as it follows Google's best practices by grouping users for centralized permission management and assigning the BigQuery jobUser role, which is necessary for running queries. This approach ensures only team members have the required access, simplifying management as team composition changes. [Learn more about BigQuery access control](https://cloud.google.com/bigquery/docs/access-control).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To ensure secure and efficient access management for your multi-player online game's user-analytics data in BigQuery, which approach aligns with Google's recommended practices for a dynamic data science team?
A
B
C
D
No comments yet.