Topic 1 Question 213
You are building a data lake on Google Cloud for your Internet of Things (IoT) application. The IoT application has millions of sensors that are constantly streaming structured and unstructured data to your backend in the cloud. You want to build a highly available and resilient architecture based on Google-recommended practices. What should you do?
Stream data to Pub/Sub, and use Dataflow to send data to Cloud Storage.
Stream data to Pub/Sub, and use Storage Transfer Service to send data to BigQuery.
Stream data to Dataflow, and use Dataprep by Trifacta to send data to Bigtable.
Stream data to Dataflow, and use Storage Transfer Service to send data to BigQuery.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
A. Streaming data to Pub/Sub allows you to decouple the ingestion of data from the processing and storage, providing a scalable and reliable message queue that can handle the high volume of data coming from millions of sensors.
Using Dataflow to consume data from Pub/Sub and send it to Cloud Storage allows for real-time data processing and storage. Dataflow is a fully managed service for processing data in real-time or batch mode, making it an ideal choice for handling the constant stream of data from IoT sensors.
Storing data in Cloud Storage offers high durability and availability, providing a robust foundation for building a data lake. Cloud Storage is a scalable object storage service that can handle large volumes of structured and unstructured data, making it well-suited for the IoT application's data requirements.
👍 4shreykul2023/07/23 A is the correct answer a there is both unstuctured and strucutder data
👍 3Captain12122023/09/09- 正解だと思う選択肢: A👍 23arle2023/08/06
シャッフルモード