I applied through an employee referral. The process took 1+ week. I interviewed at Yahoo (Sunnyvale, CA) in Dec 2014
Interview
After one or two days when my friend sent the referral email, I got the message from project manager, he arranged two round phone interviews with me, after that he informed me the result and talked to me regarding the potential projects I will work on. The whole process is good and project manager is very helpful. But it takes almost one month to get the final confirmation of the offer from HR.
Interview questions [3]
Question 1
One open-end question: given the user behavior such as login logout time, etc, how to identify the bad users? Use any machine learning methods you can think of.
Design a C++ class that can parse string like "https://www.yahoo.com/:8080" into protocol: https, website: www.yahoo.com, port number:8080, no need to implement the actual method, just how to design the private member, public method, etc.