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 needs to configure Cloud Scheduler to trigger a downstream HTTP endpoint that initiates a weekly BigQuery data aggregation job. The workflow has the following operational requirements:
Which Cloud Scheduler configuration satisfies these requirements?
Cloud Scheduler is a fully managed enterprise cron job service that enables automated, periodic execution of units of work across Google Cloud services and external endpoints. A Cloud Scheduler job combines a target destination (such as an HTTP/S endpoint, Pub/Sub topic, or App Engine application), a execution frequency defined using standard cron expressions, and execution parameters including time zone and retry policies.
0 1 * * 0): Standard unix-cron syntax consists of five fields: minute (0), hour (1), day of month (*), month (*), and day of week (0 for Sunday). This pattern ensures that the job triggers precisely at 01:00 every Sunday.X-CloudScheduler-ScheduleTime to assist downstream targets in avoiding duplicate execution side effects.This configuration leverages Cloud Scheduler's native scheduling syntax and built-in error handling. By combining standard unix-cron scheduling, UTC alignment, and exponential backoff retry settings, the pipeline achieves dependable automated triggering without requiring external orchestration infrastructure or custom retry scripts.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.