Jane Street Interview Process
What to Expect & How to Prepare

Jane Street is one of the most prestigious quantitative trading firms in the world. With over $10 billion in net trading revenue, it consistently attracts thousands of applicants every year for quant trader, quant researcher, and software engineering roles. Landing a Jane Street interview is an achievement in itself — but the interview process is where most candidates fall short.

If you've just received a Jane Street interview invitation, this guide will walk you through every stage of the process, what types of Jane Street interview questions to expect, how to prepare, and where most people go wrong.


Jane Street Interview Process — Overview

The Jane Street interview process typically consists of three main stages:

  1. Application Review
  2. Phone Interviews (2–3 rounds)
  3. Final Round (full-day, in-office or virtual)

The process is designed to be collaborative rather than adversarial. Jane Street has said publicly that they believe "asking great questions is more important than knowing all the answers." Unlike some firms that rely on automated screening, Jane Street reviews every application with a human — which means your resume and cover letter actually get read.

One important thing: Jane Street considers every applicant for all open roles globally, not just the one you applied for. If they think you're a better fit for a different team, they'll route you there.

Stage 1: Application Review

The first stage is straightforward but worth getting right. After you've submitted the application on Jane Street's careers page, Jane Street reviews it manually, and candidates typically hear back within a week.

What Jane Street looks for at this stage:

  • A clear, well-structured resume highlighting quantitative skills and problem-solving experience
  • No specific school or degree mandate — they hire from a wide range of universities and concentrations; target schools are not required
  • No finance background required
  • A cover letter is optional (Jane Street says so explicitly), but if there's something important that doesn't fit on your resume, include it

Jane Street isn't looking for a finance pedigree. They're looking for sharp, curious minds who enjoy solving problems. If you come from a maths, physics, computer science, or engineering background, you're likely more competitive than someone with a finance degree.

Stage 2: Phone Interviews

If your application passes review, you'll be invited to 2–3 phone interviews. This is where the Jane Street interview questions start, and it's where most candidates are eliminated.

The phone interviews are conversational in nature. You won't be quizzed on financial theory or asked to recite Black-Scholes. Instead, expect:

  • Probability and expected value problems — the bread and butter of Jane Street interviews
  • Logic puzzles and brainteasers — problems that test structured thinking
  • Interactive strategy games — this is what makes Jane Street's process unique

Probability Brainteasers

Jane Street cares a lot about your intuition and understanding of probability. These questions can range in difficulty from testing the basic understanding of concepts like expected value or conditional probability, to more elaborate probability questions. Here's an example question from a recent interview:

You have 4 fair coins, and you flip them all. What's the chance of getting an even number of heads?

Let's simply count the number of outcomes where we get an even number of heads, as all outcomes are equally likely. To have an even number of heads, we need either 0, 2 or 4 heads. In how many ways can we have 0 heads? One only, as $\binom{4}{0}=1$. We use this because we don't care about the order in which the heads occur, just that a set number of them appears.

We can also have 2 heads in $\binom{4}{2}=6$ or 4 heads in $\binom{4}{4}=1$ ways. In total, 8 outcomes where we have an even number of heads. How many total outcomes? Well we have 4 coins, so 4 letter sequence built out of H or T - two options. Recall the formula: there's $2^4=16$ possible sequences. Probability is then successful outcomes by all possible outcomes: $\frac{8}{16}$.

Notice another way to view this is via the probability tree: we've counted 8 successful paths, each of which is composed of 4 branches. Each branch has probability $\frac{1}{2}$ - since each coin lands tails or heads with chance $\frac{1}{2}$. Therefore a path has probability $\frac{1}{2^4}$. These paths can't occur at the same time - they are different scenarios, so law of total probability applies. The sum of successful paths gives us: $8\cdot \frac{1}{2^4}$.

To go over the basics of probability you're expected to know for the interview, check out our free guide on Probability Theory

Logic Puzzles

These are questions testing your general problem-solving capabilities, not necessarily related to probability. They typically test a particular problem solving trick, like recognising symmetry or applying induction. Here's an example logic puzzle from a recent Jane Street interview:

On a sheet of paper, you have 100 statements written down. The first says, 'at most 0 of these 100 statements are true', the second says, 'at most 1 of these 100 statements are true' ... the nth says, 'at most (n-1) of these 100 statements are true.' ... the 100th says, 'at most 99 of these statements are true.' How many of the statements are true?

With this kind of a question, it's best to start guessing until you spot the dynamic. Say 0 statements are true - then 1st statement would also be true, since it says 'at most 0 statements are true', so this is inconsistent. What if all 100 statements are true? Then 100th statement would have to be false, since it says 'at most 99 statements are true' - so this is inconsistent too. Okay, so the answer is somewhere in the middle.

Say 10 statements are true (denote $X=10$) - what does this imply? If $k^{th}$ statement says 'at most k statements are true', i.e. $X\leq k$ - then all statements with $k\lt 10$ are false (since we know $X=10$). It also implies all statements with $k\geq 10$ are true, since if $X=10$ then $X\leq 10$, $X\leq 11$, ..., $X\leq 99$ are all true. And this is the important bit: we just saw that if n statements are true, then all statements $k$ with $k\geq n$ are also true (of which there are $99-(n-1)$), while others are false. So if we assume $n$ statements are true, this implies $99-(n-1)$ statements are true. Then $99-(n-1)=n$ so $n=50$, i.e. 50 statements are true."

Strategy Games

Jane Street's phone rounds are famous for including a series of interactive games. These are structured scenarios designed to test your decision-making, risk assessment, and ability to adapt on the fly.

The game formats vary, but common formats include:

  • Betting games — you're given chips and must bet on outcomes across multiple rounds. The goal is to maximise your chip count by assessing odds and managing risk.
  • Dice games — you roll a die with asymmetric payoffs (e.g. win 3 chips on even, lose 2 on odd). The interviewer may change the rules between rolls to test how you adapt.
  • Strategic allocation games — you distribute limited resources (e.g. soldiers across castles) to maximise your rank against other players. This tests your ability to think about opponent strategies, not just your own.

You'd typically be asked to find the optimal strategy of the game. These aren't about getting perfect scores. They're about demonstrating clear probabilistic thinking, articulating your reasoning, and adjusting your strategy as new information comes in. Here's an example from a recent interview:

You can roll a 6-sided die as many times as you like. Every time you roll, the amount rolled gets added to your winnings in dollars - unless you roll a 6, in which case you lose all the money you got and the game stops. What should be your playing strategy?

What does strategy mean? Well we only get to decide whether to keep / stop rolling the dice. So the strategy means we need a rule for when to stop rolling the die. Let's try with an example to see the dynamic. Should we roll the first time at all? Well we have 0 to start with, so we stand $\frac{1}{6}$ chance of rolling a 6 and staying at 0, or with $\frac{5}{6}$ chance we gain some amount. On average, we gain $\frac{5}{6}\cdot \frac{5+4+3+2+1}{5}=\frac{15}{6}$. So our expected change in wealth if we roll is $\frac{1}{6}\cdot 0 + \frac{15}{6}\gt 0$ - so we should roll as we're expected to gain a positive amount of money. Okay, so first game is trivial, and we decide to roll.

Now there must be a point at which it is no longer worth re-rolling - i.e. we stand to lose more in case we get a 6 than we stand to gain if we get something else. So let's first extrapolate the logic to a general case: when you already earned $X$ amount during the game, re-rolling will change your wealth by $\frac{1}{6}\cdot (-X) + \frac{15}{6}$. You can see that the larger the $X$, the larger the negative term - and at some point once you have enough wealth, the expected change in wealth becomes negative, i.e. the loss weighted by probability $\frac{1}{6}$ is greater than the expected benefit. This happens at $\frac{1}{6}\cdot (-X) + \frac{15}{6}\lt 0$, i.e. when $X\gt 15$. Therefore your strategy is: you keep rolling until your cumulative sum reaches at least 15, and then you stop rolling. That's it!

There are a few tricks to crack these problems - we broke them down in our Strategy Games page.

If you'd like to see more questions asked in recent Jane Street interviews, check out our 7-Day Jane Street Playlist.

Key rules during phone interviews

  • Pen and paper only — no computers, no calculators
  • Think out loud — the interviewers want to hear your thought process. A candidate who clearly explains a wrong approach is often rated higher than one who gives a right answer with no reasoning
  • Accuracy over speed — unlike mental math tests at other firms, Jane Street cares more about your reasoning than how fast you get there

Stage 3: Final Round

Candidates who pass the phone interviews are invited to a final round — a full day of interviews, either in-person at a Jane Street office or virtually over Zoom.

The final round has two main components: technical interviews and an HR/behavioural assessment.

Technical interviews

The technical portion deepens what was tested in the phone rounds. Expect:

  • Expected value games — more complex versions of the trading games from the phone stage. A common format involves a multi-sided die where you must decide when to "take" the face value vs. keep rolling, with added complexity like the casino playing against you.
  • Harder brainteasers and probability questions — open-ended problems that require you to work through the logic step-by-step
  • Strategic and adversarial games — scenarios where you must think about what an opponent would do, not just optimise your own strategy

The format remains conversational. The interviewers want to work through problems with you, not watch you struggle in silence. Treat each interview as a collaborative problem-solving session.

Important: pen and paper are allowed, but computers and calculators are not.

HR / Behavioural component

The final round also includes a cultural fit assessment. Common questions include:

  • "Why trading?" — why this career, not banking, consulting, or tech
  • "Why Jane Street specifically?" — they want to see you've done your homework on the firm
  • "What are your strengths and weaknesses?" — be genuine, not rehearsed
  • "How do you handle disagreement?" — Jane Street's culture is highly collaborative; they want people who can push back respectfully

Don't underestimate this part. Plenty of technically strong candidates have been passed over because they didn't demonstrate the right cultural fit. Jane Street values intellectual humility, genuine curiosity, and the ability to collaborate under pressure.

Jane Street Interview Questions — What Topics to Study

Jane Street interview questions primarily test the following areas:

1. Basic Probability Theory

The basic understanding of probability theory. For Jane Street, it's really about understanding the basics really well, rather than knowing a wide range of topics & formulas. Focus on intuition and deep understanding of the following:

  • random variables
  • probability
  • set theory (complement & law of total probability)
  • conditional probability
  • expected value
  • variance
  • covariance & correlation

You can revise all of these in our Probability Theory free guide.

2. 12 Problem-Solving Tricks

There are a number of problem-solving tricks that appear over and over, year after year in Jane Street Interviews. If you learn to recognise and use them, you can typically crack 99% of interview questions. It's typically shifts in perspective, or methods of attacking the problem that make it simpler. We've gone over hundreds of interview questions, and synthesised them into 12 repeatable tricks:

How to Prepare for a Jane Street Interview

Here's a practical preparation plan depending on how much time you have:

If you have 2+ months

If you have 1–2 weeks

Common Misconceptions About Jane Street Interviews

Before you prepare, clear up these common misunderstandings:

"I need to be fast at mental math"

Not true for Jane Street specifically. Unlike firms like Optiver or IMC that run timed mental math tests, Jane Street cares more about numeracy and intuitive understanding of probability. Speed is less important than accuracy and sound reasoning.

"If I say something wrong, I'm out"

Jane Street interviewers prioritise your thought process over immediate correct answers. They'd rather see you work through a wrong approach, identify the mistake, and correct course than see you sit in silence until you're sure.

"I failed once, so I can never reapply"

Many current Jane Street traders didn't make it through on their first attempt. Failing doesn't permanently disqualify you from reapplying. There is typically a one-year cool-off period following an unsuccessful interview, after which you can freely apply again.

"I need a finance degree"

Jane Street has no degree requirement and no GPA cutoff. They hire from maths, physics, CS, engineering, philosophy — any background that demonstrates sharp quantitative thinking.

Frequently Asked Questions

How hard is it to get a Jane Street interview?

Very competitive. Jane Street receives thousands of applications and interviews a fraction of them. However, they review every application with a human, so a well-crafted resume with strong quantitative credentials has a real shot — regardless of which university you attended.

How many rounds are in the Jane Street interview process?

Typically 4–6 total: an application review, 2–3 phone interviews, and a final round (full day). The exact structure can vary by role and discipline.

What programming language should I use?

For software engineering roles, use whichever language you know best. Jane Street explicitly says not to try OCaml for the first time during the interview. For trading and research roles, coding is generally not part of the interview.

Does Jane Street ask coding questions for trading roles?

Generally no. Quant trading interviews at Jane Street focus on probability, expected value, games, and brainteasers — not coding. Quant research roles may include some coding, as the work overlaps with both trading and engineering.

How long does the whole process take?

Typically 3–6 weeks from application to offer. If you have competing deadlines, Jane Street says to tell your recruiter — they can often expedite the process.

What's the work-life balance like at Jane Street?

Better than most finance firms. Jane Street says most people leave the office by around 6:30pm, and they respect employees' time outside work. The culture prioritises working intensely during the day and disconnecting afterwards.

Can I reapply if I'm rejected?

Yes. Many successful Jane Street traders didn't make it on their first attempt. Give it some time, improve your weak areas, and reapply.

Good luck with your Jane Street interview!