1.

Point out the wrong statement.(a) MongoDB can return sorted results by using the ordering in the index(b) MongoDB defines indexes at the collection level and supports indexes on any field or sub-field of the documents in a MongoDB collection(c) Fundamentally, indexes in MongoDB is different to indexes in other database systems(d) None of the mentionedThis question was posed to me during an online exam.My question is taken from Indexes In MongoDB topic in division Index/Indexing Concepts of MongoDB

Answer»

Right option is (C) Fundamentally, indexes in MongoDB is different to indexes in other DATABASE systems

Explanation: Indexes are special data STRUCTURES that STORE a small portion of the collection’s data set in an EASY to traverse form.



Discussion

No Comment Found

Related InterviewSolutions