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

Express.js

Express.js

University

10 Qs

Azure Data Fundamentals Module 2

Azure Data Fundamentals Module 2

Professional Development

10 Qs

Big Data Quizz 1

Big Data Quizz 1

University

10 Qs

Bancos de Dados

Bancos de Dados

Professional Development

10 Qs

PAW-Q1-2023

PAW-Q1-2023

University

10 Qs

Mongodb Basics

Mongodb Basics

Professional Development

10 Qs

Friday Fun

Friday Fun

Professional Development

9 Qs

KUIS RHEL-DAY3

KUIS RHEL-DAY3

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