The process took 2 days. I interviewed at Salesforce (San Francisco, CA) in Dec 2011
Interview
This was the third or second round interview, Engineer called me asked some general question and also did the online coding.
(1) what is the current GPA?
(2) what is your preferred coding language?
(3) when did you graduate?
(4) what cs related courses you took before? any course related to Operating system?
(5) which database are you familiar with?
Interview questions [5]
Question 1
(1) Difference between "Group by" and "having" in SQL?
There's employee table has "ID", "NAME" and "POSITION" inside,
(2) the number of the employee in this tabke?
(3) the number of the employee whose position is manager?
(4) the numbers of the employee whose position are "manger", "director", "PM"?
(1) Difference between ArrayList and Linked List?
(2) Difference between ArrayList and vector?
(3) Difference between String and StringBuffer?
(4) Difference between StringBuilder and StringBuffer?
(5) what is hashmap? is it synchronized or not?