Google Cloud Professional Cloud Architect — Question 79

Your 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?

Answer options

Correct answer: B

Explanation

The correct answer is B because querying the JOBS table directly in BigQuery provides precise information about user activity, including the number of queries run. While option A may help visualize data, it does not directly provide the required information. Option C is inefficient since it requires checking each job individually, and option D focuses on audit logs which may not give the exact query count per user as efficiently as querying the JOBS table.