You rent construction equipment that emits thousands of sensor events per hour per device. You need time-consistent, atomic storage and retrieval per signal. What should you do?
Choose an answer
Tap an option to check your answer.
Correct answer: Ingest sensor data into Bigtable and design the row key using the event timestamp..
Why this is the answer
Bigtable is a wide-column NoSQL database ideal for large analytical and operational workloads, including time-series data. Its high throughput and low latency make it suitable for ingesting thousands of sensor events per hour. Designing the row key with the event timestamp ensures time-consistent, atomic storage and efficient retrieval of specific signals or time ranges. Cloud Storage is object storage, not designed for atomic, time-consistent record-level retrieval. Filestore is network-attached file storage, not optimized for high-volume, structured sensor data ingestion and retrieval. Cloud SQL is a relational database that would struggle with the scale and high write velocity of thousands of events per hour per device, and read replicas primarily help with read scaling, not write ingestion.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed