QuestionQ155

Designing and planning a cloud solution architecture

Mountkirk Games plans to establish a real-time analytics platform for its new game. The new platform must satisfy their technical requirements.

Which combination of Google technologies meets all of these requirements?

  • A Kubernetes Engine, Cloud Pub/Sub, and Cloud SQL
  • B Cloud Dataflow, Cloud Storage, Cloud Pub/Sub, and BigQuery
  • C Cloud SQL, Cloud Storage, Cloud Pub/Sub, and Cloud Dataflow
  • D Cloud Dataproc, Cloud Pub/Sub, Cloud SQL, and Cloud Dataflow
  • E Cloud Pub/Sub, Compute Engine, Cloud Storage, and Cloud Dataproc
Explanation

Cloud Pub/Sub ingests game events asynchronously, Cloud Dataflow performs scalable stream processing and transformation, Cloud Storage provides durable object storage, and BigQuery supplies the analytics data warehouse. This is the standard Google Cloud pattern for streaming data from Pub/Sub through Dataflow into BigQuery, with Cloud Storage supporting pipeline storage needs.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!