J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez AppEnsure (Hyderâbâd) en nov. 2014
Entretien
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
Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez AppEnsure
J'ai postulé en personne. Le processus a pris 3 jours. J'ai passé un entretien chez AppEnsure en janv. 2014
Entretien
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.
Questions d'entretien [1]
Question 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.