Ultimate access to all questions.
Your team is designing an IoT solution requiring the ingestion and storage of periodic time series data from thousands of devices. Which combination of Google Cloud services is most suitable for this task?
Explanation:
The correct answer is C because Pub/Sub is designed for efficient message ingestion, making it ideal for handling data from numerous IoT devices. Bigtable, on the other hand, excels at storing time series data due to its low-latency and high-throughput capabilities for NoSQL data. This combination ensures scalable ingestion and efficient storage of time series data.