Q.1.
What is the preferred format to store geospatial data in MongoDB?
Q.2.
What does a MongoDB collection consist of?
Q.3.
Which MongoDB shell command should you use to back up a database?
Q.4.
Which command returns a specific document in the user’s collection?
Q.5.
In MongoDB, what does a projection do?
Q.6.
What option can be passed to start the MongoDB shell without connecting to a database?
Q.7.
Given a customer collection which includes fields for gender and city, which aggregate pipeline shows the number of female customers in each city? (Alternative: How can you view the execution performance statistics for a query?)