Google News
logo
MongoDB - Quiz(MCQ)
The_____JavaScript shell and the MongoDB language drivers translate between BSON and the language-specific document representation.
A)
json
B)
mongod
C)
mongo
D)
None of the above

Correct Answer :   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.

Advertisement