

InterviewSolution
Saved Bookmarks
1. |
________ applies an expression to each item in an array and returns an array with the applied results.(a) $map(b) $geo(c) $geoRear(d) None of the mentionedThe question was asked in exam.Question is taken from Aggregation Mechanics in chapter Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» CORRECT choice is (a) $MAP Easiest EXPLANATION: The $map expression has the following SYNTAX: { $map: { input: |
|