I applied online. I interviewed at EPAM Systems (New Delhi) in Oct 2021
Interview
Interview was divided into 4 round
1. Recruitment interview round: Recruiter will tell about the process and will check your communication skills by asking different questions
2. Technical interview 1: this will the Coding round . I was asked to write java programs and selenium programs . Programs were asked from strings, array, collections, java 8 features, window handling, dynamic page handling, dynamic table handling
3. Technical interview 2: followed by coding round I was asked oops concepts, selenium concepts, exception handling, SQL queries , git questions, Api testing, Jenkins questions
4. After 1 week received call for offer interview process where the compansation and designation has been discussed.
EPAM releases offer letter on the day of offer interview
I applied online. The process took 3 days. I interviewed at EPAM Systems (Singapore) in Apr 2026
Interview
The HR will arrange a technical first round with you . There was a first technical round which is expected to last 2 hours. If you pass this, another round will be followed. There will be another 2 round by the client. Answer can be answered if you use some of the tool everyday. If you have not used them for a while need to revise.
Interview questions [2]
Question 1
class A:
def process(self):
print("A")
class B(A):
def process(self):
print("B")
super().process()
class C(A):
def process(self):
print("C")
super().process()
class D(B, C):
def process(self):
print("D")
super().process()
obj = D()
obj.process()
It was clean and organised interview focus more on automation frame works programming problem solving skills.
Even though interview goes well according to your experience one or2 question can change the selection as they start from basics in technical round and go to frame work building troubleshooting
I applied online. I interviewed at EPAM Systems (Istanbul) in Nov 2025
Interview
I larticipates in the interfiew for the Test aautomation engineer with Cypress and Javascript. It was difficult for me as they asked very many details about Js and there were also live coding session and the complete interview lasted 1.5 hour.