Google News
logo
MongoDB - Quiz(MCQ)
Which of the following accepts any number of argument expression?
A)
$set
B)
$setEquals
C)
$setDifference
D)
$setIntersection

Correct Answer :   $setIntersection


Explanation : $setIntersection returns a set with elements that appear in all of the input sets.

Advertisement