

InterviewSolution
Saved Bookmarks
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 |
|