

InterviewSolution
Saved Bookmarks
1. |
There is _________ byte counter in BSON, starting with a random value.(a) 2(b) 3(c) 4(d) None of the mentionedThis question was posed to me in quiz.Query is from BSON topic in chapter GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» RIGHT CHOICE is (b) 3 Easy explanation: OBJECTID is a 12-byte BSON type |
|