Free SOA Exam PA (Predictive Analytics) Generalized Linear Models Practice Questions
Generalized linear models are the largest topic on SOA Exam PA. Tasks test distribution and link function selection, coefficient interpretation, offsets and weights, regularization, and model validation and comparison, argued in writing from provided R output.
150 questions34 easy94 medium22 hard2026 syllabus
Sample Questions
Question 1
Easy
In a regularized GLM, what happens to the fit as the penalty λ is set to a very large value?
🎉
Correct Answer: C
Solution
C is correct. Increasing λ strengthens the penalty, driving coefficients toward zero so the model relies mostly on the intercept. This produces an underfit model with high bias and low variance, the opposite extreme from no penalty.
Question 2
Medium
By default glmnet leaves the intercept term unpenalized. Why is this the standard choice?
🎉
Correct Answer: C
Solution
C is correct. The intercept captures the baseline level of the response; shrinking it toward zero would tie the fit to the arbitrary origin/scale of the response variable, which is undesirable. Leaving it unpenalized ensures the penalty acts only on the predictor effects, so predictions are not distorted by the response's location.
Question 3
Hard
For grouped binomial data (each row summarizes many trials), which two R model specifications yield IDENTICAL coefficient estimates?
🎉
Correct Answer: E
Solution
E is correct. For a binomial GLM, supplying the observed proportion as the response with prior weights equal to the number of trials is mathematically equivalent to supplying cbind(successes, failures). The prior weights encode how many trials each proportion is based on, reproducing the same likelihood and hence the same coefficients.
FreeFellow was built by Jeffrey Ting, a credentialed actuary and CFA charterholder who passed thirteen of the hardest exams in finance on the first attempt, and paid four-figure prep fees for every one. The learning itself was always free. The price was a moat.
So he started writing his own questions, then lessons, then mock exams, until it grew into a full prep platform covering 35 finance credentials with more than 40,000 original practice questions. The name says exactly what it is: the question bank is free, and Fellow is what you become once you pass.
01
Cost shouldn't decide who gets in.
The exam is a fair gate. A four-figure prep course is not. FreeFellow takes the second gate down, so the exam is the only one left.
02
Free should mean free.
No trial clock, no email gate, no credit card. The question bank, worked solutions, lessons, and readiness score stay free, and they are enough to pass.
03
Built by someone who sat where you sit.
He paid for the big-name courses, found nothing he respected, and built the prep he wished had existed. Not a marketing team that has never sat an exam.