This is a timed quiz.
You have 30 minutes to complete the 18 questions in this quiz.
What does HDFS stands for?
Hadoop file system
Hadoop Data File system
Hadoop Distributed File System
None
What is Data Replication in HDFS?
Copy the dataset to a different folder within the same data node
Copy the dataset outside of the folder within the Same Data Node
Copy the dataset to a different Data Node within HDFS
Password protect the dataset
What is minimum recommended replication factor for HDFS?
Same as number of data nodes in the cluster
Same as number of name nodes, including Primary and Secondary
3
5
Since the data is replicated thrice in HDFS, does it mean that any calculation done on one node will also be replicated on the other two?
True
False
What is a Name Node?
Super Master Node in Hadoop. Everything else runs within it.
Master Node for HDFS System
Master Node for MapReduce & HDFS both
None of the above
What is a Data Node?
Node that tracks metadata about the data
Slave/Worker Node that stores actual Data
Cluster nodes that provide SQL access
Backup nodes for HDFS data storage
A daemon is a Linux process that reflects an ongoing computing process running in the background
What is a "HeartBeat"?
You don't know what a heartbeat is????
A process where only two name nodes can communicate with each other
A process that enables multiple MapReduce programs to share the same memory container
A process that enables two servers to confirm that they are alive and active
What is a Data Block in HDFS?
An instance of file stored on one Data node is called a Block
HDFS breaks file into exact 3 parts. Each part is called a Block
A ‘block’ is the minimum amount of data that can be read or written
A block means amount of storage pre-allocated to a folder in HDFS
Default Size of data block in Hadoop 2.00 is "128MB". This is a fixed size and can not be customized.
How does Hadoop know if a Data Node is Full?
Data node will crash and you will know that it was full...
Since there are multiple data nodes, there is no need to know this
Name Node contains the metadata and status information of each data nodes and it can figure out which data node is full
Hadoop has a database repository. This repository keeps track of storage threshold. Name node queries this repository to find out which data node is full and which one is not
Who engineered "DFS" or Distributed File System that HDFS is based on?
Google
Amazon
Apple
Facebook
What component can be used to perform basic HDFS operations using a user interface?
Apache Hue
Cloudera Manager
Ambari
Impala
Apache Hue is "Owned" by Cloudera
What is a "Client" in the context of HDFS?
A user (like you and me) who is writing the file
A program that communicates with HDFS to perform file operations
All Cloudera Applications like Cloudera manager....
All of the above
A Secondary Name node is substitute to the Primary Name Node.
A Secondary Name node knows everything that a Primary Name node knows because...
They are load balanced
There disk is located on a common shared drive that both servers can access at the same time
A disk Sync program makes sure that secondary has current information about the Primary
Secondary constantly reads Primary's RAM
Apache Hue is the only way to perform file operations on HDFS