I applied online. The process took 2 days. I interviewed at NetApp (Waltham, MA)
Interview
I applied online and I got the call for phone interview. The phone interview was a techinical round. It focused heavily on the data structures and heavily on API questions. Although its a sr. level role the questions were framed for college level schools.
Interview questions [1]
Question 1
1. How does arraylist work internally in java? if you were to implement array list how would you implement. Collections interface implementations and its differences. Whats the difference between set and list interface. Is Hashlist a thread safe or not.
2. Is there time difference in the array list is accessed, if the index is to the begining vs last.
3. How does HashMAp? Deep discussions about that, as well as HashMaps internal implementation details of O(n).