Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Associate Cloud Engineer All Questions

View all questions & answers for the Associate Cloud Engineer exam

Exam Associate Cloud Engineer topic 1 question 276 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 276
Topic #: 1
[All Associate Cloud Engineer Questions]

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.)

  • A. Use BigQuery BI Engine to analyze the issue.
  • B. Use the INFORMATION_SCHEMA views to analyze the underlying issue.
  • C. Configure Cloud Trace to analyze the issue.
  • D. Search errors in Cloud Audit Logs to analyze the issue.
  • E. View errors in Cloud Monitoring to analyze the issue.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
RuchiMishra
Highly Voted 4 months, 1 week ago
Selected Answer: BD
B & D. Here's why these two methods are crucial for diagnosing quotaExceeded errors in BigQuery: B. INFORMATION_SCHEMA Views: BigQuery's INFORMATION_SCHEMA provides metadata about datasets, tables, and jobs. Relevant views like JOBS_BY_PROJECT and JOBS_BY_USER can help you analyze recent queries, their resource consumption (bytes processed, slots used), and any errors encountered. This can reveal which queries are exceeding quotas and what type of quota (e.g., query size, daily limit) is being exceeded. D. Cloud Audit Logs: Audit logs record all API calls and administrative actions within your GCP projects. By searching for quotaExceeded errors in the audit logs, you can see the exact error messages, timestamps, and potentially the queries that triggered the error. This helps pinpoint the specific resources and actions causing the issue.
upvoted 7 times
...
denno22
Most Recent 1 month, 3 weeks ago
Selected Answer: BD
https://cloud.google.com/bigquery/docs/troubleshoot-quotas#diagnosis
upvoted 1 times
...
Chetantest07
1 month, 4 weeks ago
Selected Answer: BD
https://cloud.google.com/bigquery/docs/troubleshoot-quotas
upvoted 1 times
...
user636
4 months ago
Selected Answer: BD
BD is correct
upvoted 1 times
...
BuenaCloudDE
4 months, 1 week ago
Selected Answer: BD
a. Query INFORMATION_SCHEMA to identify requests that exceed quotas. b. See the Cloud Audit Logs for more details on 'quotaExceeded' errors and the context in which they occur.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...