

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) A database is a set of key-value pairs(b) A MongoDB deployment hosts a number of databases(c) A document holds a set of collections(d) All of the mentionedThis question was addressed to me during an interview.This is a very interesting question from Getting Started with MongoDB topic in division MongoDB CRUD Concepts and Operation of MongoDB |
Answer» CORRECT choice is (b) A MONGODB deployment hosts a number of databases The best I can EXPLAIN: A database holds a set of COLLECTIONS. A COLLECTION holds a set of documents. |
|