

InterviewSolution
Saved Bookmarks
1. |
A ________ query plan has returned a threshold number of matching results.(a) execution(b) unordered(c) ordered(d) none of the mentionedThis question was posed to me during an interview.My query is from Analyze Query Performance in section MongoDB CRUD Concepts and Operation of MongoDB |
Answer» Correct answer is (c) ORDERED |
|