Loading

Quipoin Menu

Learn • Practice • Grow

mongodb / What is MongoDB?
mcq
Direction: Choose the correct option

Q1.

What is MongoDB?
A. A NoSQL document database
B. A graph database
C. A key-value store
D. A relational database management system
Direction: Choose the correct option

Q2.

How does MongoDB store data?
A. As graphs
B. As tables with rows and columns
C. As JSON-like documents
D. As key-value pairs
Direction: Choose the correct option

Q3.

Which of the following is a key feature of MongoDB?
A. Strict schema enforcement
B. ACID transactions across multiple documents by default
C. Table joins
D. High availability with replica sets
Direction: Choose the correct option

Q4.

What type of database is MongoDB categorized as?
A. NoSQL
B. SQL
C. NewSQL
D. Graph
Direction: Choose the correct option

Q5.

Which company develops and maintains MongoDB?
A. MongoDB Inc.
B. Oracle
C. Microsoft
D. Amazon