Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Yelp (San Francisco, CA) en feb 2018
Entrevista
First I received a call from a recruiter asking me to finish a hackerRank test. I got it pretty fast. It was a hashmap problem. Then scheduled a skype call with an Yelp Engineer who asked me to solve a Graph topological problem. I wasn't very sure about topological sort and the whole process was just less than 20 mins so I briefly use a method to sort the graph and then do a BFS traversal to construct the tree.
Preguntas de entrevista [1]
Pregunta 1
Given a list of List<Pair>, which pair mean a boss- reportee relationship. Use an N-child tree to represent a company management structure. CEO sits on top of the tree and each node may have a list of 1 to N reportees. return the tree Node.