wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

quiz- 1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is not a NoSQL database?

a)

SQL Server

b)

MongoDB

c)

Cassandra

d)

None of the mentioned

2.

Which of the following is a NoSQL Database Type?

a)

SQL

b)

Document databases

c)

JSON

d)

All of the mentioned

3.

Point out the wrong statement.

a)

Non Relational databases require that schemas be defined before you can add data

b)

NoSQL databases are built to allow the insertion of data without a predefined schema

c)

NewSQL databases are built to allow the insertion of data without a predefined schema

d)

All of the mentioned

4.

What is the primary characteristic of NoSQL databases?

a)

They use structured query language (SQL) for data manipulation.

b)

They are designed for relational data and use tables.

c)

They support a variety of data models, such as docukey-value, column, and graph.

d)

They are designed only for SQL-based operations.

5.

Which of the following is a key difference between relational and NoSQL databases?

a)

Relational databases use dynamic schemas, while NoSQL databases use static schemas.

b)

Relational databases store data in tables, while NoSQL databases may use documents, key-value

pairs, or other models.

c)

Relational databases do not support indexing, while NoSQL databases do.

d)

NoSQL databases use SQL for querying, while relational databases use proprietary query

languages.

6.

Which of the following is NOT a feature of NoSQL databases?

a)

Schema flexibility

b)

Horizontal scalability

c)

Fixed schema

d)

High availability

7.

What is the main advantage of using a NoSQL database over a relational database?

a)

Strict schema enforcement

b)

Better support for complex queries

c)

Flexibility in handling diverse and evolving data structures

d)

Limited scalability

8.

 ________ stores are used to store information about networks, such as social connections.

a)

Key-value

b)

Wide-column

c)

Document

d)

Graph

9.

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

a)

unstructured

b)

Structured

c)

semi-structured

d)

all of the mentioned

10.

Which of the following are the simplest NoSQL databases?

a)

Key-value

b)

Wide-column

c)

Document

d)

All of the mentioned