Spark Quiz 3

Spark Quiz - 3

1 / 5

what would be the type of dt  in the following code?
val data = Array(1, 2, 3, 4, 5)
val dt = sc.parallelize(data)

2 / 5

How many  SparkContext should be active per JVM

3 / 5

The shuffle is Spark’s mechanism for re-distributing data so that it’s grouped differently across partitions ?

4 / 5

which of the following Return a new distributed dataset formed by passing each element of the source through a function func

5 / 5

Which of the following will give you the number of items in mydf ?

Your score is

The average score is 0%

0%

Sharing is caring!

Subscribe to our newsletter
Loading

Leave a Reply