Solicité el puesto a través de un captador. El proceso duró 1 día. Acudí a una entrevista en AppEnsure (Hyderabad) en nov 2014
Entrevista
Written on Java SE,JEE and Data base
Technical : related to Java skills ,programming techniques, algorithm check and etc
HR: related to personal things, company details, salary and etc.
Guys be specific.
Just be what you are ,don't pretend to be that you know everything
Otras opiniones sobre las entrevistas para el puesto de Software Engineer en AppEnsure
Solicité el puesto en persona. El proceso duró 3 días. Acudí a una entrevista en AppEnsure en ene 2014
Entrevista
It was personal interview as i was experienced, But process was very good and had test myself.
It was personal interview as i was experienced, But process was very good and had test myself.
It was personal interview as i was experienced, But process was very good and had test myself.
It was personal interview as i was experienced, But process was very good and had test myself.
Preguntas de entrevista [1]
Pregunta 1
what is polymorphism?Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object.
Any Java object that can pass more than one IS-A test is considered to be polymorphic. In Java, all Java objects are polymorphic since any object will pass the IS-A test for their own type and for the class Object.
It is important to know that the only possible way to access an object is through a reference variable. A reference variable can be of only one type. Once declared, the type of a reference variable cannot be changed.