Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Engineering Manager Interview Questions and Answers

Updated 21 Nov 2024

EPAM Systems Engineering Manager Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Merge 2 lists in sorted order with O(n)
  • Ans. 

    Merge 2 sorted lists in O(n) time complexity.

    • Use two pointers to iterate through both lists simultaneously.

    • Compare elements at the pointers and add the smaller one to the result list.

    • Move the pointer of the list from which the element was added.

    • Repeat until all elements are merged in sorted order.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write singleton class to allow only 5 obj , for 6th report error
  • Ans. 

    Singleton class to allow only 5 objects, report error for 6th

    • Create a private static variable to hold the instances of the class

    • Create a private constructor to prevent external instantiation

    • Provide a static method to access the singleton instance and limit the number of instances to 5

    • Throw an error when trying to create the 6th instance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 2nd Interviewer EM II was rude over all, had no courtesy to close the call politely , he just said I am done and disconnected.

Skills evaluated in this interview

Engineering Manager Jobs at EPAM Systems

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Power of 2 in efficient mamer
  • Ans. 

    Efficiently calculate power of 2 using bitwise operations

    • Use bitwise left shift operator to calculate power of 2

    • For example, to calculate 2^5, use 1 << 5 which equals 32

    • Bitwise operations are faster than traditional multiplication for power of 2 calculations

  • Answered by AI
  • Q2. Behavioural questions
  • Q3. How will you handle conflict of Interest

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Coding round will be there

Skills evaluated in this interview

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

(5 Questions)

  • Q1. Technical Experience
  • Q2. Challenged faced
  • Q3. Solutions provided
  • Q4. Toughest Project Handled
  • Ans. 

    Developing a real-time monitoring system for a large-scale financial trading platform

    • Implemented complex algorithms to analyze market data in real-time

    • Designed a scalable architecture to handle high volume of transactions

    • Worked closely with traders and analysts to understand requirements and make necessary adjustments

    • Managed a team of developers to ensure project milestones were met

  • Answered by AI
  • Q5. Other Technical languages

Interview Preparation Tips

Interview preparation tips for other job seekers - If they feel you can fill their need then u r in
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

To automate REST API calls using ROBOT Framework.

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java questions, spring boot
  • Q2. Microservices, devops, react js
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Power of 2 in efficient mamer
  • Ans. 

    Efficiently calculate power of 2 using bitwise operations

    • Use bitwise left shift operator to calculate power of 2

    • For example, to calculate 2^5, use 1 << 5 which equals 32

    • Bitwise operations are faster than traditional multiplication for power of 2 calculations

  • Answered by AI
  • Q2. Behavioural questions
  • Q3. How will you handle conflict of Interest

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Coding round will be there

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Coding Test 

One python question was given

Round 2 - Technical 

(2 Questions)

  • Q1. Write an SQL query
  • Ans. 

    SQL query to retrieve all employees from a specific department

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected

    • Use WHERE clause to filter by department

  • Answered by AI
  • Q2. Questions on Cloud Platform

Skills evaluated in this interview

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

First round is basically coding and ds algo

Round 2 - Coding Test 

It also consists of coding and project related questions, and questions related to previous experiences

Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous experience
  • Q2. Some general questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java 8 Multithreading React basics
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to work in pressurized environment. Handling priority production bugs
  • Ans. 

    To work in a pressurized environment and handle priority production bugs, one must prioritize tasks, communicate effectively, stay calm under pressure, and seek help when needed.

    • Prioritize tasks based on their impact on the production environment

    • Communicate effectively with team members and stakeholders to understand the urgency and impact of the bugs

    • Stay calm under pressure and avoid making hasty decisions

    • Break down c...

  • Answered by AI
  • Q2. Managerial Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are Solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI
  • Q2. Fundamentals of .netcore
  • Ans. 

    Fundamentals of .NET Core include cross-platform compatibility, high performance, and open-source framework.

    • Cross-platform compatibility allows .NET Core applications to run on Windows, macOS, and Linux.

    • High performance is achieved through features like just-in-time compilation and efficient memory management.

    • Open-source framework encourages community contributions and rapid development.

    • Support for modern development p...

  • Answered by AI

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Engineering Manager interview?
EPAM Systems interview process usually has 2 rounds. The most common rounds in the EPAM Systems interview process are Technical.
How to prepare for EPAM Systems Engineering Manager 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 Engineering Management, Big Data, Data Analytics, Data Warehousing and ETL.
What are the top questions asked in EPAM Systems Engineering Manager interview?

Some of the top questions asked at the EPAM Systems Engineering Manager interview -

  1. write singleton class to allow only 5 obj , for 6th report er...read more
  2. merge 2 lists in sorted order with O...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.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
DXC Technology Interview Questions
3.7
 • 797 Interviews
View all
EPAM Systems Engineering Manager Salary
based on 6 salaries
₹25 L/yr - ₹41 L/yr
10% more than the average Engineering Manager Salary in India
View more details

EPAM Systems Engineering Manager Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-Life balance

-

Salary & Benefits

-

Job Security

-

Company culture

-

Promotions/Appraisal

-

Work Satisfaction

Explore 1 Review and Rating
SAP Engineering Manager

Chennai

10-19 Yrs

Not Disclosed

SAP Engineering Manager

Gurgaon / Gurugram

10-19 Yrs

Not Disclosed

SAP Engineering Manager

Bangalore / Bengaluru

10-19 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.6k salaries
unlock blur

₹15 L/yr - ₹42.7 L/yr

Software Engineer
1.7k salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Lead Software Engineer
831 salaries
unlock blur

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