Google Cloud Associate Cloud Engineer — Question 255

Your company uses BigQuery to store and analyze data. Upon submitting your query in BigQuery, the query fails with a quotaExceeded error. You need to diagnose the issue causing the error. What should you do? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D. Using INFORMATION_SCHEMA views allows you to gain insights into the query's execution and quota usage, while Cloud Audit Logs provide a record of actions taken that can help identify the cause of the error. Options A, C, and E do not directly address the specific quota-related issue and are less relevant for diagnosing the quotaExceeded error.