Uber Coding Problems

Practice Uber's popular coding problems

31
Total Problems
10
Easy
15
Medium
6
Hard
Start Practicing

Master DSA Topics - January, 2026

Practice problems across 75+ categories

Uber Coding Problems

Practice problems frequently asked at Uber 31 problems | 10 Easy | 15 Medium | 6 Hard

# Problem Difficulty Topics
1 Best Position for a Service Centre Hard
ArrayMathGeometry
2 Bikes Last Time Used Easy
Database
3 Bus Routes Hard
ArrayHash TableBreadth-First Search
4 Car Pooling Medium
ArraySortingHeap (Priority Queue)
5 Change Data Type Easy
Database
6 Create a New Column Easy
Database
7 Debounce Medium
JavaScript
8 Design Underground System Medium
Hash TableStringDesign
9 Display the First Three Rows Easy
Pandas
10 Encode and Decode Strings Medium
ArrayStringDesign
11 Evaluate Division Medium
ArrayStringDepth-First Search
12 Find Top Performing Driver Medium
Database
13 Get the Size of a DataFrame Easy
Pandas
14 Hopper Company Queries I Hard
Database
15 Hopper Company Queries II Hard
Database
Showing 1-15 of 31
1 2 3

Tutorials Library

Master any technology with our largest free online Library. Browse through 500+ tutorials across 10+ categories.

Python

Python Tutorial

Java

Java Tutorial

JavaScript

JavaScript

C++

C++ Tutorial

C#

C# Tutorial

Go

Go Tutorial

Rust

Rust Tutorial

TypeScript

TypeScript

Swift

Swift Tutorial

Kotlin

Kotlin Tutorial

Ruby

Ruby Tutorial

PHP

PHP Tutorial

C

C Tutorial

Scala

Scala Tutorial

Perl

Perl Tutorial

R

R Tutorial

Dart

Dart Tutorial

Lua

Lua Tutorial

MATLAB

MATLAB

Haskell

Haskell

Developer Toolbox

Powerful online tools to boost your productivity

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.
    * This will print 'Hello, World!' as the output
    */

   public static void main(String []args) {
      System.out.println("Hello, World!"); // prints
   }
}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.