I applied through a recruiter. The process took 1 day. I interviewed at AppEnsure (Hyderābād) in Nov 2014
Interview
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
I applied in-person. The process took 3 days. I interviewed at AppEnsure in Jan 2014
Interview
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.
Interview questions [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.