FIT9132 PASS Week 12

FIT9132 PASS Week 12

University

9 Qs

quiz-placeholder

Similar activities

emu415-week4

emu415-week4

University

10 Qs

Cuestionario - Actividad Integradora Consultas SQL BD

Cuestionario - Actividad Integradora Consultas SQL BD

University

12 Qs

DB - Les01

DB - Les01

University

10 Qs

Multiple Choice Quiz: Designing for Impact

Multiple Choice Quiz: Designing for Impact

University

10 Qs

Database Concepts and MS Access Assessment

Database Concepts and MS Access Assessment

8th Grade - University

10 Qs

Base de Datos I - Parte 1

Base de Datos I - Parte 1

University

10 Qs

Matploblib en Python

Matploblib en Python

University

13 Qs

Database Types and Concepts

Database Types and Concepts

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