ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 57 - Professional Cloud Architect discussion

Report
Export

Your company wants to track whether someone is present in a meeting room reserved for a scheduled meeting. There are 1000 meeting rooms across 5 offices on 3 continents. Each room is equipped with a motion sensor that reports its status every second. The data from the motion detector includes only a sensor ID and several different discrete items of information. Analysts will use this data, together with information about account owners and office locations.

Which database type should you use?

A.
Flat file
Answers
A.
Flat file
B.
NoSQL
Answers
B.
NoSQL
C.
Relational
Answers
C.
Relational
D.
Blobstore
Answers
D.
Blobstore
Suggested answer: B

Explanation:

Relational databases were not designed to cope with the scale and agility challenges that face modern applications, nor were they built to take advantage of the commodity storage and processing power available today. NoSQL fits well for:

Developers are working with applications that create massive volumes of new, rapidly changing data types "" structured, semi-structured, unstructured and polymorphic data.

Incorrect Answers:

D: The Blobstore API allows your application to serve data objects, called blobs, that are much larger than the size allowed for objects in the Datastore service. Blobs are useful for serving large files, such as video or image files, and for allowing users to upload large data files.

References: https://www.mongodb.com/nosql-explained

asked 18/09/2024
Martin White
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first