Introduction to Mongo DB (Week 1 Quiz) Coursera
Introduction to Mongo DB Week 1 Coursera Solution
Link to Enroll : Click Here
How much will our Atlas cluster cost per month?
- 1 USD
- 5 USD
- Nothing. It’s free.
- 20 USD
- 10 USD
How many documents were imported by our mongoimport command?
- 44,800
- 40,600
- 46,000
- 40,001
- 46,014
What is the runtime of the first document listed in our collection?
- 14 min
- 103 min
- 1 min
- 6 min
- 23 min
Which of the following accurately describe PyMongo?
- A client library for connecting to MongoDB
- A library that supports the MongoDB aggregation framework and query language
- A programming language
- A Python library
- A hosting platform for MongoDB
What elements of the provided connection string do you need to change in order to successfully connect to MongoDB from Python?
- username
- authorization source
- password
- cluster name
- database
Introduction to Mongo DB Week 1 Coursera Solution
Which of the following are true of the aggregation pipeline?
- An individual stage within a pipeline performs many different types of tasks.
- Aggregation pipelines are similar to Linux shell pipelines.
- Pipelines use a MongoDB collection as input.
- You may include a particular type of stage in an aggregation pipeline only once.
- The task a pipeline stage performs is tunable.
What data structure is used to define expressions in the aggregation framework?
- int
- string
- dictionary
- list
- tuple
What are the two components of a sort expression?
- direction
- field
- count
- size
- list
More on MongoDB : Click Here