Use the following questions to help you review the material in this tutorial.
Quiz Summary
0 of 5 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 5 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
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 5
1. Question
You are building an
aggregate
statement in IntelliShell. You want to include thecollation
option in the statement. Where do you add the option within the statement?CorrectIncorrect -
Question 2 of 5
2. Question
You are building an
aggregate
statement in IntelliShell. The statement will aggregate data in thecustomers
collection. You want to filter out all customers except those who live in Georgia. Which aggregate method do you use when defining your first stage?CorrectIncorrect -
Question 3 of 5
3. Question
You are building an
aggregate
statement in IntelliShell. The statement will aggregate data in thecustomers
collection. You want to group the data by thepackage
field and find the average number of transactions per package. Which$group
expression should you use?CorrectIncorrect -
Question 4 of 5
4. Question
You are building an
aggregate
statement in IntelliShell. The last stage in the pipeline uses the$sort
operator to sort the pipeline documents in descending order, based on thetotal
column. Which argument should you use to specify the sort order?CorrectIncorrect -
Question 5 of 5
5. Question
You are building an
aggregate
statement in IntelliShell. You want to be able to write data to temporary files on disk when running the statement. Which option should you include in your statement?CorrectIncorrect