Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Senior Engineer Interview Questions and Answers

Updated 13 Dec 2024

EPAM Systems Senior Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

Conduct a live coding test accompanied by fundamental questions on core Java.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Collections, multi threading along with basic questions on streams
  • Q2. Questions on Spring Boot along with some basic coding questions
Round 3 - Technical 

(2 Questions)

  • Q1. Questions on Reactjs
  • Q2. Questions on things mentioned on resume
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics + 2 qs on dsa
Round 2 - Technical 

(1 Question)

  • Q1. Java + dsa , java design patterns
Round 3 - Technical 

(1 Question)

  • Q1. Design YouTube, some questions on linked list and trees

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.

I applied via Naukri.com and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Most of them are irrelevant, mostly they focus on how to break things rather how you make. All questions are anti pattern to micro services. Eg: Interviewer asked he will declare react controller in Sprin...

Interview Preparation Tips

Interview preparation tips for other job seekers - Not recommended. At Lead or senior level. Most of them doesn't know whats Microservies and where it should be leveraged

Senior Engineer Jobs at EPAM Systems

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Engineering Technical Questions on manufacturing process
  • Q2. Sheet Metal Work Basic
  • Q3. Casting and Machining
  • Q4. Zero based costing
Round 2 - HR 

(1 Question)

  • Q1. Salary Negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is impact analysis
  • Ans. 

    Impact analysis is the process of assessing the potential effects of a change or action on a system or project.

    • Identifying the scope of the change and its potential impacts on various components of the system

    • Evaluating the risks and benefits associated with the change

    • Determining the resources and effort required to implement the change

    • Assessing the dependencies and constraints that may affect the change

    • Example: Conduct...

  • Answered by AI
  • Q2. What is Bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software development.

    • Bug is identified by testers or users

    • Bug is reported in a bug tracking system

    • Bug is assigned to a developer

    • Developer fixes the bug

    • Bug is retested by testers

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug may go through multiple cycles before resolution

  • Answered by AI
Round 2 - Mangaerial Round 

(2 Questions)

  • Q1. How do you handle team
  • Ans. 

    I handle teams by fostering open communication, setting clear goals, providing support, and promoting collaboration.

    • Foster open communication within the team to ensure everyone is on the same page

    • Set clear goals and expectations to guide the team towards success

    • Provide support and resources to help team members overcome challenges

    • Promote collaboration and teamwork to leverage the strengths of each team member

    • Lead by ex...

  • Answered by AI
  • Q2. What are the sprint ceremonies
  • Ans. 

    Sprint ceremonies are regular meetings held during a sprint in Agile methodology to plan, review, and improve the team's work.

    • Sprint Planning: At the beginning of the sprint, the team plans the work to be done.

    • Daily Standup: Daily check-in meetings to discuss progress, challenges, and plans for the day.

    • Sprint Review: Meeting at the end of the sprint to demonstrate completed work to stakeholders.

    • Sprint Retrospective: Re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

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

(1 Question)

  • Q1. Python related libraries and SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

A backend service to be created for product management.

Round 2 - Technical 

(2 Questions)

  • Q1. Logical implementation of set theory
  • Ans. 

    Set theory is a branch of mathematical logic that studies sets, which are collections of objects.

    • Set theory deals with the study of sets and their properties.

    • Sets can be defined by listing their elements or by using set-builder notation.

    • Operations on sets include union, intersection, and complement.

    • Venn diagrams are often used to visualize relationships between sets.

    • Set theory forms the foundation of many branches of m...

  • Answered by AI
  • Q2. Java features and details
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Sep 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Reverse a String using Array
  • Ans. 

    Reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Join the characters in the array to form the reversed string

  • Answered by AI
  • Q2. Microservices vs Monilith
  • Ans. 

    Microservices allow for modular, independent services while monolith is a single, cohesive unit.

    • Microservices promote scalability and flexibility

    • Monoliths are easier to develop and deploy initially

    • Microservices can lead to more complex infrastructure and communication between services

    • Monoliths can become difficult to maintain and scale as they grow

    • Examples: Netflix uses microservices for their streaming platform, while...

  • Answered by AI
  • Q3. SQL query to get 3 max salary by group
  • Ans. 

    SQL query to get 3 max salary by group

    • Use the RANK() function to rank the salaries within each group

    • Filter the results to only include rows where the rank is less than or equal to 3

    • Order the results by group and salary in descending order

  • Answered by AI
  • Q4. CI CD process followed in last project
  • Ans. 

    Implemented CI/CD process using Jenkins for automated builds, tests, and deployments.

    • Utilized Jenkins for continuous integration and continuous deployment

    • Automated build process triggered by code commits to version control

    • Implemented automated testing to ensure code quality

    • Deployed code to different environments based on predefined pipelines

  • Answered by AI
  • Q5. Major changes in Spring boot 3
  • Ans. 

    Major changes in Spring Boot 3 include support for Java 17, improved performance, and enhanced security features.

    • Support for Java 17

    • Improved performance optimizations

    • Enhanced security features such as OAuth 2.1 support

    • Updated dependencies and libraries

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 3 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 - Technical 

(3 Questions)

  • Q1. TMAY, project work, tools
  • Q2. What is your project
  • Q3. Technology worked on
  • Ans. 

    I have worked on various technologies including Java, Python, AWS, and Docker.

    • Proficient in Java programming language and its frameworks like Spring and Hibernate

    • Experience in developing and deploying applications on AWS cloud platform

    • Familiarity with Python and its libraries like NumPy and Pandas

    • Expertise in containerization using Docker and Kubernetes

    • Hands-on experience in database technologies like MySQL and MongoDB

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Project you worked on
  • Q2. Domain of project you worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and confident
Follow dress code
Keep background clear
Greet interviewer
Prepare for technical questions

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Experience on Bobj __________
  • Ans. 

    I have extensive experience working with Bobj, including designing and implementing reports, dashboards, and universes.

    • Designed and developed complex reports using Bobj Web Intelligence

    • Created and maintained universes using Bobj Universe Designer

    • Developed dashboards using Bobj Dashboard Designer

    • Worked with Bobj InfoView to schedule and distribute reports

    • Provided technical support to end-users for Bobj-related issues

  • Answered by AI
  • Q2. Integration from Hana to Bo along with query filter usage
  • Ans. 

    Integration of Hana to Bo with query filter usage

    • Use SAP HANA Smart Data Access to connect HANA to BO

    • Create a query in BO with filters to retrieve data from HANA

    • Use the query as a data source for BO reports

    • Example: SELECT * FROM "HANA_SCHEMA"."TABLE_NAME" WHERE "COLUMN_NAME" = 'FILTER_VALUE'

    • Example: Use BO Query Panel to create a query with filter on COLUMN_NAME

  • Answered by AI
Round 2 - Coding Test 

The interview was with Verizon client directly.They took only one round and I was selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - The ACS confirmed my asked package.

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Senior Engineer interview?
EPAM Systems interview process usually has 3-4 rounds. The most common rounds in the EPAM Systems interview process are Technical, Coding Test and HR.
How to prepare for EPAM Systems Senior Engineer 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 Linux Administration, DHCP, Debugging, LDAP and Medical Coding.
What are the top questions asked in EPAM Systems Senior Engineer interview?

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

  1. Most of them are irrelevant, mostly they focus on how to break things rather ho...read more
  2. Questions on Collections, multi threading along with basic questions on stre...read more
  3. Questions on Spring Boot along with some basic coding questi...read more

Tell us how to improve this page.

EPAM Systems Senior Engineer Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
EPAM Systems Senior Engineer Salary
based on 41 salaries
₹14 L/yr - ₹30 L/yr
167% more than the average Senior Engineer Salary in India
View more details

EPAM Systems Senior Engineer Reviews and Ratings

based on 4 reviews

4.4/5

Rating in categories

4.7

Skill development

4.4

Work-life balance

4.4

Salary

3.8

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Senior Engineer - C++, Network Protocol, Linux

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Lead/Senior engineer _Azure & devops _ Multiple locations

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

6-11 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.7k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Software Engineer
1.7k salaries
unlock blur

₹5 L/yr - ₹24 L/yr

Lead Software Engineer
860 salaries
unlock blur

₹18 L/yr - ₹50 L/yr

Senior Systems Engineer
316 salaries
unlock blur

₹12 L/yr - ₹38.8 L/yr

Software Test Automation Engineer
260 salaries
unlock blur

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