Skip to main content

Top Uber Interview Questions

Review this list of 104 Uber interview questions and answers verified by hiring managers and candidates.
  • Uber logoAsked at Uber 
    Add answer
    Product Manager
    Analytical
    +2 more
  • "create models -> truck, driver, trip,status. trip will have foreign key relationships with truck,driver and status. Create CRUD endpoints for all the models. Create a read by truck id endpoint that filters the data by id (can also filter the data from the previous mentioned endpoint). update trip data can also update the driver status of the truck."

    Vaishnavi I. - "create models -> truck, driver, trip,status. trip will have foreign key relationships with truck,driver and status. Create CRUD endpoints for all the models. Create a read by truck id endpoint that filters the data by id (can also filter the data from the previous mentioned endpoint). update trip data can also update the driver status of the truck."See full answer

    Software Engineer
    System Design
  • Uber logoAsked at Uber 
    6 answers
    +3

    "https://www.freecodecamp.org/news/what-happens-when-you-hit-url-in-your-browser/"

    Kanika - "https://www.freecodecamp.org/news/what-happens-when-you-hit-url-in-your-browser/"See full answer

    Product Manager
    Concept
    +3 more
  • Uber logoAsked at Uber 
    1 answer

    "I would structure my answer to this question by considering: Clarifying Questions Landscape Options for Growth Prioritization Risks & Considerations Clarifying Questions Are we talking about Uber’s ride sharing service, Uber Eats, or both? -- assume Uber rides Do we care about total users who have ever used the platform, or total users per day/time period? -- assume ever How many resources do we have to acquire resources? -- assume have a budget larger than the curre"

    Maggie S. - "I would structure my answer to this question by considering: Clarifying Questions Landscape Options for Growth Prioritization Risks & Considerations Clarifying Questions Are we talking about Uber’s ride sharing service, Uber Eats, or both? -- assume Uber rides Do we care about total users who have ever used the platform, or total users per day/time period? -- assume ever How many resources do we have to acquire resources? -- assume have a budget larger than the curre"See full answer

    Product Manager
    Product Strategy
  • "Are we talking about Uber app? or generic app? if it is a Uber app, I will proceed further. Uber is a platform where a rider can book a ride from the Uber app. The rider puts their current location or location where they want to take ride from and enters destination address. The Uber app searches for appropriate driver ( based on distance and vehicle) and assigns a driver to the rider. After finishing the ride, the rider and driver were asked to rate each other and on the ride quality . This"

    Hari priya K. - "Are we talking about Uber app? or generic app? if it is a Uber app, I will proceed further. Uber is a platform where a rider can book a ride from the Uber app. The rider puts their current location or location where they want to take ride from and enters destination address. The Uber app searches for appropriate driver ( based on distance and vehicle) and assigns a driver to the rider. After finishing the ride, the rider and driver were asked to rate each other and on the ride quality . This"See full answer

    Product Manager
    Execution
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Uber logoAsked at Uber 
    1 answer

    "Why? Uber is on demand platform, that leverages shared economy to power movement from Point A to B. Ubers business today is around 3 primary segments - Mobility, Deliveries, Freight. Mobility is the core product that enables riders to move from point A to Point B Using variety vehicles. Segment Users based on Usage / Frequency Daily - Prefers frequent but short trips, values convenience Occasional - Business professionals, even"

    Anjali M. - "Why? Uber is on demand platform, that leverages shared economy to power movement from Point A to B. Ubers business today is around 3 primary segments - Mobility, Deliveries, Freight. Mobility is the core product that enables riders to move from point A to Point B Using variety vehicles. Segment Users based on Usage / Frequency Daily - Prefers frequent but short trips, values convenience Occasional - Business professionals, even"See full answer

    Product Manager
    Product Strategy
  • "well i think they're parents should ask ride service"

    Denny T. - "well i think they're parents should ask ride service"See full answer

    Product Manager
    Product Design
  • Uber logoAsked at Uber 
    3 answers

    "once I want to add a subproduct to our product and it needs a budget as a CAPEX. But unfortunately I could not justify why the pay back period is so much long."

    Atefeh M. - "once I want to add a subproduct to our product and it needs a budget as a CAPEX. But unfortunately I could not justify why the pay back period is so much long."See full answer

    Product Manager
    Behavioral
  • Analytical
    Execution
    +1 more
  • BizOps & Strategy
    Product Strategy
  • Uber logoAsked at Uber 
    Add answer
    Software Engineer
    Behavioral
    +3 more
  • Uber logoAsked at Uber 
    1 answer

    "UberPool Product built for Uber Uber is a network of drivers & riders that allow to transport riders from A to B UberPool UberPool product solves for 2-3 riders to take a trip to a destination that works for everyone. It helps with reduced cost for riders, reduced emissions, make it faster to reach destination during high traffic hours makes it harder to find a ride --> until you find users willing to go to same destination "

    Suraj - "UberPool Product built for Uber Uber is a network of drivers & riders that allow to transport riders from A to B UberPool UberPool product solves for 2-3 riders to take a trip to a destination that works for everyone. It helps with reduced cost for riders, reduced emissions, make it faster to reach destination during high traffic hours makes it harder to find a ride --> until you find users willing to go to same destination "See full answer

    Product Manager
    Product Design
  • "This is basically "how you would measure success of X" type of question, and tweaked in particular to the first 6 months which is targeted towards seller acquisition in the lifecycle. Framework: List goals of the peer to peer car rental product from Grab and tie it to the mission of the company. If I am not mistaken the mission of Grab is similar to Uber - get people or anything anywhere, and have drivers earn their way List out users and their actions - in this case an individual who is i"

    Riku H. - "This is basically "how you would measure success of X" type of question, and tweaked in particular to the first 6 months which is targeted towards seller acquisition in the lifecycle. Framework: List goals of the peer to peer car rental product from Grab and tie it to the mission of the company. If I am not mistaken the mission of Grab is similar to Uber - get people or anything anywhere, and have drivers earn their way List out users and their actions - in this case an individual who is i"See full answer

    Product Manager
    Analytical
    +1 more
  • Uber logoAsked at Uber 
    2 answers

    "public int minInsertions(String s) { int n = s.length(); int dp = new intn; for (int len = 2; len <= n; n++) { for (int i = 0; i + len - 1 < n: i++) { int j = i + len - 1; if (s.charAt(i) == s.charAt(j)) { dpi = dpi + 1; } else { dpi = 1 + Math.min(dpi + 1, dpi); } } } return dp0; } `"

    Jatin S. - "public int minInsertions(String s) { int n = s.length(); int dp = new intn; for (int len = 2; len <= n; n++) { for (int i = 0; i + len - 1 < n: i++) { int j = i + len - 1; if (s.charAt(i) == s.charAt(j)) { dpi = dpi + 1; } else { dpi = 1 + Math.min(dpi + 1, dpi); } } } return dp0; } `"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • "1. Clarify the problem Are we building a digital or physical product?- We are offering it as an application on mobile. Are we building a complete new product or as a new feature for existing airline booking apps (Goibibo/Makemytrip, etc.)? - New feature for existing booking apps. We can consider Goibibo as an example. What do you mean by improving experience?- Reduce wait times or optimize the time spent. What is the goal? Engagement or Revenue? - Engagement. Which is t"

    Preetham m P. - "1. Clarify the problem Are we building a digital or physical product?- We are offering it as an application on mobile. Are we building a complete new product or as a new feature for existing airline booking apps (Goibibo/Makemytrip, etc.)? - New feature for existing booking apps. We can consider Goibibo as an example. What do you mean by improving experience?- Reduce wait times or optimize the time spent. What is the goal? Engagement or Revenue? - Engagement. Which is t"See full answer

    Product Manager
    Product Design
  • Uber logoAsked at Uber 
    Add answer
    Product Manager
    Analytical
    +1 more
  • Uber logoAsked at Uber 
    Add answer
    Product Manager
    Product Strategy
  • Uber logoAsked at Uber 
    Add answer
    Product Manager
    Product Strategy
  • Uber logoAsked at Uber 
    Add answer
    Product Design
    Product Strategy
  • Uber logoAsked at Uber 
    Add answer
    Machine Learning Engineer
    Behavioral
    +1 more
Showing 41-60 of 104