Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Uber

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Uber | Offres d’emploi chez Uber | Salaires chez Uber | Avantages sociaux chez Uber
      Entretiens chez UberEntretiens d’embauche pour Software Engineer chez UberEntretien chez Uber


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Engineer

      20 déc. 2014
      Employé (anonyme)
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 3 semaines. J'ai passé un entretien chez Uber en nov. 2014

      Entretien

      While I'd love to tell the exact questions I was asked, I am sure I've signed an NDA, and also every interview is different. I'll try to be as informative as possible though. Was referred by a buddy to his team, and the initial process took a little longer (about two weeks) partly due to the recruiter not reaching out immediately and that I put things off since I was busy during that period of time. The phone interview was on filling in code for an existing interface in the mobile framework, which is a not the easiest thing to do since we rely heavily on the editor to auto complete most of the time. The interviewwe was very nice and didn't dwell too much on syntax. The interviewer went into a deeper discussion about the code I just wrote, including why I think the framework was implemented the way it was, and various follow up questions about this particularly feature. The interviewer was quite helpful and offered more detailed explanations of the answers he was looking for throughout the interview. A day later the recruiter called with positive feedback and wanted to to move to onsite. I was given options of completing a coding challenge at home or onsite (an easier version of the take home I assume). I chose the take home for obvious reasons, but told him that I was going be very busy over the next few days. I eventually around to it and spent about 4-5 hours on it before submitting, after which I was knocking my head on the wall after realizing I had bugs and what not. Also I was unsure of how polished it was suppose to be, and tried to adhere to the 4 hour guideline, which we all know is not a lot of time to do anything. Two days later the recruiter called back to move onto the onsite. The feedback was that overall I did well on the coding challenge, with some problems (e.g. not demonstrating understanding of MVC, bugs, etc), but those problems will be addressed once I go in person. Interviewees are given $200 in Uber credits to get to and from the interview, which I didn't use as it wasn't enough giving the limitations. Once there, I was put into a room (which every interview complained to be very cold) for 5 one-hour interviews. Compared to other interviews I've done in the past, I felt that the Uber interview was the most effective at gauging the domain knowledge as well as programming skills of a candidate , as opposed to most other places where the questions asked are not relevant to the domain, and in the case of places like Google, completely not related to one's expertise. During the interviews, I was asked to: 1) fix bugs and add to the project I submitted for the coding challenge, and defend my implementation with a bunch of follow up questions related to optimization 2) answer a ton of questions on the mobile framework that tested for both breadth and depth of knowledge (not sure how I came up with some of those answers) 3) code algorithm involving implementation and use of two data structures (was unfamiliar with the second one and had to figure it out on the spot) 4) OOP design question (hardest one for me by far as the interviewer wanted a completely modularized design) 5) design discussion (very interesting as the interview was a debate and I wasn't sure what the interviewer was looking for) One day later, the recruiter called to make an offer. I want to mention that the Uber recruiter was very professional and moved very fast (This is not true in many case elsewhere). Useful feedback was also given that allowed me to better prepare for the next stage. I was very satisfied working with him and at no point in time felt I like I was left hanging.

      Questions d'entretien [1]

      Question 1

      Design a casino game
      Répondre à cette question
      24

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez Uber

      Entretien pour Software Engineer

      30 avr. 2026
      Employé (anonyme)
      Offre acceptée
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Uber

      Entretien

      The interview process started with a recruiter screen where they covered my background and the role's expectations. Next, I had a phone screen focused on technical skills where I faced a DSA question on frequent elements in an array. I had practiced similar problems on prachub.com beforehand, which helped me tackle it effectively. The technical rounds consisted of coding and system design questions, including rate limiting. Finally, I had a behavioral interview where they assessed cultural fit. Overall, the experience was average, but I received and accepted an offer.
      2

      Entretien pour Software Engineer

      3 avr. 2026
      Employé (anonyme)
      San Francisco, CA
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Uber (San Francisco, CA) en avr. 2026

      Entretien

      Recruiter screen then there was a hiring manager round which felt more like a mix of product sense + execution - mostly a mix of OOP algorithms in Python or Java and some high-level system design. The onsite was 5 back to back rounds covering data structures, database management (heavy on SQL and data lifecycles), deep sys design, and behavioral. The sys design round was the real test where I had to walk through building a scalable real-time gaming leaderboard, discussing tradeoffs ofcourse in architecture, APIs, and data flow. The coding rounds was around things like linked lists and tree traversals, while the behavioral part focused heavily on ownership of my code and handling feedback. When you prep, make sure you can go a level deeper on database management and object oriented patterns instead of just grinding LC I’d say. I did grind LC though but ensure you understand the depth behind everything you solve. I also did a few mocks with uber swe on prepfully specifically for the sys design and database rounds and that honestly helped me catch some blind spots in my architecture knowledge and practice explaining my tradeoffs clearly. I’d say get a mock or two from anywhere if you can - helped me a lot!
      3

      Entretien pour Software Engineer

      27 mars 2026
      Candidat à l'entretien anonyme
      Sydney
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Uber (Sydney)

      Entretien

      The Uber Software Engineer interview typically takes 4–6 weeks and begins with a recruiter screen focused on your experience, motivation, and role fit, followed by an online coding assessment or live coding screen with one or two algorithm problems that test correctness, efficiency, and communication. If you pass, you’ll have a technical phone interview solving a medium-to-hard coding problem with complexity discussion, and then a virtual onsite loop of about four to five one-hour rounds: a data-structures/algorithms coding interview, a machine-coding or low-level design round where you build a small system with clean, runnable code, a system design interview focused on large-scale distributed systems (often Uber-style problems like ride dispatch or surge pricing), and a behavioral interview assessing ownership, teamwork, and decision-making. Senior roles may include a project deep dive, and after all rounds a hiring committee reviews feedback before team matching and a final offer, with Uber evaluating problem solving, engineering fundamentals, system thinking, communication, and real-world impact throughout the process.

      Questions d'entretien [1]

      Question 1

      Tell me about a time you took ownership of a problem and solved it end-to-end.
      Répondre à cette question

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Meta
      4.6★Rémunération et avantages
      avatar
      Despegar.com
      3.6★Rémunération et avantages