QuestionQ226

Designing and planning a cloud solution architecture

TerramEarth's CTO wants to use raw data from connected vehicles to help determine approximately when a vehicle operating in the field will experience a catastrophic failure.

You want analysts to be able to query the vehicle data centrally. Which architecture should you recommend?

  • A
  • B
  • C
  • D
Explanation

App Engine flexible environment can run a customizable, automatically scaling ingestion application for the FTP uploads. Pub/Sub decouples ingestion from processing, and Dataflow can transform the incoming vehicle data. BigQuery is a fully managed analytical data warehouse optimized for large-scale SQL analysis, allowing analysts to centrally query the collected data; Cloud SQL is an operational relational database rather than the appropriate primary store for this analytics workload.

Learn more

Community Discussion

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