1.

______ returns true if the first value is less than the second.(a) $lte(b) $lt(c) $setEquals(d) None of the mentionedThe question was asked during a job interview.Asked question is from Pipeline Limits topic in chapter Aggregation Concepts and Aggregation Mechanics of MongoDB

Answer»

Correct CHOICE is (b) $lt

To elaborate: $LTE returns true if the first value is less than or equal to the SECOND.



Discussion

No Comment Found

Related InterviewSolutions