1.

Which of the following method is overrided by Index filters?(a) hint(b) plan(c) execute(d) all of the mentionedThe question was asked in an internship interview.My question is taken from Aggregation Pipeline in portion Aggregation Concepts and Aggregation Mechanics of MongoDB

Answer»

The CORRECT answer is (a) hint

To EXPLAIN I would say: When an index FILTER EXISTS for the query SHAPE, MongoDB ignores the hint().



Discussion

No Comment Found

Related InterviewSolutions