Unlock the power of your data in the cloud! Get hands-on with Google Cloud's core data services like BigQuery and Looker to validate your practical skills in data ingestion, analysis, and management, and earn your Associate Data Practitioner certification!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A data engineer is troubleshooting an automated batch pipeline that failed unexpectedly during execution. The engineer needs to examine the pipeline's log entries in Google Cloud to isolate the root cause efficiently.
The engineer has the following requirements:
ERROR or higherconnection_timeout in the message payloadWhich approach should the engineer use in Cloud Logging to accomplish this?
The Logs Explorer is the primary interface in Cloud Logging designed for viewing, searching, and analyzing log data across Google Cloud resources. The Query Editor within Logs Explorer provides a dedicated workspace where engineers write structured queries using the Logging query language (LQL) to filter massive volumes of log records rapidly.
ERROR or adding a severity >= ERROR clause filters out lower-priority entries (such as INFO or NOTICE), retrieving only critical issues and failures.jsonPayload.message:"connection_timeout" isolates entries containing the exact failure string.timestamp clauses limits the search scope to the specific two-hour incident interval.AND, OR, NOT) for precise matching.Using the Logs Explorer query editor directly within Cloud Logging is the fastest, non-destructive, and most precise method for incident investigation. It avoids modifying system routing configurations, requires no external exports, and provides real-time filtering directly against indexed log entries.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.