Loading

Quipoin Menu

Learn • Practice • Grow

mongodb / MongoDB Compass & Shell
mcq
Direction: Choose the correct option

Q1.

What is MongoDB Compass?
A. A monitoring tool
B. A backup tool for MongoDB
C. A command-line interface for MongoDB
D. A graphical user interface for MongoDB
Direction: Choose the correct option

Q2.

What is the MongoDB Shell?
A. A backup utility
B. A GUI tool
C. A REST API
D. An interactive JavaScript interface to MongoDB
Direction: Choose the correct option

Q3.

Which command connects the MongoDB shell to a local instance on default port?
A. connect-mongo
B. mongo --localhost
C. mongosh
D. mongodb-shell
Direction: Choose the correct option

Q4.

In MongoDB Compass, what is a 'Visual Explain' feature used for?
A. To analyze and optimize query performance
B. To create charts
C. To visually design schemas
D. To import data
Direction: Choose the correct option

Q5.

Which MongoDB tool provides both GUI and command-line options for data import/export?
A. Both Compass and command-line tools
B. MongoDB Compass only
C. Studio 3T only
D. mongoimport/mongoexport only