Company Corner

D.E. Shaw Recruitment Process: Selection & Preparation Guide

D.E. Shaw's campus process: online aptitude-coding test, two technical rounds, and HR. Pattern, syllabus, and preparation guide for CSE and ECE freshers in 2026.

By FACE Prep Team 5 min read
de-shaw placement-papers campus-recruitment aptitude-test dsa-interview quantitative-aptitude company-corner

D.E. Shaw campus hiring runs four rounds: an online test, two technical interviews, and an HR discussion, with the difficulty pitched well above standard IT services screening.

The firm sits at the intersection of investment management and technology. Its Hyderabad office handles software engineering, financial operations, and technology infrastructure for the global firm, and the engineers it hires work on latency-sensitive systems, large-scale data pipelines, and algorithmically demanding problems. The hiring bar reflects that.

This guide covers every stage with the specifics a CSE or ECE fresher needs.

About D.E. Shaw

D.E. Shaw & Co. was founded in 1988 by David E. Shaw, who had previously led a quantitative trading group at Morgan Stanley. The firm has offices in New York (headquarters), Hyderabad, London, Hong Kong, Boston, and several other cities. Details about the firm’s operations are available at deshaw.com/who-we-are.

The India entity, D.E. Shaw India Private Limited, is headquartered in Hyderabad and operates as one of the firm’s core technology centres globally. For freshers, campus hiring in India is primarily for software development and systems engineering roles.

This is not a services firm. D.E. Shaw builds proprietary trading systems, research tools, and data infrastructure. The work is closer to product engineering at a quantitative fund than to IT services delivery. That distinction matters when you plan your preparation.

Eligibility Criteria

CriterionRequirement
Eligible streamsCSE, IT, ECE, EEE, MCA, M.Tech
Minimum academic percentage65% throughout (10th, 12th, and graduation)
Active backlogsNot permitted
Graduation yearFinal-year and recent graduates (varies by drive)

A few points not obvious from the table:

  • The 65% criterion applies stage by stage — 10th, 12th, and graduation individually — not just to the final UG aggregate.
  • Active backlogs at the time of application disqualify a candidate in most drives, even if the backlog has since been cleared.
  • Strong communication and interpersonal skills are listed in the official eligibility criteria; in practice, this matters most in the HR round rather than as an initial shortlisting filter.

Selection Process Overview

RoundTypePrimary focus
1Online test (60 min)Aptitude, verbal, reasoning, technical MCQs, coding
2Technical Interview IDSA fundamentals, algorithms, CS subjects
3Technical Interview IIAdvanced DSA, projects, design thinking
4HR InterviewRole discussion, communication, expectations

All four rounds are typically completed within one or two days on-campus, depending on shortlisting volumes.

Online Test: Pattern, Sections, and Syllabus

The written test runs for 60 minutes across five sections. Negative marking applies at 0.25 marks per incorrect answer.

Quantitative Aptitude

Topics include time, speed, and distance; profit and loss; time and work; ratios and proportions; number systems; and permutations-combinations. The difficulty runs moderate to tough. Expect problems that require two or more logical steps, not single-formula applications.

Verbal Ability

Reading comprehension passages, sentence completion, synonyms, and antonyms. Passages are typically short. Speed reading and elimination technique matter more here than cramming vocabulary lists.

Logical Reasoning

Coding-decoding, series completion, analytical puzzles, and syllogisms. The reasoning section leans toward puzzles that reward logical elimination over pattern memorisation.

Technical MCQs

C and C++ syntax, operating systems (process management, memory management, scheduling), networking fundamentals (TCP/IP, protocols), and data structures (time complexity, implementation details). These questions reward engineers who have written code in C/C++ and read a standard OS textbook, not just worked through question banks.

Coding Section

One or two dynamic programming problems, at a difficulty above standard campus aptitude tests. Recursion with memoisation, longest subsequence variants, and matrix-chain type problems are recurring patterns. C++, Java, or Python all qualify; correct logic in any language is what the round scores.

Technical Interviews

Technical Interview Round 1

The first round probes DSA implementation: linked list manipulation, tree traversals, graph algorithms (BFS, DFS, shortest paths), and sorting. Expect to write working code on paper or a shared platform, not just describe the approach verbally.

Time and space complexity analysis is non-negotiable. Saying “O(n log n)” without justifying why the algorithm achieves it triggers follow-ups. Hashing, heaps, and tries come up as supplementary topics alongside the main problem.

Technical Interview Round 2

The second round goes deeper into advanced DSA and may include system-design discussion. Panels at D.E. Shaw often include engineers from the relevant team, so questions can drift into applied territory: how would you design a component that handles high-throughput events? What are the failure modes of the data structure you just implemented?

Project work is standard in this round. Walk through your final-year or internship projects carefully; interviewers probe for genuine understanding rather than a polished summary.

HR Interview

The HR interview at D.E. Shaw covers role expectations, relocation (Hyderabad base), and career direction. Expect questions about why you are interested in a technology role at an investment firm rather than a product or services company. This is a substantive discussion, not a formality.

Compensation and joining timeline discussions also happen here.

Off-Campus Route

D.E. Shaw does not run large off-campus drives as frequently as mass hirers. Open positions are listed on their careers page throughout the year.

For off-campus applicants:

  • Visit deshaw.com/careers and filter by Hyderabad for India-based roles
  • Apply with a resume that highlights DSA project work and competitive programming activity
  • Employee referrals improve shortlisting odds compared to cold applications
  • Expect a telephonic or video-based screening test before any on-site call

Documents to keep ready: mark sheets for 10th, 12th, and graduation; updated resume; a valid government-issued ID.

Preparation Strategy

A 10-to-12 week preparation window is realistic for a fresher with a basic algorithms foundation.

For quantitative aptitude, work through timed MCQ sets from standard competitive aptitude books. The quant difficulty at D.E. Shaw is comparable to other analytics-focused firms; see the ZS Associates recruitment guide for overlapping topic coverage.

For DSA, target LeetCode medium and hard problems in three categories: dynamic programming, trees, and graphs. Solving 120 to 150 problems across these categories gives adequate coverage for both technical rounds. For topic references across all CS subjects, the best books for placement preparation covers what to read per subject area.

For technical MCQs, use Galvin’s Operating Systems, C++ Primer for syntax questions, and GATE-level networking materials for protocols. Students targeting multiple quant-heavy placements should also review the Mu Sigma aptitude test guide; the reasoning patterns overlap with D.E. Shaw’s logical section.

Before deep preparation, a free diagnostic across aptitude, reasoning, and coding is available at the FACE Prep Campus Placement Evaluation Test.

D.E. Shaw’s two-round technical bar tests the rigour that serious engineering work demands: dynamic programming depth, system-level reasoning, and the ability to defend design choices under questioning. The student who prepares to walk through DP solutions at D.E. Shaw’s level is already thinking at the depth the programme targets.

Primary sources

Frequently asked questions

What percentage is required for D.E. Shaw campus placement?

65% or above throughout academics — 10th, 12th, and graduation. The criterion applies to each stage individually, not just the final aggregate. Active backlogs at the time of application typically disqualify a candidate.

How many rounds does the D.E. Shaw campus process have?

Four rounds: an online test (60 minutes), Technical Interview Round 1, Technical Interview Round 2, and an HR Interview. All rounds are typically completed within one or two consecutive days on-campus.

Does the D.E. Shaw online test have negative marking?

Yes. The standard negative marking is 0.25 marks per incorrect answer. Selective answering on harder questions is advisable — skipping costs nothing while an incorrect answer costs a quarter mark.

What programming topics are tested in D.E. Shaw technical interviews?

Data structures (arrays, linked lists, trees, graphs, heaps), dynamic programming, algorithm complexity analysis, C and C++ fundamentals, operating systems (scheduling, memory management), and basic networking. Project-work discussion is standard in Technical Interview Round 2.

What coding problems does D.E. Shaw ask in its online test?

Typically one dynamic programming problem — longest subsequence variants, matrix-chain type problems, or recursion with memoisation at moderate-to-tough difficulty. C++, Java, or Python all qualify; correct logic in any language is what the test scores.

Does D.E. Shaw hire from Tier-2 engineering colleges in India?

D.E. Shaw conducts selective campus drives that span a range of engineering colleges in India, including Tier-2 institutions, primarily centred on its Hyderabad operations. The eligibility criteria — 65% aggregate and no active backlogs — apply uniformly across campuses.

Can I apply for D.E. Shaw off-campus after the college placement season?

Yes. Open positions are listed year-round on the D.E. Shaw careers page at deshaw.com/careers. Off-campus applications go through resume screening; employee referrals improve shortlisting chances compared to cold applications.

Build AI projects

A self-paced playground for building with LLMs.

TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.

Try TinkerLLM (₹299 launch)
Free AI Roadmap PDF