Question 241 of 318
Single answerYour company’s users access data in a BigQuery table. You want to ensure they can only access the data during working hours.
What should you do?
✓AAssign a BigQuery Data Viewer role along with an IAM condition that limits the access to specified working hours.
BRun a gsutil script that assigns a BigQuery Data Viewer role, and remove it only during the specified working hours.
CAssign a BigQuery Data Viewer role to a service account that adds and removes the users daily during the specified working hours.
DConfigure Cloud Scheduler so that it triggers a Cloud Functions instance that modifies the organizational policy constraint for BigQuery during the specified working hours.
✓
Correct Answer: A
Assign a BigQuery Data Viewer role along with an IAM condition that limits the access to specified working hours.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.