1.

________ index type, which indexes the hash of the value of a field.(a) Hashed(b) Unique(c) Multikey(d) None of the mentionedThis question was posed to me in an online quiz.I'd like to ask this question from Index Types in division Index/Indexing Concepts of MongoDB

Answer»

Right choice is (a) HASHED

For explanation I would say: Hashed INDEXES SUPPORT EQUALITY matches and cannot support range-based queries.



Discussion

No Comment Found

Related InterviewSolutions