

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Documents have static schema in MongoDB(b) Eventually-consistent reads can be distributed over replicated servers(c) Indexes can include keys from embedded documents and arrays(d) None of the mentionedThis question was posed to me by my school teacher while I was bunking the class.I would like to ask this question from Getting Started with MongoDB topic in section MongoDB CRUD Concepts and Operation of MongoDB |
Answer» Right choice is (a) DOCUMENTS have STATIC schema in MongoDB |
|