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.

228 Questions
97 Easy
100 Medium
31 Hard
2026 Syllabus

Sample Questions

Question 1 Easy
What is the purpose of pruning a decision tree?
Solution
A is correct.

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:
Solution
D is correct.

The key innovation of random forests over bagging is the random selection of a subset of mtrym_{try} 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?
Solution
E is correct.

The misclassification rate E=1maxk(p^k)E = 1 - \max_k(\hat{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.

Guides & Articles

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.