Free Cloudera CCA-505 Practice Test & Real Exam Questions

  • Exam Code/Number: CCA-505
  • Exam Name/Title: Cloudera Certified Administrator for Apache Hadoop (CCAH) CDH5 Upgrade Exam
  • Certification Provider: Cloudera
  • Corresponding Certification: CCAH
  • Exam Questions: 45
  • Updated On: Aug 03, 2026
You are the hadoop fs -put command to add a file "sales.txt" to HDFS. This file is small enough that it fits into a single block, which is replicated to three nodes in your cluster (with a replication factor of 3). One of the nodes holding this file (a single block) fails. How will the cluster handle the replication of this file in this situation/
Correct Answer: C Vote an answer
Which two are Features of Hadoop's rack topology?
Correct Answer: A,E Vote an answer
You are running a Hadoop cluster with MapReduce version 2 (MRv2) on YARN. You consistently see that MapReduce map tasks on your cluster are running slowly because of excessive garbage collection of JVM, how do you increase JVM heap property to 3GB to optimize performance?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
You want a node to only swap Hadoop daemon data from RAM to disk when absolutely necessary. What should you do?
Correct Answer: B Vote an answer
Assume you have a file named foo.txt in your local directory. You issue the following three commands:
Hadoop fs -mkdir input
Hadoop fs -put foo.txt input/foo.txt
Hadoop fs -put foo.txt input
What happens when you issue that third command?
Correct Answer: E Vote an answer