0
0
Hadoopdata~10 mins

What is Hadoop - Interactive Quiz & Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to print the main purpose of Hadoop.

Hadoop
print('Hadoop is used for [1] large data sets across clusters of computers.')
Drag options to blanks, or click blank then click option'
Aprocessing
Bpainting
Ccooking
Dwriting
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing unrelated actions like painting or cooking.
2fill in blank
medium

Complete the code to show the two main components of Hadoop.

Hadoop
components = ['HDFS', '[1]']
print(components)
Drag options to blanks, or click blank then click option'
AMapReduce
BPhotoshop
CExcel
DWord
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Hadoop components with unrelated software names.
3fill in blank
hard

Fix the error in the code to create a Hadoop cluster description.

Hadoop
cluster_description = 'Hadoop runs on a [1] of computers to handle big data.'
Drag options to blanks, or click blank then click option'
Adesktop
Bcluster
Csingle
Dlaptop
Attempts:
3 left
💡 Hint
Common Mistakes
Using single or desktop which do not represent multiple computers.
4fill in blank
hard

Fill both blanks to describe Hadoop's data storage and processing.

Hadoop
Hadoop stores data in [1] and processes it using [2].
Drag options to blanks, or click blank then click option'
AHDFS
BMapReduce
CExcel
DWord
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up storage and processing components.
5fill in blank
hard

Fill all three blanks to complete the Hadoop description.

Hadoop
Hadoop is an [1] framework that uses [2] for storage and [3] for processing.
Drag options to blanks, or click blank then click option'
Aopen-source
BHDFS
CMapReduce
Dclosed-source
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing closed-source or mixing storage and processing terms.