Cloudera Certified Developer for Apache Hadoop - CCD-333 Exam Practice Test
In the standard word count MapReduce algorithm, why might using a combiner reduce the overall Job running time?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Can you use MapReduce to perform a relational join on two large tables sharing a key? Assume that the two tables are formatted as comma-separated file in HDFS.
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
If you run the word count MapReduce program with m mappers and r reducers, how many output files will you get at the end of the job? And how many key-value pairs will there be in each file? Assume k is the number of unique words in the input files.
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
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 ExamsLabs members. You can sign-up / login (it's free).
What is the standard configuration of slave nodes in a Hadoop cluster?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
You need to create a GUI application to help your company's sales people add and edit customer information. Would HDFS be appropriate for this customer information file?
Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).