Serving the Quantitative Finance Community

Search found 7 matches

by smies
February 10th, 2009, 7:41 pm
Forum: Trading Forum
Topic: "trading cash"?
Replies: 4
Views: 44197

"trading cash"?

<t>Great, thanks, I thought that might be the case.Following on from your point about risk and return, I've seen a few sample interview questions around the place which ask you to make a market on some expected outcome. For example: "I make a stack of quarters which stretches to the height of the em...
by smies
February 9th, 2009, 11:35 pm
Forum: Trading Forum
Topic: "trading cash"?
Replies: 4
Views: 44197

"trading cash"?

<t>Hi,I'm just looking at getting into trading and have an interview with an equity derivatives market maker this week. The interview is with the director of trading but was arranged with me by someone in HR. When she sent me the details, I asked what my interviewer trades, and she said he "trades c...
by smies
December 31st, 2007, 12:34 pm
Forum: Careers Forum
Topic: GS Internship interview process
Replies: 16
Views: 62988

GS Internship interview process

Indeed. The undergraduate teaching developed out of it and started in 1969. It tries to stay close to its origins and remains much more mathematical than CS courses at most other institutions in the UK.
by smies
December 31st, 2007, 11:54 am
Forum: Careers Forum
Topic: GS Internship interview process
Replies: 16
Views: 62988

GS Internship interview process

<t>Cuchulainn - I agree with you about the general trend of CS courses. I'm hoping I've avoided that to an extent by doing what is probably more of a traditional undergraduate CS course (its predecessor was actually the worlds first taught CS course) - it covered all of the topics you mentioned abov...
by smies
December 31st, 2007, 10:14 am
Forum: Careers Forum
Topic: GS Internship interview process
Replies: 16
Views: 62988

GS Internship interview process

<t>Quicksort is O(n log n), but for median selection (or, for that matter, any element selection), once you've partitioned the data you only need to look at one half of it each time, so you average n + n/2 + n/4 + ... operations, which is O(n).Perhaps I'm misinterpreting, but I get the impression yo...
by smies
December 30th, 2007, 11:54 pm
Forum: Careers Forum
Topic: GS Internship interview process
Replies: 16
Views: 62988

GS Internship interview process

<t>DCFC - Haven't really hacked the Linux kernel, but I'd consider myself decent enough with general algorithms - I'd find the median in expected O(n) time using a modified quicksort, pivoting on a random element. In terms of the maths I need - I've done PDEs in the past, but no stochastic calculus....
by smies
December 29th, 2007, 11:34 am
Forum: Careers Forum
Topic: GS Internship interview process
Replies: 16
Views: 62988

GS Internship interview process

<t>Does anyone know what the interview process for the PhD internship in Securities at GS? I'm doing a CompSci PhD, so while my programming is fine I think my general maths is a bit rusty and financial maths almost non-existent, and I'm just trying to work out what I need to beef up on most before t...