In question 2 one of the choices is
- Pipeline 2 fails because $divide operator only supports numeric types
And in the documentation on $divide it says:
The arguments can be any valid expression as long as they resolve to numbers.
In the example given, the field named “a” is an array of numbers. So how does this not “resolve to numbers”?