• 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!

quant developer interview prep

Joined
9/19/15
Messages
100
Points
28
Hi,

I have an interview for a quantitative developer role which uses Python for developing quantitative tools like risk management and derivatives analysis. I was just wondering if there's a good book that uses Python for quant developer, or just developer in general, interviews?

Thanks!
 
  • Have a good use-case scenario you have coded in Python to talk on
  • Be prepared to give a few examples of pythonic vs non-pythonic
  • Study typical programming interview brainteasers
  • Usually 1-2 questions are around debugging. Prepare for this.
  • Bring up (on your own) instances where you have used pandas, numpy, scipy, etc.
 
Back
Top