wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Big Data Analytics Week 3 - MongoDB and Cassandra

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

Apache Cassandra is a NoSQL database that belongs to the following category. Select the right answer

a)

Document Database

b)

Wide column Database

c)

Graph Database

d)

Relational Database

2.

Consider the following example cases. For which of them would Cassandra be most suitable? Select all that apply.

a)

Your project requires very high processing power that necessitates several nodes

b)

The proportion of write operations is significantly higher than read operations.

c)

The proportion of read operations is significantly higher than write operations.

d)

Your project requires processing power that can be achieved with a single node

3.

Mongo DB is a ______. Select the correct answer.

a)

Document Database

b)

Wide Column Database

c)

Graph Database

d)

Relational Database

4.

Which of the following has higher availability? MongoDB or Cassandra

a)

MongoDB

b)

Cassandra

5.

In terms of complex queries on dynamic data model, which one is better? MongoDB or Cassandra?

a)

MongoDB

b)

Cassandra