Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Full Stack Software Developer Interview Questions and Answers

Updated 24 Oct 2024

EPAM Systems Full Stack Software Developer Interview Experiences

1 interview found

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

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

Round 1 - HR 

(1 Question)

  • Q1. Talk about your expr
  • Ans. 

    I have over 5 years of experience in full stack development, working with various technologies and frameworks.

    • Developed web applications using HTML, CSS, JavaScript, and frameworks like React and Angular.

    • Worked on backend development using Node.js, Express, and databases like MongoDB and MySQL.

    • Experience with version control systems like Git and deployment tools like Docker and AWS.

    • Participated in agile development pro...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Nestjs decorators

Interview questions from similar companies

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

(1 Question)

  • Q1. Springboot -all questions relevant to springboot were 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:
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 - 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
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

For a fresher there will be aptitude interview

Round 2 - Technical 

(2 Questions)

  • Q1. There will be technical questions in the round 2
  • Q2. 1.What is jvm jre and jdk 2.what is null and its value 3.what is pass by reference 4.what is regular expression
  • Ans. 

    1. JVM is a virtual machine that executes Java bytecode. JRE is a runtime environment that includes JVM and libraries. JDK is a development kit that includes JRE and tools for developing Java applications. 2. Null is a special value that represents the absence of a value. Its value is typically used to indicate that a variable does not refer to any object. 3. Pass by reference is a method of parameter passing where the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, be good in the selective technology stuff

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Where are Logic App logs stored?
  • Ans. 

    Logic App logs are stored in Azure Monitor Logs (formerly known as Log Analytics).

    • Logic App logs are stored in Azure Monitor Logs, which is a centralized log storage and analytics service in Azure.

    • Logs can be viewed and analyzed using Azure Monitor Logs queries.

    • Logs can also be integrated with other Azure services for monitoring and alerting purposes.

  • Answered by AI
  • Q2. How to get the 5th top position data in Sql?
  • Ans. 

    Use the OFFSET and FETCH clauses in SQL to get the 5th top position data.

    • Use the ORDER BY clause to sort the data in descending order.

    • Use the OFFSET clause to skip the first 4 rows.

    • Use the FETCH clause to retrieve only the next row after skipping the first 4 rows.

  • Answered by AI
  • Q3. How do you implement custom middleware in .net core?
  • Ans. 

    Custom middleware in .NET Core can be implemented by creating a class that implements the IMiddleware interface and adding it to the application pipeline.

    • Create a class that implements the IMiddleware interface

    • Implement the InvokeAsync method in the middleware class to handle the request processing logic

    • Add the custom middleware to the application pipeline in the Configure method of the Startup class

  • Answered by AI
  • Q4. Explain Authentication & Authorization in asp.net core?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what resources a user can access.

    • Authentication confirms the identity of a user through credentials like username and password.

    • Authorization determines the permissions and access levels of a user based on their authenticated identity.

    • In ASP.NET Core, authentication is handled through middleware like Identity, OAuth, or JWT tokens.

    • Authorizati...

  • Answered by AI
  • Q5. Explain session management in asp.net core?
  • Ans. 

    Session management in ASP.NET Core involves storing and retrieving user-specific data during a user's visit to a website.

    • Session data is stored on the server side by default in ASP.NET Core

    • Session data can be accessed and manipulated using the HttpContext.Session property

    • Session data can be configured to use different storage providers such as in-memory, distributed cache, or SQL Server

    • Session data is typically used to...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NTT Data Dot Net Fullstack Developer interview:
  • Dot Net
  • Azure
  • Angular
Interview preparation tips for other job seekers - Prepare from begginer to expert level on the JD

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency injection
  • Q2. What is middleware
Round 2 - techno mangerial 

(1 Question)

  • Q1. Project based questions
Round 3 - HR 

(1 Question)

  • Q1. Salaru neogiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cache implementation in spring boot
  • Ans. 

    Spring Boot provides support for caching through annotations like @Cacheable, @CacheEvict, @CachePut.

    • Use @EnableCaching annotation to enable caching in Spring Boot application

    • Use @Cacheable annotation to cache the result of a method

    • Use @CacheEvict annotation to remove entries from the cache

    • Use @CachePut annotation to update the cache without interfering with the method execution

  • Answered by AI
  • Q2. Few coding questions

Skills evaluated in this interview

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

There are 4 coding questions in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Some basic statistics questions and data structure questions
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 

(2 Questions)

  • Q1. Questions on full stack Devlopment
  • Q2. Questions asked on React,Nodejs
Round 3 - Coding Test 

There will be machin test on best on MERN stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have hands on experience on MERN and you have to give machine test on basis of that
Round 1 - Group Discussion 

1)Driffience between Abstract class &
Interface.
-abstract class
represents property
&
behaviour of an object
whereas
interface
represents
behaviour
of an object.
2)Driffience between equal() vs ==operator.
equal() is
an object class method
whereas
equal() of string class
override
the object class equal().
3)can we use pointer's in Java.
Not explicitly but implicitly we can use pointer's in java.
Dynamic m/m refers with help of pointer's but java does not support the pointer's.
when we r creating an object in java refrence varaible of an object holds the identity that is nothing but an implicit pointer that holds an unique identity of an object.
4)How we can print object ID.
-Object ID printed with help of object class which is a service provider class having 9().
5)what is object class.
-it is a super class of all predefined & userdefined class.
6)Write a prog to get name of main thread in java.
-class A
{
psvm(String args [])
{
s.o.pln(Thread.currentThread().getName());
}
}
7)length vs length()
-length
is
data menmber
of proxy class
whereas
length() is a string class().

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain JVM in ur own language.
  • Ans. 

    JVM is an abstract machine that executes Java bytecode.

    • JVM stands for Java Virtual Machine.

    • It is responsible for interpreting and executing Java bytecode.

    • JVM provides platform independence to Java programs.

    • It has its own memory management system and garbage collector.

    • JVM can be implemented on different operating systems.

    • Examples of JVM languages include Java, Kotlin, and Scala.

  • Answered by AI
  • Q2. Exlplaing Multhreading.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepairing accordingly
for to improve
i) strength,
ii)creativity
&
problem analysis & sloving attitude
with accessing fundamental stratergies of software development.

Skills evaluated in this interview

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Full Stack Software Developer interview?
EPAM Systems interview process usually has 2 rounds. The most common rounds in the EPAM Systems interview process are HR and Technical.

Tell us how to improve this page.

Senior Software Engineer
2.7k salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
1.7k salaries
unlock blur

₹5.7 L/yr - ₹24 L/yr

Lead Software Engineer
825 salaries
unlock blur

₹18 L/yr - ₹52 L/yr

Senior Systems Engineer
308 salaries
unlock blur

₹14 L/yr - ₹36.3 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.7
Compare

Wipro

3.7
Compare

HCLTech

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