I applied through a recruiter. I interviewed at Guidewire in Oct 2012
Interview
1. phone interview (basic Java questions and some questions about what I do now)
2. Technical code test (3 coding tests)
3. 2nd phone interview (core Java + JMS questions)
4. Face to Face interview
Interview questions [1]
Question 1
What happen when you delete the .class file after you have loaded the class from Class.forname(".....") ? What happen when you try to access the static method.
How to differentiate when a HashMap with null key and a HashMap with key that stores a null value?