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 enterprise e-commerce platform is designing a real-time event ingestion architecture on Google Cloud for order processing and inventory updates. The system must satisfy the following architectural and operational requirements:
merchant_id).Which messaging framework should the enterprise implement?
Google Cloud Pub/Sub is a fully managed, serverless, globally distributed messaging service. When configured with ordering keys, Pub/Sub guarantees that messages published with the same key (such as merchant_id) are delivered to subscribers in the exact order they were received by the service, while still scaling horizontally across independent keys without requiring manual partition management.
merchant_id). When a subscriber client receives an ordered message, subsequent messages for that key are withheld until the earlier message is acknowledged.ack), negative acknowledgments (nack), automatic exponential backoff retries, and integrated dead-letter topics.merchant_id values while maintaining strict serialization within each specific merchant stream.Compared to managing Apache Kafka clusters, Pub/Sub delivers enterprise-grade ordering guarantees and elastic scale with zero operational overhead, making it the superior choice for cloud-native ingestion.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.