

InterviewSolution
Saved Bookmarks
1. |
__________ take as input a single expression, evaluating the expression once for each input document, and maintain their state for the group of documents.(a) Computer(b) Monitors(c) Accumulators(d) PerformonerI have been asked this question in quiz.Enquiry is from Pipeline Operators in chapter Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» RIGHT choice is (c) Accumulators To EXPLAIN: Accumulators are available only for the $group stage. |
|