Academic snapshot
Marks: 6.5+ CGPA / 65% common; some drives 7.0+
Degree: B.E. / B.Tech / M.Tech / MCA
Backlogs: None active preferred
Year: Final-year and recent grads (batch windows on posts)
Optum is UnitedHealth Group’s health services and technology arm, building data platforms and digital products for healthcare. India hubs in Hyderabad, Noida, Bengaluru, and Gurugram employ large engineering teams. Optum recruits software engineers and analysts for healthcare analytics, cloud, and enterprise application work.
Explore: Online Assessment · Download PDF · Placement Process · Interview Experience · Preparation Guide · Certifications & Career
| Route | What usually changes | What stays the same |
|---|---|---|
| Campus | Batch HirePro, sometimes next-day tech on Teams | Aptitude + one coding + SQL bar |
| UHG / Optum careers | Resume volume; 2024-2026 batch windows | Same OA flavour |
| Referral | Recruiter eyes | You still sit HirePro |
Off-campus does not mean easier SQL. It often means more applicants who only prepared one LeetCode pattern.
Is 6.5 CGPA enough? It matches the commonly reported floor on many notices. Some campus accounts (including a 2022 GFG write-up) cited 7.0+ and no active backlogs. Selection still hinges on OA accuracy and a calm technical. A 6.6 who writes a clean join beats an 8.4 who cannot explain a primary key.
Branches: CSE, IT, ECE, EEE appear in reports. Confirm the notice.
10th / 12th: Some UHG posts ask 60-70% throughout. Keep marksheets ready.
What helps the resume screen: A Java or Python project with a real database, any internship with a query or API you owned. See certifications after SQL, not as a substitute. A HIPAA certificate without a join story is noise.
Academic snapshot
Marks: 6.5+ CGPA / 65% common; some drives 7.0+
Degree: B.E. / B.Tech / M.Tech / MCA
Backlogs: None active preferred
Year: Final-year and recent grads (batch windows on posts)
Skills they actually filter
Primary: Coding, SQL, Java/OOP
Languages: Java, Python, SQL
Domain: Healthcare privacy at fresher depth
Exam filter: Optum Online Assessment (HirePro)
| Item | Typical expectation (candidate-reported) | Reality check |
|---|---|---|
| Graduation CGPA | 6.5+ / 65% common; some campus 7.0+ | Your mailer wins |
| 10th / 12th | 60-70% throughout on some UHG posts | Keep scanned marksheets |
| Degree | B.E. / B.Tech / M.Tech / MCA | Related computing degrees on many posts |
| Branch | CSE, IT, ECE, EEE | Confirm the notice |
| Year | 2024-2026 batches on many off-campus posts | Intern conversion also appears |
| Backlogs | No active backlogs | Clear them before paperwork |
| Coding languages | Java, Python, SQL | Stick to one for live coding |
Optum shortlists on academics when the JD prints a floor, then filters on HirePro. Clearing CGPA only gets you into the funnel. A 2022 on-campus note described a wide HR shortlist after tech (on the order of half the tech pool in that write-up) - treat HR as real, but know the first filter is still the OA.
Download 2026 Optum placement papers
2026 in detail
2025 placement papers
2024 placement papers
Previous year question papers
Optum does not publish a permanent official paper set. “Previous year papers” on this site are pattern trainers for HirePro and early interviews - not leaked live assessments.
| Round (typical) | What to practice |
|---|---|
| Online assessment | Timed aptitude, CS MCQs, one easy coding problem |
| Technical | Java/OOP, SQL, projects, light DSA |
| HR | Why Optum / healthcare, location, joining |
Think of papers as simulators for OA stamina. Optum reuses themes (easy array/string coding, DBMS MCQs, join queries) more than exact clones. If you can finish a 2024-style timed set cleanly, a 2026 HirePro will feel familiar even when the coding prompt is new.
| Theme you saw in a set | What to drill next | Why Optum asks it |
|---|---|---|
| Easy array / subsequence | Two pointers, prefix sums | HirePro coding is correctness, not Codeforces |
| SQL GROUP BY + HAVING | Filter vs aggregate order | Claims, members, counts |
| Join types | Inner vs left with nulls | Members joined to claims |
| OOP (inheritance, interface) | One class design aloud | Java-heavy teams |
| OS/CN MCQs | Process vs thread, HTTP vs HTTPS | Written CS section |
| Privacy talk | What you would not log | Healthcare data |
2025 PDFs often drill “find a subsequence with target sum.” Own the easy DP or two-pointer template - then drill a related problem. That transfers; memorising the story text does not.
Optum India hires freshers through campus placement cells, UnitedHealth Group / Optum careers, and referrals. After resume screen, the shape is services-plus-product: a HirePro mix, a short technical, then HR.
Campus recruitment
Through college placement cells - PPT, then HirePro and interviews on a batch timeline.
Online applications
Apply on unitedhealthgroup.com / optum.com careers for ASE, TDP, or analyst-tech; follow the invite.
Referrals
Referrals help visibility. You still need passing OA and a calm SQL conversation.
Placement cell or recruiter checks degree, CGPA/percentage floor, 10th/12th if listed, backlogs, batch year. This is a gate. HirePro is the first real filter.
Candidate reports describe HirePro: webcam, sections, one coding editor.
| Section (typical) | What shows up | Time feel | Pass habit |
|---|---|---|---|
| Aptitude | Quant, logical, verbal - easy in many reports | Easy to overthink | Skip if no path in 45 seconds |
| CS MCQs | CN, DBMS, OS, DSA theory | Precise | Eliminate, then pick |
| Coding | 1 easy problem (array/string/sum) | Finish fully | Samples + empty input |
Languages: Java, Python (SQL shows up more in interview than OA).
Pass bar in practice: Fully passing the coding question plus solid aptitude/MCQ accuracy. Do not save a hard leftover - there usually is not one.
Student tip: Treat SQL as interview homework even if OA has no query box. Tech will open a join.
| Minute | Move |
|---|---|
| 0-5 | Skim all sections; mark easy aptitude |
| 5-30 | Aptitude - skip sticky DI |
| 30-55 | CS MCQs - draw the join or the TCP handshake, do not guess wild |
| 55-80 | Coding: restate → brute → code → samples |
| 80-end | Empty input, off-by-one; flagged aptitude if time remains |
Deeper OA notes: Optum Online Assessment.
Easy cousin - target sum / subsequence: for HirePro time, contiguous (prefix sums or two pointers if all positive) is usually finishable. If the prompt is true subset-sum, a small-n DP still fits. Read constraints before you hero-code exponential recursion.
Test before submit: empty array, single element equals target, all zeros, target 0 if allowed. That 90 seconds is the difference between green and “I thought it was easy.”
If you cannot answer those cold, your “I’ll guess” plan will show.
A clean five minutes on collections beats a half-remembered Spring annotation.
“Members with more than three paid claims last month” is WHERE on status and date, GROUP BY member, HAVING COUNT > 3. Date does not go in HAVING. That paragraph is an Optum technical.
Say: claims and member records should not leak; I would not print PII; I would restrict access by role; I would test on dummy data. Do not invent HIPAA section numbers or a fake hospital EMR.
Title, CTC line (or lack of one), cities, batch years, whether Java is required. If it says ASE, this hub’s ₹6-12 band. If TDP, still Java/SQL; only HR number and rotation story change.
Second monitor, VM, helper extensions, covered webcam, Stack Overflow alt-tab. A 90-minute easy test is still proctored. Disqualification after a good score is a miserable lesson.
Easy cousin - target sum / subsequence: given an array and a target, is there a subset or a contiguous subarray that sums to target? For HirePro time, contiguous (prefix sums or two pointers if all positive) is the usual finishable version. If the prompt is true subset-sum, a small-n DP (dp[i][s]) still fits if n is tiny. Ask/read constraints before you hero-code exponential recursion.
Test before submit: empty array, single element equals target, all zeros, target 0 if allowed. That 90 seconds is the difference between green and “I thought it was easy.”
If you cannot answer those four bullets cold, your “I’ll guess” plan will show.
Often shorter than a product-company loop. HirePro or MS Teams in campus write-ups.
Expect:
You should speak in full sentences. Silent IDE staring is a reject signal even on an easy problem.
Example narration (members with more than 3 claims): “GROUP BY member_id HAVING COUNT(*) > 3. WHERE filters rows before grouping; HAVING filters groups.” I’ll mention a left join if we also need members with zero claims.”
Why Optum, why healthcare, location (Hyderabad / Noida / Bengaluru / Gurugram), joining date, CTC expectations around the ₹6-12 LPA band (or TDP if that is your JD). One 2022 campus author felt tech went poorly but still reached HR because the shortlist was wide - then described HR as mostly logistics. Still prepare STAR. A blank “I need a job” fails at scale employers.
| # | Round | Duration | What they check |
|---|---|---|---|
| 1 | OA (HirePro) | ~60-90 min | Aptitude + CS + 1 easy coding |
| 2 | Technical | 20-45 min | Java, SQL, projects |
| 3 | HR | 15-30 min | Fit, location, healthcare why |
| Phase | Typical duration | Notes |
|---|---|---|
| Apply / campus register | Drive-dependent | Official UHG portal for off-campus |
| OA → interview shortlist | Days to ~1 week | HirePro results vary by batch |
| Interview loop | Same week to ~2 weeks | Tech then HR; some digital behavioral |
| Offer / paperwork | Days after HR | Written offer wins |
| End to end | ~2-6 weeks often | Campus can be tighter |
| Component | Focus | Prep move this week |
|---|---|---|
| Aptitude | Skip rules + DI | Timed mock quiz |
| CS MCQs | DBMS, OS, CN | 20 flash cards |
| Coding | Easy array/string | Two timed easies back-to-back |
| SQL | Joins, HAVING | 10 queries on a tiny claims schema |
| HR | Why healthcare, city | Two STAR stories + relocation |
Online assessment
OA format, timing, and question types.
Coding questions
DSA patterns for OA and technical rounds.
Aptitude / mock quiz
Quant, logic, and timed mock quiz.
Interview experiences
Candidate stories and round notes.
HR interview questions
Common HR questions, sample answers, STAR tips.
Week-by-week prep
Study plan and round-by-round strategy.
If a Optum invite is 3-8 weeks out, treat this hub as the map and the linked practice pages as the drills. Do not reread eligibility ten times. Check the JD once, then spend hours on the filter that actually rejects people.
Typical fresher CTC chatter for Optum sits around ₹6-12 LPA (candidate-reported - confirm the letter). Languages students mention most often: Java, Python, C, SQL. Pick one and stay with it in OA and interviews.
Eligibility reminder (from student reports): Optum / UHG eligibility is drive-specific. Common India fresher reports: B.E./B.Tech/M.Tech/MCA in CS, IT, ECE, EEE, or related; typically 6.5+ CGPA or 65% (some campus accounts cite 7.0+ and 60-70% throughout); no active backlogs; 2024-2026 batches on many off-campus posts. Java or Python plus SQL matters after the academic gate. Always verify unitedhealthgroup.com/careers or your campus JD.
What you are training for: Typical fresher loop: HirePro (or similar) Online Assessment - aptitude + CS MCQs + 1 easy coding question → Technical interview (projects, Java/OOP, SQL, 20-45 min) → HR. Some years add a digital behavioral screen. Campus 2022-style write-ups sent a wide shortlist to HR after tech. End-to-end often 2-6 weeks.
Short version of the prep split: Split time roughly: 30% aptitude+CS MCQs for HirePro, 30% Java/OOP + SQL, 25% easy-medium coding you can finish clean, 15% healthcare-aware HR and STAR. Do not skip SQL. Languages: Java, Python, SQL.
Week 1 - pattern, not vibes. Timed aptitude + one easy coding problem a day, plus a one-page cs fundamentals sheet. Open the Optum previous-year sets on this site and mark which sections ate your time. Write the timing on a sticky note. That number is more useful than a 200-problem LeetCode streak you never timed.
Week 2 - the steep filter. Most Optum drives fail people on the first timed paper or OA. Do three timed sits this week. After each one, log every miss in a two-column note: topic and why (slow, wrong formula, bad edge case, panic). The next sit should only add problems from that log.
Week 3 - talk tracks. Technical interviews at Optum usually want a clean project story, one or two CS fundamentals, and (if the process has it) a behavioral or values round. Write STAR stories on paper, not in your head. Practise “Why Optum?” with one concrete product, lab, or business line - not a slogan.
Week 4 - mocks and logistics. Two full mocks, then only error-log topics - no new patterns. If you still have energy, redo only the questions you failed in week 2.
| Slice | Share of weekly hours | What “done” looks like |
|---|---|---|
| Timed papers / OA | ~40% | You finish a Optum-style sit without guessing the clock |
| Coding / role technical | ~30% | You can explain a solution out loud in your chosen language |
| Fundamentals / domain | ~20% | You can teach one OS/DBMS/networks (or domain) topic to a friend |
| Stories + HR | ~10% | Two STAR stories and a specific Why-this-company answer |
If you only have 10 days, keep the same ratios and cut volume, not the timed sits.
Use this hub for the Optum story (eligibility, rounds, salary). Use those pages for timed reps and interview notes.
If you do one thing after reading this: schedule three timed Optum papers on three different days, then interview prep on the leftovers.
A TCS/Infosys aptitude deck still helps the quant/logic slice of many Optum papers, but do not assume the same cutoff culture. Read the process section on this page once, then swap in Optum-specific coding or domain drills from the nested banks. Shared prep is fine; shared assumptions about rounds are not.
Figures below are candidate-reported India bands (as of August 2026). Actual offers depend on role (ASE vs TDP vs analyst), location, and the written letter.
| Band | Typical CTC (candidate-reported) | Notes |
|---|---|---|
| ASE / Software Engineer fresher | ₹6-12 LPA | Primary band for this hub |
| TDP (when that is the JD) | Often cited around ₹15 LPA | Rotational; do not assume every mailer is TDP |
| Analyst / associate non-SWE | Often lower (₹4-8 chatter) | Different track |
Confirm base, bonus, and any stock language on the written offer. UHG is large; components differ by country and level.
Know the ₹6-12 LPA ASE context. If your JD says TDP, say that word. Ask fixed vs variable and joining vs exams. Do not quote a ₹21 LPA blog as if it were your offer.
Keep every email thread.
Typical fresher path: resume screen → HirePro OA (aptitude + CS MCQs + 1 easy coding) → Technical (Java/SQL/projects) → HR. Some years add a digital behavioral screen. End-to-end often 2-6 weeks.
Most fresher loops report three stages (OA + technical + HR). TDP or specialist tracks can add a managerial. Count the mailer.
Yes. Free Optum placement papers PDF and 2024-2026 style practice sets are on this site. Start with the 2026 PDF or the paper archive.
Candidate-reported HirePro: easy aptitude, CS MCQs (CN/DBMS/OS/DSA), and one easy coding question. Duration often 60-90 minutes. Verify your invite.
Commonly reported: 6.5+ CGPA or 65%; some campus notices 7.0+; 60-70% throughout on some UHG posts; no active backlogs; B.E./B.Tech/M.Tech/MCA. Your notice overrides this page.
Candidate-reported ASE CTC often lands around ₹6-12 LPA (as of August 2026). TDP write-ups sometimes cite ~₹15 LPA. The written offer is the only number that matters.
Those (plus Gurugram) are the main India hubs candidates report. HR checks relocation. Be honest early.
Split time roughly 30% aptitude+CS, 30% Java/SQL, 25% easy coding, 15% HR. Finish every easy coding mock. Details: preparation guide.
Java or Python for coding; SQL in interviews. Confirm on the invite. Do not switch the week of the drive.
ASE is the core fresher software seat. TDP is a rotational early-career program some posts advertise at a higher reported CTC. Read your JD. Do not assume every mailer is TDP.
No MBBS. Yes to a two-sentence story about claims/benefits data and not leaking PII. HIPAA trivia is optional.
Bank the easy OA: aptitude accuracy plus one fully passing coding question plus SQL you can write on a whiteboard. Rehearse Why healthcare in two sentences.
Start with Optum interview experience on this site, then cross-check recent campus blogs. A 2022 GFG on-campus note is useful for HirePro shape, not for 2026 CTC.
Different sport. Optum’s written is broader and easier on coding than Bloomberg/Arcesium. The trap is sloppy aptitude, weak SQL in tech, and treating healthcare HR as a joke.
Optum is UHG’s health-services and technology arm. Careers posts may say Optum, UHG, or both. The OA/interview bar in this hub is the India tech fresher loop.
Rarely as a statute quiz. They will notice if you treat member data like a college project dump. Talk least-privilege, no PII in logs, correct queries.
Steal: HirePro as the real first filter; SQL as first-class; two-sentence healthcare why; setup checklist.
Ignore: memorising a 2022 coding prompt as if 2026 will clone it; quoting TDP CTC on an ASE mailer; paying unofficial “drive” Telegram links.
If you only do three things after reading this hub: time one HirePro-style mock, write five SQL queries from memory, and speak Why Optum once standing up.
A campus drive used HirePro for the written (aptitude + CS + one easy coding), then technical on HirePro/Teams, then HR. The author felt tech went poorly but still reached HR; the HR pool was broad (on the order of half the tech attendees in that write-up). Takeaway for 2026: do not self-reject after a messy tech, but do not skip HR prep either. Eligibility in that account: 7+ CGPA, no active backlogs, branches including CSE/IT/ECE/EEE.
What that means for juniors: if your college lists 6.5, still prepare like the OA is the cut. If your college lists 7.0, believe the mailer.
Public posts mix ASE, full-stack, and TDP numbers. Takeaway: screenshot the JD. Prepare Java/SQL either way. Quote the band that matches your letter, not a blog maximum.
Helped: fully passing easy OA code; precise SQL; a project metric; honest city; a real healthcare sentence.
Hurt: guessing MCQs; no SQL; “I like helping people” with zero product; treating HR as optional.
Students who treat Optum as a joke after the first 20 aptitude questions often trip on a CS MCQ (HAVING vs WHERE, TCP vs UDP) or submit coding without testing n=1. The 2022-style paper is not hard. It is broad. Accuracy is the bar.
The GFG 2022 author thought the technical went poorly and still saw HR because that drive’s HR pool was wide. Takeaway for 2026: keep talking in complete sentences even if a join is messy; then still prepare HR. A wide shortlist is not an offer.
Candidate cleared OA and tech, then froze when HR said Noida and the student had only Bengaluru in mind. Off-campus JDs often list multiple cities. Decide your yes/no list before the call. “I’ll think about it” without a reason reads as not serious.
HirePro “too easy” trap: students who treat the first 20 aptitude items as a joke then trip on HAVING vs WHERE or submit coding without testing n=1. The paper is broad, not hard. Accuracy is the bar.
Tech felt bad, still reached HR: the 2022 GFG author thought technical went poorly and still saw HR because that drive’s HR pool was wide. Keep talking in complete sentences. A wide shortlist is not an offer.
Location surprise: decide Hyderabad / Noida / Bengaluru / Gurugram before the HR call. “I’ll think about it” without a reason reads as not serious.
TDP vs ASE mix-up: screenshot the JD. Quote the band that matches your title. Do not walk into ASE HR reciting a ₹15 LPA TDP blog.
Analyst track: SQL + Excel, often lower CTC. If the title says analyst, do not quote the ₹6-12 software band.
Digital behavioral: some years add a recorded STAR. Sixty to ninety seconds, no slang, no script-reading into the camera. Two stories (deadline, conflict) cover most prompts.
UHG on the letter: the legal entity name may not say Optum. Read location, title, CTC split, joining date. Panic only if city or title disagrees with HR.
More fresher narratives: Optum interview experience.