Point out the wrong statement.
(a) $avg is an accumulator operator available only in the $group stage
(b) $sum accumulator can be used to compute the total amount and count for each group of documents
(c) $avg ignores numeric values
(d) All of the mentioned
The question was posed to me in unit test.
My question comes from Pipeline Operators topic in portion Aggregation Concepts and Aggregation Mechanics of MongoDB