nerdexam
Cloudera

CCA-500 · Question #30

Your cluster has the following characteristics: - A rack aware topology is configured and on - Replication is set to 3 - Cluster block size is set to 64MB Which describes the file read process when…

The correct answer is B. The client queries the NameNode for the locations of the block, and reads from the first location in. See the full explanation below for the reasoning.

Question

Your cluster has the following characteristics:

  • A rack aware topology is configured and on
  • Replication is set to 3
  • Cluster block size is set to 64MB

Which describes the file read process when a client application connects into the cluster and requests a 50MB file?

Options

  • AThe client queries the NameNode for the locations of the block, and reads all three copies.
  • BThe client queries the NameNode for the locations of the block, and reads from the first location in
  • CThe client queries the NameNode for the locations of the block, and reads from a random location
  • DThe client queries the NameNode which retrieves the block from the nearest DataNode to the

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    81% (25)
  • C
    13% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full CCA-500 Practice