

InterviewSolution
Saved Bookmarks
1. |
_________ is a binary serialization format used to store documents and make remote procedure calls in MongoDB.(a) BSON(b) GridFS(c) JSON(d) None of the mentioned |
Answer» Correct answer is (a) BSON For explanation: BSON supports many data types as values in documents. |
|