S08 - Big Data Analytics

S08 - Big Data Analytics

University

9 Qs

quiz-placeholder

Similar activities

Lección - Grupo 4

Lección - Grupo 4

University

10 Qs

Quiz CodeIgniter 4

Quiz CodeIgniter 4

University

10 Qs

Controller dan Route

Controller dan Route

University

6 Qs

Hari 3 - Diah Ainin Budiarti_Quizziz

Hari 3 - Diah Ainin Budiarti_Quizziz

University

10 Qs

CSC413 - Sound

CSC413 - Sound

University

10 Qs

Setting up an IT system - Quiz 2

Setting up an IT system - Quiz 2

University

10 Qs

Introduction to Apache Spark

Introduction to Apache Spark

University

10 Qs

Apache Spark

Apache Spark

University

8 Qs

S08 - Big Data Analytics

S08 - Big Data Analytics

Assessment

Quiz

Computers

University

Medium

Created by

Amalia Zahra

Used 5+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Entry point to Spark and PySpark is called ...

Cluster Manager

Spark Cluster

Spark Session

Spark Context

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The followings are components that run on top of Apache Spark, except ...

Spark SQL

Neo4j

Spark Streaming

MLlib

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Apache Spark enables the development of large-scale machine learning algorithms.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statement is false in MLlib?

Scaling is changing the range of the data

Normalization is changing the shape of the distribution of the data

Scaling and normalization mean the same thing.

We can use PCA in MLlib

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The 'map' function applies to 1 input and produces many outputs.

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The function in Spark to fuse or combine multiple RDDs is ...

flatmap

fuse

map

coalesce

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Spark streaming, data streams are converted to discrete RDDs.

True

False

8.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

What is the component in Spark used for graph processing?

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

From the following components in Spark, which one is used to deploy Business Intelligence tools over Spark?

GraphX

Spark Streaming

Spark SQL

Spark MLlib