Uber OA Questions 2026: What Candidates Actually Saw
Last updated: May 2026
9+ Uber online assessment questions reported by candidates who took the OA in 2026. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.
Uber OA Format in 2026
The Uber online assessment has followed a consistent format across multiple hiring cycles. Based on 2026 reports in the database, candidates typically see 2 to 3 algorithmic coding problems delivered through a proctored online platform (most commonly HackerRank). Some roles include additional behavioral or work-simulation components after the coding section.
Time limits reported by candidates range from 70 to 110 minutes for the full assessment. The coding problems are auto-graded, so edge case handling and runtime efficiency both matter. Partial credit is available on some platforms if your solution passes a subset of test cases.
Real Uber OA Questions from 2026
Uber SDE-2 Online Assessment Interview Questions
Problem Statement You are given a permutation `p` of size `n`. For each prefix `p[1..k]` (where `1 ≤ k ≤ n`), determine whether it forms a valid permutation of integers from `1` to `k`. A prefix is
Uber SDE1 Online Assessment OA February 2026
Simplified question descriptions: **Q1** Given array nums and int k, find the k-th largest subarray bitwise OR. ***Key Idea***: If we start at any index i and look at OR values of subarrays, the resul
Uber SDE2 SDE3 Online Assessment Experience and Problems
Today, I completed the Uber Online Assessment for an SDE-2/SDE-3 role. The assessment was conducted on HackerRank under strict proctoring (camera monitored) and consisted of 2 problems to be solved in
Uber L4 SDE-2 Interview Experience and Offer Breakdown
Hey, hope everyone is doing good. Recently finished my loop with Uber L4 and got an offer. Here are the rounds and what I got asked. 1. **Coding test** - Hackerrank. 2 Medium-Hard questions. Was able
Uber SDE 2 Interview Experience: OA, DSA, LLD, and HLD Rounds
HackerRank OA Questions: - Given an array of length n, a number k is balanced if there are 2 indices i and j in the array, where arr[i], arr[i+1], ... arr[j] is a permutation of 1, 2, ... k. Return a
uber l4 fulltime software engineer online assessment and video interview
OA: 第一题地里总结贴提到过,第二题是 妖韭妖舞 变体,改为求input string转换为wonderful string的最小cost 电面:题库里的 耳舞灵伞 (已更新LC上的近期问题),brute-force 用dfs加条件,优化方法有很多种 组是airport & travel,面试官来自纽约的其他组。brute-force的想法很简单,但是后来没优化好,勉强写完可能还有点bug。还是准备的太仓促了,时间充足的话还是尽量把LC上题库写一遍, 这道题当时是半年前有考到。
Uber SWE-1 India Hiring – Cleared OA but Ended Up Waitlisted (Which Basically Means Rejected)
Recently I went through the hiring process for the Software Engineer 1 (SWE-1) role at Uber for the Bangalore, India location and wanted to share my experience. I was shortlisted for the Online Assess
Uber SDE2 | Business Phone Screen (1hrs) | Evaluation Criteria :- "Coding + Design & Architecture" – What to expect?
I have an Uber SDE2 phone screen next week. The invite confirms it's via **HackerRank** and lists the focus as **"Coding + Design & Architecture (D&A)."** Since it’s on HackerRank but mentions
Uber L4 - Business Phone Screen
Hi, I got invited for an SDE2 (L4) phone screen round at Uber. Has anyone gone through this process? What type of questions can I expect in this round? Appreciate any help! Context: Gave OA on - 2nd A
Topic Breakdown (2026 OA)
Topics reported by candidates who took the Uber OA in 2026:
Difficulty Breakdown (2026 OA)
2
hard
1
easy
Difficulty labels are reported by candidates or inferred from LeetCode ratings.
How to Prepare for the Uber OA
The Uber OA is a timed, auto-graded coding test. Preparation is different from interview prep: you need to optimize for both correctness and speed, since partial credit requires passing test cases, not just showing reasoning.
- Practice timed sessions. Set a timer for 35 to 45 minutes per problem and simulate the real constraint.
- Focus on the topic clusters that appear most in Uber OA reports: dynamic programming, graphs, arrays, and strings make up the majority of reported problems.
- Read the problem constraints carefully before writing code. The constraints often reveal the expected time complexity and algorithm type.
- Use the LeakCode database to review 2026 OA questions from actual candidates. Pattern recognition across multiple sightings is a stronger prep signal than any single mock problem.
- If the OA includes a work simulation section, practice under realistic conditions. This section tests judgment and values alignment, not coding ability.
FAQ
What does the Uber OA look like in 2026?
Based on 2026 candidate reports, the Uber OA typically includes 2 to 3 coding problems and runs 70 to 110 minutes. Topics lean toward dynamic programming, graphs, arrays, and strings. Some roles include a work simulation section after the coding component.
How long is the Uber OA?
Most candidates report 70 to 90 minutes for the coding component. Roles with additional work simulation sections extend the total time to 110 to 150 minutes. Check your invitation email for the exact time allocation for your specific role.
What platform does Uber use for the OA?
Uber uses HackerRank or its own proprietary platform depending on the role and hiring cycle. Your invitation will specify the platform. Both platforms support multiple languages including Python, Java, C++, and JavaScript.
Are these real Uber OA questions?
Yes. All questions in the LeakCode database come from candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where available.
Other Uber OA Years
Related: Uber OA Hub · Uber All Questions · All OA Questions · Data Sources