Google ACE Practice Question: Ensuring Successful Operation of a Cloud Solution
A company wants to export all Cloud Logging logs to BigQuery for long-term analysis. They create a log sink with a BigQuery dataset as the destination. After a few days, they notice that some logs are missing in BigQuery. What is the most likely reason?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The sink's inclusion filter is too restrictive
Log sinks have a buffer period of up to a few minutes, but they guarantee delivery. However, if the sink's filter excludes certain logs (e.g., by resource type or severity), those logs are not exported. Missing logs usually indicate a filter misconfiguration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The sink's inclusion filter is too restrictive
Why this is correct
This is the correct diagnostic. A log sink only forwards entries that match its inclusion filter, and an overly narrow filter—such as one restricted to a single resource type or severity level—will silently exclude the rest of the log stream before it reaches BigQuery. Check the sink's filter in the Logs Explorer to confirm it matches the actual log entries you expect to export, and note that any exclusion filters are applied after the inclusion filter and can further reduce the data routed.
- ✗
Logs older than 30 days cannot be exported
Why it's wrong here
This is incorrect because logs are exportable as long as they still exist in Cloud Logging; the 30-day retention applies only to certain log types and does not impose a deadline on creating a sink. You can create a sink at any time and it will backfill and export any logs that are still within the retention window, whether they are one day old or 29 days old. The only time age matters is when logs have already been deleted by retention, so this would not explain missing logs unless the logs had already aged out.
- ✗
The sink's destination is a table, not a dataset
Why it's wrong here
This is not the reason the logs are missing. For a BigQuery sink, the destination must be a dataset, not a table—Cloud Logging automatically creates and manages tables within that dataset, including partitioning and schema updates. If the destination were mistakenly set to a table, sink creation would fail immediately, so this would be a configuration error caught at setup time, not an intermittent or silent loss of logs after deployment.
- ✗
BigQuery dataset is in a different region
Why it's wrong here
This is a red herring. Cloud Logging sinks support exporting to BigQuery datasets located in any region, including multi-regional locations, without any requirement that they match the region of the Cloud Logging storage. Cross-region exports may incur additional network egress costs, but the sink will still deliver logs successfully. Therefore, a regional mismatch alone cannot cause logs to be absent from the BigQuery dataset.
Go deeper
Related to this question
Learn chapter
Google Cloud Platform Overview
Key term
Cloud logging
Cloud logging is the practice of collecting, storing, and analyzing log data generated by cloud-based resources and applications to monitor performance, troubleshoot issues, and maintain security.
Key term
BigQuery
BigQuery is a fully managed, serverless data warehouse on Google Cloud that lets you run fast SQL queries on massive datasets without managing any infrastructure.
About these practice questions
This ACE question is part of Courseiva's 769-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This ACE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the ACE exam.