CCA-500 Dumps

CCA-500 Free Practice Test

Cloudera CCA-500: Cloudera Certified Administrator for Apache Hadoop (CCAH)

QUESTION 1

You are running a Hadoop cluster with a NameNode on host mynamenode, a secondary NameNode on host mysecondarynamenode and several DataNodes.
Which best describes how you determine when the last checkpoint happened?

Correct Answer: C
Reference:https://www.inkling.com/read/hadoop-definitive-guide-tom-white-3rd/chapter- 10/hdfs

QUESTION 2

You are running a Hadoop cluster with a NameNode on host mynamenode. What are two ways to determine available HDFS space in your cluster?

Correct Answer: B

QUESTION 3

Your cluster’s mapred-start.xml includes the following parameters
mapreduce.map.memory.mb
4096
mapreduce.reduce.memory.mb
8192
And any cluster’s yarn-site.xml includes the following parameters
yarn.nodemanager.vmen-pmen-ration
2.1
What is the maximum amount of virtual memory allocated for each map task before YARN will kill its Container?

Correct Answer: D

QUESTION 4

Identify two features/issues that YARN is designated to address:(Choose two)

Correct Answer: DE
Reference:http://www.revelytix.com/?q=content/hadoop-ecosystem(YARN, first para)

QUESTION 5

You are working on a project where you need to chain together MapReduce, Pig jobs. You also need the ability to use forks, decision points, and path joins. Which ecosystem project should you use to perform these actions?

Correct Answer: A