πŸ“Š Cloud Computing
Q. __________ is a CPU emulator and virtual machine monitor.
  • (A) Imaging
  • (B) Parallels
  • (C) Qemu
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) Qemu
πŸ“Š Cloud Computing
Q. The source of HDFS architecture in Hadoop originated as
  • (A) Google distributed filesystem
  • (B) Yahoo distributed filesystem
  • (C) Facebook distributed filesystem
  • (D) Amazon s3 storage
πŸ’¬ Discuss
βœ… Correct Answer: (A) Google distributed filesystem
πŸ“Š Cloud Computing
Q. A file in HDFS that is smaller than a single block size
  • (A) cannot be stored in hdfs
  • (B) occupies the full block\s size.
  • (C) can span over multiple blocks
  • (D) occupies only the size it needs and not the full block
πŸ’¬ Discuss
βœ… Correct Answer: (D) occupies only the size it needs and not the full block
πŸ“Š Cloud Computing
Q. Which among the following are the duties of the NameNodes
  • (A) manage file system namespace
  • (B) it is responsible for storing actual data
  • (C) perform read-write operation as per request for the clients
  • (D) none of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) manage file system namespace
πŸ“Š Cloud Computing
Q. If the IP address or hostname of a data node changes
  • (A) the namenode updates the mapping between file name and block name
  • (B) the data in that data node is lost forever
  • (C) the namenode need not update mapping between file name and block name
  • (D) there namenode has to be restarted
πŸ’¬ Discuss
βœ… Correct Answer: (C) the namenode need not update mapping between file name and block name
πŸ“Š Cloud Computing
Q. For the frequently accessed HDFS files the blocks are cached in
  • (A) the memory of the data node
  • (B) in the memory of the namenode
  • (C) Both A and B
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) the memory of the data node
πŸ“Š Cloud Computing
Q. Which scenario demands highest bandwidth for data transfer between nodes
  • (A) different nodes on the same rack
  • (B) nodes on different racks in the same data center.
  • (C) nodes in different data centers
  • (D) data on the same node
πŸ’¬ Discuss
βœ… Correct Answer: (C) nodes in different data centers
πŸ“Š Cloud Computing
Q. When a client contacts the namenode for accessing a file, the namenode responds with
  • (A) size of the file requested
  • (B) block id and hostname of all the data nodes containing that block
  • (C) block id of the file requested
  • (D) all of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) block id and hostname of all the data nodes containing that block
πŸ“Š Cloud Computing
Q. Which among the following is the duties of the Data Nodes
  • (A) manage file system namespace
  • (B) stores meta-data
  • (C) regulates client’s access to files
  • (D) perform read-write operation as per request for the clients
πŸ’¬ Discuss
βœ… Correct Answer: (D) perform read-write operation as per request for the clients

Jump to