Free SOA Exam SRM (Statistics for Risk Modeling) Decision Trees Practice Questions
Decision tree methods on SOA Exam SRM include classification and regression trees (CART), random forests, gradient boosting, and bagging. Questions test both algorithm mechanics and practical interpretation of results.
Pruning removes branches from a fully grown tree that contribute little to predictive accuracy on new data. A large, deep tree fits the training data very well (possibly perfectly) but tends to overfit — capturing noise rather than signal. Pruning simplifies the tree, improving generalization performance.
Question 2
Medium
Random forests improve upon bagging by:
🎉
Correct Answer: D
Solution
D is correct.
The key innovation of random forests over bagging is the random selection of a subset of mtry predictors at each split point. This prevents dominant predictors from being used in every tree, thereby reducing the correlation between trees. Since the variance of an average of correlated quantities depends on the correlation, decorrelation leads to greater variance reduction.
Question 3
Hard
For a classification tree, which impurity measure is NOT differentiable and therefore less suitable for use as a splitting criterion in tree-growing algorithms, even though it directly measures classification error?
🎉
Correct Answer: E
Solution
E is correct.
The misclassification rate E=1−maxk(p^k) is a piecewise linear function that is not differentiable at the points where the majority class changes. More importantly, it is not sufficiently sensitive to changes in class probabilities within a node -- two nodes with different class distributions can have the same misclassification rate. For these reasons, the Gini index and entropy are preferred for growing trees, while the misclassification rate is sometimes used for pruning.
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.