Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Hadoop Developer Interview Questions and Answers

Updated 25 Jun 2022

EPAM Systems Hadoop Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Joins window functions in spark, partition vs colsec, performance optimization techniques
  • Ans. 

    The question is about joins, window functions, partition vs colsec, and performance optimization techniques in Spark.

    • Joins in Spark can be performed using various methods such as broadcast join, shuffle join, and sort-merge join.

    • Window functions in Spark allow us to perform calculations across a group of rows that are related to the current row.

    • Partitioning in Spark can be done based on columns or keys, and it affects ...

  • Answered by AI
  • Q2. Architecture of hive,types of hive table, file formats in hive, dynamic partition in hive
  • Ans. 

    Hive architecture, table types, file formats, and dynamic partitioning.

    • Hive architecture consists of metastore, driver, compiler, and execution engine.

    • Hive tables can be of two types: managed tables and external tables.

    • File formats supported by Hive include text, sequence, ORC, and Parquet.

    • Dynamic partitioning allows automatic creation of partitions based on data.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Managerial level questions Some technical Personal growth questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company 👍
It's recommended to work

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain over all experience
  • Q2. Asked question on Core and advance java topic
Round 2 - Technical 

(2 Questions)

  • Q1. Some advance topic of Java
  • Q2. DSA
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Relocation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Dependency Injection?
  • Q2. How does angular components communicate with each other?
  • Q3. How can you optimize a stored procedure in MSSQL?
  • Q4. What is Kestrel in .net Core?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your stack well, prepare basic as well as intermediate questions.
If you dont know a specific topic, dont bluff, just say so.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an aptitute round and 2 coding questions was there

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. We had discussion on projects than mentioned in my resume
  • Q3. Then he moved to DSA question in which he told to how you will insert node in doubly linked list ,I answered all correctly he appreciated me also but after 5 min one person came and told you can go . I was...

Interview Preparation Tips

Interview preparation tips for other job seekers - try to give interview as early as possible prepare basic dsa and projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Java programs related to strings
  • Q2. Collections question in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice well on java programs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

OS questions, locking and threads etc

Round 2 - Coding Test 

Basic questions on Linked list

Round 3 - Technical 

(2 Questions)

  • Q1. IPC mechanisms in OS, process management
  • Ans. 

    IPC mechanisms in OS facilitate communication between processes, while process management involves creating, scheduling, and terminating processes.

    • IPC mechanisms include shared memory, message passing, and sockets.

    • Shared memory allows processes to share a portion of memory for communication.

    • Message passing involves sending and receiving messages between processes.

    • Sockets enable communication between processes over a ne...

  • Answered by AI
  • Q2. Fibonacci series code
Round 4 - Behavioral 

(1 Question)

  • Q1. What challenging work you did in previous company
  • Ans. 

    Implemented a real-time data processing system to handle large volumes of data efficiently.

    • Designed and implemented a distributed system using Apache Kafka for real-time data processing.

    • Optimized data processing algorithms to handle large volumes of data without impacting performance.

    • Collaborated with cross-functional teams to ensure seamless integration of the system with existing infrastructure.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept,extension method ,constructors,arrays
  • Q2. Multithreading ,singleton,extension method,middleware
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Question based on fundmentals of CS

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa related problem ,SQL and your project.
  • Q2. Majorly focouses on Dsa and SQL
Round 3 - HR 

(1 Question)

  • Q1. Ask question about your shifts and timings and will you able to relocate or not
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Fibonacci series and program to find the max number in list

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops and explain each of the terms
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs consists of four main principles: Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to the bundling of data and methods that operate on the data into a single unit.

    • Abstraction focuses on hiding the int...

  • Answered by AI
  • Q2. What is list, dictionary, set and tuple and difference between them
  • Ans. 

    List, dictionary, set, and tuple are data structures in Python with different characteristics and use cases.

    • List: ordered collection of items, mutable (can be changed), represented by square brackets []

    • Dictionary: unordered collection of key-value pairs, mutable, represented by curly braces {}

    • Set: unordered collection of unique items, mutable, represented by curly braces {}

    • Tuple: ordered collection of items, immutable ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Hadoop Developer interview?
EPAM Systems interview process usually has 2 rounds. The most common rounds in the EPAM Systems interview process are Technical.
What are the top questions asked in EPAM Systems Hadoop Developer interview?

Some of the top questions asked at the EPAM Systems Hadoop Developer interview -

  1. Architecture of hive,types of hive table, file formats in hive, dynamic partiti...read more
  2. Joins window functions in spark, partition vs colsec, performance optimization ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 EPAM Systems interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all
Senior Software Engineer
2.6k salaries
unlock blur

₹15 L/yr - ₹42.7 L/yr

Software Engineer
1.7k salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Lead Software Engineer
831 salaries
unlock blur

₹18 L/yr - ₹52 L/yr

Senior Systems Engineer
304 salaries
unlock blur

₹12 L/yr - ₹36.3 L/yr

Software Test Automation Engineer
267 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Explore more salaries
Compare EPAM Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview