Skip to content

Uber Interview Experience 2025 - Real SWE Stories

Uber interview experiences with detailed breakdowns and tips for Uber SWE interviews 2025.

Read real Uber interview experiences. Uber focuses on scalable systems and real-time matching.

RoundDurationFocus
Phone Screen45-60 min1-2 coding
Onsite (4-5 rounds)4-5 hoursCoding, Design, Behavioral

Role: Software Engineer L4
Location: San Francisco
Date: October 2024

Problem: K Closest Points to Origin

  • Solved using max-heap
  • Discussed time complexity

Coding 1: Design ride matching algorithm

  • Geospatial indexing discussion
  • Real-time constraints

Coding 2: Word Ladder

  • BFS approach
  • Discussed bidirectional BFS

System Design: Design Uber ride-sharing

  • Matching service
  • Surge pricing
  • ETA calculation

Behavioral:

  • Ownership examples
  • Handling ambiguity
  1. Know geospatial algorithms
  2. Understand real-time systems
  3. Have ownership examples ready

Role: Senior SWE
Date: December 2024

  • Design notification system
  • Implement rate limiter
  • LRU cache with TTL
  • Deep system design knowledge
  • Clear communication
  • Asked good clarifying questions

  1. K Closest Points
  2. Meeting Rooms
  3. LRU Cache
  4. Graph problems
  1. Ride matching
  2. Surge pricing
  3. ETA prediction
  4. Driver dispatch

Technical

  • Geospatial algorithms
  • Graph problems
  • Real-time systems

Behavioral

  • Ownership mindset
  • Customer focus
  • Handling scale

Think geospatial + real-time!

Last updated: February 2026