You are comparing values of different BSON types in mongodb. You want to compare from lowest to highest. Which comparison order is used?
Answer : A
By default, the MongoDB cursor in mongo shell is configured to return how many documents? To get the next set of documents, which command is used?
Answer : C
Which of the following is correct about MongoDB?
Answer : A
What does the output x of the following MongoDB aggregation query result into; db.posts.aggregate( [ { $group: { _id; "$author", x: { $sum: $likes } } } ] )
Answer : D
What is the maximum size of a MongoDB document
Answer : A
In a sharded replicas set environment with multiple mongos servers, which of the following would decide the mongos failover?
Answer : C
Below is a sample document of "orders" collection

Answer : A