Which data structure does MongoDB use to store records, such as {'name':'John', 'age':30}?
What is the primary advantage of using MongoDB over traditional relational databases for rapidly changing data?
Which of the following is the mandatory unique identifier field in every MongoDB document by default?
To create a collection called 'students' in an existing MongoDB database, which command should you use?
If you want to insert a single document into a collection named 'products', which method would you typically use?
Which data type is NOT natively supported by MongoDB documents?
When searching for documents where the 'score' field is greater than 80, which MongoDB operator should you use?
What is the purpose of creating an index on a MongoDB collection?
Capped collections in MongoDB are most suitable for which use case?
In MongoDB, which operation would you use to delete multiple documents that match a certain filter?