wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

NOSQL

Total questions: 8

Worksheet time: 80secs

Name
Class
Date
1.

What is the main scalability limitation of relational databases?

a)

It can only scale horizontally

b)

It can only scale vertically

c)

It cannot scale at all

d)

Schemaless

2.

In NoSQL, data is generally stored as:

a)

Rows and columns

b)

Functions and triggers

c)

Tables and schemas

d)

Keys and values

3.

What term is used to describe the range of hash values used to determine where data is stored in NoSQL databases?

a)

Partition

b)

Schema

c)

Keyspace

d)

Hash

4.

Relational databases scale better horizontally than vertically.

a)

TRUE

b)

FALSE

5.

NoSQL databases use a hash function to determine data partitioning.

a)

TRUE

b)

FALSE

6.
  • In NoSQL, two items must always have the same structure.

a)

TRUE

b)

FALSE

7.
  • NoSQL databases are never able to use SQL-like queries.

a)

TRUE

b)

FALSE

8.

What does the term "eventual consistency" mean in NoSQL systems?

a)

Data must follow a strict schema to remain consistent

b)

Data is always consistent across all servers instantly

c)

Data can never be made consistent across servers

d)

Data might not be immediately visible across all servers, but the data will be synchronized within milliseconds.