wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

BDA Unit Test II

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

Three types of collection used in Cassandra_______

a)

Array,List,Map

b)

List,map,struct

c)

List,Set,Map

d)

set,map,array

2.

A contained user to hold application data in Cassandra--------

a)

Document

b)

table

c)

Keyspaces

d)

records

3.

Which command in Mongodb is equivalent to SQL select?

a)

find ()

b)

search()

c)

document

d)

none

4.

MongoDB process collection of documents using _________ operations

a)

Hbase

b)

Hive

c)

Map-reduce

d)

none

5.

Which one of the following is equivalent in MongoDB select* from employee order by salary desc;?

a)

db.employee.find.sort({“salary”:1}]

b)

db.employee.sort ({“salary”:-1}]

c)

db.employee.find.sort ({“salary”:-1}

d)

db.employee.sort({“salary”:1}]

6.

Point out the correct statement :

a)

Hadoop is an ideal environment for extracting and transforming small volumes of data

b)

Hadoop stores data in HDFS and supports data compression/decompression

c)

The Giraph framework is less useful than a MapReduce job to solve graph and machine learning

d)

all

7.

Which of the following operation adds a new document to the users collection ?

a)

add

b)

insert

c)

truncate

d)

drop

8.

Which of the following format is supported by MongoDB ?

a)

XML

b)

BSON

c)

SQL

d)

All

9.

MongoDB has been adopted as ________ software by a number of major websites and services

a)

backend

b)

frontend

c)

both

d)

none

10.

In aggregation pipeline, the _______ pipeline stage provides access to MongoDB queries.

a)

$catch

b)

$match

c)

$batch

d)

All

11.

here are _________ types of read requests that a coordinator can send to a replica

a)

3

b)

2

c)

4

d)

1

12.

Which of the following is not a NoSQL database ?

a)

SQL

b)

MONGODB

c)

CASSANDRA

d)

NONE

13.

Which of the following is a NoSQL Database Type

a)

MONGODB

b)

JSON

c)

CASSANDRA

d)

A & C

14.

the term nosql was introduced by______

a)

brewers

b)

doug cutting

c)

carlo strozzi

d)

none

15.

CRUD operation in mognodb are______

a)

create read update drop

b)

create read update delete

c)

create read update local

d)

none

16.

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

17.

MongoDB supports query joins between collections.

a)

True

b)

false

18.

Which of the following is not a part of Cassandra architecture?

a)

column

b)

memtable

c)

sstable

d)

cache

19.

default block size on hdfs?

a)

64MB

b)

128MB

c)

64KB

d)

256MB

20.

caassandra was born at?

a)

facebook

b)

google

c)

yahoo

d)

none