

InterviewSolution
Saved Bookmarks
1. |
An index prefix is a subset of a ______ index, consisting of one or more keys starting from the beginning of the index.(a) Hashed(b) Unique(c) Sparse(d) CompoundI had been asked this question in class test.The query is from Index Types topic in section Index/Indexing Concepts of MongoDB |
Answer» Right ANSWER is (d) Compound |
|