1.

Which of the following are the simplest NoSQL databases?(a) Key-value(b) Wide-column(c) Document(d) All of the mentionedThis question was posed to me during a job interview.This interesting question is from NoSQL Databases topic in section MongoDB and noSQL Concepts of MongoDB

Answer»

The CORRECT choice is (a) Key-VALUE

For explanation: Every single item in the DATABASE is stored as an attribute name (or “key”), together with its value in Key-value stores.



Discussion

No Comment Found

Related InterviewSolutions