Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso EPAM Systems nel mese di set 2021
Colloquio
First round: HR screening and it was very nice and very short (11 minutes or so). The second one was scheduled to be about 90 mins on a Monday morning as I had Round1 Technical Interview where I was
Assigned to speak with a guy who was determined to be rude as much as he can.
I had some heated conversation with him as I was trying to explain to him what I know and how
I do the CI/CD process and code review and other practices.
I can not doubt his technical knowledge but that’s not an excuse for someone to be like that.
I had to hang up and chose not to finish the interview as that was a good reflection to what I should have to face if I ever got the job with them.
Domande di colloquio [3]
Domanda 1
Tell me about your achievments not from the resume.
Ho presentato la mia candidatura online. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso EPAM Systems (Singapore) nel mese di apr 2026
Colloquio
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.
Domande di colloquio [2]
Domanda 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
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso EPAM Systems (Istanbul) nel mese di nov 2025
Colloquio
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.