I applied online. The process took 3 days. I interviewed at EPAM Systems (Hyderābād) in July 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 ?