1.

The ___________ JavaScript shell and the MongoDB language drivers translate between BSON and the language-specific document representation.(a) mongod(b) mongo(c) json(d) none of the mentionedThis question was addressed to me by my school principal while I was bunking the class.My query is from Data Model Examples and Patterns topic in division Data Models of MongoDB

Answer»

Correct CHOICE is (b) mongo

Explanation: MongoDB stores DOCUMENTS on disk in the BSON SERIALIZATION FORMAT. BSON is a binary representation of JSON documents, though it contains more DATA types than JSON.



Discussion

No Comment Found

Related InterviewSolutions