EPAM Systems interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

EPAM Systems
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I received that opportunity from Oncampus. In Technical Interviewer asked Java, Project related Questions, and JavaScripts Questions like Hoisting, Closure. I had rejected in the Interview round.
Application story
I received that opportunity from Oncampus. In Technical Interviewer asked Java, Project related Questions, and JavaScripts Questions like Hoisting, Closure. I had rejected in the Interview round.
Why selected/rejected for the role?
Due to not being given proper answers to Advance Java Questions & a little bit nervous at that time. But rejection is a part of life. it gives the motivation to make Sucess.
Preparation
Duration: 3 months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1: Make your resume short and try to make it one page only and mention all the skills that you are confident in.
Tip 2: Do not put false things on your resume.

Interview rounds

01
Round
Medium
Online Coding Test
Duration120 Minutes
Interview date26 Mar 2022
Coding problem2

Assessment Modules Contain OOPS, DS & Algo coding questions. They were contains 3 Question Medium to Hard level Questions.

1. Longest Common Subsequence

Moderate
39m average time
0/80
Asked in companies
PayPalSliceShareChat

Given two strings, 'S' and 'T' with lengths 'M' and 'N', find the length of the 'Longest Common Subsequence'.

For a string 'str'(per se) of length K, the subsequences are the strings containing characters in the same relative order as they are present in 'str,' but not necessarily contiguous. Subsequences contain all the strings of length varying from 0 to K.

Example :
Subsequences of string "abc" are:  ""(empty string), a, b, c, ab, bc, ac, abc.
Problem approach

By using Dynamic Problem.

Try solving now

2. Pair Sum

Easy
15m average time
90% success
0/40
Asked in companies
Media.netExpedia GroupQuikr

You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair equals 'S'.

Note:

Each pair should be sorted i.e the first value should be less than or equals to the second value. 

Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
Problem approach

By creating a Custom function.

Try solving now
02
Round
Easy
Face to Face
Duration60 minutes
Interview date8 Apr 2022
Coding problem1

In that Round, Interviewer Asked adv. Java, DBMS, and JavaScripts Questions Like Hoisting, Closure. After that, they asked how Website Works. and asked One Coding Question. I had rejected in the Interview round due to Java Related Questions.

1. K Sum Subset

Hard
45m average time
50% success
0/120
Asked in companies
ShareChatEPAM SystemsCodenation

You are given an array ‘arr’ of size ‘N’ and an integer ‘K’. Your task is to find the maximum subset-sum of the array that is not greater than ‘K’.

For Example:
Your are given ‘arr’ = [1, 3, 5, 9], and ‘K’ = 16, we can take the subset of elements [9, 5 ,1] which sums up to 15. Hence the answer is 15.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
SDE - 1
3 rounds | 3 problems
Interviewed by EPAM Systems
0 views
0 comments
0 upvotes
SDE - 1
5 rounds | 7 problems
Interviewed by EPAM Systems
1587 views
0 comments
0 upvotes
SDE - 1
2 rounds | 4 problems
Interviewed by EPAM Systems
834 views
0 comments
0 upvotes
Junior Software Engineer
4 rounds | 10 problems
Interviewed by EPAM Systems
1293 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6365 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by CIS - Cyber Infrastructure
2197 views
0 comments
0 upvotes