FIT9132 PASS Week 12

FIT9132 PASS Week 12

University

9 Qs

quiz-placeholder

Similar activities

NoSQL

NoSQL

University

10 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

NoSQL Concepts

NoSQL Concepts

University

10 Qs

Backend Development

Backend Development

University

10 Qs

Repaso ADO.NET

Repaso ADO.NET

University

10 Qs

Evaluación de MySQL

Evaluación de MySQL

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