

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) MongoDB also provides map-reduce operations to perform aggregation(b) The pipeline provides efficient data aggregation using native operations within MongoDB(c) Map-reduce can specify a query condition to select the input documents as well as sort and limit the results(d) None of the mentionedI had been asked this question by my school principal while I was bunking the class.The query is from Aggregation in division Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» Right CHOICE is (d) None of the mentioned |
|