What Programming Language Does Uber Use?

Uber's backend runs mostly on Go and Java. Python covers data science and machine learning. The iOS app is written in Swift. The Android app is written in Kotlin and Java. Uber has described all of this in public engineering posts and open source projects.

Uber does not use one language everywhere. It runs thousands of small services, called microservices. Each team picks from a short list of supported languages.

The Short Answer by Layer

LayerMain languagesPublic evidence from Uber
Backend servicesGo, JavaUber's posts on its Go and Java code repositories
Data and machine learningPython, Java, ScalaHorovod, Ludwig, Apache Hudi
iOS appSwiftUber's rewrite of the rider app
Android appKotlin, JavaUber's posts on moving to Kotlin
Web front endJavaScript, TypeScriptFusion.js and Base Web
Analytics and storageSQLUber's data platform posts

Why Go Shows Up So Often

Go is Uber's most visible backend language. Uber open sourced several large systems written in Go. Cadence runs long workflows. Jaeger traces requests across services. M3 stores metrics.

Go fits Uber's needs for two reasons. It handles many requests at the same time using light threads called goroutines. It also builds into one file, which makes deployment simple.

Uber has also written about keeping most of its Go services in a single code repository. That repository is one of the larger public examples of the pattern.

Where Java Fits

Java carries a large share of Uber's heavier backend services. Uber keeps a separate Java code repository for them. Storage, payments, and marketplace services are common examples.

Uber's data tools also sit in the Java world. Apache Hudi, a storage format for large tables, started at Uber. Stream processing runs on Apache Flink, which is a Java system.

Uber open sourced NullAway, a tool that catches null errors in Java at build time. A tool like that only makes sense for a very large Java codebase.

Python, JavaScript, and the Rest

Python is Uber's language for data science and machine learning. Horovod, a tool for training models across many machines, was created at Uber. Ludwig, a machine learning toolkit, also came from Uber.

Some early Uber services were written in Python and Node.js. Uber has said it moved much of that traffic to Go and Java for speed. Node.js still serves parts of the web stack.

On the web side, Uber released Fusion.js and Base Web. Both are JavaScript projects, and newer work uses TypeScript.

C and C++ appear in narrow places. H3, Uber's system for splitting the map into hexagons, is written in C.

Which Language Should You Use in the Interview?

Uber does not require a specific language in a coding round. Candidates report using Java, Python, Go, C++, and JavaScript without any problem.

Pick the language you write fastest under time pressure. That is almost always the one you have used most.

Two habits matter more than the language itself. Say your plan before you type. Then name the time and space cost of your solution.

Knowing Uber's stack still helps in two places. It gives you real detail for why you want to work at Uber. It also helps in design rounds, where Uber asks about maps, matching, and pricing at large scale.

How to Prepare

TAGS
Coding Interview
System Design Interview
CONTRIBUTOR
Arslan Ahmad
Arslan Ahmad
ex-FAANG engineering manager and author or Grokking series.

GET YOUR FREE

Coding Questions Catalog

Design Gurus Newsletter - Latest from our Blog
Boost your coding skills with our essential coding questions catalog.
Take a step towards a better tech career now!
Explore Answers
What is the acceptance rate for Netflix interviews?
What Is the xAI Interview Process Like? (Round by Round)
xAI's fast, engineer-led hiring loop explained: the Statement of Exceptional Work, practical coding rounds, system design, the final presentation, and a 2-to-3-week timeline.
Who was Amazon first customer?
What Is the Anduril Interview Process Like? (Round by Round)
Anduril's fast, mission-screened loop: a defense-motivation recruiter screen, deliberately ambiguous technical prompts, a four-session final round, and a three-to-four-week timeline.
What are the strengths of a resume?
What is industry-specific skills?
Related Courses
New
Grokking the AI System Design Interview course cover
Grokking the AI System Design Interview
Learn to design AI systems the way interviewers expect: classic ML products, LLM and RAG architectures, and agentic systems, all through the lens of the system design interview.
4.6
(3,192 learners)
Discounted price for Your Region

$123

Grokking the Coding Interview: Patterns for Coding Questions course cover
Grokking the Coding Interview: Patterns for Coding Questions
The 24 essential patterns behind every coding interview question. Available in Java, Python, JavaScript, C++, C#, and Go. The most comprehensive coding interview course with 543 lessons. A smarter alternative to grinding LeetCode.
4.6
Discounted price for Your Region

$197

Grokking Modern AI Fundamentals course cover
Grokking Modern AI Fundamentals
Master the fundamentals of AI today to lead the tech revolution of tomorrow.
4.1
Discounted price for Your Region

$72

Design Gurus logo
One-Stop Portal For Tech Interviews.
Copyright © 2026 Design Gurus, LLC. All rights reserved.