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

SDE - 1

EPAM Systems
upvote
share-icon
2 rounds | 4 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: 2 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 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. 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.
Try solving now

2. Longest Common Subsequence

Moderate
0/80
Asked in companies
ShareChatOptumSamsung

You have been given two Strings “STR1” and “STR2” of characters. Your task is to find the length of the longest common subsequence.

A String ‘a’ is a subsequence of a String ‘b’ if ‘a’ can be obtained from ‘b’ by deletion of several (possibly, zero or all) characters. A common subsequence of two Strings is a subsequence that is common to both Strings.

Problem approach

By using Dynamic Problem.

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date8 Apr 2022
Coding problem2

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 Max Sum Combinations

Easy
10m average time
90% success
0/40
Asked in companies
WalmartInfo Edge India (Naukri.com)D.E.Shaw

You are given two arrays/lists ‘A’ and ‘B’ of size ‘N’ each. You are also given an integer ‘K’. You must return ‘K’ distinct maximum and valid sum combinations from all the possible sum combinations of the arrays/lists ‘A’ and ‘B’.


Sum combination adds one element from array ‘A’ and another from array ‘B’.


For example :
A : [1, 3] 
B : [4, 2] 
K: 2

The possible sum combinations can be 5(3 + 2), 7(3 + 4), 3(1 + 2), 5(1 + 4). 

The 2 maximum sum combinations are 7 and 5. 
Try solving now

2. Java Question

1. What is an interface?

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
1588 views
0 comments
0 upvotes
SDE - 1
2 rounds | 3 problems
Interviewed by EPAM Systems
2071 views
0 comments
0 upvotes
Junior Software Engineer
4 rounds | 10 problems
Interviewed by EPAM Systems
1294 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
6366 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
2198 views
0 comments
0 upvotes