Arrowstreet Capital Interview Process & Prep

Arrowstreet Capital is a Boston-based systematic global equity manager (roughly $290B+ for institutional clients) with an academic-econometrics DNA. The quant-research funnel, as candidates report it, runs four stages: a HackerRank-style online screen captured in the 2027 cycle (11 mostly numeric 'complete the blanks' questions on portfolio math, likelihood ratios and constrained optimization plus econometrics MCQs), a live HackerRank CodePair session mixing Python/pandas concept questions (slicing semantics, @staticmethod vs @classmethod, merge/groupby/rolling/resample) with two LeetCode easy/medium problems, then a Boston superday that opens with a paper-based written exam of statistics and asset-pricing derivations (mean-variance, risk parity, X-on-Y vs Y-on-X regression, effective sample size under autocorrelation, log utility) before a chain of back-to-back interviews with lunch in between.

Quantitative ResearcherQuant Developer

The Arrowstreet Capital interview funnel

1. Online Assessment — Quant Research Screen

HackerRank-style test - 11 numeric questions + econometrics MCQs, ~4 min per question

A timed online screen on a HackerRank-style platform: a numbered section of 11 mostly numeric 'complete the blanks' questions on portfolio math, probability and constrained optimization (with rounding instructions such as 'rounded down to the nearest integer'), plus a block of conceptual econometrics MCQs (single and multi-select) on regression specification and time-series models. Our timed replica with verified answers is on the OA page.

2. HackerRank CodePair — Live Coding Screen

Live HackerRank CodePair session - Python/pandas concept questions interleaved with two LeetCode easy/medium problems

Candidate-reported (several 2025-26 accounts): an interactive CodePair session that is 'interactive but really just doing problems'. Conceptual Python questions run alongside the coding: indexing and slicing semantics (negative indices, slice bounds beyond the list, views versus copies, list vs NumPy vs pandas indexing); @staticmethod versus @classmethod (what each receives, calling through an instance or the class, behaviour under inheritance with cls); and pandas data manipulation -- merge (join types, key handling, duplicated keys), groupby (agg vs transform vs apply), rolling (window semantics, min_periods, centered windows) and resample (up/down-sampling, label and closed). Then two LeetCode easy/medium problems in the same session; the one candidates remember is 'count the words in a list that have exactly k distinct letters'. The must-do set below rebuilds every reported topic on small concrete frames with verified outputs, plus both coding problems on the judge.

3. Superday — Written Exam (on paper)

Paper-based written exam opening the Boston superday - statistics and asset-pricing derivations by hand

Candidate-reported (pooled from four 2025-26 accounts): the onsite opens with a written test worked on paper, mainly statistics and asset pricing, closed-form derivations rather than computation. Reported topics: mean-variance portfolio theory (tangency portfolio, capital market line); risk parity / equal risk contribution (marginal risk contributions, the ERC condition w_i (Sigma w)_i = w_j (Sigma w)_j, the two-asset closed form, why ERC is not inverse-vol unless correlations are equal); regressing X on Y versus Y on X (the slopes differ, their product is R-squared, the lines are not inverses, when they coincide); why autocorrelated series have fewer effective degrees of freedom (N_eff about N(1-rho)/(1+rho) for AR(1), consequences for t-stats and standard errors, Bartlett / Newey-West flavour); log utility (expected utility of a gamble, certainty equivalent, how much you would pay, growth-optimal sizing); and one item close to a standard asset-pricing problem-set question (pricing a payoff under a given utility / SDF). The five must-do problems below are original worked versions of each reported topic with every number verified.

4. Superday — Interview Loop

Back-to-back interviews with several researchers after the written exam, lunch in the middle

Candidate-reported: after the paper exam, a chain of back-to-back interviews with several people across the day, with lunch in the middle. Earlier accounts of the loop describe regression-heavy technical conversations (OLS assumptions, interpreting coefficients, omitted-variable bias, time-series basics), a resume deep-dive, light coding and behavioural fit; some candidates also mention a recruiter call and video technical rounds between the CodePair screen and the superday, so treat the exact ordering as variable. Compensation chatter -- high base salary, very small headcount -- is hearsay and unverified.

Arrowstreet Capital interview — FAQ

What is the Arrowstreet Capital interview process?

Arrowstreet Capital is a Boston-based systematic global equity manager (roughly $290B+ for institutional clients) with an academic-econometrics DNA. The quant-research funnel, as candidates report it, runs four stages: a HackerRank-style online screen captured in the 2027 cycle (11 mostly numeric 'complete the blanks' questions on portfolio math, likelihood ratios and constrained optimization plus econometrics MCQs), a live HackerRank CodePair session mixing Python/pandas concept questions (slicing semantics, @staticmethod vs @classmethod, merge/groupby/rolling/resample) with two LeetCode easy/medium problems, then a Boston superday that opens with a paper-based written exam of statistics and asset-pricing derivations (mean-variance, risk parity, X-on-Y vs Y-on-X regression, effective sample size under autocorrelation, log utility) before a chain of back-to-back interviews with lunch in between. The loop runs 4 stages: Online Assessment — Quant Research Screen, HackerRank CodePair — Live Coding Screen, Superday — Written Exam (on paper), Superday — Interview Loop.

How many rounds does Arrowstreet Capital have?

4 stages in total, starting with the Online Assessment — Quant Research Screen and ending with the Superday — Interview Loop.

How do I prepare for the Arrowstreet Capital interview?

Work the stage notes above, then drill the Arrowstreet Capital interview-questions set and the Arrowstreet Capital online-assessment practice — each problem has a full worked solution.