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 mentioned

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