H13-723_V2.0 HCIP-Big Data Developer V2.0

Loading demo links...

Showing 10–12 of 20 questions

Question 10 (Exam Pool D)

HDFSclient withNWhen a copy writes a file, which of the following is true about the writing process? (multiple choice)

Select all that apply, then click Submit answer.

  • eachDataNodemaximum storage1copies.

  • Support multiple users to write to the same file at the same time.

  • The first copy of the data block is placed preferentially on the node where the client writing the data block is located.

  • Copied file blocks all exist on the same rack by default.

Question 11 (Exam Pool C)

existSpark, assuminglinesIs anDStreamobject,filterStatements can be filtered out80%the number of

According to the following two sentences, the law is correct:X:lines.filter( ).groupByKey(.)Y:

lines.groupByKey( ).filter( )

Select an option, then click Submit answer.

  • X is more performant than Y

  • X is less performant than Y

  • X and Y are the same as performance

  • Uncertainty about the performance difference between X and Y

Question 12 (Exam Pool C)

existMapReduceIn application development of , which of the followingJAVAThe class is responsible for managing and running a

Counting tasks?

Select an option, then click Submit answer.

  • Job

  • Context

  • FileSystem

  • Configuration