Man AHL / Man Group Quant Interview Questions & Graduate Programme

What candidates report about the aptitude tests, take-home projects, and probability-and-Python interview loop at the UK's largest systematic fund.

Man AHL is the systematic investing engine of Man Group, the London-listed alternative asset manager. Founded in 1987 with a trend-following (CTA) heritage, AHL now runs a broad range of quantitative strategies — momentum, multi-strategy, machine-learning-driven alpha — and hires quant researchers, quant developers, and graduate analysts primarily in London. It is not an HFT prop shop: the culture and the interviews look more like a research lab than a trading pit, and the process reflects that.

The reported interview process

Man Group runs a structured graduate programme (the AHL Quant Talent / Quant Research Graduate Programme) alongside experienced hires, and the two funnels differ. As of mid-2026, candidate reports on Glassdoor and Wall Street Oasis, plus Man Group's own careers pages, consistently describe the following shape:

StageGraduate programmeExperienced / developer hires
ScreenOnline application + CV screenRecruiter or LinkedIn outreach, then a video call — often with a PM or team lead, mostly CV and motivation
TestingAptitude & coding tests (Man Group publishes test windows for each intake)Take-home exercise; quant devs report an SQL query plus a Python task (e.g. a class generating random numbers with given discrete probabilities), with about a week to complete
InterviewsAssessment day including a soft-skills and core-values componentThree to four one-on-one technical interviews; devs also report pair-programming and algorithms on paper

Successful graduates rotate through four six-month seats across alpha research, portfolio construction, execution research, and risk — which is why the interviews sample broadly rather than drilling one specialty. If you're unsure which seat suits you, our quant trader vs quant researcher breakdown maps onto AHL's researcher-heavy structure.

What the technical rounds test

Across reports, the recurring themes are unusually consistent for a fund this size:

  • Probability and brainteasers. Candidates describe "standard probability puzzles and brainteasers" and estimation questions (one reported being asked to estimate the length of the equator). Nothing exotic — the classics from our probability question bank and brain teaser set cover this ground.
  • Statistics and time series. AHL is a systematic fund, so several interviewers reportedly focus mainly on statistics, plus Python-and-time-series questions. Regression intuition, autocorrelation, and stationarity are the natural territory — see our statistics bank and time series questions.
  • Coding, in Python. AHL's stack is famously Python-first (numpy, pandas, scikit-learn on Linux; the firm open-sourced its ArcticDB time-series database). Reported live questions include array problems like finding buy/sell pairs in a price series for maximum profit, then extending it under modified constraints — a LeetCode-medium register. Our coding question bank is calibrated to exactly this level.
  • Markets and finance basics. Candidates report definitional questions — what is a future, an option, volatility — rather than derivatives-pricing derivations. Breadth over depth.
  • CV, motivation, and general awareness. Multiple reports mention competency questions and even general-knowledge conversation about markets, economics, and the hedge fund industry. Some senior-hire loops were reportedly almost entirely non-technical, built around your past research.

How Man AHL differs from prop-shop interviews

Two honest calibration points. First, there is no reported speed-arithmetic or market-making game stage — this is not an Optiver-style trading assessment, and grinding mental math has low ROI here. Second, the take-home-plus-discussion format means interviewers dig into your code and your research; polish and reasoning matter more than trick-question reflexes. On overall difficulty, AHL sits in the same band as other London systematic managers like GSA Capital, Marshall Wace, and Squarepoint — see where each lands in our firms-by-difficulty ranking.

A preparation plan that matches the reports

  1. Python fluency first. Be able to write clean pandas/numpy code and a well-structured class from scratch — the take-home is reportedly judged on design, not just correctness. Practice explaining your choices aloud; the follow-up phone round is a code review of your own work.
  2. Probability and statistics daily. Expected value, conditional probability, distributions, and regression intuition. A worked example of the reported style: given daily prices $p_1, \dots, p_n$, find the buy day $i$ and sell day $j > i$ maximizing $p_j - p_i$ — the $O(n)$ answer tracks the running minimum and best profit in one pass; expect follow-ups like "now allow two transactions."
  3. Know why AHL. Trend-following heritage, systematic-only, research-rotation structure. The core-values assessment day is real; generic "I love markets" answers reportedly land poorly.

Ready to drill? Work through our statistics and probability banks with full worked solutions, then pressure-test your coding under the clock in the QuantVault problem bank — 2,800+ problems, about 400 of them free.

More firm guides

Frequently asked questions

What is the Man AHL interview process?

Candidates report a CV screen followed by aptitude and coding tests for the graduate programme, or a take-home exercise (SQL plus Python) for experienced hires, then three to four one-on-one interviews. Graduate candidates also attend an assessment day with a soft-skills and core-values component. The loop covers probability puzzles, statistics, Python coding, and markets basics.

What kind of questions does Man AHL ask?

Reported themes include probability puzzles and brainteasers, estimation questions, statistics and time-series questions, Python coding problems around LeetCode-medium level, and definitional finance questions such as explaining futures, options, and volatility. Competency and CV questions feature in every round, and some senior loops are largely built around discussing your past research.

Does Man AHL have a mental math or trading game test?

No candidate reports describe a speed-arithmetic test or market-making game, unlike prop shops such as Optiver or IMC. Man AHL is a systematic asset manager, so its process emphasizes research thinking, statistics, and Python instead. Preparation time is better spent on probability, time series, and clean coding.

What programming language should I prepare for Man AHL interviews?

Python, without question. AHL's stack is Python-first with numpy, pandas, and scikit-learn on Linux, and the firm open-sourced its ArcticDB time-series database. Quant developer candidates report a Python-and-SQL take-home followed by a phone discussion of their code, plus pair-programming in later rounds.

Practice the real thing

QuantVault has 2,800+ quant interview problems with full solutions, intuition, and hints, firm-by-firm interview funnels, and an auto-graded coding judge. Start free.