a) MMS b) AMS c) CMS d) DMS Answer: a Explanation: MMS stands for MongoDB Management Service and is available ...
View QuestionDynamic schema in MongoDB makes ____________ easier for applications.
a) inheritance b) polymorphism c) encapsulation d) none of the mentioned Answer: b Explanation: Relational databases require ...
View QuestionMongoDB is a _________ database that provides high performance, high availability, and easy scalability.
a) graph b) key value c) document d) all of the mentioned Answer: c Explanation: Documents (objects) map nicely ...
View QuestionMongoDB has been adopted as ________ software by a number of major websites and services.
a) frontend b) backend c) proprietary d) all of the mentioned Answer: b Explanation: MongoDB is the most popular ...
View QuestionInitial release of MongoDB was in the year?
a) 2000 b) 2005 c) 2009 d) 2011 Answer: c Explanation: MongoDB is developed by the software ...
View QuestionPoint out the wrong statement.
a) Secondary indices are not available in MongoDB b) MongoDB supports search by field, range queries, regular expression ...
View QuestionMongoDB Queries can return specific fields of documents which also include user-defined __________ functions.
a) Javascript b) C c) C++ d) All of the mentioned Answer: a Explanation: MongoDB supports search by field, ...
View QuestionWhich of the following format is supported by MongoDB?
a) SQL b) XML c) BSON d) All of the mentioned Answer: c Explanation: MongoDB eschews the traditional table-based ...
View QuestionPoint out the correct statement.
a) MongoDB is classified as a NoSQL database b) MongoDB favours XML format more than JSON c) MongoDB is ...
View QuestionWhich of the following language is MongoDB written in?
a) Javascript b) C c) C++ d) All of the mentioned Answer: d Explanation: MongoDB (from humongous) is a cross-platform document-oriented ...
View Question