Topic 6 Question 5
For this question, refer to the TerramEarth case study. Considering the technical requirements, how should you reduce the unplanned vehicle downtime in GCP?
Use BigQuery as the data warehouse. Connect all vehicles to the network and stream data into BigQuery using Cloud Pub/Sub and Cloud Dataflow. Use Google Data Studio for analysis and reporting.
Use BigQuery as the data warehouse. Connect all vehicles to the network and upload gzip files to a Multi-Regional Cloud Storage bucket using gcloud. Use Google Data Studio for analysis and reporting.
Use Cloud Dataproc Hive as the data warehouse. Upload gzip files to a Multi-Regional Cloud Storage bucket. Upload this data into BigQuery using gcloud. Use Google Data Studio for analysis and reporting.
Use Cloud Dataproc Hive as the data warehouse. Directly stream data into partitioned Hive tables. Use Pig scripts to analyze data.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: A
A is the correct answer
👍 3vincy22022021/12/10 Answer is A
👍 2manishi2021/06/02Answer: A
gcloud not meant for cloud storage. pubsub and Dataflow are recommended way by google to ingest data into data warehouse not directly.
👍 2Yogikant2021/06/04
シャッフルモード