Uber
Ride-hailing and delivery platform with massive real-time data challenges.
4 Rounds
~21 Days
Hard
The Interview Loop
Recruiter Screen (30 min)
Standard fit check, behavioral questions, and resume overview.
Technical Loop (3-4 Rounds)
Deep dive into domain knowledge, coding, and system design.
Interview Question Bank
Data Engineer
•
Coding
•
medium
Given a list of driver online sessions as [start_time, end_time] pairs, write a Python function to merge all overlapping sessions and return the total time the driver was online and available for dispatch.
#Arrays
#Sorting
#Intervals
Data Engineer
•
Coding
•
hard
Given a continuous stream of trip distances, design a data structure and write the Python code to return the median trip distance at any given time efficiently.
#Heaps
#Data Streams
#Design
Difficulty Radar
Based on recent AI-sourced data.
Meet Your Interviewers
The "Standard" Interviewer
Senior EngineerFocuses on core competencies, system constraints, and clear communication.
SimulateUnwritten Rules
Think Out Loud
Always explain your thought process before writing code or drawing architecture.