Me postulé en línea. El proceso tomó 3 días. Acudí a una entrevista en EPAM Systems (Hyderabad) en jul 2017
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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 ?