11.) Which MongoDB tool is used to analyze performance metrics using historical data?
A) MongoDB Atlas
B) mongodump
C) mongostat
D) Ops Manager
12.) Which tool is used for querying and running administrative commands interactively?
A) MongoDB Compass
B) mongotop
C) mongosh
D) mongoimport
13.) What is the default format for backups created by mongodump?
A) JSON
B) BSON
C) CSV
D) Plain Text
14.) What does the –query option do in mongoexport?
A) Filters data to be exported
B) Imports query results
C) Restores a database
D) Optimizes export speed
15.) What is the purpose of the mongoURI connection string?
A) To create indexes
B) To connect applications to MongoDB instances
C) To backup databases
D) To restore data
16.) What feature does MongoDB Atlas provide?
A) On-premises database management
B) Disk-based operations
C) Local backups only
D) Cloud-hosted MongoDB instances
17.) Which tool provides graphical monitoring and real-time analysis for MongoDB?
A) mongotop
B) MongoDB Compass
C) mongosh
D) Ops Manager
18.) Which tool is used to manage sharded clusters in MongoDB?
A) mongos
B) mongostat
C) mongotop
D) mongoexport
19.) What does the mongostat command display?
A) Memory usage
B) Query performance statistics
C) Read/write metrics in real-time
D) Backup logs
20.) Which MongoDB tool provides a unified way to interact with JSON-like commands?
A) MongoDB Compass
B) mongosh
C) mongotop
D) Ops Manager
Related