

InterviewSolution
Saved Bookmarks
1. |
User-defined indexes on multiple fields is called ___________(a) composite index(b) secondary index(c) compound index(d) none of the mentionedThe question was posed to me in unit test.Asked question is from MongoDB documents topic in portion GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» RIGHT ANSWER is (C) compound index Explanation: The order of FIELDS listed in a compound index has significance. |
|