• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Algorithm (coding) requirement for Quant Interview

Joined
1/8/17
Messages
130
Points
128
Hello all,

I am a prospective MFE student and I have some questions for the preparations for quant interviews.

1. To prepare the algorithm part, some one suggest me using LeetCode. Could anyone tell me that what topics are frequent in the quant interview? Since I think quant is not SDE, it's not necessary for us to master all of the topics. Or, is there any other resource that is helpful for preparing the algorithm part of the interview?
Topics in the LeetCode:
upload_2018-5-6_23-22-19.png


2. When I do the algorithm problems, it's better to use python or cpp? For me, python is easier to use. But, it seems that cpp is still important for traditional quant.

Thanks!
 
Hello all,

I am a prospective MFE student and I have some questions for the preparations for quant interviews.

1. To prepare the algorithm part, some one suggest me using LeetCode. Could anyone tell me that what topics are frequent in the quant interview? Since I think quant is not SDE, it's not necessary for us to master all of the topics. Or, is there any other resource that is helpful for preparing the algorithm part of the interview?
Topics in the LeetCode:
View attachment 23830
.....
Thanks!
Most of them are relatively easy. Let me suggest you to learn Red Black Tree and all its operations. The implementation in C/C++ is another story
 
RB Tree in Boost C++
Class template rbtree - 1.58.0

There are different levels

1, Understanding how to use
2. Applying and customising; knowing internals.
3, Integrating into applications. Writing your own b tree in an emergency (or buckets of time on your hands).
 
Last edited:
Back
Top