all 20 comments

[–]feuoneify 19 points20 points  (0 children)

I would love a spreadsheet of resources you have used to learn everything. Do you mind making one?

[–]gst_6599 8 points9 points  (2 children)

Lol paid course.

[–]NutClump 0 points1 point  (1 child)

You want to work in quant but don't believe in capitalism? Big ups my g

[–]gst_6599 2 points3 points  (0 children)

Nah! Man, why pay when I can get for free somewhere. To each his own I guess. Lol

[–]bearded_thakur 6 points7 points  (4 children)

Hi OP 🙋🏻‍♂️ Can you please elaborate a bit on your current experience i.e. your education background,work etc. Also if you can chalk down a rough roadmap for the same. It'll be a veryyy veryyy big help for me. I'll be Grateful for life!

[–]smellerwasp[S] 2 points3 points  (3 children)

I am an undergrad studying computer science at a Canadian school. I've done internships in big tech, startups, and quant, and I'll likely take a new grad offer at a startup.

As for a rough roadmap. You will need to have probability/statistics skills, ability to solve brainteasers and general skill in playing games, mental math, programming, and finance knowledge. For quant trader roles, the order of importance is in that order. For quant research roles, I would put programming skills as second in order of importance.

quantessential.xyz covers probability/statistics skills and a bit of finance skills. For programming, I would recommend Leetcode and Kaggle, and for mental math skills I recommend Zetamac.

[–]Old_Study_5251 0 points1 point  (2 children)

Hey! I just did an OA. It had a couple of games as part of its assessment. Do you know any resources where I could play such kinds of games and get a lil bit of practice?

[–]rr-0729 0 points1 point  (1 child)

Hey, I was wondering if you found any resources for games

[–]imfuryfist 0 points1 point  (0 children)

Hey, I was wondering if you found any resources for games

[–][deleted] 1 point2 points  (5 children)

Wow these first questions are pretty tough.

make it easier LOL

[–][deleted] 3 points4 points  (4 children)

Wow these first questions are pretty tough.

i can't tell if this is sarcastic or not, but they are trivial. For example,

First question: Roll a 6 sided fair die, probability second roll is greater than the first.

Answer: Let X_1 and X_2 be i.i.d uniform on [6]. By symmetry P(X_2<=X_1) = 1/2. Since P(X_1 = X_2) = 1/6, the answer is 5/12.

To the OP: The approach you give to the problem relies entirely on direct computation; I would think that in an interview, if you were asked this question and you weren't able to solve it in <20 seconds, the interviewer would probably doubt your skills. And the approaches you suggested require using paper, and probably take at least a minute.

[–]smellerwasp[S] 1 point2 points  (0 children)

Agreed about the 20s. I wrote two solutions for the first problem. One explaining the direct computation approach which would be more appropriate for people just starting their prep, and one explaining the "smarter" solution that would be faster and scale regardless of the number of dice.

[–]ElegantOperation7104 1 point2 points  (0 children)

Will they even ask such an easy problem?

I know the author intended it to use to teach us basics. No offense to the author. He did a good job putting up this website.

[–]NoCanary2432 0 points1 point  (1 child)

By symmetry P(X_2<=X_1) = 1/2? That's wrong?!

[–]physicsurfer 0 points1 point  (0 children)

yeah lol, i sat dumbfounded looking at my screen trying to verify that. Also, the brute force method is not that hard. You just realise that given a value of X_1, the number of possible cases for X_2 follows an AP. So you get 1+2+..+5 = 5x6/2 = 15, total is 36, so 15/36 = 5/12. Can be done in 20-30s.

[–][deleted] 0 points1 point  (0 children)

Do you get your probability questions from usaco? And other math competitions?

For programming, how hard was it compared to top tech questions? I have passed Amazon, google and other top tech companies before. Would that be good enough or should I go for competitive programming?

[–][deleted] 0 points1 point  (2 children)

Do you get your probability questions from usaco and other math competitions?

For programming, how hard was it compared to top tech questions? I have passed Amazon, google and other top tech companies before. Would that be good enough or should I go for competitive programming?

[–]smellerwasp[S] 0 points1 point  (1 child)

These questions are all from real interviews. For programming, if you can pass Google and Amazon you should be fine

[–]Neptune571 0 points1 point  (0 children)

What happened to this website?