Skip to main content

9 Jane Street Quantitative Trader (Intern) Interview Questions (2026)

Jane Street's quant intern loop in 2026 mirrors the full-time loop with slightly shorter onsite: probability, mental math, market-making games, and a behavioral round. The internship is the firm's primary new-grad pipeline; conversion rates are high for strong performers. Loops in 2026 are predominantly virtual with optional in-person final at NY.

By Alex Chen, Founder, InterviewChamp.AI · Last verified

Loop overview

Recruiter outreach → 60-min coding/math screen → first-round phone (probability + mental math, 45 min) → virtual onsite of three to four rounds: probability, mental math sprint, market-making game, behavioral. Timeline 4-6 weeks. Jane Street's intern programs (10-week summer internships) are heavily recruited from Putnam, IMO, Math Olympiad backgrounds — strong quantitative competition history helps.

Behavioral (2)

Tell me about a research or project you're most proud of.

Frequently asked

Outline

STAR. Pick a real project — coursework, research, hackathon, side project. Walk through: motivation, your contribution specifically, results, what you learned. For interns, the depth of one project beats a list of credentials.

Source: Glassdoor Jane Street intern behavioral round, 2026 ·

Why Jane Street's summer internship?

Frequently asked

Outline

Specific reasons: extensive intern education program with daily classes, exposure to OCaml and functional programming, immediate feedback on trading decisions, mentor-rich environment. Reference any specific Jane Street content you have read (Signal Mountain podcast, open-source repositories). Avoid generic praise.

Source: Glassdoor Jane Street intern fit round, 2026 ·

Coding (LeetCode patterns) (1)

Implement a function that returns the n-th Fibonacci number.

Frequently asked

Outline

Iterative DP. Track previous two values; update for each step. O(n) time, O(1) space. Mention matrix exponentiation for O(log n) if asked. Walk through example.

Source: Levels.fyi Jane Street intern coding round, 2026 ·

Technical (6)

What is the probability of getting at least one 6 in 4 rolls of a fair die?

Frequently asked

Outline

Complement. P(no 6 in 4 rolls) = (5/6)^4 = 625/1296. P(at least one 6) = 1 - 625/1296 = 671/1296 ≈ 0.518. State the complement strategy. Discuss the classic 'gambler's intuition vs math' — many think 4·(1/6) = 0.67 is the answer (wrong, that's expected number of 6s, not probability of at least one).

Source: Glassdoor Jane Street intern probability round, 2026-Q1 ·

Compute 23 × 27 in your head.

Frequently asked

Outline

Difference of squares: 23·27 = (25-2)(25+2) = 625 - 4 = 621. State the trick. Practice these patterns. Jane Street expects sub-3-second response on these.

Source: Glassdoor Jane Street mental math intern round, 2026 ·

I have a 7-sided die. What is the probability the result is even?

Frequently asked

Outline

Faces are 1-7. Even faces: 2, 4, 6 = 3 of 7. P(even) = 3/7. State the answer. Discuss why intuition might say 1/2 — it's only 1/2 for fair coins or even-numbered dice.

Source: r/quant Jane Street intern probability round, 2026 ·

You are quoting a fair coin flip game. Heads pays $2, tails pays nothing. What is the fair price?

Frequently asked

Outline

Expected value = 0.5·2 + 0.5·0 = $1. State the answer. Discuss bid-ask: a market-maker would quote a spread around $1 — maybe bid $0.90, ask $1.10. Spread is your edge against informed traders.

Source: Glassdoor Jane Street intern market-making intro, 2026 ·

Two cards are drawn from a deck. What is the probability they are both face cards?

Occasionally asked

Outline

Face cards = jacks, queens, kings = 12 of 52. P(first face) = 12/52. P(second face | first face) = 11/51. P(both) = (12/52)(11/51) = 132/2652 = 11/221. State the conditional probability. Alternative: C(12,2)/C(52,2) = 66/1326 = 11/221. Match.

Source: Glassdoor Jane Street intern probability round, 2026 ·

What is 1/3 + 1/4 + 1/5?

Occasionally asked

Outline

LCD = 60. 1/3 = 20/60, 1/4 = 15/60, 1/5 = 12/60. Sum = 47/60. State the calculation cleanly. Jane Street expects sub-10-second response on these.

Source: Glassdoor Jane Street intern mental math, 2026 ·

Jane Street interview tips

  • Mental math practice pays off. Two-digit multiplication, squares, percent conversions until reflexive.
  • Probability puzzles are heavily tested. Practice complement counting, conditional probability, expected value problems.
  • Internship education program teaches OCaml. No prior knowledge required, but functional programming exposure helps.
  • Conversion to full-time is the primary pathway — strong intern performance becomes full-time offer at the end of summer.
  • Behavioral rounds test low-ego collaboration. Jane Street values intellectual humility.

Frequently asked questions

How long is Jane Street's intern interview process in 2026?

Most candidates report 4-6 weeks from initial contact to offer. Onsite-to-decision is often within a week.

What is the conversion rate from Jane Street intern to full-time?

Publicly reported anecdotal numbers are around 70-80% for strong performers — among the highest in the industry.

Does Jane Street sponsor visas for interns?

Yes. F-1 OPT and CPT for current US students. International candidates can intern in London or Hong Kong if NY visa logistics are difficult.

What does the Jane Street intern education program look like?

Roughly 4-6 weeks of formal classes (functional programming, OCaml, options theory, market microstructure) followed by team rotations and a capstone project.

Can I reapply to Jane Street intern after rejection?

Yes. Each cycle is independent.

Practice these live with InterviewChamp.AI

Real-time AI interview assistant that listens to your loop and helps you structure answers under pressure.

Practice these live with InterviewChamp.AI →