Topic 1 Question 134
You are building an application to share financial market data with consumers, who will receive data feeds. Data is collected from the markets in real time. Consumers will receive the data in the following ways: ✑ Real-time event stream ✑ ANSI SQL access to real-time stream and historical data ✑ Batch historical exports Which solution should you use?
Cloud Dataflow, Cloud SQL, Cloud Spanner
Cloud Pub/Sub, Cloud Storage, BigQuery
Cloud Dataproc, Cloud Dataflow, BigQuery
Cloud Pub/Sub, Cloud Dataproc, Cloud SQL
ユーザの投票
コメント(17)
should be B
👍 22[Removed]2020/03/22D, not ideal but only option that work. You need pubsub, then a processing layer (dataflow or dataproc), then storage (some sql database).
👍 12itche_scratche2020/10/06- 正解だと思う選択肢: B
✑ Real-time event stream -> Pub/Sub ✑ ANSI SQL access to real-time stream and historical data -> BigQuery ✑ Batch historical exports -> Cloud Storage
👍 10medeis_jar2022/01/08
シャッフルモード