1.

Point out the correct statement.(a) MongoDB stores chunks on disk in the XML serialization format(b) MongoDB stores documents on disk in the BSON serialization format(c) MongoDB stores documents on RAM in the JSON serialization format(d) All of the mentionedI got this question during a job interview.Question is taken from MongoDB documents topic in section GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer»

Correct choice is (a) MongoDB STORES chunks on disk in the XML serialization format

The EXPLANATION: BSON DOCUMENTS may have more than one field with the same name.



Discussion

No Comment Found

Related InterviewSolutions