1.

Running data aggregation on the ________ instance simplifies application code and limits resource requirements.(a) document(b) mongod(c) mongos(d) all of the mentionedI got this question in an interview for job.My doubt stems from Aggregation in division Aggregation Concepts and Aggregation Mechanics of MongoDB

Answer»

The CORRECT answer is (b) mongod

For explanation: Like queries, aggregation OPERATIONS in MongoDB USE collections of documents as an input and return results in the form of ONE or more documents.



Discussion

No Comment Found

Related InterviewSolutions