Earlier quoted context omitted.
If you're making money everything is relaxed. If your strategy is losing money things will be very tense. That's just how it is when you have skin in the game.
>> 12-14 hours workdays not at all uncommon. > That's just how it is when you have skin in the game. MD here, and prior military. That's kind of how it is in any profession where you have skin in the game. Also, for those interested in physics: my undergrad quantum mechanics professor stopped in the middle of lecture once and announced to all of us, the only section of physics majors (17 in all): "Odds are no more th…
Quant Job Interview Questions (2009) [pdf]
121–130 of 154 posts
Re: Quant Job Interview Questions (2009) [pdf]
#122Earlier quoted context omitted.
>> 12-14 hours workdays not at all uncommon. > That's just how it is when you have skin in the game. MD here, and prior military. That's kind of how it is in any profession where you have skin in the game. Also, for those interested in physics: my undergrad quantum mechanics professor stopped in the middle of lecture once and announced to all of us, the only section of physics majors (17 in all): "Odds are no more th…
What's MD?
Re: Quant Job Interview Questions (2009) [pdf]
#123Energy trading quant here. If anyone interviewed me with this crap I'd walk out immediately.
Re: Quant Job Interview Questions (2009) [pdf]
#124Earlier quoted context omitted.
Yes it's an awesome job, and not just because of the money. I've worked for small shops that weren't very profitable and didn't really make a lot those years, but still loved the work. I could see derivatives pricing being boring, not as much room for creativity there. The strategy/trading quant work is like a super open-ended science problem with a constant stream of new challenges as you try to outperform yourself…
I've heard the working hours are terrible with 12-14 hours workdays not at all uncommon. Is that true? Is the work pressure very high?
Derivatives quants have perfectly normal hours
Re: Quant Job Interview Questions (2009) [pdf]
#125Quant dev here. Note there's broadly two kinds of quants. One is a derivatives quant, basically someone who spends a lot of time working out the values of derivatives. So you're looking at ito calculus and iterative methods to find the value of contracts with weird clauses (Knockouts, Cliquets, vanillas, etc), and then building spreadsheets to calculate the hedges for those trades as time goes by. The other is strate…
Is ito calculus really the extent of the math you need to know to go into quant??
Re: Quant Job Interview Questions (2009) [pdf]
#126For those who speak french : https://www.amazon.fr/101-quizz-banquent-Math%C3%A9matiques-... by Pr. Gilles Pagès (LPMA).
Re: Quant Job Interview Questions (2009) [pdf]
#127Re: Quant Job Interview Questions (2009) [pdf]
#128Earlier quoted context omitted.
I was 100% sure that redrawing below 0.5 is optimal, but a simple simulation disagrees: def tournament(a, b, n=1000): return sum(a() > b() for _ in xrange(n)) / n def redraw_below(c): x = random.random() if x `redraw_below(0.5)` only beats `redraw_below(0.6)` 0.4948 of the times, very consistently, over three sets of a million rounds. This is despite `0.5` giving a better average (0.624 vs. 0.620). I'll think about w…
It makes sense that the highest expected value doesn't necessarily indicate the best strategy. For example, suppose you're playing against someone who has taken the "reroll values greater than 0.5", giving them the expected value of 0.625. If you roll the value 0.55, you expected to lose more than half the time, because their expected value is 0.625. So you should reroll anyway.
So what's the right objective? Trying to beat your opponent's median score, so that you win more than half the time?
Edit: I think you're on the right track, but I'm not sure I believe that you will lose more than half the time if you land below your opponent's expected value. I think that assumes their distribution of scores is non-skewed, which is not obvious to me.
Re: Quant Job Interview Questions (2009) [pdf]
#129Quant dev here. Note there's broadly two kinds of quants. One is a derivatives quant, basically someone who spends a lot of time working out the values of derivatives. So you're looking at ito calculus and iterative methods to find the value of contracts with weird clauses (Knockouts, Cliquets, vanillas, etc), and then building spreadsheets to calculate the hedges for those trades as time goes by. The other is strate…
Serious question... do people really enjoy working on this stuff? Do most quants go to work thinking it is fun to work on mathematical models to optimize financial transaction. Or is it just a job that pays really well towards long term financial independence to do what they really want?
I enjoy the domain, but also that I can use functional programming languages.
Re: Quant Job Interview Questions (2009) [pdf]
#130Energy trading quant here. If anyone interviewed me with this crap I'd walk out immediately.
Care to elaborate? I guess those Ramanujan-like infinite series are a bit like trivia questions, right? Does anyone really have an intuition to solve something like that?