A choir-attendance run looks brilliant on one random seed and collapses on the next; a packed file for the lobby kiosk was never re-scored; a new model is about to replace one that may already be better. How should testers map those three risks?
Select an answer to reveal the explanation.
Short Explanation
Brilliant on one random seed and collapsed on the next is a stochastic misread, so score it with ML functional performance testing. A packed lobby-kiosk file that was never re-scored is a conversion or deploy-pack defect (smoke, ML functional performance, or A/B). A new model about to replace one that may already be better goes to shadow testing. One live canary, a card review, and a Chapter 5 type constraint do not cover those three.
Full Explanation
Stochastic interpretation, deployment-pack, and “not better than current” risks map to the table’s mitigations, including shadow testing. A single canary, a card review, and a Chapter 5 constraint miss that mapping.