

InterviewSolution
Saved Bookmarks
1. |
_id is a ________ bytes hexadecimal number which assures the uniqueness of every document.(a) 13(b) 16(c) 12(d) 10The question was asked during an interview.The query is from Generate Test Data in section MongoDB CRUD Concepts and Operation of MongoDB |
Answer» CORRECT CHOICE is (C) 12 The best explanation: You can PROVIDE _id while inserting the document. |
|