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
I got this question during a job interview.
Question is taken from MongoDB documents topic in section GridFS, BSON Datatype and Administration Concepts of MongoDB