professional-cloud-data-engineer
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.
An e-commerce platform requires a real-time event processing architecture on Google Cloud to detect fraudulent transactions and personalize user experiences. The technical architecture must meet the following specifications:
Which combination of Google Cloud services and Dataflow streaming pipeline configurations should you implement?
This architecture combines Cloud Pub/Sub, Cloud Dataflow, and Cloud Bigtable to construct an end-to-end, horizontally scalable, low-latency streaming pipeline that natively manages out-of-order records, real-time enrichment, and windowed analytics.
Enrichment transform combined with the BigTableEnrichmentHandler performs point lookups against Cloud Bigtable. It includes built-in client-side throttling and exponential backoff to avoid overwhelming the database cluster.BigtableIO provides sub-10ms read/write response times required by high-concurrency real-time web applications.Enrichment transform natively manages throughput and rate limits against Bigtable.BigtableIO enables parallelized batch mutations directly into Bigtable tablets.This architecture completely satisfies the low-latency serving SLA (via Bigtable) and operational simplicity requirements (via Pub/Sub and Dataflow turnkey transforms) while preserving analytical accuracy across out-of-order distributed event streams.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.