JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Hadoop interview questions part 3
Hadoop interview questions part 3
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which of the following phases occur simultaneously ?
A. Shuffle and Sort
B. Reduce and Sort
C. Shuffle and Map
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Shuffle and Sort
2. Mapper and Reducer implementations can use the ________ to report progress or just indicate that they are alive.
A. Partitioner
B. OutputCollector
C. Reporter
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Reporter
3. __________ is a generalization of the facility provided by the MapReduce framework to collect data output by the Mapper or the Reducer
A. Partitioner
B. OutputCollector
C. Reporter
D. All of the mentioned
Show Correct Answer
Correct Answer is :
OutputCollector
4. _________ is the primary interface for a user to describe a MapReduce job to the Hadoop framework for execution.
A. Map Parameters
B. JobConf
C. MemoryConf
D. None of the mentioned
Show Correct Answer
Correct Answer is :
JobConf
5. Avro schemas are defined with _____
A. JSON
B. XML
C. JAVA
D. All of the mentioned
Show Correct Answer
Correct Answer is :
JSON
6. Point out the correct statement :
A. Avro provides functionality similar to systems such as Thrift
B. When Avro is used in RPC, the client and server exchange data in the connection handshake
C. Apache Avro, Avro, Apache, and the Avro and Apache logos are trademarks of The Java Foundation
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Avro provides functionality similar to systems such as Thrift
7. __________ facilitates construction of generic data-processing systems and languages.
A. Untagged data
B. Dynamic typing
C. No manually-assigned field IDs
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Dynamic typing
8. With ______ we can store data and read it easily with various programming languages
A. Thrift
B. Protocol Buffers
C. Avro
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Avro
9. Point out the wrong statement :
A. Apache Avro™ is a data serialization system
B. Avro provides simple integration with dynamic languages
C. Avro provides rich data structures
D. All of the mentioned
Show Correct Answer
Correct Answer is :
All of the mentioned
10. ________ are a way of encoding structured data in an efficient yet extensible format.
A. Thrift
B. Protocol Buffers
C. Avro
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Protocol Buffers
11. Thrift resolves possible conflicts through _________ of the field.
A. Name
B. Static number
C. UID
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Static number
12. Avro is said to be the future _______ layer of Hadoop.
A. RMC
B. RPC
C. RDC
D. All of the mentioned
Show Correct Answer
Correct Answer is :
RPC
13. When using reflection to automatically build our schemas without code generation, we need to configure Avro using :
A. AvroJob.Reflect(jConf);
B. AvroJob.setReflect(jConf);
C. Job.setReflect(jConf);
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Job.setReflect(jConf);
14. We can declare the schema of our data either in a ______ file.
A. JSON
B. XML
C. SQL
D. R
Show Correct Answer
Correct Answer is :
SQL
15. Which of the following is a primitive data type in Avro ?
A.
B. boolean
C. float
D. all of the mentioned
Show Correct Answer
Correct Answer is :
all of the mentioned
16. Point out the correct statement :
A. Records use the type name “record” and support three attributes
B. Enum are represented using JSON arrays
C. Avro data is always serialized with its schema
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Records use the type name “record” and support three attributes
17. Avro supports ______ kinds of complex types.
A. 3
B. 4
C. 6
D. 7
Show Correct Answer
Correct Answer is :
7
18. ________ are encoded as a series of blocks.
A. Arrays
B. Enum
C. Unions
D. Maps
Show Correct Answer
Correct Answer is :
Arrays
19. Point out the wrong statement :
A. Record, enums and fixed are named types
B. Unions may immediately contain other unions
C. A namespace is a dot-separated sequence of such names
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Unions may immediately contain other unions
20. ________ instances are encoded using the number of bytes declared in the schema.
A. Fixed
B. Enum
C. Unions
D. Maps
Show Correct Answer
Correct Answer is :
Fixed
Similar Interview Questions
Search for latest jobs
Find Jobs