Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Senior Developer Interview Questions, Process, and Tips

Updated 22 Oct 2024

Top EPAM Systems Senior Developer Interview Questions and Answers

EPAM Systems Senior Developer Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. Two Sum to a given sum
Round 2 - Technical 

(1 Question)

  • Q1. Longest Palindome Substring
  • Ans. 

    Find the longest palindrome substring in an array of strings.

    • Iterate through each string in the array

    • Check for palindromes within each string

    • Keep track of the longest palindrome found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Techincal coding question
  • Q2. Project related questions
Round 2 - HR 

(1 Question)

  • Q1. Generic project duscussion and salary
  • Ans. 

    Discussing project details and negotiating salary for Senior Developer position.

    • Highlighting past project successes and challenges

    • Discussing technical skills and experience relevant to the role

    • Negotiating salary based on market rates and personal expectations

  • Answered by AI

Senior Developer Interview Questions Asked at Other Companies

Q1. What is your current CTC and what is your expected CTC?
asked in GlobalLogic
Q2. 4. How to delete duplicate rows based on key in a table?
asked in TCS
Q3. What were the data retrieval steps in Informatica, while doing th ... read more
Q4. Write a Serverless function to expose a CRUD operation API using ... read more
asked in GlobalLogic
Q5. 3.How to implement SCDs and different between them?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

30 mins codility test with different topics from aptitude, react and javascript

Round 2 - Technical 

(2 Questions)

  • Q1. React app creation to toggle dark and light mode
  • Ans. 

    Use React state to toggle between dark and light mode in a web app

    • Create a state variable to track the current mode (dark or light)

    • Use CSS classes to style the app differently based on the current mode

    • Implement a button or toggle switch to allow users to switch between modes

  • Answered by AI
  • Q2. Create canBalance in javascript for substring in arrays whose sum is equal
  • Ans. 

    Create a function in JavaScript to check if a substring in an array can be split into two parts with equal sum.

    • Iterate through the array and calculate the total sum of all elements.

    • Iterate through the array again and check if there is a point where the sum of elements on the left side is equal to the sum of elements on the right side.

    • Return true if such a point is found, otherwise return false.

  • Answered by AI

Skills evaluated in this interview

Senior Developer Jobs at EPAM Systems

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is Abstraction
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • Abstraction can be achieved through abstract classes, interfaces, and encapsulation.

    • For example, a car can be abstracted as a vehicle with certain properties and methods.

    • Ab...

  • Answered by AI
  • Q2. Concept of hiding implementation
  • Ans. 

    Hiding implementation means keeping the internal details of a class or function hidden from the outside world.

    • It is a fundamental principle of object-oriented programming.

    • It helps in achieving encapsulation and abstraction.

    • It prevents the user from accessing the internal workings of a class or function.

    • Examples include private variables and methods in a class.

    • It allows for easier maintenance and modification of code.

    • It...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad, good atmosphere, positive response from staff

I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic structure of an HTML page
  • Ans. 

    Basic structure of an HTML page includes doctype declaration, html, head, and body tags.

    • DOCTYPE declaration specifies the HTML version

    • HTML tag wraps the entire content of the page

    • Head tag contains meta information, title, and links to external resources

    • Body tag contains the visible content of the page

  • Answered by AI
  • Q2. What is the difference between padding and margin?
  • Ans. 

    Padding is the space inside an element, while margin is the space outside an element.

    • Padding is used to create space between an element's content and its border.

    • Margin is used to create space between an element's border and the adjacent elements.

    • Padding is affected by the background color of the element, while margin is not.

    • Padding can be set individually for each side of an element (top, right, bottom, left), while ma...

  • Answered by AI
  • Q3. What is Box Model?
  • Ans. 

    Box Model is a concept in CSS where every element is treated as a box with content, padding, border, and margin.

    • Box Model consists of content, padding, border, and margin.

    • Content is the actual content of the box.

    • Padding is the space between the content and the border.

    • Border is the line that goes around the padding and content.

    • Margin is the space outside the border.

  • Answered by AI
  • Q4. What are different types of directives in Angular?
  • Ans. 

    Directives in Angular are markers on DOM elements that tell Angular to attach a specified behavior to that element.

    • There are three types of directives in Angular: Component, Structural, and Attribute.

    • Component directives are used to create reusable UI components.

    • Structural directives are used to change the structure of the DOM.

    • Attribute directives are used to change the appearance or behavior of an element.

    • Examples of ...

  • Answered by AI
  • Q5. Difference between JIT compiler and AOT?
  • Ans. 

    JIT compiles code at runtime while AOT compiles code before runtime.

    • JIT stands for Just-In-Time compilation and compiles code at runtime.

    • AOT stands for Ahead-Of-Time compilation and compiles code before runtime.

    • JIT is used in Java Virtual Machine (JVM) while AOT is used in languages like C and C++.

    • JIT can result in slower startup time but faster execution while AOT can result in faster startup time but slower execution...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer 80 % of the questions you are asked, you will be able to crack the interview

Skills evaluated in this interview

I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I surprised with one question that is are u ready to do job in anywhere

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys I just suggest you that you have to focus on your resume and don't use the words which you don't know if you release a word which you don't know then hr will take that word so prepare well for TR and HR I hope my suggestion will helpful

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview was good. most of the questions they have asked basics of SQL, SSIS transformations etc.

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. All questions from Mainframe ,batch ,console.
  • Q2. All basic questions from Google for one plus experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience,everyday I used update profile in noukari atleast 4-5 times..used to get atleast 2-3 calls per week.
Finally one day same profile which Iam looking for ..got call attended interview..and hot selected.. Thank you Noukari team.

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Q2. Why should I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

I applied via Indeed and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I joined this company as a fresher just after college and was asked basic questions related to my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be relaxed and answer all the questions with confidence and make sure that you are good with your communication skills.

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Senior Developer interview?
EPAM Systems interview process usually has 2 rounds. The most common rounds in the EPAM Systems interview process are Technical, Coding Test and One-on-one Round.
How to prepare for EPAM Systems Senior Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at EPAM Systems. The most common topics and skills that interviewers at EPAM Systems expect are DHCP, Debugging, LDAP, Linux Administration and Medical Coding.
What are the top questions asked in EPAM Systems Senior Developer interview?

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

  1. Create canBalance in javascript for substring in arrays whose sum is eq...read more
  2. React app creation to toggle dark and light m...read more
  3. Generic project duscussion and sal...read more

Tell us how to improve this page.

EPAM Systems Senior Developer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
EPAM Systems Senior Developer Salary
based on 14 salaries
₹9.5 L/yr - ₹39.2 L/yr
40% more than the average Senior Developer Salary in India
View more details

EPAM Systems Senior Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Developer - C++, Network Protocol, Linux

Gurgaon / Gurugram

6-11 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
3.1k salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
1.9k salaries
unlock blur

₹5.1 L/yr - ₹25 L/yr

Lead Software Engineer
954 salaries
unlock blur

₹16.5 L/yr - ₹53 L/yr

Senior Systems Engineer
320 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Software Test Automation Engineer
266 salaries
unlock blur

₹6 L/yr - ₹21.2 L/yr

Explore more salaries
Compare EPAM Systems with

TCS

3.7
Compare

Accenture

3.8
Compare

DXC Technology

3.7
Compare

Optum Global Solutions

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview