
AAIA practice question: daily practice for the ISACA Advanced in AI Audit (AAIA) exam — domain: AI Auditing Tools and Techniques.
Question
You are auditing an AI classification model trained on sensitive customer records. The data science team supplies a synthetic dataset intended to replace real records for external testing. Which approach most reliably evaluates whether the synthetic data preserves the model's predictive utility while limiting disclosure risk?
Show the answer and explanation
Correct answer: B. Train the intended predictive model on the synthetic data and compare its performance on a withheld real test set to the baseline trained on real data
The best approach is to train the same model on synthetic data and evaluate it against a withheld real test set: this directly measures whether synthetic data preserves the predictive relationships the model needs (utility) while comparison to the baseline indicates degradation. Option A (distributional tests) can detect marginal or feature-level differences but can miss preserved or broken predictive relationships. Option C (disclosure-risk testing) assesses privacy leakage but does not measure whether the synthetic data supports equivalent model performance. Option D (code/config review) helps with reproducibility and process assurance but cannot by itself prove model utility or quantify privacy risk.
Want more practice?
Prepare for the ISACA Advanced in AI Audit (AAIA) exam with AI Audit & Compliance Framework: Practical Methods & Evaluation.
