Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Yelp

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Yelp reviews | Yelp jobs | Yelp salaries | Yelp benefits | Yelp conversations
      Yelp interviewsYelp Software Engineering interviewsYelp interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      Google
      4.5★Compensation and benefits
      avatar
      Shopify
      3.6★Compensation and benefits
      avatar
      Amazon Web Services
      3.9★Compensation and benefits

      Software Engineering Interview

      Jul 11, 2013
      Anonymous interview candidate
      No offer
      Average interview

      Application

      Other Software Engineering interview reviews for Yelp

      Software Engineering Interview

      Jul 26, 2018
      Anonymous employee
      San Francisco, CA

      I applied online. I interviewed at Yelp in Jul 2013

      Interview

      Phone screening with recruiter: - 3 adjectives coworkers would use to describe you? - Why would you want to work at Yelp? - Port number used by HTTP? - Protocol underneath HTTP? - Runtime efficiency of searching an element in an array using a binary search algorithm? - Complexity of adding an element to the head of a linked list? - Maximum value of 32 bits unsigned int? - Number of digits needed to code an octet? - What if we're in base 8? - Number of bytes to code 64 bits? - What does SSL stands for and what does it do? - What is the Linux kill signal? - Command to highlight the occurrence of a method in a file? - Would you apply a binary search on a linked list or a sorted array? - Is an inner join an intersection, a union or something else? Phone interview with engineer: - Started by presentation of himself, his team, and other teams - Why computer science? - Talk about an interesting project you implemented. - How would you improve it? - What did you find most interesting in that project? - If a request takes too long, what could be the reason? - Describe different steps when a form is posted - Coding problem to do on a shared pad: # given a list of words, write a function which # takes in the list, and groups the words together # according to which ones are anagrams of eachother # e.g. # input = ["art", "rat", "bats", "banana", "stab", "tar"] # output = [["art", "rat", "tar], ["bats", "stab"], ["banana"]] I wasted too much time trying to come up with an iterative solution when the problem is "easily" solvable with a recursive algorithm.
      77
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 2 months. I interviewed at Yelp (San Francisco, CA) in Jun 2018

      Interview

      I applied for a role in the infrastructure team. I was contacted by a recruiter to do a 15 minute hacker rank. The problem description was long, so be careful and make sure you understand it. Following that, I had a 45 minute technical interview with an engineer. We talked about Yelp, my background, and he asked some general questions about scaling. I then answered a technical question on a live coding link. Following this stage, I had 2 final 45 minute interviews with an engineering manager and an engineer that were similar in format. Two weeks later, I got an offer.

      Interview questions [1]

      Question 1

      How would you read in a file that was too big for main memory? What if you had multiple computers?
      Answer question
      1

      Software Engineering Interview

      Feb 24, 2017
      Anonymous interview candidate
      Waterloo, ON
      No offer
      Positive experience
      Easy interview

      Application

      I applied through university. The process took 2 weeks. I interviewed at Yelp (Waterloo, ON) in Feb 2017

      Interview

      Pleasant Interview, the guy mentioned a couple of things about the company, talked about my projects, and asked me about some specifics. Asked about some technical knowledge and then went on to the technical question. Then there was another guy to do the behavioral interview, talked about the position itself and some of the things about yelp.

      Interview questions [1]

      Question 1

      Easy implementation question, given a position, move it around based on a bunch of commands that would be given in a list.
      Answer question

      Software Engineering Interview

      Jan 5, 2017
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through university. The process took 2 months. I interviewed at Yelp

      Interview

      I applied for the data mining position. Started with a Hackerrank challenge. Then a Skype screen (45 minutes, talked about resume, NLP related questions about categorizing reviews and did a coding question). Finally two back to back 45 minute long Skype interviews, same as the phone screen. The process took quite a while with some difficulty with availability initially. However the recruiters were always flexible with rescheduling.

      Interview questions [1]

      Question 1

      If restaurant categories have integer IDs and some can be marked as duplicates of others, design a library to store and retrieve such duplicate sets. If you query an ID it should return the smallest duplicate. You should be able to mark duplicates etc.
      1 Answer