FIT9132 PASS Week 12

FIT9132 PASS Week 12

University

9 Qs

quiz-placeholder

Similar activities

Uji Pemahaman Basis Data

Uji Pemahaman Basis Data

University

13 Qs

Conceptos Básicos de Redes

Conceptos Básicos de Redes

University

6 Qs

MongoDB Concepts 1

MongoDB Concepts 1

University

10 Qs

Understanding Database Concepts

Understanding Database Concepts

University

10 Qs

Chapter Quiz

Chapter Quiz

University

10 Qs

3RD TERM 2ND C.A.T (I.C.T) YR5

3RD TERM 2ND C.A.T (I.C.T) YR5

5th Grade - University

10 Qs

SQL PRE-ASSESSMENT (MOTIVATION)

SQL PRE-ASSESSMENT (MOTIVATION)

University

10 Qs

NoSQL

NoSQL

University

10 Qs

FIT9132 PASS Week 12

FIT9132 PASS Week 12

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Yiheng Cai

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which “V” refers to heterogeneity in data structure?

Volume

Velocity

Variety

Veracity

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which “V” emphasizes the rate at which data is generated and must be processed?

Volume

Velocity

Variety

Veracity

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select all that apply. Which of the following are strategies for scaling Big Data systems?

Scaling up

Scaling out

Normalization

Caching

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all that apply. Which of the following are typical characteristics of NoSQL databases?

Non-relational

ACID by default

Schema-less

Distributed

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all that apply. Which are the four main categories of NoSQL databases?

Key-Value

Document

Column-oriented

Graph

XML

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a document-oriented database, records are typically stored as:

Relational tables

JSON or BSON documents

Key-value pairs only

CSV files

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which MongoDB method inserts multiple documents in one operation?

insertOne()

insertMany()

saveMany()

createMany()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which MongoDB update operator increments a numeric field’s value?

$set

$inc

$push

$unset

9.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select all that apply. Which techniques are used to distribute data across nodes in NoSQL databases?

Sharding

Replication

Normalization

Indexing