Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Yelp nel mese di ott 2013
Colloquio
Handed in resume to recruiters at on campus job fair. Received an email within a week requesting me to send in an electronic version of my resume. Within another week, the same recruiter asked to schedule an interview with me. First round is a 30 minute phone interview consisting of trivia questions. A lot of them were the exact same ones on glassdoor.
- port number for HTTP
- number of bit in octal
- SSL
- Time complexity of adding things to Linked List
- some other time complexity things
She let me know right away that I had passed and that she'd contact me with more details on the second round of interviews which was an hour interview through Skype with one of the employees based in San Francisco. The second round consisted of get to know you questions, some general OOP questions, and a coding question (he sent me a link to an online compiler to code in). Then he asked me if I had questions for him, which lasted around 15 minutes.
- Why Yelp?
- difference between abstract classes and interface, when would you use one over the other
- abstraction, polymorphism, inheritance, encapsulation
- other than browser, where does cache-ing happen?
Yelp is one of my first "real" tech interviews. So I have nothing to compare it with. However, I've heard that their interviews are pretty hard. I definitely was not as prepared as I could be. Yelp is big on Python (which I didn't know. I tried to code in Java but my interviewer couldn't help me much because he's not a Java programmer. However, he tried really hard to guide me through the process) so I think knowing Python will help greatly.
Domande di colloquio [1]
Domanda 1
The technical question was: You're given an array of strings. Sort it so that the result returns an array of an array of strings sorted into its anagrams. (e.g. input: ["aa", "ad", "da"], output: [ ["aa"], ["ad", "da"] ]
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Yelp
Colloquio
Fue un proceso de varias rondas. Incluyendo entrevistas técnicas y de cultural fit. Además también hubo una prueba técnica online enviada por el recruiter. El proceso fue rápido y en todo momento estuve informado sobre su avance y desarrollo.
Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Yelp (Boston, MA) nel mese di feb 2017
Colloquio
Interview was smooth. They have a nice system to accept code for the coding problems and their technical questions were reasonable. No complains overall, I would recommend them for sure.
1 Initial phone interview - techincal.
3 Technical interviews, each 45mins.
The interviewers were very friendly. Waiting to hear the decision. Good experience.
Techinical questions covered - SQL, Web, Concurrency, Conceptual questions about languages C++,Java. Object oriented programming concepts.
Questions were reasonable. Initial half of the interview is situational questions and past projects.
Domande di colloquio [1]
Domanda 1
Do threads have its own stack and heap memory?What is SSL? Sql Question.