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 engineering team wants to automate an event-driven data processing pipeline on Google Cloud. When specific events occur in Google Cloud services, an event notification in the standardized CloudEvents format must immediately invoke a data transformation service deployed on Cloud Run.
To ensure secure execution and proper event routing, what should the team configure?
Eventarc is a fully managed event routing service on Google Cloud that enables developers to build decoupled, event-driven architectures. An Eventarc trigger declares interest in a specific event or collection of events from Google Cloud sources, custom applications, or SaaS providers. It captures events, standardizes them into the CloudEvents specification format, and securely delivers them via HTTP POST requests to designated target receivers such as Cloud Run, Cloud Functions, or Workflows.
roles/run.invoker) role.Using an Eventarc trigger associated with a properly scoped IAM service account provides a turnkey, serverless integration pattern. It eliminates the need to develop custom event brokers or maintain long-running polling mechanisms, achieving real-time responsiveness and strict access control with minimal configuration overhead.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.