This set evaluates probabilistic reasoning and expectation computation across topics such as sequential conditional survival, convolution of continuous distributions, coupon-collector expectations, variance under uniform sampling in a ball, and constrained online selection decisions, and falls under Statistics & Math with emphasis on probability theory and stochastic processes. These problems are commonly asked to probe analytical probability intuition, facility with integration and combinatorial expectation, handling of information updates and dependence, and formulation of online decision rules; the level of abstraction spans both conceptual understanding and practical application requiring formal probabilistic derivations.
An onsite interview included the following independent probability and expectation questions:
n
positions to cross. At each position, exactly one of two panels is safe and the other breaks. Players cross sequentially. Once a panel is tested, later players know which panel is safe at that position. If you are the
m
-th player in line, what is your probability of surviving?
X, Y ~ Uniform(0,1)
independently. Define
S = X + Y
. What is the PDF of
S
?
B = {(x,y,z): x^2 + y^2 + z^2 <= 1}
. If the sampled point is
(X,Y,Z)
, what is
Var(X)
?
n
i.i.d. draws from
Uniform(0,1)
one at a time. After seeing each draw, you must irrevocably decide whether to keep it or discard it. By the end, you must keep exactly
k
draws. What is the optimal strategy, and how would you compute the optimal expected total value of the kept draws? (If the interviewer instead asks for expected average value, that is just the expected total divided by
k
.)