
Answer-first summary for fast verification
Answer: NoSQL
The correct answer is **B. NoSQL**, as solutions like Bigtable and Datastore are ideal for storing sensor ID and various discrete data points. They also enable data joining with other sources and can be configured for multi-region data storage. Refer to GCP documentation on Storage Options for more details. - **Option A (Blobstore)** is incorrect because blob storage, such as Cloud Storage, is not suited for storing, analyzing schema-less data, or joining with other data sources. - **Option C (Relational)** is incorrect because relational databases like Cloud SQL are not ideal for schema-less data. - **Option D (Flat file)** is incorrect due to its lack of scalability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company aims to monitor the presence of individuals in meeting rooms reserved for scheduled meetings. With 1000 rooms across 5 offices on 3 continents, each equipped with a motion sensor reporting status every second (including sensor ID and various discrete data points), and analysts needing to combine this data with account owner and office location information, which database type is most suitable?
A
Blobstore
B
NoSQL
C
Relational
D
Flat file