πŸ“Š Cloud Computing
Q. Which of the following is the correct statement?
  • (A) datanode is the slave/worker node and holds the user data in the form of data blocks
  • (B) each incoming file is broken into 32 mb by defaul
  • (C) namenode stores user data in the form of data blocks
  • (D) none of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) datanode is the slave/worker node and holds the user data in the form of data blocks

Explanation:

Let's evaluate all options:

(A) βœ”οΈ Correct

  • In Hadoop HDFS, the DataNode is the worker/slave node.
  • It stores actual user data in the form of blocks.
  • Each DataNode reports to the NameNode, which manages metadata.

(B) ❌ Incorrect

  • The default block size used to be 64 MB in older Hadoop versions, and in newer versions it's 128 MB, not 32 MB.

(C) ❌ Incorrect

  • The NameNode does not store actual data. It stores metadata (like filenames, block locations, permissions, etc.).

(D) ❌ Incorrect

  • Since option (A) is correct, this is invalid.

βœ… Final Answer: (A)

Explanation by: Mr. Dubey

Let's evaluate all options:

(A) βœ”οΈ Correct

  • In Hadoop HDFS, the DataNode is the worker/slave node.
  • It stores actual user data in the form of blocks.
  • Each DataNode reports to the NameNode, which manages metadata.

(B) ❌ Incorrect

  • The default block size used to be 64 MB in older Hadoop versions, and in newer versions it's 128 MB, not 32 MB.

(C) ❌ Incorrect

  • The NameNode does not store actual data. It stores metadata (like filenames, block locations, permissions, etc.).

(D) ❌ Incorrect

  • Since option (A) is correct, this is invalid.

βœ… Final Answer: (A)

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
179
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
83%
Success Rate