

InterviewSolution
Saved Bookmarks
1. |
Which of the following data structures are documents in MongoDB?(a) All database records(b) Query selectors(c) Update definitions(d) All of the mentionedI have been asked this question in an online interview.I need to ask this question from MongoDB documents in section GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» CORRECT choice is (d) All of the mentioned To EXPLAIN I WOULD say: Most user-accessible data STRUCTURES in MongoDB are DOCUMENTS. |
|