How Uber’s Software Engineer I loop actually runs for early-career candidates in India, based on aggregated reports from GeeksforGeeks, Blind, and IGotAnOffer - team and level change the exact mix.
Community-reported total compensation for a Software Engineer I in India clusters roughly in the ₹20-36 LPA range (Levels.fyi, 2026), skewed by location, stock refresh, and level within the band - confirm the real number on your own offer letter, not a forwarded screenshot.
Find the critical and pseudo-critical edges in a minimum spanning tree - a LeetCode Hard. Solved with Kruskal’s plus a hand-written DSU, comparing MST weights with each edge forced in or excluded.
Implementation got messy mid-round; talking through it and recovering was enough.
Round 3 - Technical 2 (45 min, two interviewers)
Explicitly about OOP and coding style, not time complexity: design a restaurant data structure answering queries about dishes, ingredients, and bill totals. A backtracking extension was discussed as a bonus.
Round 4 - Hiring manager (30 min)
Intro, a computer-architecture project discussed in depth, and leadership / ownership questions.
Outcome: Offer extended.
Experience 2: SDE I, on-campus (rejected at round 2)
Worth reading precisely because it did not end in an offer.
Round 1 (HackerRank, 90 min, medium): Burst Balloons (interval DP) and a binary-search-on-answer question over a monotonic equation.
Round 2 (video call, 60 min, medium): insertion at a given position in a doubly linked list, then a non-standard DP problem the candidate had not seen a template for.
Outcome: Not shortlisted after round 2.
Takeaway: Uber’s full-time screen leans harder on DP and graphs than most fresher loops, and the questions are frequently non-standard - patterns you can adapt matter more than problems you have memorised. Note also that the OA platform varies by drive (CodeSignal and HackerRank both appear in write-ups, at 45-90 minutes), so confirm the format from your placement email rather than assuming.
After the technical rounds, Uber usually closes with a Hiring Manager or HR conversation: motivation, relocation, notice period, and a couple of behavioural stories checked against its cultural norms. Prepare those answers on the dedicated page rather than cramming them into this hub.