πŸ“Š Distributed Computing System (DCS)
Q. In context of HDFS file system, Point out the wrong statement.
  • (A) replication factor can be configured at a cluster level (default is set to 3) and also at a file level
  • (B) block report from each datanode contains a list of all the blocks that are stored on that datanode
  • (C) user data is stored on the local file system of datanodes
  • (D) datanode is aware of the files to which the blocks stored on it belong to
πŸ’¬ Discuss
βœ… Correct Answer: (D) datanode is aware of the files to which the blocks stored on it belong to
πŸ“Š Distributed Computing System (DCS)
Q. Which one of the following hides the location where in the network the file is stored?
  • (A) transparent distributed file system
  • (B) hidden distributed file system
  • (C) escaped distribution file system
  • (D) spy distributed file system
πŸ’¬ Discuss
βœ… Correct Answer: (A) transparent distributed file system
πŸ“Š Distributed Computing System (DCS)
Q. In a distributed file system, when a file’s physical storage location changes ___________
  • (A) file name need to be changed
  • (B) file name need not to be changed
  • (C) file’s host name need to be changed
  • (D) file’s local name need to be changed
πŸ’¬ Discuss
βœ… Correct Answer: (B) file name need not to be changed

Jump to