AVRO QUIZ DESCRIPTION

Users can specify a different symbolic name for files and archives passed through -files and -archives option, using __________

  • $
     

  •  @
     

  •  #
     

  •  $

Which of the following class provides access to configuration parameters?

  • Config
     

  • Configuration
     

  • OutputConfig
     

  • None of the mentioned

________ method clears all keys from the configuration.

  • clear
     

  •  addResource
     

  •  getClass
     

  • none of the mentioned

The key and value classes have to be _________ by the Mapreduce framework.

  • collected
     

  • serializable
     

  •  compacted
     

  •  none of the mentioned

Point out the correct statement.

  • Configuration parameters may be declared static
     

  •  Unless explicitly turned off, Hadoop by default specifies two resources
     

  • Configuration class provides access to configuration parameters
     

  • None of the mentioned

The ___________ executes the Mapper/ Reducer task as a child process in a separate jvm.

  • JobTracker
     

  • JobTracker
     

  •  TaskScheduler
     

  •  None of the mentioned

_________ facilitates construction of generic data-processing systems and languages.

  • Untagged data
     

  •  Dynamic typing
     

  •  No manually-assigned field IDs
     

  •  All of the mentioned

Point out the correct statement.

  •  Avro provides functionality similar to systems such as Thrift
     

  •  When Avro is used in RPC, the client and server exchange data in the connection handshake
     

  •  Apache Avro, Avro, Apache, and the Avro and Apache logos are trademarks of The Java Foundation
     

  • None of the mentioned

__________ is a generalization of the facility provided by the MapReduce framework to collect data output by the Mapper or the Reducer.

  • OutputCompactor
     

  • OutputCollector
     

  • InputCollector
     

  • All of the mentioned

Point out the correct statement.

  • Configuration parameters may be declared static
     

  •  Unless explicitly turned off, Hadoop by default specifies two resources
     

  • Configuration class provides access to configuration parameters
     

  • None of the mentioned

With ______ we can store data and read it easily with various programming languages.

  • Thrift
     

  •  Protocol Buffers
     

  • Avro
     

  •  None of the mentioned

The ___________ executes the Mapper/ Reducer task as a child process in a separate jvm.

  • JobTracker
     

  • JobTracker
     

  •  TaskScheduler
     

  •  None of the mentioned

_____________ is percentage of memory relative to the maximum heap size in which map outputs may be retained during the reduce.

  • mapred.job.shuffle.merge.percent
     

  • mapred.job.reduce.input.buffer.percen
     

  •  mapred.inmem.merge.threshold
     

  • io.sort.factor

The ________ option allows applications to add jars to the classpaths of the maps and reduces.

  • optionname
     

  • -libjars
     

  • -archives
     

  •  all of the mentioned

Point out the wrong statement.

  • It is legal to set the number of reduce-tasks to zero if no reduction is desired
     

  • The outputs of the map-tasks go directly to the FileSystem
     

  • The Mapreduce framework does not sort the map-outputs before writing them out to the FileSystem
     

  • None of the mentioned

Thrift resolves possible conflicts through _________ of the field.

  • Name
     

  •  Static number
     

  •  UID
     

  • None of the mentioned

_______ job usually splits the input data-set into independent chunks which are processed by the map tasks in a completely parallel manner.

  • Tasker
     

  • MapReduce
     

  • Tasktrack
     

  •  None of the mentioned

Point out the correct statement.

  • The right number of reduces seems to be 0.95 or 1.75
     

  •  Increasing the number of reduces increases the framework overhead
     

  •  With 0.95 all of the reduces can launch immediately and start transferring map outputs as the maps finish
     

  • All of the mentioned

___________ gives site-specific configuration for a given hadoop installation.

  • core-default.xml
     

  •  core-site.xml
     

  •  coredefault.xml
     

  •  all of the mentioned

We can declare the schema of our data either in a ______ file.

  • JSON
     

  •  XML
     

  • SQL
     

  •  R

Which of the following adds a configuration resource?

  • addDeprecation
     

  •  setDeprecatedProperties
     

  • addDefaultResource
     

  •  addResource

Point out the wrong statement.

  • Apache Avro™ is a data serialization system
     

  • Avro provides simple integration with dynamic languages
     

  • Avro provides rich data structures
     

  •  All of the mentioned

Which of the following parameter is the threshold for the accounting and serialization buffers?

  • io.sort.spill.percent
     

  •  io.sort.record.percent
     

  •  io.sort.mb
     

  • None of the mentioned

Avro schemas are defined with _____

  • JSON
     

  •  XML
     

  • JAVA
     

  • All of the mentioned

Which of the following is the default Partitioner for Mapreduce?

  • MergePartitioner
     

  •  HashedPartitioner
     

  •  HashPartitioner
     

  •  None of the mentioned

Avro is said to be the future _______ layer of Hadoop.

  •  RMC
     

  • RPC
     

  • RDC
     

  •  All of the mentioned

_______ are a way of encoding structured data in an efficient yet extensible format.

  • Thrift
     

  •  Protocol Buffers
     

  •  Avro
     

  •  None of the mention

Which of the following class provides access to configuration parameters?

  • Config
     

  •  Configuration
     

  • OutputConfig
     

  •  None of the mentioned

Hadoop __________ is a utility which allows users to create and run jobs with any executables.

  • Streaming
     

  •  Pipes
     

  •  Orchestration
     

  • All of the mentioned

Hadoop _________ is a SWIG- compatible C++ API to implement MapReduce applications.

  • Streaming
     

  • Pipes
     

  •  Orchestration
     

  •  All of the mentioned