Shawn Lin

Quant Finance Interview Resources

2022-07-30

Quant Interview Resources

We are going to go through how to prepare for quant finance interview in three sections:

  • the behavioral interview
  • the coding interview
  • the probability + statistics interview

and I am going to highlight some resources I’ve used along the way.

Behavioral

Strategy

Normally, the bahavioral interview is conducted by the HR or the hiring manager. This is going to be your first round of interviews. To do well, make sure you know how to:

  • deliver a brief and concise self introduction in a minute
  • give an overview on every item on your resume in the “STAR” format
  • dive into any of these projects
  • hightlight the things on your resume that show your potential and achievements

Also, sometimes interviewers like to challenge you to see how you react under pressure. Be confident, and know when to hold your grounds! The behavioral interview is not an easy process. It will take a lot of practice to appear confident and convincing.

I’ve found the following (paid) resource to be very useful for me when I was preparing for the behavioral interview. If you are a student, you can get 6-month free by using Github Student:

Resources

  • 4/5: Educative: Grokking the behavioral interview
    This course provides a lot of great tips from the interviewer’s perspective, and gives a great list of questions to prepare answers for. Even though I just skimmed through it, I feel like I have learned a thing or two from it. If you are more experienced at interviewing, you may not need it.

Coding

Strategy

If you’ve not done a coding interview before, this can be intimidating. There are primarily two types of coding interview: a take home exam/online assessment, or a live session with your interviewer.

For the live session, I’d focus on my communication while I am solving the problem. People tend to say some times hearing you communicate can be more important than your solution. It gives your interviewer an idea about what it is going to be like to work with you.

  • When you begin, spend some time to go through the question with your interviewer. Ask clarifying question. The questions can be regarding the main task itself, or you can also ask about edge cases.
  • Once you have a good understanding of the questions, think about the programming patterns you’ve seen before. Is it a two-pointer problem, a binary search, a dynamic programming, or a DFS porblem? Propose the route you are going to take, and get some hint from the interviewer’s response. This will help you staying on the right track.
  • The next period can be a little quite. Spend 10 - 15mins on write the actual algorithm. Put comments along the way, keep your code organized, and name your variables wisely. If you are able to compile your program, also write a couple of test cases to show that your function is working.
  • Once you are done, let the interviewer know, and you guys can go through your solution together. Walk through your code, explain what each section is doing, and discuss the test cases.
  • Ask whether the interviewer wants to go ahead with optimizing the code. You can then optimize along both time and space complexity.

Resources

There are several resources I’ve found useful:

  • (5/5) Educative: Grokking the coding interview
    This course trains you on 16 common patterns you are going to use during interviews. It provided me with many common “templates” that I can use during coding interviews. Personally, I find having these templates very convenient, as you can stop wasting time on coming up with variable names, or the correct range for your for loop.

  • (4/5) Leetcode Patterns
    This is a list of leetcode questions organized by common patterns. There are a total of 171 is questions. This can be a good complement to the Educative course, but as this is a collection of different leetcode questions, just from the solutions themselves it is hard to come up with “templates”.

  • (4/5) Cracking the Coding Interview
    This is a classic book for coding interview prep. It begins with interview tips, the big O notation, and then have different types of problems by chapters. You can find leetcode question lists for questions in the book. I took away one point because it is not as interactive as the online solutions.

  • (?/5) Elements of Programming Interviews
    I have not personally read this book, but I have seen people recommending it.

In additional to the above resources, if you are interviewing for a more senior role in quant development, you can expect system design questions. There are a couple of resources you can use:

  • (5/5) System Design Interview I and II by Alex Xu
    Alex Xu has published two book on system design interviews, and both books are extremely fun to read, even if you are not interviewing. The first book covered more basic patterns, like sharding, API throttler, while the second book went through design of real life applications (e.g. location based recommendation system).

  • (5/5) Designing Data-Intensive Applications
    This book is not directly marketed as a book for interview preparataion. However, if you are a data engineer/machine learning engineer, this book solidifies a lot of principals in designing data-intensive applications. It was extremely fun to read, and I have learned a lot from it.

  • (?/5) Educative: Grokking the system design interview
    Once again, Educative has a course on this topic! I have not personally taken it, but I think pretty much everyone I’ve talked to recommended it.

Statistics

Statistics is one of the more traditional topics in quant finance interviews. It has been around for a long time, and if you are interviewing for a quant researcher role, there is a very high likelihood you’ll be given at least one technical on it.

Answering a probability/statistics question shares a lot of the same pattern as answering a coding interview question. You have to seen enough questions to be able to recognize patterns in statistics interview.

Resources

  • (5/5) Ace the Data Science Interview
    This is a relatively new book, and is not marketed directly towards quant finance. However, the questions in it appears to come from hedge funds like Citadel, 2 Sigma, along big tech companies. Therefore, it is a very good resource for prepping the quant interview. Chapter 5 Probability, Chapter 6 Statistics, and Chapter 7 Machine Learning are especially useful.

  • (5/5) A Practical Guide To Quantitative Finance Interviews
    This book is a classic, period. Known as the “green book”, it has been around for a long time. Most people in the industry has used it at one point, and I am still seeing a lot of the questions in it getting asked during interviews. If you can only buy one book, get this one.

  • (4/5) Heard on The Street
    This is another classic, the “red book”. The author is a fun guy, and kept many anectodes in the book. One of the first story is: One candidate for a futures trading position in Chicago was asked: “Would you rather be beaten up, beat someone up, or run around the block naked?” The last respond did not get him the job. The book has more weight on brainteasers than other books.

  • (?/5) There are several books that I find interesting, but haven’t read them yet: