Applied through employee referral.
First round of interview was telephonic. Questions below:
1. Collection, hash map internal working.
2.implemant linked list, write and explain code.
3. Can we directly call .clone() method on the object of some class?
Second round of interview was face to face. Questions below:
1. Create hashmap with capacity = 15 and load factor .6
2.can we use protected in interface
3. can we have same method signature in same class, diff is one with static keyword.
4.multithreading questions
5.create your own generic class