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

      DoorDash

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: DoorDash reviews | DoorDash jobs | DoorDash salaries | DoorDash benefits | DoorDash conversations
      DoorDash interviewsDoorDash Software Engineer interviewsDoorDash interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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 personalized job recommendations and updates by starting your searches.

      Software Engineer Interview

      Sep 26, 2023
      Anonymous Interview Candidate
      No offer
      Negative experience
      Difficult interview

      Application

      I applied online. The process took 2 weeks. I interviewed at DoorDash in Sep 2023

      Interview

      The first-round interview was conducted very poorly. I was told this was supposed to be a "Technical Chat", however the goals of this were never explained. It seemed to be a coding challenge where they test whether you know archaic details about a programming language and pepper you with trick questions. The interviewer was late to the interview and was arrogant throughout the process. His communication skills were extremely poor as well. The interviewer refused to answer direct questions about the problem. Despite not specifying any requirements for the problem, he complained that I didn't focus on having an optimal solution at the beginning. The interviewer was only experienced with Java/Kotlin style programming and couldn't understand the C++ I was using. This also extends to the idioms of the languages (Java frequently uses helper methods to create temporary variables and return results, C++ generally leaves this to the caller). It took three tries of him asking me what the depth of an arbitrary tree with n nodes is before he tried a question that could almost be answered (what's the best, worst and average depth?) All of this just to answer how much temporary data would be created by a recursive function with no local variables. At the end, the interviewer stated that I didn't need to know everything about my programming language, and then immediately followed that up by saying that I should've known everything about my programming language. He seemed to be unhappy that I had to look up the syntax for stringstream during the interview, even though he stated that it's ok to look up the syntax for things. Red flags from the interview: * Arrogance from the interviewer. * Poor communication skills from the interviewer. * Interviewer said he no longer works 10 hrs a day, he only works 8 or 9.

      Interview questions [1]

      Question 1

      Implement serialization/deserialization for a tree data structure. Part 1: A binary tree Part 2: An n-ary tree I did not need to focus on the format of the serialized string or error handling.
      1 Answer
      3

      Other Software Engineer Interview Reviews for DoorDash

      Software Engineer Interview

      Jun 13, 2026
      Anonymous Interview Candidate
      Declined offer
      Positive experience
      Average interview

      Application

      I interviewed at DoorDash

      Interview

      coding online assesment virtual onsite. interviewers were professional and helpful. asked to deep dive on project. recruiter was responsive and could align with offer deadlines. was helpful with negotiations. coding problems were average difficulty.

      Interview questions [1]

      Question 1

      max sub array coding problem
      Answer question

      Software Engineer Interview

      May 31, 2026
      Anonymous Interview Candidate
      No offer
      Negative experience
      Easy interview

      Application

      I interviewed at DoorDash

      Interview

      Walking into the coding interview, I was taken aback when they asked about finding the K nearest restaurants based on coordinates. Just days before, I had stumbled on a mock on prachub.com that mirrored this question almost exactly. The interview felt straightforward, but I struggled with some behavioral questions. Overall, the experience was underwhelming; I expected more technical depth. After several rounds, they decided to go in another direction, which was disappointing given my prep efforts.

      Interview questions [1]

      Question 1

      Given a list of restaurants with their coordinates and a user's location, find the K nearest restaurants
      Answer question

      Software Engineer Interview

      May 21, 2026
      Anonymous Interview Candidate
      London, England
      Declined offer
      Neutral experience
      Easy interview

      Application

      I interviewed at DoorDash (London, England)

      Interview

      it was very easy, they ask basic programming questions, can be solved with minimal prep, however they ask a lot about why u want to work here, be prepared to talk for a long time

      Interview questions [1]

      Question 1

      Leetcode two sum, and reverse a linked list
      Answer question