Uber OA Questions 2023: What Candidates Actually Saw
Last updated: May 2026
17+ Uber online assessment questions reported by candidates who took the OA in 2023. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.
Uber OA Format in 2023
The Uber online assessment has followed a consistent format across multiple hiring cycles. Based on 2023 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 2023
Uber OA
choose k non empty disjoint array from an array of n integers. Let sub_sum[i] denotes the sum of elemtes of ith subarray. the beauty of subarray is 1sub_sum[1] +2 sub_sum[2]+3 sub_sum[3]+.......+ksub_sum[k]....
Uber OA 2023 (intern)
Q1) an array is given, find avg . If avg is present in arr, which is a whole number return true, else false!(vv easy qs but still idk why 4...
Uber OA questions
Uber: Q1) You are given an array of integers u can replace two adjacent number (x,y) by their lcm iff gcd(x,y)>1. Find the array left after applying this operation to the...
UBER 2023 OA
Uber: Q1) You are given an array of integers u can replace two adjacent number (x,y) by their lcm iff gcd(x,y)>1. Find the array left after applying this operation to the...
CabService OA (Nice Djikstras question)
Uber HCVs (High Capacity Vehicles) runs across the city of UberLand. UberLand has N stops where the HCVs pickup or drop the passengers. There is a network of M bidirectional roads...
UBER OA(oncampus)
There is a square grid with dimensions n by m where each square is denoted by (x, y), representing the x-th row from the top and y-th column from the...
UBER internship 2023 online assessment
Questio 3 (POINTS-350) Uber HR is looking to book hotel rooms for an incoming 2023 batch of hired College Graduates. She is allowed to spend anywhere between B and C (both...
Uber Staff SE
Got an offer recently from Uber for a Staff SE role, sharing my interview experience here Round 1: Essentially a screening round where a senior EM will ask about previous experiences,...
Tree Question Asked in Uber OA
Given a healthy tree with N nodes rooted at node 1 and each node having some number of fruits attached to it. In one operation you can collect all the...
Uber Interview Experience for Summer Intern (On-Campus)
Uber came for on-campus hiring in our college (IIT Jodhpur). There were a total of 4 rounds.1st round - Online assessment (Coding round): There were 3 questions in the cod...
Eightfold.ai | Engineering Intern | Bangalore/Noida | Summer 2024 (Offer)
All the pre-processes were held offline on our campus @IIT Delhi. First stage was r\xE9sum\xE9 screening, where one of the criterias was a minimum CGPA of 8.0/10 Second stage was an OA...
Cricbuzz Interview Experience || SDE-1(Backend) || Rejected
Cricbuzz Interview Experience for SDE-1 Backend Current Role: SDE-1 (worked in backend, ML, and frontend). Years of Experience: 1 year 11 months I applied to Cricbuzz last year but didn\'t clear the first...
UBER SWE internship2023 online assessment
QUESTION-2 (250 points) In India, there are n cities, numbered from 0 to n-1 . For each pair of cities (i,j), you are given the cost c[i][j] > 0 of flying...
JIO || On-Campus Placement || Bits Pilani Campus
JIO || BITS PILANI || TIER-1 || PLACEMENT 2023 My Branch- Electronics and Instrumentation ENI Package Distribution: Base: 15L Joining Bonus: 2L Retention Bonus after one year: 1.5L Total: 18.5L In hand we can say with...
Uber | SDE II | Online Assessment | April 15th 2023
Total Questions - 2 Algorithimic ##### Algorithm Question 1 Problem Statement: Imagine a horizontal line where ubers are standing parlallel to the line. Each uber has a coordinate [l, r]. Given a...
Quadeye | Full Stack Developer | Reject
Process: Recruiter Reached out to me on Linkedin. I am interested in a Full Stack Developer role. Online Test Three DSA questions 1. https://leetcode.com/problems/break-a-palindrome/ 2. Given an array representing n positions along...
Uber OA | Aug 2023 (on campus - 6 month intern)
1. (100 points) You are given an array of size N and you can perform M number of operations. In each operation you can insert an element in the array. Perform the...
Topic Breakdown (2023 OA)
Topics reported by candidates who took the Uber OA in 2023:
Difficulty Breakdown (2023 OA)
6
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 2023 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 2023?
Based on 2023 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