Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Software Engineer2 Interview Questions and Answers

Updated 28 Apr 2024

EPAM Systems Software Engineer2 Interview Experiences

2 interviews found

Software Engineer2 Interview Questions & Answers

user image Swati Swagatika Maharana

posted on 28 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOPS concepts, design pattern

Software Engineer2 Interview Questions & Answers

user image Sourav Kumar

posted on 11 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(1 Question)

  • Q1. Array-Based two DSA Algo and core java & Multithreading.
Round 3 - One-on-one 

(1 Question)

  • Q1. More of your current project architecture and technology you are using of it.

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
Q2. How to process large amount of data? Which tool would you prefer?
Q3. Given an integer array , and a target k , we need to find the pai ... read more
Q4. How to find if an array has duplicates, in linear time?
Q5. How will a live migration occur in a production database where 10 ... read more

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. First round technical round, question were related to stack and queues
  • Q2. Java, data structures, multithreading

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ds algo, oops, sql, multithreading and java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions like linked list, structures, pointers and C fundamentals
  • Q2. Design questions like different framework models for effective communcation between control plane and data plame
Round 2 - Technical 

(2 Questions)

  • Q1. Projects worked in previous org
  • Q2. Memory concepts in C and IPC
  • Ans. 

    Memory concepts in C and IPC involve understanding memory management in C programming and inter-process communication techniques.

    • Memory management in C involves concepts like stack, heap, and static memory allocation.

    • IPC techniques include shared memory, message queues, and semaphores for communication between processes.

    • Understanding pointers and memory allocation is crucial for efficient memory management in C program...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Software Engineer2 interview:
  • C
  • Networking

Skills evaluated in this interview

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

I applied via campus placement at Indian School of Mines (ISM), Dhanbad and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It is 45 min online test

Round 2 - Technical 

(1 Question)

  • Q1. Technical persion asked basic to advance c++
Round 3 - One-on-one 

(1 Question)

  • Q1. He ask family, firend, interset and real life scnario realated questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at J S S Academy of Technical Education, Bangalore and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Average to easy difficulty level.

Round 2 - Technical 

(3 Questions)

  • Q1. Java code of string manipulation
  • Q2. What is the Java code for various types of sorting algorithms?
  • Q3. Sql query and topics related to joins.
Round 3 - HR 

(4 Questions)

  • Q1. About yourself and family
  • Q2. What do you know about the company?
  • Q3. Can you provide examples of real-life scenarios where you handled conflicts with either a colleague or a manager?
  • Q4. What actions would you take if your manager does not approve your product idea, and how would you attempt to persuade them?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident; they will strive to comfort you despite any feelings of hesitation and nervousness. A foundational understanding of Java or C++, along with knowledge of data structures and algorithms (DSA), will be extremely advantageous. You should illustrate your potential contributions while also recognizing your limitations. Foster a positive atmosphere.
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
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
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
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. All the questions were from SQL server.
  • Q2. How to get 3rd highest salary ?
  • Ans. 

    To get the 3rd highest salary, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query to select distinct salaries in descending order.

    • Use the 'LIMIT' keyword to limit the results to 3.

    • Use the 'OFFSET' keyword to skip the first 2 highest salaries.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q3. Inner join result of 2 table. Table one [1,1,1,1] table two [1,1,1,1,1,1]
  • Ans. 

    The inner join of two tables with duplicate values results in a combined set of common values.

    • Inner join combines rows from both tables where the key columns match

    • In this case, the result would be [1,1,1,1,1,1] as all values are common in both tables

  • Answered by AI
  • Q4. SSIS Package creation.
  • Q5. Latest project explanation
  • Ans. 

    Developed a web application for tracking and managing project tasks

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 2 - One-on-one 

(6 Questions)

  • Q1. What is difference between SQL and NoSQL
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases are table-based, NoSQL databases are document, key-value, graph, or wide-column stores

    • SQL databases use structured query language for defining and manipulating data, NoSQL databases use different query languages

    • SQL databases are vertically scalable, NoSQL databases are horizontally scalable

    • SQL databa...

  • Answered by AI
  • Q2. Why is NoSQL better then SQL
  • Ans. 

    NoSQL is better for handling unstructured data, providing scalability and flexibility.

    • NoSQL databases are better suited for handling unstructured data like social media posts, user-generated content, and IoT data.

    • NoSQL databases provide better scalability as they can easily distribute data across multiple servers, allowing for horizontal scaling.

    • NoSQL databases offer more flexibility in terms of data model, allowing fo...

  • Answered by AI
  • Q3. Explain the data pipeline you have worked on.
  • Ans. 

    Designed and implemented a real-time data pipeline for processing and analyzing user behavior data.

    • Used Apache Kafka for real-time data streaming

    • Utilized Apache Spark for data processing and analysis

    • Implemented data transformations and aggregations using Scala

    • Stored processed data in a data warehouse like Amazon Redshift

    • Built monitoring and alerting systems to ensure data pipeline reliability

  • Answered by AI
  • Q4. Managing team
  • Q5. What will you do if you have conflict with your manager.
  • Ans. 

    I would address the conflict directly and professionally, seeking to understand the root cause and find a mutually beneficial solution.

    • Schedule a private meeting with the manager to discuss the conflict

    • Listen actively to the manager's perspective and express your own calmly

    • Seek to find common ground and propose potential solutions

    • If necessary, involve HR or a mediator to help resolve the conflict

  • Answered by AI
  • Q6. What do you love to do when you are free
  • Ans. 

    I love to spend my free time hiking, reading, and trying out new recipes in the kitchen.

    • Hiking in the mountains or local trails

    • Reading fiction and non-fiction books

    • Experimenting with new recipes and cooking techniques

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare best for SQL related questions.

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Software Engineer2 interview?
EPAM Systems interview process usually has 2 rounds. The most common rounds in the EPAM Systems interview process are One-on-one Round, Resume Shortlist and Technical.
What are the top questions asked in EPAM Systems Software Engineer2 interview?

Some of the top questions asked at the EPAM Systems Software Engineer2 interview -

  1. Array-Based two DSA Algo and core java & Multithreadi...read more
  2. OOPS concepts, design patt...read more

Tell us how to improve this page.

EPAM Systems Software Engineer2 Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
EPAM Systems Software Engineer2 Salary
based on 100 salaries
₹12 L/yr - ₹34 L/yr
At par with the average Software Engineer2 Salary in India
View more details

EPAM Systems Software Engineer2 Reviews and Ratings

based on 5 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.8

Salary

3.2

Job security

3.6

Company culture

2.6

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
2.7k salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
1.7k salaries
unlock blur

₹5.6 L/yr - ₹24 L/yr

Lead Software Engineer
851 salaries
unlock blur

₹18 L/yr - ₹50 L/yr

Senior Systems Engineer
315 salaries
unlock blur

₹13.8 L/yr - ₹38.8 L/yr

Software Developer
257 salaries
unlock blur

₹6 L/yr - ₹25.4 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