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 Google Cloud services are best suited for this task?
Explanation:
The correct answer is C because Pub/Sub is ideal for ingesting data from IoT devices, offering a globally durable message ingestion service that can handle spikes in data volume. Bigtable is well-suited for storing time series data, providing low-latency and high-throughput for NoSQL data, making it perfect for scenarios where data needs to be quickly accessible for visualizations and queries.
For more details, refer to the GCP documentation on IoT Overview.