Topic 1 Question 113
You need to analyze user activity data from your company’s mobile applications. Your team will use BigQuery for data analysis, transformation, and experimentation with ML algorithms. You need to ensure real-time ingestion of the user activity data into BigQuery. What should you do?
Configure Pub/Sub to stream the data into BigQuery.
Run an Apache Spark streaming job on Dataproc to ingest the data into BigQuery.
Run a Dataflow streaming job to ingest the data into BigQuery.
Configure Pub/Sub and a Dataflow streaming job to ingest the data into BigQuery,
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
Previously Google pattern was Pub/Sub -> Dataflow -> BQ but now it looks as there is new Pub/Sub -> BQ https://cloud.google.com/blog/products/data-analytics/pub-sub-launches-direct-path-to-bigquery-for-streaming-analytics
👍 12pshemol2022/12/20 - 正解だと思う選択肢: A
A agree with pshemol
👍 3hiromi2022/12/21 - 正解だと思う選択肢: D
need dataflow
👍 1mymy94182022/12/17
シャッフルモード