Q. The configuration file must be owned by the user running . . . . . . . .

  • (A) DataManager
  • (B) NodeManager
  • (C) ValidationManager
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) NodeManager

Q. . . . . . . . . checks whether the given key is deprecated.

  • (A) isDeprecated
  • (B) setDeprecated
  • (C) isDeprecatedif
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) isDeprecated

Q. . . . . . . . . used by YARN framework which defines how any container launched and controlled.

  • (A) Container
  • (B) ContainerExecutor
  • (C) Executor
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) ContainerExecutor

Q. . . . . . . . . is the output produced by TextOutputFor mat, Hadoop default OutputFormat.

  • (A) KeyValueTextInputFormat
  • (B) KeyValueTextOutputFormat
  • (C) FileValueTextInputFormat
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) KeyValueTextOutputFormat

Q. . . . . . . . . is a data migration tool added for archiving data.

  • (A) Mover
  • (B) Hiver
  • (C) Serde
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) Mover

Q. . . . . . . . . is added for supporting writing single replica files in memory.

  • (A) ROM_DISK
  • (B) ARCHIVE
  • (C) RAM_DISK
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) RAM_DISK

Q. The CapacityScheduler supports . . . . . . . . queues to allow for more predictable sharing of cluster resources.

  • (A) Networked
  • (B) Hierarchical
  • (C) Partition
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Hierarchical

Q. . . . . . . . . is another implementation of the MapRunnable interface that runs mappers concurrently in a configurable number of threads.

  • (A) MultithreadedRunner
  • (B) MultithreadedMap
  • (C) MultithreadedMapRunner
  • (D) SinglethreadedMapRunner
πŸ’¬ Discuss
βœ… Correct Answer: (C) MultithreadedMapRunner

Q. Users can bundle their Yarn code in a . . . . . . . . file and execute it using jar command.

  • (A) java
  • (B) jar
  • (C) C code
  • (D) xml
πŸ’¬ Discuss
βœ… Correct Answer: (B) jar

Q. In . . . . . . . . the default job is similar, but not identical, to the Java equivalent.

  • (A) Mapreduce
  • (B) Streaming
  • (C) Orchestration
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Streaming