Google Cloud Professional Data Engineer — Question 64

You are deploying 10,000 new Internet of Things devices to collect temperature data in your warehouses globally. You need to process, store and analyze these very large datasets in real time. What should you do?

Answer options

Correct answer: B

Explanation

Option B is correct because Google Cloud Pub/Sub allows for real-time messaging and streaming of data, which can then be processed by Google Cloud Dataflow and stored in Google BigQuery for analysis. The other options either involve batch processing or are not optimized for real-time data analysis, making them less suitable for the requirement of handling large datasets in real time.