September 12th, 2006, 9:35 pm
To get a summer internship will be very helpful for you. You needn't take a lot of finance courses. The course you want to take should cover stochastic calculus, Ito's lemma, Martingale and numerical methods including finite difference method, Monte Carlo, and binomial tree method. Such a course is the most useful one for your Quant interview.I would suggest you to read starting from John C. Hull instead of Salih Neftci, although the latter is a very good book, too. But starting from John C. Hull is better in my opinion. Read Mark Joshi's book, too. C++ is very important. You should practice C++ programming. In the meanwhile, do read Scott Meyers "Effective C++". Bjarne Stroustrup's "The C++ Programming Language" is my bible, but it is not a good book for C++ newies.QuoteOriginally posted by: JihanHello everyone, I am currently a phd student in electrical engineering from a top 5 engineering school. My research focuses on simulating quantum dots using variational monte carlo (vmc) (before I use to work with density functional theory). I wrote the vmc sorce code from scratch using C. I have also written a stochastic poisson solver in C as well. So far I have 4 publications and hopefully, I'll have about 2-3 more before I graduate (which will be in about 2 years). After graduation, I am seriously considering going into finance and working as a quant. As preparation, currently I am reading Salih N. Neftci's "Principles of Financing Engineering" (hopefully will finish the book this semester) and planning to take a couple of finance classes. Moreover, since C++ skill seems to be valued amongst quants, I'm thinking about writing some other monte carlo codes using C++. Now, my question is this. What other skills should I work on in order to enhance my chances? Would it be a good idea to try to get a summer internship? Thanks in advance.