

InterviewSolution
Saved Bookmarks
1. |
MongoDB indexes use a _______ data structure.(a) Hash(b) Map(c) B-tree(d) All of the mentionedThe question was posed to me by my school principal while I was bunking the class.This intriguing question comes from Indexes In MongoDB topic in division Index/Indexing Concepts of MongoDB |
Answer» CORRECT OPTION is (B) Map The explanation: MongoDB provides a number of different INDEX types to SUPPORT specific types of data and queries. |
|