PySpark

PySpark

University

5 Qs

quiz-placeholder

Similar activities

coreSpark

coreSpark

University

6 Qs

Apache Spark

Apache Spark

University

8 Qs

Big Data In 5 Minutes

Big Data In 5 Minutes

University

10 Qs

Introduction to Apache Spark

Introduction to Apache Spark

University

10 Qs

Fossil quiz

Fossil quiz

University

10 Qs

Servlets & JSP

Servlets & JSP

University

10 Qs

Big Data Analytics Introduction

Big Data Analytics Introduction

University - Professional Development

8 Qs

Lección - Grupo 4

Lección - Grupo 4

University

10 Qs

PySpark

PySpark

Assessment

Quiz

Computers

University

Hard

Created by

Christine Thian

Used 23+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Action in Spark RDD?
The ways to send result from executors to the driver
Takes RDD as input and produces one or more RDD as output.
Creates one or many new RDDs
All of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The shortcomings of Hadoop MapReduce was overcome by Spark RDD by

Lazy-evaluation

In-memory processing

All of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Caching is an optimizing technique.

true

false

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Spark is best suited for ______ data.
Real-time
Virtual
Structured
All of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following language is not supported by Spark?
Python
Scala
Java
Pascal