Use the following questions to help you review the material in this tutorial.
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
Time has elapsed
Categories
- Not categorized 0%
-
You’ve finished the quiz! Move on to the next lesson or click on View Questions to review the quiz.
-
Well done! Move on to the next lesson or click on View Questions to review the quiz.
- 1
- 2
- 3
- 4
- 5
- 6
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 6
1. Question
You are creating a view that targets the
customers
collection. The view will return the total number of transactions for each U.S. state.Which mongo shell method should you use to build the view definition?
CorrectIncorrect -
Question 2 of 6
2. Question
You created an aggregate statement that targets the
customers
collection. The aggregation pipeline includes three stages. You now want to create a view based on the aggregation.How do you create the view?
CorrectIncorrect -
Question 3 of 6
3. Question
You are creating a view that targets the
customers
collection. You launch the View Editor, add stages to the aggregation pipeline, and then run the query, which returns the expected results.What steps should you take next?
CorrectIncorrect -
Question 4 of 6
4. Question
You created a view that targets the
customers
collection. The view’s aggregation pipeline groups data by thepackage
field and then by theprio_support
field.You open the view in the view tab. You want to run a query that returns only those rows with a
package
value ofXXL
.Which expression should you type in the Query text box at the top of the query form?
CorrectIncorrect -
Question 5 of 6
5. Question
You created a view that targets the
customers
collection and now want to query that view. Which Studio 3T tool can you use?CorrectIncorrect -
Question 6 of 6
6. Question
You created a view that targets the
customers
collection and now need to update the view’s aggregation. What steps do you take?CorrectIncorrect