Edit ‘quant_interview_questions’
This commit is contained in:
parent
87d3ef8c04
commit
61b7c353d6
@ -102,8 +102,7 @@
|
||||
* Assume 100 zombies are walking on a straight line, all moving with the same speed. Some are moving towards left, and some towards right. If a collision occurs between two zombies, they both reverse their direction. Initially all zombies are standing at 1 unit intervals. For every zombie, you can see whether it moves left or right. Can you predict the number of collisions?
|
||||
* Two bullets are put into a gun's round barrel consecutively, which has capacity of 6. The gun is shot once, but no bullet is fired. Does rolling the barrel (shuffling) before next shot increase the probability of firing a bullet?
|
||||
* A horn is formed by rotating 1/x around the x-axis from 1 to infinity. What's the probability that a random point inside the horn has x-coordinate less than 2?
|
||||
* Estimate the number of piano tuners in Chicago if pianos can tune themselves using AI. Provide a 95%
|
||||
confidence interval.
|
||||
* Estimate the number of piano tuners in Chicago if pianos can tune themselves using AI. Provide a 95% confidence interval.
|
||||
* We have a weighted coin which shows a head with probability p, (0.5<p<1). How do we get a fair toss from this? That is, how do we toss this coin in such a way that we can have probability of winning = loosing = 50%?
|
||||
* Calculate the VaR of a portfolio whose returns follow a nowhere-differentiable function (e.g., Weierstrass curve) with Hausdorff dimension 1.5.
|
||||
* You’re on a game show with countably infinite doors. Behind one is a car; the rest have goats. After you pick a door, the host (who knows what’s behind all doors) opens all but one other door, revealing goats. Should you switch?
|
||||
|
Loading…
x
Reference in New Issue
Block a user