1. What does the "MongoDB Connection String" specify in a MongoDB driver?
2. Which MongoDB sharding strategy is suitable for time-series data?
3. Which text index type in MongoDB is designed for case-insensitive text search?
4. In MapReduce, what is the purpose of the "map" function?
5. What is the primary goal of monitoring in MongoDB?
6. In MongoDB, what is a "hot backup"?
7. What is the key feature of MongoDB Atlas that simplifies database deployment and management?
8. Which data type is used to store geospatial data in MongoDB?
9. When is it advisable to use the "skip" and "limit" methods for paging through query results in MongoDB?
10. In MongoDB, what is a "write concern" for a transaction?
11. How should you handle security in MongoDB to follow best practices?
12. What is the primary purpose of auditing in MongoDB?
13. What does the "right to be forgotten" entail in terms of data compliance in MongoDB?
14. Which MongoDB version introduced support for multi-document transactions?
15. What is the $lookup operator used for in MongoDB Aggregation?
16. What is the recommended approach for modeling hierarchical data in MongoDB?
17. What is the minimum number of nodes required to form a replica set in MongoDB?
18. How is a "write concern" specified when starting a transaction in MongoDB?
19. What is the recommended strategy for ensuring high availability in MongoDB?
20. What is the role of MongoDB client libraries and drivers?