Prepare for Quant Interviews Coding Wise

Joined
1/22/23
Messages
2
Points
1
I am someone who knows Java and Python pretty well, but has trouble immediately seeing a question and start coding. A main focus before joining a MFE and interviewing in the fall will be focusing on coding questions.
is LeetCode preferred over HackerRank? And typically what level questions should I be comfortable with? Thanks.
 
I am someone who knows Java and Python pretty well, but has trouble immediately seeing a question and start coding. A main focus before joining a MFE and interviewing in the fall will be focusing on coding questions.
is LeetCode preferred over HackerRank? And typically what level questions should I be comfortable with? Thanks.
You'd be better served taking a hands on programming course or two, with an instructor who can give you feedback on your code.
 
You'd be better served taking a hands on programming course or two, with an instructor who can give you feedback on your code.
In my experience, the leetcode approach will better prepare someone to pass an interview. Sure it's always good to become a better developer through code reviews. However, pretty much any coding question I've ever gotten can be found on leetcode. Just make sure you study the optimal approaches and understand why they are the optimal approaches.
 
Last edited:
Back
Top