Question 46
Suppose you are connected to mongod instance that is already running on port 27000 as admin user. You have to dump reviews collection from the restaurants database to BSON file. Which command should you use?
Question 47
Which cursor method should you use to force MongoDB to use a specific index for a query?
Question 48
Which of the following actions are granted to the built-in readWrite role?
Question 49
Suppose you added the following index to a products collection: { product_category: 1 } Which of the following operations can potentially decrease performance?
Question 50
Select all true statements about auto bucketing feature in Aggregation Framework. ($bucketAuto stage)
