Which command is used to determine storage capacity of specific database?
Addding the index {a:l} can potentially decrease the speed of which of the following operations? Check all that apply.
What tool would you use if you want to save a gif file in mongo?
What is the maximum size of a MongoDB document
When should we consider representing a one-to-many relationship in an embedded collection instead of separate collection?
As per the aggregation pipeline optimization concepts, if you have a $sort followed by a $match:
Which option can be used with update command so that a new document gets created if no matching document is found based on the query condition?
What is the replication factor for a replicated cluster with 1 primary, 3 secondaries with one of them hidden. The set also has an arbiter?
What is the on-premise solution having functionality equivalent to cloud manager?
What is the defau size of a GridFS chunk?
You are comparing values of different BSON types in mongodb. You want to compare from lowest to highest. Which comparison order is used?
In a replicated cluster, which of the following node would only be used during an election?
Consider the following example document from the sample collection. All documents in this collection have the same schema.
Which of the following queries will replace this with the document.
Which of the following collections stores authentication credentials in MongoDB?
What does the following $slice query return using the following command? db.posts.find( {}, { comments: { $slice: [ -10, 5 ] } } )
Below is a sample document of "orders" collection
The oplog (operations log) is a special capped collection that keeps a rolling record of all operations that modify the data stored in your databases. All the replica set members contain a copy of the oplog in the following collection:
Which of the following is incorrect statement about find and findOne operations in MongoDB?
The following aggregation option is used to specify the specific fields that needs to be passed to the next stage of the aggregation pipeline: