Big Data Analytics Week 3 - MongoDB and Cassandra

Big Data Analytics Week 3 - MongoDB and Cassandra

University - Professional Development

5 Qs

quiz-placeholder

Similar activities

SQL Programming

SQL Programming

4th Grade - Professional Development

10 Qs

SDC Databases Foundation

SDC Databases Foundation

University

5 Qs

Database n Analytics

Database n Analytics

Professional Development

8 Qs

Poltek Subang #1

Poltek Subang #1

University

10 Qs

Connecting to a Database using PHP (Part 2)

Connecting to a Database using PHP (Part 2)

Professional Development

9 Qs

ICTDBS506 - Selection of DBMS.

ICTDBS506 - Selection of DBMS.

Professional Development

2 Qs

DECI - Week 11 - round

DECI - Week 11 - round

Professional Development

10 Qs

Object Migration Assessment Quiz 1

Object Migration Assessment Quiz 1

Professional Development

10 Qs

Big Data Analytics Week 3 - MongoDB and Cassandra

Big Data Analytics Week 3 - MongoDB and Cassandra

Assessment

Quiz

Computers

University - Professional Development

Hard

Created by

Malarvizhi K C

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

Document Database

Wide column Database

Graph Database

Relational Database

2.

MULTIPLE SELECT QUESTION

1 min • 10 pts

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

Your project requires very high processing power that necessitates several nodes

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

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

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

Answer explanation

A primary feature of Apache Cassandra is that it is optimised for excellent throughput on writes.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Mongo DB is a ______. Select the correct answer.

Document Database

Wide Column Database

Graph Database

Relational Database

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following has higher availability? MongoDB or Cassandra

MongoDB

Cassandra

Answer explanation

MongoDB comprises of primary and secondary nodes. In the event of failure, a secondary node is elected as master. Cassandra supports multiple master nodes. In the event of failure, master node is replaced with no downtime.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

MongoDB

Cassandra