What is MongoDB?
What format does MongoDB use to store documents?
What is the basic unit of data in MongoDB?
Which command is used to insert one document?
Which MongoDB component stores collections of documents?
Which operator in MongoDB is used to match values in an array?
What does the $gt operator do?
Which of the following is used to validate schema in MongoDB?
What’s the main purpose of the $project stage in aggregation?
Which of the following creates a compound index?
What is the main purpose of replica sets in MongoDB?
Which command initializes a replica set?
What is a suitable use case for sharding in MongoDB?
What role do config servers play in MongoDB sharding?
Which component routes queries in a sharded cluster?