Google Cloud Associate Cloud Engineer — Question 32

Your company has a Google Cloud Platform project that uses BigQuery for data warehousing. Your data science team changes frequently and has few members.
You need to allow members of this team to perform queries. You want to follow Google-recommended practices. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a dedicated Google group in Cloud Identity allows for easier management of user permissions as the team changes. Assigning the BigQuery jobUser role to the group enables members to run queries, which is essential for a data science team, whereas the dataViewer role in options B and D would only allow them to view data without executing queries.