My tips on how to be become a Quant (if I were to start again) (2025)

6 min read

·

Jan 28, 2024

--

In this article, I will be sharing tips and the list of resources I’d use if I had to start over with becoming a Quant again.

  • Skills needed to become a Quant
  • Types of Quant jobs
  • What to study at University
  • Quant Interview Books
  • Programming Interviews
  • Personal Projects to add to your CV

First, let’s talk about the general skillset for becoming a quant. It’s better to have a broad knowledge base and know a little bit about a lot of different things. You’ll never know what the interviewer’s background might be and what might come up in the interviews.

In general, the skills needed for a quant job are:

  • Maths: Linear Algebra, Calculus, Stochastic Calculus
  • Statistics: Probability, Statistics, Time Series, Machine Learning
  • Programming: Python, C++
  • Finance/Derivatives: Options, Bonds, Futures, Greeks, Risk

Next, you need to know the different types of quant jobs. You will need to focus your preparation on different topics for different types of quant jobs.

You should note that the same job title can do vastly different things at different firms. You should make sure you understand what the job is actually about and do not only look at the job title. To generalise, I will group the different types of quant jobs as follows:

Quantitative Researcher

Quantitative Researchers are the quants researching for “alpha”. These people are typically the best paid quants as they work closely to Portfolio Managers and will take home a percentage of the PnL.

The role is mainly about using statistics and machine learning to try to predict market returns and they typcally require a PhD or a strong Masters.

  • Mainly on the buy-side (Two Sigma, Citadel, Optiver, etc)
  • What they do: Research quantitative trading strategies
  • Skillset: Statistics, Machine learning, Derivatives, Programming

Trader / Quant Trader (Market Making)

A trader is typically someone who trades by market making and takes responsibility of their trading pnl. They will typically quote bid-ask prices to clients and their inter-dealer broker. If their quote is filled, they then try to hedge their position. If they are able to successfully dynamically hedge, then they will realise the profit of the bid-ask spread. The trader is responsible for the dynamic hedging and hence is responsible for their trading PnL.

  • Can be on the buy-side (e.g. Optiver, IMC) or sell-side (any trading desk at an investment bank)
  • What they do: Quote bid-ask prices, manage their risk / hedge their positions
  • Skillset: Quick decision-making, Quick mental maths, Derivatives

Quantatitive Analyst

A quantitative analyst is someone responsible for creating the pricing and risk tools used by the traders. Their main responsibility is to model derivative products and calculate their risk.

  • Can be on the buy-side or sell-side (sometimes this role can be called Quantitative Researcher on the sell-side)
  • What they do: Responsible for the modelling and creating pricing and risk tools for traders
  • Skillset: Derivatives, Programming, Stochastic Calculus

Quantitative Developer

A quantitative developer is a developer but with an element of finance. Typically, the quantitative developer role will require a bit of knowledge about quantitative finance whereas a software engineer does not.

  • Can be on the buy-side or sell-side
  • What they do: productionise trading strategies, develop the trading platform or develop pricing and risk tools (the role varies greatly depending on the team and company)
  • Skillset: Programming, some Quant Finance/Derivatives knowledge
My tips on how to be become a Quant (if I were to start again) (2)

If you want the highest chances to get a quant job, make sure to take a STEM university degree: Maths, Physics, Engineering are best. A masters is also highly favourable. In the employer’s view, it’s much easier for them to teach a maths student finance than it is to teach a finance student maths. Within your STEM degree, make sure to focus on:

  • Statistics: Time series, Statistical modelling, Data science/Machine learning, Stochastic processes
  • Finance: Black-Scholes/Options, Derivatives, Quant Finance
  • Programming: Python/C++. (You can do most interviews in Python these days)

I would also recommend taking coursework modules where you complete projects which involve data / building something. These projects can be mentioned on you CV and can make good conversation in interviews — especially if you don’t have any work experience yet.

Quant interviews usually involve a mixture between Maths, Finance, Statistics, Programming & Brainteasers. You need to make sure you at least have a basic understanding in all of these areas so that you can at least start answering an interview question. If you manage to get started, the interviewer can give you hints if you get stuck.

Here are some of the best books/resources which can help prepare you for Quant interviews:

  • A Practical Guide to Quantitative Finance Interviews
  • Heard on the Street: Quantitative Questions from Wall Street Job Interviews
  • Quant Job Interview Questions and Answers
  • 150 Most Frequently Asked Questions on Quant Interviews
  • An Interview Primer for Quantitative Finance on Github
My tips on how to be become a Quant (if I were to start again) (3)

A significant part of quant interviews will be programming. These interview will consist of Algorithms and Data Structure questions — which are very different from actual programming. Make sure you do a lot of practice to learn the patterns of solving these questions.

The best resources to practice programming interview questions are:

  • Leetcode (my personal favourite)
  • HackerRank
  • Cracking the Coding Interview: 189 Programming Questions and Solutions

If you find that you cannot answer a question after 10 mins of thinking, I recommend you to read the solution and try to understand what it’s doing.

I highly recommend Neetcode on YouTube for Leetcode solutions. He’s by far the best resource for Leetcode solutions, explained in an simple and easy to understand way.

Also, there are thousands of questions on Leetcode which can make it overwhelming to choose which questions to work on. I recommend you start with the Blind 75 questions which is a list of the most common types of interviews questions. Completing these questions will give you the foundations of answering most other interview questions.

My tips on how to be become a Quant (if I were to start again) (4)

Personal projects is a great way to apply the knowledge you have acquired to real-life problems. They give you things to talk about with your interviewer and can help fill up space on your CV when you don’t have much work experience.

It also shows that you are genuinely interested in Quantitative Finance and that you’ve spent some of your free time learning and working on Quant projects.

Here are some ideas which can help you get started:

  • Backtest some trading strategies which you found
  • Participate in a data science competition: Kaggle, Numerai, Crunch DAO
  • Connect to a broker API (such as Alpaca) and create a trading algorithm
My tips on how to be become a Quant (if I were to start again) (5)

In this article, I have shared tips and given the list of resources I’d use if I had to start over with becoming a Quant again. I have gone through:

  • Skills needed to become a Quant
  • Types of Quant jobs
  • What to study at University
  • Quant Interview Books
  • Programming Interviews
  • Personal Projects to add to your CV

If you liked this article and would like to see more, please give it a like and subscribe support my content.

I’m considering compiling a guide for Quantitative Finance interviews. It will include:

  • Valuable tips on securing interviews efficiently and avoiding the time-consuming process of applications
  • A detailed overview of the interview process, including best practices and strategies for success.
  • A comprehensive interview preparation roadmap
  • Technical practice questions including: Probability & Statistics, Finance & Derivatives, Python, Algorithms, Linear Algebra, and more.
  • Insightful questions to ask your interviewer to show your interest.
  • Proven ways to excel in HR interviews.
  • My real-life interview experiences + questions that were asked.

If you’d like to ace your next Quant interview, join the waiting list: here

My tips on how to be become a Quant (if I were to start again) (2025)

FAQs

My tips on how to be become a Quant (if I were to start again)? ›

It's better to have a broad knowledge base and know a little bit about a lot of different things. You'll never know what the interviewer's background might be and what might come up in the interviews. In general, the skills needed for a quant job are: Maths: Linear Algebra, Calculus, Stochastic Calculus.

How to get started in quant? ›

For many, the career path of a quantitative analyst starts with a bachelor's degree in mathematics, statistics, computer science, or engineering. The next step is a master's degree in computational finance or financial engineering. Some also choose to pursue a doctorate in math or statistics.

How hard is it to become a quant? ›

Quant trading requires advanced-level skills in finance, mathematics, and computer programming. Big salaries and sky-rocketing bonuses attract many candidates, so getting that first job can be a challenge. Beyond that, continued success requires constant innovation, comfort with risk, and long working hours.

How much finance do you need to know for quant? ›

Financial Knowledge

Because of this hidden complexity, the skills most valued in a quant are those related to mathematics and computation rather than finance. It is a quant's ability to structure a complex problem that makes them valuable, not their specific knowledge of a company or market.

Do quants get paid a lot? ›

In the U.S., generally, quant professionals are offered salaries of around $130,000 (according to Indeed). Although, the experience of the quant, the job role and the expertise matter in determining the exact salary, a quant usually earns well.

How much do first year quants make? ›

How Much Do Entry Level Quantitative Analyst Jobs Pay per Year? $111,500 is the 25th percentile. Salaries below this are outliers. $145,500 is the 75th percentile.

Can quants make 7 figures? ›

I know on average quants make more in the first few years but I know successful traders at both banks and funds can make in the low to mid 7 figures 10-15 years into their careers whereas it seems to me that quant pay seems to peter out near the 1M mark at a lot of places.

How much do Goldman Sachs quants make? ›

How much does a Quantitative Analyst Goldman Sachs make? As of Aug 3, 2024, the average annual pay for a Quantitative Analyst Goldman Sachs in the United States is $133,877 a year. Just in case you need a simple salary calculator, that works out to be approximately $64.36 an hour.

Are quants still in demand? ›

A number of Quant firms are having their best year, and with such successes comes considerable demand for high-caliber talent. Demand for professionals across front and back-office areas, covering the whole lifecycle from coding, validation, derivative pricing, to automating functions, is astronomically high.

What do quant recruiters look for? ›

Bachelor's degree in computer science or another quantitative field (Master's degree is a plus). Excellent communication skills. Ability to work independently in a fast-paced environment. Detail-oriented, organized, demonstrating thoroughness and strong ownership of work.

Do you need CFA to become a quant? ›

The CFA shows advanced knowledge in economics, financial ethics, security analysis, accounting, and wealth management. Some companies may even require a CFA certification if the quant works closely with buying or selling securities. Quantitative analysts have other certification options available, too.

What math do quants use? ›

A quant should understand the following mathematical concepts. Calculus, including differential, integral, and stochastic. Linear algebra and differential equations. Probability and statistics.

Is Python or R better for quant finance? ›

R: R is mostly used by data scientists as it is used only for data analysis. But compared to Python, it has been outraced. As finance involves the calculation and analysis of data R would be best for you. Python: Python is being used in almost all industries for data science, machine learning, and developing.

Can you become a quant at 40? ›

Absolutely. In fact, a good fraction of quantitative analysts, traders and developers make the change to finance only in their late twenties or early-to-mid thirties. In this article I'm going to talk about how you can achieve the same thing. Age really isn't a barrier in financial markets.

Do you need a PhD to be a quant? ›

The most likely way into a quant job is to obtain a PhD in a mathematical discipline such as Physics, Engineering or CompSci. Clearly mathematical finance is a good area of research, but probability, stochastic calculus, statistical analysis and machine learning are all highly valued.

Can you learn quant trading on your own? ›

The required skills to start quant trading on your own are mostly the same as for a hedge fund. You'll need exceptional mathematical knowledge, so you can test and build your statistical models. You'll also need a lot of coding experience to create your system from scratch.

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Edwin Metz

Last Updated:

Views: 5261

Rating: 4.8 / 5 (58 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Edwin Metz

Birthday: 1997-04-16

Address: 51593 Leanne Light, Kuphalmouth, DE 50012-5183

Phone: +639107620957

Job: Corporate Banking Technician

Hobby: Reading, scrapbook, role-playing games, Fishing, Fishing, Scuba diving, Beekeeping

Introduction: My name is Edwin Metz, I am a fair, energetic, helpful, brave, outstanding, nice, helpful person who loves writing and wants to share my knowledge and understanding with you.