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
find
statement to retrieve data from thecustomers
collection. You want to return all documents for customers born after December 31, 1989. The collection’sdob
field contains each customer’s date of birth.Which search condition should you include in the statement’s query argument?
CorrectIncorrect -
Question 2 of 6
2. Question
You are creating a
find
statement to retrieve data from thecustomers
collection. You want to return all documents for customers that use Android phones.The phone type is listed in the
device
field, but the references to Android phones might be inconsistent. The only certainty is that the term android is included somewhere in thedevice
value.Which search condition should you include in the statement’s query argument?
CorrectIncorrect -
Question 3 of 6
3. Question
You are creating a
find
statement to retrieve data from thecustomers
collection. You want to return the first and last names of all customers with a Premium package.Which query and projection arguments should you pass to the
find
method?CorrectIncorrect -
Question 4 of 6
4. Question
You are creating a query in Visual Query Builder to retrieve data from the
customers
collection. You want to define a search condition that limits the results to customers in the states of Delaware, Illinois, and Hawaii.You start by adding a search condition to the Query section. You then select the
address.state
field option and thein
operator option from the drop-down lists.Which string should you type into the text box?
CorrectIncorrect -
Question 5 of 6
5. Question
You are creating a query in Visual Query Builder to retrieve data from the
customers
collection. You want to sort the query results by the values in thelast
field. How do you define the sort condition?CorrectIncorrect -
Question 6 of 6
6. Question
You create a query in Visual Query Builder to retrieve data from the
customers
collection. You run the query and view the results. You now want to edit the query in IntelliShell.What's the easiest way to transfer the query from Visual Query Builder to the IntelliShell editor?
CorrectIncorrect