As per the aggregation pipeline optimization concepts, if you have a $sort followed by a $match:
Answer : D
Which of the following commands finds all the documents in the posts collection with post timestamp field as null?
Answer : B
Consider that you have a collection called population which has fields state and city. Which of the following query will calculate the population grouped by state and city?
Answer : C
Which of the following are valid json documents? Select all that apply.
Answer : A, D
What is the use of mongodump and mongorestore tools?
Answer : A
Which of the following is incorrect statement about find and findOne operations in MongoDB?
Answer : D
Which of the following commands can cause the database to be locked?
Answer : A