Cloudera Certified Developer for Apache Hadoop (CCD-333) Free Practice Test
Question 1
You use the hadoop fs -put command to write a 300 MB file using an HDFS block size of 64 MB. Just after this command has finished writing 200 MB of this file, what would another user see when trying to access this file?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
What types of algorithms are difficult to express MapReduce?
Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
In a large MapReduce job with m mappers and r reducers, how many distinct copy operations will there be in the sort/shuffle phase?
Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
In the standard word count MapReduce algorithm, why might using a combiner reduce the overall Job running time?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
Which of the following describes how a client reads a file from HDFS?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
You have an employee who is a Date Analyst and is very comfortable with SQL. He would like to run ad-hoc analysis on data in your HDFS duster. Which of the following is a data warehousing software built on top of Apache Hadoop that defines a simple SQL-like query language well-suited for this kind of user?
Correct Answer: F
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).