Question 83 of 315
Single answerYour BigQuery project has several users. For audit purposes, you need to see how many queries each user ran in the last month. What should you do?
AConnect Google Data Studio to BigQuery. Create a dimension for the users and a metric for the amount of queries per user.
BIn the BigQuery interface, execute a query on the JOBS table to get the required information.
CUse 'bq show' to list all jobs. Per job, use 'bq ls' to list job information and get the required information.
✓DUse Cloud Audit Logging to view Cloud Audit Logs, and create a filter on the query operation to get the required information.
✓
Correct Answer: D
Use Cloud Audit Logging to view Cloud Audit Logs, and create a filter on the query operation to get the required information.
▥
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.