Academic snapshot
Marks: 7.5+ CGPA preferred (drive-dependent)
Degree: B.E. / B.Tech / M.Tech (MCA on some posts)
Backlogs: None active / no standing arrears
Year: Final-year and recent grads
BlackRock is the world’s largest asset manager, known for its Aladdin platform used for portfolio management, risk, and trading. India engineering teams in Gurugram and Mumbai build the technology that powers investment operations for BlackRock and its clients.
Explore: Online Assessment · Download PDF · Placement Process · Interview Experience · Preparation Guide · Certifications & Career
| Route | What usually changes | What stays the same |
|---|---|---|
| Campus | Batch OA, PPT, college CGPA list; sometimes all-branch eligibility | Coding + SQL bar |
| Careers portal | Resume volume; no reserved college seats | Still expect OA + tech loop |
| Referral | Faster recruiter eyes on the PDF | You still sit the same test |
| Intern → FTE | Conversion may skip a stage | You still defend projects |
Off-campus does not mean easier coding. It often means more applicants fighting the same timed filter. If your CGPA sits near 7.5, spend energy on mocks, not on hunting a mythical lower cutoff blog.
Is 7.5 CGPA enough? It matches the commonly reported preferred floor for many India tech shortlists. Selection still hinges on OA accuracy. A 7.6 who clears SQL + both coding prompts beats an 8.9 who guesses joins and fails tree edge cases.
Branches: CS/IT/ECE dominate. Some campus drives open to all branches - that is access, not a free pass. When everyone sits the same OA, flowchart reasoning, trees, and SQL become the common language. Non-CS students clear when they treat those as first-class prep, not side quests.
Gaps and backlogs: Standing arrears are a hard stop on many campus notices. A short education gap is easier to explain with a project or internship story than with silence. Lying about CGPA is an integrity fail in HR and background check.
What helps the resume screen: One project you can defend (stack, hardest bug, metric), any internship with ownership language, and honest keywords. CFA Level 1 on a resume without being able to explain a hash map is noise. See certifications only after DSA and SQL are solid.
Academic snapshot
Marks: 7.5+ CGPA preferred (drive-dependent)
Degree: B.E. / B.Tech / M.Tech (MCA on some posts)
Backlogs: None active / no standing arrears
Year: Final-year and recent grads
Skills they actually filter
Primary: DSA, SQL, systems thinking
Languages: Java, Python, C++
Light finance: portfolio / risk / order vocabulary helps Aladdin talk
Exam filter: BlackRock Online Assessment
| Item | Typical expectation (candidate-reported) | Reality check |
|---|---|---|
| Graduation CGPA | 7.5+ preferred on many tech shortlists | Some campus JDs list 6.0 / 60% in 10th-12th instead or as well |
| Degree | B.E. / B.Tech / M.Tech | Related computing degrees on many posts |
| Branch | CS, IT, ECE; all-branch on some campus drives | All-branch = harder OA odds, not easier coding |
| Year | Final year + recent grads | Intern conversion paths also appear |
| Backlogs | No standing arrears | Clear them before offer paperwork |
| Coding languages | Java, Python, C++ | Stick to one for OA + interviews |
BlackRock shortlists on academics when the JD prints a floor, then filters hard on the Online Assessment. Clearing CGPA only gets you into the funnel. One public on-campus write-up described ~1000 students sitting the tech OA and ~152 moving to interviews - treat that ratio as a planning number, not a promise for your college.
Download 2026 Blackrock placement papers
2026 in detail
2025 placement papers
2024 placement papers
Previous year question papers
BlackRock does not publish a permanent official paper set. “Previous year papers” on this site are pattern trainers for the first filter and early technical rounds - not leaked live assessments.
| Round (typical) | What to practice |
|---|---|
| Online assessment | Timed accuracy: aptitude, CS MCQs, SQL, 1-2 coding problems |
| Technical 1 | Live DSA + resume deep dive; edge cases on trees/arrays |
| Technical 2 | Code quality, trade-offs, light systems / Aladdin-shaped prompts |
| HR | Why BlackRock / Aladdin, Gurugram or Mumbai, ownership STAR |
Think of papers as simulators for OA stamina, not a question bank to memorize. BlackRock reuses themes (SQL aggregation, tree paths, binary search, coin-change style DP) more than exact clones. If you can finish a 2024-style timed set cleanly, a 2026 OA will feel familiar even when the tree prompt is new.
| Theme you saw in a set | What to drill next | Why BlackRock asks it |
|---|---|---|
| Binary search / rotated array | Boundary bugs, overflow-free mid | Sorted market or ID lookups |
| Tree path / max path sum | Recursion returning two values | Nested risk/portfolio trees |
| Coin change / unbounded knapsack | DP table vs greedy trap | Allocation-style counting |
| Move zeros / two pointers | In-place correctness | Clean data transforms |
| SQL GROUP BY + HAVING | Filter vs aggregate order | Positions, trades, counts |
| Join types | Inner vs left with nulls | Positions joined to reference data |
2025 PDFs often drill “maximum path sum between leaves.” Own the recursion template - return best downward path, track global max, handle negatives - then drill a related problem. That transfers; memorising the story text does not.
BlackRock India hires freshers through campus placement cells, careers.blackrock.com, referrals, and occasional internship conversion. After resume screen, the shape is product-plus-finance: timed OA with SQL, then coding interviews that care about edge cases, then fit for Aladdin teams.
Campus recruitment
Through college placement cells - PPT, then OA and interviews on a batch timeline. Super-dream slot at many campuses.
Online applications
Apply on blackrock.com / careers.blackrock.com for early-career / Analyst tech roles; follow the invite for platform and duration.
Referrals
Employee referrals improve visibility. You still need passing OA code and clear interviews.
Placement cell or recruiter checks degree, CGPA floor when printed (7.5+ preferred on many tech lists), 10th/12th if listed, backlogs, and year of passing. Projects and internships help when volumes are high. This is a gate, not the hard filter - the OA is.
Keep scanned marksheets ready. Campus drives in 2025-2026 often use digital verification; a clerical mismatch can block you before you write a line of code.
Candidate reports describe a controlled-breadth test: not every CS topic, but enough slices that weak SQL or sloppy reasoning dies even if you can code. Platforms like HackerRank appear in write-ups - confirm yours in the invite.
| Section (typical) | What shows up | Time feel | Pass habit |
|---|---|---|---|
| Aptitude / reasoning | DI tables, sequences, arrangements, percentages | Easy to lose 8 minutes on one puzzle | Skip if no path in 30-45 seconds |
| CS fundamentals | Tree traversals, loop complexity, stacks/queues, light OS | Precise, not advanced | Sketch the tree; do not guess |
| SQL | Joins, GROUP BY, HAVING vs WHERE, simple subqueries | Tie-breaker | Frame the requirement, then write |
| Coding | 1-2 problems (array + tree/DP common) | Correctness over golf | Edge cases before submit |
Languages: Java, Python, C++.
Pass bar in practice: Fully passing solutions plus clean SQL beat a brilliant half-answer. Aptitude punishes over-calculation.
Student tip: Treat SQL as a product requirement. “Count accounts with more than one trade” is GROUP BY + HAVING, not a heroic subquery. WHERE filters rows; HAVING filters groups. Mixing those two is a common OA fail.
| Minute | Move |
|---|---|
| 0-5 | Skim all sections; mark easy aptitude and the easier coding prompt |
| 5-25 | Aptitude - skip sticky puzzles |
| 25-40 | SQL + CS MCQs - draw trees, do not rush joins |
| 40-75 | Coding: restate → brute → optimize → code → samples |
| 75-end | Harden tree edge cases; flagged aptitude only if time remains |
Deeper OA notes: BlackRock Online Assessment.
Often a blend: project walkthrough, then 1-2 DSA problems. Patterns candidates report: binary search, tree path sums, linked-list add, hashing.
You should:
Interviewers care about debugging out loud. Silent staring after a failed mental test case is a reject signal even when the idea was right.
Example narration (max path between leaves): “I’ll recurse and return the best downward path from this node. Global max tracks a path that may bend at this node.” All-negative and single-leaf are the first tests I’ll write.” That 30-second plan already signals BlackRock-style care.
Less “another LeetCode,” more “would I trust this person near Aladdin?” Expect:
Start with users → data → APIs → failure modes. Plain language beats “we’ll put Kafka in front of Aladdin” with no requirements.
Worked mini-outline - stale risk number:
Why BlackRock (Aladdin as a product used by other firms, not just “biggest AUM”), relocation to Gurugram or Mumbai, hybrid office expectations, integrity, teamwork. Know the ₹18-35 LPA fresher band so CTC talk is grounded. Ask one real question about the team’s surface (trading workflow, risk batch, client Aladdin) - it beats “what is the culture?”
Campus colour: some IIT Aladdin Analyst selects in late 2025 reported two technicals the same afternoon and an offer by evening. Budget energy; do not assume a week between rounds.
| # | Round | Duration | What they check |
|---|---|---|---|
| 1 | OA | Drive-dependent (~75-90 min common) | Accuracy across aptitude, SQL, coding |
| 2 | Technical 1 | 45-60 min | DSA + resume |
| 3 | Technical 2 | 45-60 min | Trade-offs, systems, Aladdin-shaped thinking |
| 4 | HR | 20-30 min | Fit, location, logistics |
| Phase | Typical duration | Notes |
|---|---|---|
| Apply / campus register | Drive-dependent | PPT week then OA window |
| OA → interview shortlist | Same week common | Steep cut (example: 1000 → 152) |
| Interview loop | Same day to ~2 weeks | Campus can be compressed |
| Offer / paperwork | Days after final round | Written offer wins over verbal |
| End to end | ~2-6 weeks often | Campus super-dream days can be 48 hours |
| Component | Focus | Prep move this week |
|---|---|---|
| Aptitude / logic | Skip rules + DI speed | Timed mock quiz |
| SQL | Joins, HAVING, subqueries | 10 queries on a tiny trades schema |
| Coding | Arrays + trees | Two timed mediums back-to-back |
| Aladdin talk | Risk / order flow in plain words | 3-minute explanation aloud |
| HR | Why BlackRock, city | Two STAR stories + relocation answer |
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 BlackRock 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 BlackRock sits around ₹18-35 LPA (candidate-reported - confirm the letter). Languages students mention most often: Java, C++, Python, C. Pick one and stay with it in OA and interviews.
Eligibility reminder (from student reports): BlackRock eligibility for freshers 2026 is candidate-reported, not one official India-wide PDF. Common campus/tech baseline: B.E./B.Tech/M.Tech (CS, IT, ECE, and sometimes all branches on a drive); final-year students; typically 7.5+ CGPA preferred on many shortlists, with some campus notices citing 60% / 6.0 in 10th and 12th and no standing arrears. Strong DSA, SQL, and systems thinking matter after the academic gat.
What you are training for: Typical Aladdin / tech fresher loop in India: resume screen → Online Assessment (aptitude + CS/SQL + coding, often HackerRank-style) → Technical Interview 1 (resume + DSA) → Technical Interview 2 (code quality, systems, trade-offs) → HR / behavioral. Campus batches can finish interviews the same day after OA; off-campus stretches to a few weeks. Total often 2-6 weeks from apply to written offer.
Short version of the prep split: Split time roughly: 40% DSA (arrays, trees, graphs, DP), 20% timed OA including aptitude and SQL, 20% systems / Aladdin-shaped design talk, 10% CS fundamentals, 10% behavioral and Why BlackRock. Practice explaining correctness and edge cases out loud. Languages: Java, Python, C++.
Week 1 - pattern, not vibes. Timed aptitude + one easy coding problem a day, plus a one-page cs fundamentals sheet. Open the BlackRock 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 BlackRock 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 BlackRock 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 BlackRock?” 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 BlackRock-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 BlackRock story (eligibility, rounds, salary). Use those pages for timed reps and interview notes.
If you do one thing after reading this: schedule three timed BlackRock papers on three different days, then interview prep on the leftovers.
Figures below are candidate-reported India bands (as of August 2026). Actual offers depend on level, location (Gurugram, Mumbai), hiring year, and written components (base / bonus / equity).
| Band | Typical CTC (candidate-reported) | Notes |
|---|---|---|
| Aladdin Engineering / Analyst (tech) fresher | ₹18-35 LPA | Primary band for this hub |
| Some campus Analyst write-ups | Toward mid/upper end of the band | College and role dependent - offer letter wins |
| Experienced Aladdin (indicative) | Higher VP/senior bands | Not the fresher campus default |
Confirm base, joining bonus, and any equity on the written offer. Do not treat blog midpoints as guarantees.
Policies vary by team and year. Candidates commonly care about:
Know the ₹18-35 LPA fresher context, ask how the package splits (fixed vs variable), and clarify joining date vs final exams. One calm clarifying question beats aggressive negotiation with no market anchor.
Answer these out loud. Written notes you cannot speak will not help in a 45-minute technical.
If you stall, say the constraint you would ask next. Silence is worse than a partial plan.
If you clear HR:
Excitement is fine. Process discipline still matters at a large asset manager. Keep every email thread; verbal numbers are not offer letters.
Draw three boxes: OMS / trading, positions, risk. A fill lands. Positions update. Risk recomputes. Label one failure on each arrow (duplicate fill, delayed position, stale risk). Circle where you would put a timestamp on the UI. That sketch beats a 12-box “microservices” poster. Practice it twice on paper so Tech 2 is not the first time you draw it.
If the interviewer is from a client-Aladdin team, add one sentence: other firms run on the same platform, so correctness and auditability are product features, not internal niceties. Then stop talking.
Use a tiny schema: accounts(id), trades(id, account_id, symbol, qty, ts), prices(symbol, px, ts).
WHERE qty > 0 is not the same as HAVING SUM(qty) > 0.Five queries, fifteen minutes, three times a week until they are boring. Boring is the point.
Typical Aladdin / tech fresher path: resume screen → Online Assessment (aptitude + CS/SQL + coding) → Technical 1 (DSA + resume) → Technical 2 (systems / code quality) → HR. Campus batches can finish in a day after OA; off-campus often 2-6 weeks to written offer. Confirm round names on your invite.
Most fresher tech loops report four stages (OA + two technicals + HR). Some Analyst tracks fold behavioral into the last technical. Experienced Aladdin loops add design depth. Count the mailer.
Yes. Free BlackRock placement papers PDF and 2024-2026 style practice sets are on this site - pattern trainers with solutions, not leaked live papers. No registration for the main downloads. Start with the 2026 PDF or the paper archive.
Candidate-reported OA mixes aptitude/reasoning, CS fundamentals (trees, complexity), SQL (joins, GROUP BY/HAVING), and 1-2 coding problems. Accuracy beats guessing. Platforms like HackerRank appear in write-ups - verify yours.
Commonly reported: 7.5+ CGPA preferred on many tech shortlists; some campus notices add 60%/6.0 in 10th-12th and no standing arrears; B.E./B.Tech/M.Tech; final-year students. All-branch drives exist. BlackRock does not publish one universal cutoff - your notice overrides this page.
Candidate-reported CTC often lands around ₹18-35 LPA (as of August 2026) for Aladdin / Analyst tech freshers in Gurugram or Mumbai. The written offer letter is the only number that matters.
Those are the main India hubs candidates report. HR usually checks relocation and hybrid office norms. Be honest about constraints early.
Split time roughly 40% DSA, 20% timed OA (aptitude + SQL), 20% systems/Aladdin talk, 10% CS, 10% behavioral. Clear timed mocks first. Keep one coding language. Details: preparation guide.
Java, Python, and C++ are the usual OA/interview set. Confirm on the invite. Do not switch the week of the drive.
Aladdin is BlackRock’s investment operating system - risk, portfolio, trading, operations - used internally and by other firms. You do not need to recite modules. You do need a two-sentence “why this product” and a fresher-depth failure mode (stale risk, duplicate order).
Deep finance is not the fresher OA filter. Light vocabulary plus strong SQL and code is enough for most Aladdin engineering screens. Quant tracks ask more math. Do not skip DSA to cram finance blogs.
All three care about DSA. BlackRock’s India story is Aladdin (platform engineering for risk/portfolio/trading). Goldman often mixes coding with heavier quant aptitude on HackerRank. Bloomberg leans terminal/data-product engineering. Prep DSA for all; customise the product story.
Treat the OA as the real filter - one large campus drive sent ~1000 students to the test and ~152 to interviews. Bank SQL and aptitude accuracy, then defend one tree/array problem with edge cases. Rehearse Why Aladdin in two sentences.
Start with BlackRock interview experience on this site, then cross-check recent campus blogs. Patterns shift by year - use them as maps, not scripts.
Different sport. TCS/Infosys-style aptitude mills are longer on volume; BlackRock’s mix is shorter but adds SQL + coding accuracy and a steep interview cut after OA. Treat it as a product/finance hybrid, not NQT with a logo swap.
Some campus drives are all-branch. That raises OA competition and still requires SQL, trees, and reasoning. Non-CS clears when those are first-class prep, not a three-day crash.
Steal: OA as the real filter; SQL as a first-class subject; same-day campus stamina; two-sentence Aladdin why.
Ignore: memorising a VIT or IIT paper as if 2026 will clone it; CFA crash courses the week of OA; copying VP Aladdin JDs from Gurugram as your fresher study list.
If you only do three things after reading this hub: time one mixed mock, write five SQL queries from memory, and speak Why Aladdin once while standing up. That beats highlighting this page again.
A CSE student on a BlackRock on-campus drive described eligibility as 60% / CGPA 6 in 10th and 12th, current degree, no standing arrears, role open to all branches. About 1000 students sat the tech OA; 152 reached interviews. The OA mixed aptitude/reasoning, CS fundamentals, SQL, and coding - “controlled breadth,” accuracy over puzzle-contest energy. Interviews were two technicals: first resume + DSA, second practical code quality and trade-offs, then direct behavioral questions. Takeaway they would keep for 2026: respect SQL and reasoning as first-class, sketch trees instead of guessing traversals, and skip aptitude items without a 30-second plan.
What that means for juniors: if your college opens BlackRock to all branches, do not celebrate - prepare the common layer (SQL, trees, DI) harder, because the OA is the primary filter.
An IIT Kharagpur select publicly shared joining BlackRock as an Analyst on the Aladdin Engineering team. Interview calls started Day 1 afternoon; after the second round the same evening, the offer was in hand. Takeaway: once you clear the test, some campus loops are a sprint. Keep STAR stories and Aladdin “why” ready before OA day, not after shortlist mail.
Helped: fully passing OA code; precise SQL; spoken edge cases on trees; a project metric; honest city preference.
Hurt: guessing joins; silent coding; finance buzzwords with no system story; treating HR as a formality after two technicals.
More fresher narratives: BlackRock interview experience.
Bloomberg · Goldman Sachs · JP Morgan · D. E. Shaw · Morgan Stanley