Free SOA Exam PA (Predictive Analytics) Tree-Based Models Practice Questions
Tree-based models on SOA Exam PA cover decision trees, random forests, and gradient boosting machines: reading fitted trees and variable importance plots, tuning parameters, and weighing interpretability against predictive performance.
75 questions16 easy52 medium7 hard2026 syllabus
Sample Questions
Question 1
Easy
Which statement best describes the fundamental difference between boosting and bagging for tree ensembles?
🎉
Correct Answer: B
Solution
B is correct. Boosting is a sequential procedure: each new (typically shallow) tree is fit to correct the mistakes of the ensemble built so far, chiefly reducing bias. Bagging fits many independent trees on bootstrap resamples and averages them, chiefly reducing variance.
Question 2
Medium
In rpart.control, which statement correctly matches a control parameter to its effect on tree growth?
🎉
Correct Answer: C
Solution
C is correct. minbucket sets the minimum number of observations permitted in a leaf. cp is the minimum improvement in the (scaled) fit required to make a split, minsplit is the minimum node size before a split is attempted, and maxdepth caps tree depth. Lowering cp permits more splits, producing a larger, not smaller, tree.
Question 3
Hard
A GBM and a random forest are both fit to the same claims dataset. Which statement about their bias-variance behavior is most accurate?
🎉
Correct Answer: C
Solution
C is correct. Random forests average many decorrelated high-variance trees, so their gain is variance reduction. Boosting sequentially reduces bias by targeting residuals, and because it keeps adding corrective trees it can overfit when the learning rate, depth, or number of rounds are not tuned.
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.