I applied online. I interviewed at EPAM Systems (Poland, ME) in Jan 2017
Interview
They just ask what they need to ask, I think I answer all of them correctly. Recruiter was wonderful, she is interest all kind of questions and told the expectations well
I applied online. I interviewed at EPAM Systems (Poland, WI) in Aug 2017
Interview
HR interview then technical interview then Manager Interview then at the end customer interview
then they send an offer
they told i will be at senior level if i am passed the interview well
Interview questions [1]
Question 1
Oracle DB and General questions and major achievement
I applied online. The process took 3 days. I interviewed at EPAM Systems (Hyderabad) in Jul 2017
Interview
I got call from hr and scheduled the Interview and send few basic concepts and mode of interview, asking questions in depth knowledge in Java, mainly collections and if we answer all the questions in java then they will go for selenium.
Interview questions [1]
Question 1
1) what is advantages in Oops concept ?
2) what is Abstraction ?
3) how to implement Abstraction concept ?
4) what is difference between Static binding and Dynamic binding ? write a program for it?
5) Is constructor defined in Abstract Class?
6) can we define Object for Constructor?
7) class emp {
Emp(String name, Int id) {
Name = n;
Id = I;
}
}
Write a program for adding two employees by using ArrayList ? and sort them by Id using Bubble sort?
8) write program for Bubble sort?
9) write program for Addition of Matrix ?