I applied online. I interviewed at EPAM Systems in Nov 2020
Interview
The process included a 30 minutes long interview with a recruiter, then a 90 minute long technical interview with testers. They were all kind, but I got no feedback from them.
I applied through a recruiter. I interviewed at EPAM Systems
Interview
I was approached by EPAM HR for the position of Senior Test Automation Engineer. I got a link for online assessment which had some MCQs and some simple programming questions. After the online test, I had Round1 Technical Interview where I was given 3 questions and asked to write the program and panel left the call for 30 mins. However, unfortunately I cleared round1 and got selected for round2 (just to waste another 2 hrs). The panel gave a scenario and asked to create the entire framework and left the call for 1.5 hrs.By the time he came back I had to drop off as I wasnt prepared to spend 2+ hrs on that interview. He was not willing to understand the approach but only evaluated on basis of syntax. Expecting framework design in an hour which itself is unrealistic. It was a real wastage of time.
Interview questions [1]
Question 1
OOPS concepts, SQL queries, Java program to split the words in a sentence, Data Structures
Online application on their web site
Phone screening: Basically you are asked about your background, interest about the company, why you want to work there
Technical interview: questions are related to the Jo b description via online platform
Managerial interview: general project related discussion
Interview questions [1]
Question 1
Q: print in one line the values of a map
public static void main(String[] args) {
Map<Integer, String> map = new HashMap<>();
map.put(1, "One");
map.put(2, "Two");