Quiz Summary
0 of 6 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 6 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 6
1. Question
You are building an
aggregate
statement that will group data based on an array field. The statement will also provide a count of the number of documents in each group, with the data sorted in descending order based on the count. Which approach should you take when building the statement?CorrectIncorrect -
Question 2 of 6
2. Question
You are building an
aggregate
statement that uses the$merge
operator to write the pipeline output to a new collection. Where in the pipeline should you position the $merge stage?CorrectIncorrect -
Question 3 of 6
3. Question
You are building an
aggregate
statement in the Aggregation Editor. You plan to use the$match
operator to filter documents based on the values in theinterests
array field. You want to return all documents that include both theSoftware
andDatabase
array elements. Which expression should you use for the$match
operator?CorrectIncorrect -
Question 4 of 6
4. Question
You are building an
aggregate
statement in the Aggregation Editor. You plan to use the$unwind
operator to deconstruct theinterests
array. Which operator expression should you use?CorrectIncorrect -
Question 5 of 6
5. Question
You are building an
aggregate
statement in the Aggregation Editor. You plan to use the$sortByCount
operator to group values in theinterests
field and count the number of documents in each group. Which operator expression should you use?CorrectIncorrect -
Question 6 of 6
6. Question
You are building an aggregate statement in the Aggregation Editor. You want to save the pipeline’s output to the
reference
collection in themarketing
database. Which aggregate operator should you use?CorrectIncorrect