
AAIA exam practice question: daily practice for the ISACA Advanced in AI Audit (AAIA) exam — domain: AI Auditing Tools and Techniques.
Question
As an AI auditor evaluating an ML development team, you find they sometimes record hyperparameter values in ad-hoc spreadsheets but lack consistent capture of random seeds, library versions, and dataset identifiers. Which recommendation most directly improves reproducibility and auditability of model experiments going forward?
Show the answer and explanation
Correct answer: B. Recommend implementing an automated experiment-tracking system that records hyperparameters, random seeds, library/environment versions, and dataset fingerprints for every run.
Option 2 is best because an automated experiment-tracking system ensures consistent, tamper-resistant capture of all elements required for reproducibility—hyperparameters, random seeds, software/library versions, and dataset fingerprints—across runs and time. Option 1 (one-time snapshot) may help for a particular experiment but is not a sustainable control and risks gaps for future runs. Option 3 is weak because manual spreadsheets are error-prone, inconsistent, and do not provide reliable provenance for audits. Option 4 is insufficient because hyperparameters alone do not guarantee reproducibility without seeds, environment versions, and dataset identifiers; those omissions undermine reproducibility and auditability.
Want more practice?
Prepare for the ISACA Advanced in AI Audit (AAIA) exam with AI Audit & Compliance Framework: Practical Methods & Evaluation.
