최신Cloudera Certified Developer for Apache Hadoop (CCDH) - CCD-410무료샘플문제
문제1
Analyze each scenario below and indentify which best describes the behavior of the default partitioner?
Analyze each scenario below and indentify which best describes the behavior of the default partitioner?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
Which describes how a client reads a file from HDFS?
Which describes how a client reads a file from HDFS?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
You have the following key-value pairs as output from your Map task:
(the, 1)
(fox, 1)
(faster, 1)
(than, 1)
(the, 1)
(dog, 1)
How many keys will be passed to the Reducer's reduce method?
You have the following key-value pairs as output from your Map task:
(the, 1)
(fox, 1)
(faster, 1)
(than, 1)
(the, 1)
(dog, 1)
How many keys will be passed to the Reducer's reduce method?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
Given a directory of files with the following structure: line number, tab character, string:
Example:
1abialkjfjkaoasdfjksdlkjhqweroij
2kadfjhuwqounahagtnbvaswslmnbfgy
3kjfteiomndscxeqalkzhtopedkfsikj
You want to send each line as one record to your Mapper. Which InputFormat should you use to complete the line: conf.setInputFormat (____.class) ; ?
Given a directory of files with the following structure: line number, tab character, string:
Example:
1abialkjfjkaoasdfjksdlkjhqweroij
2kadfjhuwqounahagtnbvaswslmnbfgy
3kjfteiomndscxeqalkzhtopedkfsikj
You want to send each line as one record to your Mapper. Which InputFormat should you use to complete the line: conf.setInputFormat (____.class) ; ?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
MapReduce v2 (MRv2/YARN) is designed to address which two issues?
MapReduce v2 (MRv2/YARN) is designed to address which two issues?
정답: B,E
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
You want to understand more about how users browse your public website, such as which pages they visit prior to placing an order. You have a farm of 200 web servers hosting your website. How will you gather this data for your analysis?
You want to understand more about how users browse your public website, such as which pages they visit prior to placing an order. You have a farm of 200 web servers hosting your website. How will you gather this data for your analysis?
정답: E