← Jane Street Interview Insights

Jane Street·Data Scientist·Technical Phone Screen·Intermediate

Intermediate
Jun 2026

Summary

Jane Street Data Scientist interview with a multi-part probability and game theory problem centered on a sealed-box pricing scenario. The question escalates from basic expected value through adverse selection and competitive bidding, so it's less a stats quiz and more a test of whether you can reason about incentives under uncertainty. Pretty intense for what I expected to be a standard quant screen.

Questions Asked (9)

Q1

A box contains a dollar amount drawn uniformly at random from $1 to $100. You can buy it at whatever price you name. What is the highest price you should rationally offer, and what is your expected profit if you buy at that price?

Pricing & MonetizationProduct Analytics & Metrics
Author's notes

Straightforward expected value warmup.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Recognize this as a take-it-or-leave-it offer where you name a price and the seller accepts if the price is at least the box value. Set up the expected profit function for offering price p, then find the p that maximizes it. Compute the expected profit at that optimal price.

Pro tip: Clearly state the acceptance rule: the seller will accept if the box value is less than or equal to your offer. This assumption is critical and often overlooked.

1. Define the offer and acceptance condition

Let p be your offer. The seller accepts if the box value V ≤ p, and rejects if V > p. You pay p only if accepted.

2. Write the expected profit function

For a given p, expected profit E[π(p)] = P(V ≤ p) * (E[V | V ≤ p] - p). Since V is uniform on 1..100, P(V ≤ p) = p/100 and E[V | V ≤ p] = (p+1)/2.

3. Simplify and maximize

Substitute to get E[π(p)] = (p/100) * ((p+1)/2 - p) = (p/100) * ((1-p)/2) = p(1-p)/200. This is a concave quadratic maximized at p = 0.5, but p must be an integer between 1 and 100.

4. Find the optimal integer price

Evaluate E[π(p)] for p=0 and p=1: both give 0. Since the function is decreasing for p ≥ 1, the maximum expected profit is 0, achieved at any p ≤ 1 (including p=1).

5. State the answer and expected profit

The highest rational price is $1, and the expected profit is $0. Offering more than $1 leads to negative expected profit.

Key Points to Mention

  • The seller accepts if the box value is less than or equal to your offer.
  • Expected profit calculation: probability of acceptance times (expected value given acceptance minus price).
  • Uniform distribution properties: P(V ≤ p) = p/100, E[V | V ≤ p] = (p+1)/2.
  • The expected profit function simplifies to p(1-p)/200, which is maximized at p=0.5 but integer constraint forces p=1.
  • At p=1, expected profit is 0; any higher price yields negative expected profit.
  • Rationality implies you should not offer more than $1, and the highest rational offer is $1.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q2

Now the dealer's profit equals the sale price minus the box contents. Is there any price where both parties benefit from trading? What does it mean if a dealer agrees to sell at a price you'd find attractive?

Pricing & MonetizationTechnical Trade-offs
Author's notes

This is where it clicked that the whole problem is about zero-sum vs.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Frame the problem as a bargaining game where the dealer's profit is the sale price minus the box's value, and the buyer's surplus is the box's value minus the price. Identify the range of prices where both parties gain (price between the dealer's cost and the buyer's valuation) and discuss how asymmetric information affects the outcome. Then interpret a dealer's willingness to sell at an attractive price as a signal that their private valuation is likely below that price.

Pro tip: Emphasize that in markets with information asymmetry, a dealer's agreement to sell at a price you find attractive is a classic 'curse of the winner' signal—it suggests the box's contents are worth less than you think. This demonstrates you understand adverse selection, a key concept in trading and data science.

1. Define the payoff structure

Clearly state that the dealer's profit = sale price - box value (to dealer), and the buyer's surplus = box value (to buyer) - sale price. Both parties benefit if the price lies between the dealer's valuation and the buyer's valuation.

2. Identify the bargaining range

Explain that any price P such that dealer's value < P < buyer's value yields positive gains for both. If valuations overlap, there is a zone of possible agreement (ZOPA).

3. Incorporate information asymmetry

Discuss that the dealer likely knows more about the box's contents. The buyer's valuation is uncertain and may be influenced by the dealer's willingness to sell.

4. Interpret the dealer's acceptance

If the dealer agrees to sell at a price that seems attractive to you, it signals that the dealer's private valuation is probably at or below that price, implying the box may be worth less than you estimated.

5. Conclude with market implications

Summarize that in such settings, trade occurs only if the price is mutually beneficial, but the buyer should update their beliefs based on the dealer's actions, potentially leading to a 'no-trade' outcome if the price is too attractive.

Key Points to Mention

  • Gains from trade exist when the buyer's valuation exceeds the seller's valuation.
  • The zone of possible agreement (ZOPA) is the range of prices where both parties benefit.
  • Information asymmetry: the dealer has private information about the box's contents.
  • Adverse selection: a dealer's willingness to sell at a low price signals the box is likely low value.
  • The 'winner's curse': winning a trade at an attractive price may mean you overpaid.
  • Bayesian updating: your valuation should decrease upon observing the dealer's acceptance.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q3

The company adds a $10 bonus to the dealer for every box sold. Now what price should you offer, and why?

Pricing & MonetizationTechnical Trade-offs
Author's notes

The bonus creates $10 of surplus out of nowhere, so now trade is mutually beneficial.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

First, clarify the objective: is the goal to maximize expected profit, market share, or something else? Then model how the $10 bonus changes the dealer's economics and your optimal price, likely by adjusting your price upward to capture some of the bonus while keeping the dealer's margin attractive. Finally, consider competitive dynamics and demand elasticity to justify the new price.

Pro tip: Show that you understand the bonus is a transfer from the company to the dealer, not a cost reduction for you, so the optimal price depends on how much of the bonus you can capture without losing sales. Quantify the trade-off with a simple example or formula.

1. Clarify the objective and constraints

Ask whether the goal is to maximize profit, revenue, or dealer adoption, and whether there are constraints like competitor prices or contractual obligations.

2. Model the dealer's decision

Determine how the $10 bonus affects the dealer's willingness to pay or sell. The dealer's effective cost decreases by $10, so they may accept a higher wholesale price from you.

3. Determine your optimal price

Use a simple model (e.g., linear demand or bargaining) to find the price that maximizes your profit given the bonus. Typically, you can increase your price by some fraction of the bonus, depending on demand elasticity and competition.

4. Consider competitive and market factors

Assess how competitors might react and whether the bonus changes your competitive position. If the bonus is exclusive to you, you have more pricing power.

5. Validate with sensitivity analysis

Test how the optimal price changes with different assumptions about demand elasticity, dealer bargaining power, and competitor responses.

Key Points to Mention

  • The bonus is a transfer from the company to the dealer, effectively reducing the dealer's net cost by $10.
  • Your optimal price increase depends on the elasticity of demand and the degree of competition.
  • In a perfectly competitive market, you might not be able to raise your price at all; in a monopoly, you could capture the full $10.
  • Consider the dealer's alternative options: if they can buy from competitors at the old price, you may need to share the bonus.
  • Quantify the trade-off: for example, if you raise price by $5, you capture half the bonus, but might lose some sales.
  • The answer should be framed as a strategic pricing decision, not just a cost-plus calculation.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q4

The $10 bonus still applies, but now the dealer can open the box before deciding whether to accept your offer. You make a single take-it-or-leave-it offer. When does the dealer accept, what is your expected profit as a function of your offer price, and what offer maximizes your payoff?

Pricing & MonetizationTechnical Trade-offsProduct Analytics & Metrics
Author's notes

This one took me a while.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Model the dealer's decision as a threshold problem: the dealer will accept your offer if the box's value is less than or equal to your offer price, because accepting gives them your offer plus the $10 bonus, while rejecting gives them the box's value. Compute your expected profit as the probability of acceptance times your profit conditional on acceptance, then optimize over your offer price.

Pro tip: Clearly state your assumptions about the distribution of the box's value (e.g., uniform between 0 and 100) and the dealer's rationality; this shows you can frame ambiguous problems rigorously, which is crucial in data science interviews.

1. Define the setup and assumptions

Specify the distribution of the box's value (e.g., uniform on [0, V]) and that the dealer is risk-neutral and rational. Let your offer be p.

2. Determine the dealer's acceptance condition

The dealer accepts if the box's value x satisfies x ≤ p + 10, because accepting yields p + 10, while rejecting yields x. So acceptance probability is P(x ≤ p + 10).

3. Compute your expected profit

Your profit is (V - p) if the dealer accepts, and 0 otherwise. Thus expected profit E(p) = P(x ≤ p + 10) * (V - p). For uniform x on [0, V], P(x ≤ p + 10) = min((p + 10)/V, 1).

4. Optimize the expected profit

Maximize E(p) over p. Consider cases: if p + 10 ≥ V, acceptance is certain, E(p) = V - p, maximized at p = V - 10. If p + 10 < V, E(p) = ((p + 10)/V)(V - p), a quadratic; find its maximum by differentiation or completing the square.

5. Interpret the optimal offer

Solve for the optimal p and state the resulting maximum expected profit. Discuss how the $10 bonus shifts the optimal offer and acceptance threshold.

Key Points to Mention

  • The dealer's acceptance threshold is p + 10, not p, due to the $10 bonus.
  • Your expected profit is the product of acceptance probability and profit conditional on acceptance.
  • For a uniform distribution, the acceptance probability is linear in p up to a cap.
  • The optimal offer balances a higher price (more profit per sale) against a lower acceptance probability.
  • The $10 bonus effectively increases the dealer's willingness to accept, allowing you to offer a higher price.
  • The solution depends on the assumed distribution; state it explicitly and note if it's not given.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q5

Given that the dealer's ability to screen boxes destroys value compared to the no-peek scenario, what should the two parties agree to do instead?

Technical Trade-offsAdaptability & Ambiguity
Author's notes

Commit to a fixed price before the dealer looks.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

First, clarify the trade-off: screening reduces the expected value for the seller, so the parties should seek a mechanism that restores the no-peek value while still allowing the dealer to inspect. Propose a contractual solution—such as a price adjustment or a commitment not to screen—that makes both parties better off than the screened outcome. Emphasize that the optimal agreement depends on the relative bargaining power and the cost of screening.

Pro tip: Frame the answer in terms of mechanism design: the goal is to align incentives so that the dealer voluntarily chooses not to screen, or to compensate the seller for the lost value. Mention that in practice, this could be a simple 'no-screening clause' with a penalty, or a price that reflects the option value of screening.

1. Clarify the value destruction

Explain that screening allows the dealer to reject high-value boxes, reducing the seller's expected revenue compared to the no-peek scenario where the dealer must buy blindly.

2. Identify the source of inefficiency

Point out that the inefficiency arises because the dealer's private information (the screened value) leads to a selection problem, akin to adverse selection.

3. Propose a contractual solution

Suggest that the parties agree to a no-screening clause, possibly with a penalty for screening, or a price that compensates the seller for the option value the dealer gains from screening.

4. Evaluate feasibility and incentives

Discuss whether such an agreement is enforceable and whether both parties have incentives to comply, considering monitoring costs and potential renegotiation.

5. Conclude with the optimal agreement

State that the parties should agree to either eliminate screening entirely or set a price that makes the seller indifferent to screening, thereby maximizing total surplus.

Key Points to Mention

  • The no-peek scenario serves as a benchmark for value.
  • Screening creates an option value for the dealer at the seller's expense.
  • A no-screening clause or penalty can restore the no-peek outcome.
  • Alternatively, a price adjustment (e.g., a discount) can compensate the seller.
  • The agreement must be incentive-compatible and enforceable.
  • The solution depends on the relative bargaining power and outside options.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q6

Back to no one seeing inside the box, with the $10 bonus still in play. A second buyer shows up and competes with you for the same box. What happens to the price, and who captures the surplus?

Pricing & MonetizationProduct Strategy
Author's notes

Classic Bertrand-style undercutting.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Frame the answer as a game of incomplete information: with two buyers and a hidden value, the price will be bid up to the expected value conditional on winning, which is lower than the unconditional expected value due to the winner's curse. Then explain that the seller captures most of the surplus as competition drives the price toward the highest possible bid, but the winning bidder may still capture some surplus if their private signal is sufficiently high.

Pro tip: Emphasize that the winner's curse means the winning bidder often overpays relative to the true value, so the seller captures the surplus; mention that sophisticated bidders shade their bids to avoid this, which can leave some surplus for the buyer.

1. Identify the type of auction

Recognize this as a common-value auction with two bidders and incomplete information about the box's contents.

2. Explain bidding behavior

Each bidder will bid based on their private signal, but must account for the winner's curse: winning implies others had lower signals, so the true value is likely lower than your signal.

3. Determine the price

The price will be bid up to the expected value conditional on winning, which is less than the unconditional expected value. With two bidders, the price will be close to the highest signal but shaded downward.

4. Analyze surplus capture

The seller captures most of the surplus because competition drives the price up, but the winning bidder may capture some surplus if their signal is high enough and they bid strategically.

5. Conclude with implications

Summarize that the seller benefits from competition, while buyers must be wary of the winner's curse; the surplus split depends on the number of bidders and their risk attitudes.

Key Points to Mention

  • Winner's curse: the tendency for the winning bid to exceed the true value in common-value auctions.
  • Incomplete information: bidders only have private signals, not the true value.
  • Expected value conditional on winning: the key to determining the optimal bid.
  • Competition increases the price, shifting surplus to the seller.
  • Bidders may shade their bids to avoid overpaying, which can preserve some surplus for the buyer.
  • The number of bidders affects the severity of the winner's curse and the final price.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q7

Follow-up: how does your offer in the bonus scenario change if the dealer is risk-averse while you remain risk-neutral?

Pricing & MonetizationTechnical Trade-offs
Author's notes

Didn't get deep into this one.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

First, clarify the original bonus scenario and the risk-neutral offer you made. Then explain how risk aversion changes the dealer's utility function, leading them to demand a risk premium or accept a lower expected value to reduce variance. Adjust your offer to account for this, potentially by offering a lower expected value but with reduced variance or a guaranteed amount.

Pro tip: Demonstrate that you understand the dealer's risk aversion means they value certainty, so you can propose a deal that shifts risk to you (the risk-neutral party) at a price that benefits both. Quantify the risk premium if possible.

1. Restate the original scenario

Briefly summarize the bonus scenario and your initial risk-neutral offer to ensure alignment.

2. Define risk aversion

Explain that a risk-averse dealer has a concave utility function and requires compensation for bearing risk.

3. Determine the risk premium

Calculate or estimate the risk premium the dealer would demand to accept the risky bonus instead of a certain amount.

4. Adjust your offer

Propose a new offer that accounts for the risk premium, such as a lower expected value but with reduced variance or a guaranteed sum.

5. Check for mutual benefit

Ensure the adjusted offer still leaves both parties better off, leveraging your risk neutrality to absorb risk.

Key Points to Mention

  • Risk aversion implies concave utility and a preference for certainty.
  • The risk premium is the difference between the expected value of a risky prospect and its certainty equivalent.
  • As a risk-neutral party, you can profit by bearing risk that the dealer wants to offload.
  • The adjusted offer might involve a lower expected payout but with reduced or eliminated variance.
  • Quantify the adjustment using concepts like certainty equivalent or expected utility.
  • Consider the dealer's degree of risk aversion (e.g., risk tolerance parameter) to tailor the offer.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q8

In the dealer-screens-boxes setting, if you interact with the same dealer repeatedly, can a 'always trade at a fixed price' agreement hold without an enforceable contract? What tempts the dealer to defect?

Technical Trade-offsAdaptability & Ambiguity
Author's notes

The dealer is tempted to defect whenever they see a high-value box and refuse to sell.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Frame the problem as a repeated game where cooperation can be sustained by the shadow of the future, even without a formal contract. Identify the specific temptations for the dealer to defect, such as short-term profit from price manipulation or information asymmetry, and explain how reputation and retaliation mechanisms can deter defection. Conclude by discussing the conditions under which such an agreement is stable, and relate it to data science concepts like incentive design and mechanism robustness.

Pro tip: Emphasize that in repeated interactions, the value of future business often outweighs short-term gains, but the dealer's temptation increases if the interaction is likely to end or if monitoring is imperfect. Mention that Jane Street values clear, game-theoretic reasoning and practical solutions to align incentives.

1. Define the setting and players

Clarify the dealer-screens-boxes scenario: a dealer posts bid/ask prices on a screen, and you (the trader) can choose to trade. The dealer may have private information or the ability to adjust prices after seeing your interest.

2. Identify the agreement and its enforceability

The agreement is 'always trade at a fixed price'—a verbal or implicit understanding. Without a legal contract, enforcement relies on repeated-game incentives: the threat of losing future profitable trades.

3. Analyze the dealer's temptation to defect

The dealer is tempted to defect by widening the spread, trading ahead, or reneging on the fixed price to capture immediate profit, especially if they believe the relationship is ending or they can get away with it.

4. Evaluate sustainability via repeated game theory

Use the Folk Theorem: if the discount factor is high enough (i.e., future profits matter), cooperation can be an equilibrium. Defection is deterred by the threat of punishment (e.g., you stop trading with them).

5. Discuss practical mechanisms and data science implications

Consider monitoring, reputation systems, and contract design. As a data scientist, you might model the dealer's incentives, detect defection patterns, or design algorithms that adjust trading strategies based on observed behavior.

Key Points to Mention

  • Repeated game theory and the Folk Theorem: cooperation can be sustained without contracts if the shadow of the future is sufficiently important.
  • The dealer's temptation: short-term profit from price manipulation, information advantage, or exploiting trust.
  • Reputation and retaliation: the dealer's fear of losing future business or damage to reputation can deter defection.
  • Discount factor: if the dealer values future profits highly, cooperation is more likely; if they are impatient, defection is more tempting.
  • Monitoring and information asymmetry: if the trader cannot easily detect defection, the dealer's temptation increases.
  • Practical solutions: designing incentive-compatible mechanisms, using data to detect anomalies, and building long-term relationships.

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q9

What happens if the two competing buyers in Part 4 can collude before bidding? How does the dealer's outcome change?

Pricing & MonetizationProduct Strategy
Author's notes

If buyers collude they act like a single buyer again, so we're back to splitting the $10 surplus.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

First, clarify the bidding model from Part 4 (e.g., first-price or second-price auction) and assume symmetric independent private values. Then analyze how collusion changes bidding incentives: buyers may bid lower or designate a winner, reducing the dealer's revenue. Finally, compare the collusive outcome to the competitive benchmark and discuss the dealer's counterstrategies.

Pro tip: Emphasize that collusion is only stable if the short-term gain from deviating is less than the long-term loss from punishment, and mention that the dealer can design auctions to make collusion harder, such as using a Vickrey auction or randomizing the reserve price.

1. Clarify the auction format and assumptions

Restate the bidding environment from Part 4: number of buyers, valuation distribution, and auction type (e.g., first-price sealed-bid). Assume symmetric independent private values unless stated otherwise.

2. Model collusive behavior

Describe how buyers might collude: they could agree to bid low, designate one winner, and share profits. In a first-price auction, they might bid the reserve price or zero, depending on rules.

3. Determine the impact on dealer's revenue

Compare the dealer's expected revenue under collusion to the competitive case. Collusion typically reduces revenue to the reserve price or zero, and may also reduce efficiency if the designated winner is not the highest-value buyer.

4. Discuss stability and enforcement

Explain that collusion is not automatically stable: each buyer has an incentive to deviate and win at a slightly higher bid. Stability depends on repeated interaction, monitoring, and punishment mechanisms.

5. Propose dealer counterstrategies

Suggest ways the dealer can mitigate collusion: use a second-price (Vickrey) auction, set a higher reserve price, randomize auction rules, or introduce uncertainty about the number of bidders.

Key Points to Mention

  • Auction format (first-price vs. second-price) and its effect on collusion incentives
  • Expected revenue comparison: competitive vs. collusive bidding
  • Allocative efficiency: collusion may lead to inefficient allocation if the designated winner is not the highest-value buyer
  • Stability of collusion: incentive to deviate and need for enforcement mechanisms
  • Dealer counterstrategies: auction design (e.g., Vickrey), reserve prices, and randomization
  • Real-world examples: antitrust cases in auctions, bidding rings

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.