Question: 1/50
A retail company wants to ingest clickstream events from a mobile app with minimal operational overhead and near-real-time processing for dashboards. Event volume can spike unpredictably. Which architecture is the best fit on Google Cloud?
Write events to Cloud Storage and run hourly Cloud Dataproc Spark jobs to aggregate metrics
Publish events to Pub/Sub and process them with a Dataflow streaming pipeline writing results to BigQuery
Send events directly to BigQuery using batch load jobs executed by Cloud Scheduler
Write events to Cloud SQL and use scheduled SQL queries to aggregate data into BigQuery