Topic 1 Question 234
Your organization uses BigQuery to process highly sensitive, structured datasets. Following the “need to know” principle, you need to create the Identity and Access Management (IAM) design to meet the needs of these users: • Business user: must access curated reports. • Data engineer: must administrate the data lifecycle in the platform. • Security operator: must review user activity on the data platform.
What should you do?
Configure data access log for BigQuery services, and grant Project Viewer role to security operator.
Set row-based access control based on the “region” column, and filter the record from the United States for data engineers.
Create curated tables in a separate dataset and assign the role roles/bigquery.dataViewer.
Generate a CSV data file based on the business user's needs, and send the data to their email addresses.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
Correction. The most correct answer would be C. Create curated tables in a separate dataset and assign the role roles/bigquery.dataViewer.
This option directly addresses the needs of the business user who must access curated reports. By creating curated tables in a separate dataset, you can control access to specific data. Assigning the roles/bigquery.dataViewer role allows the business user to view the data in BigQuery.
While option A is also a good practice for a security operator, it doesn’t directly address the specific needs of the users mentioned in the question as effectively as option C does. Therefore, if you can only choose one answer, option C would be the most correct.
👍 2MisterHairy2023/11/21 - 正解だと思う選択肢: A
A. Configure data access log for BigQuery services, and grant Project Viewer role to security operator. This allows the security operator to review user activity on the data platform.
C. Create curated tables in a separate dataset and assign the role roles/bigquery.dataViewer. This allows the business user to access curated reports. The data engineer can administrate the data lifecycle in the platform.
👍 1MisterHairy2023/11/21
シャッフルモード