J'ai postulé via la recommandation d'un employé. Le processus a pris plus d'une semaine. J'ai passé un entretien chez Yahoo (Sunnyvale, CA) en déc. 2014
Entretien
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.
Questions d'entretien [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.