Upload Button Icon Add office photos

Filter interviews by

EPAM Systems DOT NET Developer Interview Questions and Answers

Updated 30 Oct 2023

EPAM Systems DOT NET Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Interview question about Asp Net Core, SQL, Entity Framework
  • Q2. Differences between heap and stack
  • Ans. 

    Heap is used for dynamic memory allocation, while stack is used for static memory allocation.

    • Heap is used for storing objects whose memory size is not known at compile time

    • Stack is used for storing local variables and function call information

    • Heap memory is managed by the programmer, while stack memory is managed by the compiler

    • Example: Objects created using 'new' keyword are stored in heap, while local variables are s

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Good,SQL query and c# programs

Round 2 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Design pattern related questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Interviewer was rude
  • Q2. Oops c# basics sql azure
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is work of team lead? how do you handle workload of yours and the junior assigned to you? how do u handle conflicts?
  • Ans. 

    Team lead is responsible for managing the workload of the team, including assigning tasks, providing guidance, and resolving conflicts.

    • Assign tasks to team members based on their skills and workload capacity

    • Provide guidance and support to junior team members to help them complete their tasks successfully

    • Monitor progress of tasks and ensure deadlines are met

    • Resolve conflicts within the team by listening to all parties i...

  • Answered by AI
  • Q2. Other deep technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company they do not treat the candidates with respect at all. For every wrong answer or the answer that was given was not satisfied, the manager smirked and mocked the candidate.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Degine. Net net
  • Q2. Basic mvc question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dependency injection
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. How to handle exception in java
  • Ans. 

    In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.

    • Use try-catch blocks to catch exceptions and handle them gracefully

    • Use multiple catch blocks to handle different types of exceptions

    • Use finally block to execute code regardless of whether an exception is thrown or not

    • Throw custom exceptions using throw keyword

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In Java8, different between flatmap and map
  • Ans. 

    map transforms each element in a stream, while flatMap transforms each element into multiple elements

    • map applies a function to each element in a stream and returns a new stream of the results

    • flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream

    • Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(

  • Answered by AI
  • Q2. How to handle the ConcureentModificationException
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Use Iterator to iterate over the collection instead of foreach loop.

    • If modification is necessary, use Iterator's remove() method instead of collection's remove() method.

    • Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.

  • Answered by AI

Skills evaluated in this interview

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

It was an online assessment containing 3 DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level array questions
  • Q2. Medium level DP questions
Round 3 - HR 

(1 Question)

  • Q1. General behavioural question about
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java Questions
  • Q2. Spring Boot Questions
Round 2 - Technical 

(2 Questions)

  • Q1. HighLevelDesign Questions
  • Q2. Basic Docker questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept related work
  • Q2. Technology used in prj
  • Ans. 

    Various technologies used in the project include Java, Spring Boot, Angular, MySQL, and Docker.

    • Java

    • Spring Boot

    • Angular

    • MySQL

    • Docker

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - lage raho
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ticketing system design
  • Ans. 

    Ticketing system design involves creating a platform for users to submit, track, and resolve issues or requests.

    • Design a user-friendly interface for submitting tickets

    • Implement a system for assigning tickets to appropriate teams or individuals

    • Include features for tracking ticket status and communication with users

    • Consider scalability and performance of the system

    • Integrate with other tools or systems for seamless workfl

  • Answered by AI
  • Q2. Aws ec2 and jenkins

Skills evaluated in this interview

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems DOT NET Developer interview?
EPAM Systems interview process usually has 2 rounds. The most common rounds in the EPAM Systems interview process are Resume Shortlist and Technical.
How to prepare for EPAM Systems DOT NET 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 Microsoft Azure, Analytical Chemistry, Digital Marketing, Entity Framework and Front End.
What are the top questions asked in EPAM Systems DOT NET Developer interview?

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

  1. Differences between heap and st...read more
  2. Interview question about Asp Net Core, SQL, Entity Framew...read more

Tell us how to improve this page.

EPAM Systems DOT NET Developer Salary
based on 4 salaries
₹6 L/yr - ₹7 L/yr
17% more than the average DOT NET Developer Salary in India
View more details
Senior Software Engineer
2.6k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Software Engineer
1.7k salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Lead Software Engineer
842 salaries
unlock blur

₹15.6 L/yr - ₹52 L/yr

Senior Systems Engineer
312 salaries
unlock blur

₹13.9 L/yr - ₹38.8 L/yr

Software Test Automation Engineer
268 salaries
unlock blur

₹6 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
Did you find this page helpful?
Yes No
write
Share an Interview