← Capital One Interview Insights
I recognized the MGF form eventually but took an embarrassingly long pause before connecting it to a normal distribution with mean 0 and variance 2.
Recognize that the MGF e^(t^2) matches the MGF of a normal distribution with mean 0 and variance 2. Then compute the second derivative of the MGF at t=0 to find E[X^2], and relate it to the variance formula Var(X) = E[X^2] - (E[X])^2, noting that E[X] = 0 from the first derivative.
Pro tip: Show that you can derive the distribution from the MGF by comparing it to known forms, and explicitly state that the variance is the second central moment, which here equals E[X^2] because the mean is zero.
Compare M_X(t) = e^(t^2) to the standard MGF of a normal distribution: M(t) = e^(μt + (σ^2 t^2)/2). Match parameters to get μ = 0 and σ^2 = 2.
Differentiate M_X(t) = e^(t^2) to get M'(t) = 2t e^(t^2). Evaluate at t=0: M'(0) = 0, so E[X] = 0.
Differentiate again: M''(t) = (2 + 4t^2) e^(t^2). Evaluate at t=0: M''(0) = 2, so E[X^2] = 2.
Use Var(X) = E[X^2] - (E[X])^2. Since E[X] = 0, Var(X) = E[X^2] = 2. This matches the variance from the normal distribution identified in step 1.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.