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.webp


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
 
Back
Top