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
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

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

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
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 Jobs at EPAM Systems

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is CVS? How it is installed in IIB
  • Ans. 

    CVS stands for Concurrent Versions System, a version control system. It can be installed in IIB using the command line or GUI.

    • CVS is a version control system used to track changes in files and manage multiple versions of the same project.

    • To install CVS in IIB, you can use the command line by running 'sudo apt-get install cvs' or use a GUI tool like TortoiseCVS.

    • Once installed, you can configure CVS in IIB by setting up ...

  • Answered by AI
  • Q2. How SSL is configured in ACE
  • Ans. 

    SSL in ACE is configured using SSL profiles which define the SSL settings for a virtual server.

    • SSL profiles in ACE define the SSL version, cipher suite, key exchange algorithm, etc.

    • SSL profiles can be attached to a virtual server to enable SSL encryption for client connections.

    • ACE supports SSL termination where SSL connections from clients are decrypted at the ACE and forwarded to backend servers in clear text.

  • Answered by AI
  • Q3. Difference between IIB and ACE
  • Ans. 

    IIB is the previous version of IBM Integration Bus, while ACE is the newer version with added features and capabilities.

    • IIB stands for IBM Integration Bus, while ACE stands for App Connect Enterprise.

    • ACE includes all the features of IIB along with additional capabilities such as support for RESTful APIs and enhanced security.

    • ACE also provides a more user-friendly interface for developers compared to IIB.

    • Migration from ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledgable interviewer

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Array qs reverse
  • Q2. Question about angular and react
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Reverse string using recursion in java
  • Ans. 

    Reverse a string using recursion in Java

    • Create a recursive method that takes a string as input

    • Base case: if the string is empty or has only one character, return the string

    • Recursive case: return the last character of the string concatenated with the result of calling the method with the substring excluding the last character

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Simple crisp and to the point questions no extra stuff

Round 3 - Technical 

(1 Question)

  • Q1. General to your technical background
Round 4 - HR 

(1 Question)

  • Q1. General and to the the point mentioned in your cv

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and then explain whatever is in your cv and don't fake things up
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. React, javascript, sql
Round 3 - Technical 

(1 Question)

  • Q1. Sql and dbms concepts and fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamentals well and focus on the main job description. For 2 years experience, no DSA was asked.

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

There will be 30 mcq and 30 min time will be given.

Round 3 - Coding Test 

The test will be completely tough and if you clear thr test make sure you are fit for the job.

Round 4 - Technical 

(2 Questions)

  • Q1. There will be two technical interviews, the interviewer takes your resume and go through it and asks completely what you mentioned in your resume. He may asks to write few codes by providing laptops. Whi...
  • Q2. Questions related to what you mentioned in resume and type of role that you opted for job.
Round 5 - HR 

(2 Questions)

  • Q1. Here all question related to your behavior, thinking capability, strengths etc...
  • Q2. Questions like puzzles etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you learn, learn it in a way where you should able to solve or should able to answer all questions about that topic and try to apply in your daily life..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Asp.net, C#, Coding questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

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, One-on-one Round and HR.
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 - OpenText

Hyderabad / Secunderabad

5-8 Yrs

Not Disclosed

Senior Developer - OpenText

Chennai

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.8k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Software Engineer
1.7k salaries
unlock blur

₹5.1 L/yr - ₹24 L/yr

Lead Software Engineer
866 salaries
unlock blur

₹17 L/yr - ₹50 L/yr

Senior Systems Engineer
320 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Software Test Automation Engineer
260 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Explore more salaries
Compare EPAM Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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