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 Questions
34 Easy
94 Medium
22 Hard
2026 Syllabus

Sample Questions

Question 1 Easy
In a regularized GLM, what happens to the fit as the penalty λ\lambda is set to a very large value?
Solution
C is correct. Increasing λ\lambda 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?
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?
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.

About FreeFellow

FreeFellow is a free exam prep library for actuarial (SOA & CAS), CFA, CFP, CPA, CAIA, GARP FRM, IRS Enrolled Agent, IMA CMA, and FINRA / NASAA securities licensing candidates. The entire question bank, written solutions, and lessons are free for every candidate, with no trial period and no credit card. Lessons include narrated audio, and every constructed-response item has a copy-to-AI prompt builder so candidates can paste their answer into their own ChatGPT or Claude for self-graded feedback; Fellow members get instant AI grading on essays against the official rubric (currently CFA Level III, expanding to other essay-bearing sections).

The 70% you need to pass (question bank, written solutions, lessons, formula sheet, mixed practice, readiness tracking) is free forever, with no trial period and no credit card. Become a Fellow ($59/quarter or $149/year per track) to unlock mock exams, flashcards with spaced repetition, performance analytics, AI essay grading, and a personalized study plan.