1. NoSQL databases (not only SQL) are non-tabular databases and store data differently than relational tables.

A) True

B) False

Correct Answer: True


2. Which of the following is a NoSQL Database Type?

A) SQL

B) Document databases

C) JSON

D) All of the mentioned

Correct Answer: Document databases


3. Is JSON Case sensitive ?

A) Yes

B) No

Correct Answer: Yes

Explanation : JSON stand for JavaScript Object Notation and it is case sensitive.


4. Which one of the following is a procedural language?

A) Tuple relational calculus

B) Relational algebra

C) Domain relational calculus

D) Query language

Correct Answer: Relational algebra


5. NoSQL databases is used mainly for handling large volumes of ______________ data.

A) unstructured

B) structured

C) semi-structured

D) all of the mentioned

Correct Answer: unstructured

Explanation : NoSQL databases is used mainly for handling large volumes of unstructured data.


6. What is the interactive shell for MongoDB called?

A) mongo

B) mongodb

C) dbmong

D) none of the mentioned

Correct Answer: mongo