Apache-Hadoop-Developer Hadoop 2.0 Certification exam for Pig and Hive Developer

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Which Two of the following statements are true about hdfs? Choose 2 answers

Select all that apply, then click Submit answer.

  • An HDFS file that is larger than dfs.block.size is split into blocks

  • Blocks are replicated to multiple datanodes

  • HDFS works best when storing a large number of relatively small files

  • Block sizes for all files must be the same size

Question 2

MapReduce v2 (MRv2/YARN) is designed to address which two issues?

Select all that apply, then click Submit answer.

  • Single point of failure in the NameNode.

  • Resource pressure on the JobTracker.

  • HDFS latency.

  • Ability to run frameworks other than MapReduce, such as MPI.

  • Reduce complexity of the MapReduce APIs.

  • Standardize on a single MapReduce API.

Question 3

Which two of the following are true about this trivial Pig program' (choose Two)

C:\Users\Chaudhry\Desktop\1.jpg

Select all that apply, then click Submit answer.

  • The contents of myfile appear on stdout

  • Pig assumes the contents of myfile are comma delimited

  • ABC has a schema associated with it

  • myfile is read from the user's home directory in HDFS