You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-23
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,15 @@
1
-
# Quantitative Finance Interview Questions and Strategies
1
+
# Quantitative Interview Preparation Guide
2
2
3
-
## Introduction
3
+
Quantitative interviews in finance industry tend to cover a diverse set of topics in math, statistics, computer science and machine learning, and thus can pose some challenges for preparation. After going through the interview process and/or worked in the industry for a while, a few of us decided to put toegther a preparation guide. We come from a technical background (advanced degrees in quantitative field and/or worked in technology industry) and hope this writing will help people with similar background make a successful transition into quantitative finance (if that is what you decided you want to do, of course).
4
4
5
-
### Purpose
6
-
The purpose of this writing is to provide a "in-a-nutshell" kind of summary on key topics frequently tested in quantitative interviews in finance.
7
-
The most relevant roles are quantitative researchers/developers/analysts, portfolio researcher/analysts, risk modeller/analysts etc.
8
-
More recently, we also saw tech-heavy data scientist/machine learning scientist interviews to start feature similar types of questions discussed here.
5
+
Depending on the types of firm (e.g. buy-side vs sell-side), functional areas (risk modelling, portfolio optimization, trading signal generation etc), the amount of code vs. math involved (e.g. developer vs researcher), the distance to trading and the types of trading (strategy, frequency etc), there are many types of quant jobs and we encourage you to explore and understand the distinctions between them in order to better gauge your interest and fit.
9
6
10
-
### Who are we
11
-
The lead contributors so far (we hope to see more contributors as this project evolves) typically have an advanced degree in a
12
-
quantitative field (some of them also spent time at top tech firms) and then made a successful transition into finance (top hedge funds and banks).
7
+
We selected 7 technical topics, they range from "old" math to the industry's new favorate: machine learning. We have intentionally left out finance topics, since we believe we won't be able to do a better job than the existing classic text on those topics.
13
8
14
-
### Writing guidelines
15
-
We strive to make sure to only include content that are pertinent and deliver it in a concise, intuitive, and self-contained fashion.
16
-
We will focus on generalizable knowledge points, methods and problem solving strategies rather than exact questions.
17
-
(For those interested in interview question pool please visit *link_to_other_sites* instead)
9
+
We strive to make sure to only include content that is pertinent and deliver it in a concise, intuitive, and self-contained fashion. We will focus on generalizable knowledge points, methods and problem solving strategies rather than exact questions. (For those interested in interview question pool please visit *link_to_other_sites* instead).
10
+
11
+
** Contribute **
12
+
If you wish to contribute to this writing or have feedback for us, please do feel free to submit a pull request or open an issue.
18
13
19
14
20
15
## Table of Content
@@ -26,23 +21,41 @@ We will focus on generalizable knowledge points, methods and problem solving str
- Event, outcome, random variable, probability and probability distributions
60
73
61
74
- Combinatorics
@@ -93,10 +106,10 @@ Probability problems should be fun to solve and let's begin!
93
106
- simplex
94
107
- frog jump
95
108
96
-
-[Approximation method: Central Limit Theorem](https://nbviewer.jupyter.org/github/rd1019/quant-interview-tips/blob/master/central_limit_theorem.ipynb)
109
+
-[Approximation method: Central Limit Theorem](https://nbviewer.jupyter.org/github/rd1019/quant-interview-tips/blob/master/prob/central_limit_theorem.ipynb)
97
110
- Definition, examples (unfair coins, Monte Carlo integration)
0 commit comments