J'ai postulé via un recruteur. J'ai passé un entretien chez Yelp en juin 2016
Entretien
There are three levels. The first level is online coding exam, second is skype interview and third is in-person interview. Coding is easy. Skype interview was mostly about your experience and expertise.
Questions d'entretien [3]
Question 1
List the strings that are anagrams from a set of strings?
Given a list of stock prices brought over a period of time. Find the max loss that could be possible among the data. Ex. [9,2,10] --> max loss is when brought for 9 and sold for 2.
J'ai postulé via la recommandation d'un employé. Le processus a pris 3 mois. J'ai passé un entretien chez Yelp (San Francisco, CA) en févr. 2016
Entretien
The process starts with a basic phone screen to check your background and why you want to work for the company. You get a fairly short take home from Hacker Rank and a skype call to check your coding ability. Lastly you get the on-site interview. They bring you in and have a fellow Yelper eat lunch with you and chat. Sometimes they will have a 1 hour seminar on a random thing someone wants to lecture about in the company (I've heard it can be about wine tasting, astronomy, etc.) and mine was on Tableau software. The process has you do 4 1-hour interviews with white boarding. If you're a fairly strong coder with some knowledge on machine learning and algorithms you should do fine during the process.
Questions d'entretien [1]
Question 1
Coding / algorithm questions tying into something you would see on the job (spam team, search team, etc)
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 3 mois. J'ai passé un entretien chez Yelp (Providence, RI) en févr. 2016
Entretien
The interviewer is from spam group, so all the questions are related to how to detect spams. Mainly basic machine learning concepts covering deriving features, building simple models, short answered technical questions, and finally there is a coding question, which is about given a n by n matrix, finding the minimal cost from the top left corner to the right bottom corner, the follow-up question is instead of finding just the cost, you are asked to find out the path.
Questions d'entretien [1]
Question 1
Why yelp? how to detect spam?features you can come up with? Build a model using these features? loss function?