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 retail company is designing a data ingestion pipeline to process customer purchases and inventory adjustments. The architecture must satisfy the following requirements:
Which architectural approach best addresses these requirements?
An event-driven architecture using Google Cloud Pub/Sub is a decoupled, asynchronous messaging pattern where producers publish individual event records (such as purchase transactions or delta inventory changes) to topics without needing knowledge of downstream subscribers. Subscriptions allow downstream services—such as BigQuery—to ingest the streaming data continuously for immediate analytical availability.
{"inventory": -1}) rather than rigid state-setting commands. Messages are sent asynchronously, allowing high-throughput scaling without waiting for consumer acknowledgments.Compared to scheduled batch pipelines or command-driven message queues, event-driven streaming with Pub/Sub minimizes data latency, reduces producer complexity, and provides the flexibility to support multiple independent analytical workloads simultaneously.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.