Google
ASSOCIATE-CLOUD-ENGINEER · Question #184
The core business of your company is to rent out construction equipment at a large scale. All the equipment that is being rented out has been equipped with multiple sensors that send event information
The correct answer is D. Ingest the data into Cloud Bigtable. Create a row key based on the event timestamp.. Ideal for use cases such as personalization, ad tech, fintech, digital media, and IoT. https://cloud.google.com/bigtable
Submitted by ricky.ec· Mar 30, 2026Planning and configuring a cloud solution
Question
The core business of your company is to rent out construction equipment at a large scale. All the equipment that is being rented out has been equipped with multiple sensors that send event information every few seconds. These signals can vary from engine status, distance traveled, fuel level, and more. Customers are billed based on the consumption monitored by these sensors. You expect high throughput ?up to thousands of events per hour per device ?and need to retrieve consistent data based on the time of the event. Storing and retrieving individual signals should be atomic. What should you do?
Options
- ACreate a file in Cloud Storage per device and append new data to that file.
- BCreate a file in Cloud Filestore per device and append new data to that file.
- CIngest the data into Datastore. Store data in an entity group based on the device.
- DIngest the data into Cloud Bigtable. Create a row key based on the event timestamp.
How the community answered
(14 responses)- A7% (1)
- B14% (2)
- C29% (4)
- D50% (7)
Explanation
Ideal for use cases such as personalization, ad tech, fintech, digital media, and IoT. https://cloud.google.com/bigtable
Topics
#Cloud Bigtable#row key design#high throughput ingestion#time-series data
Community Discussion
No community discussion yet for this question.