Which of the following BEST helps to ensure a deep learning model with a large volume of relevant data meets an organization's needs?
Correct Answer: D
Deep learning models have numerous hyperparameters-learning rate, batch size, regularization parameters, network architecture choices-that control how the model learns from data. Fine-tuning these parameters optimizes model performance for the specific dataset and task requirements. Why D is Correct: According to ISACA AAIR model development guidance, when a large volume of relevant data is already available, hyperparameter fine-tuning is the most effective technique for ensuring the model meets organizational needs. It systematically optimizes the learning process to maximize performance on the specific problem, calibrating accuracy, generalization, and efficiency to the organization's requirements. Why A is Wrong: A federated accountability model is a governance structure, not a technical method for optimizing AI performance. It addresses how responsibility is distributed, not how the model learns. Why B is Wrong: Unsupervised learning is a class of ML approaches used when labeled data is unavailable. It does not address optimization of a deep learning model where relevant data is already present. Why C is Wrong: Data augmentation artificially expands training datasets through transformations-useful when data is scarce. With a large volume of relevant data already available, augmentation provides minimal additional benefit and hyperparameter optimization becomes the more impactful intervention.
Question 12
An organization uses an AI model that learns from live data streams. Which of the following is the BEST course of action to manage the risk of an adaptive model?
Correct Answer: D
AI models that learn from live data streams continuously update their parameters based on incoming data. This creates two specific risks: the model's behavior may drift from its validated state as data patterns change (data drift), and adversaries may deliberately introduce malicious data to manipulate the model's learning (data poisoning). Why D is Correct: According to ISACA AAIR adaptive model risk guidance, implementing automated monitoring for both data drift and data poisoning is the most comprehensive response to live-learning model risks. Automated monitoring operates continuously at the speed of the data stream, detecting statistical changes in input distributions (drift signals) and anomalous data patterns (poisoning signals) in real time- enabling timely intervention before either risk materializes into harmful behavior. Why A is Wrong: Defense-in-depth for model access controls who can interact with the model but does not address risks arising from the data the model learns from. Access controls are necessary but insufficient for managing adaptive learning risks. Why B is Wrong: Restricting data sources reduces learning breadth, potentially undermining the model's adaptive capability that creates its value. Periodic inspections are too infrequent for live-learning systems where risks can emerge between inspection cycles. Why C is Wrong: Dynamic performance thresholds detect output degradation after drift has occurred. While useful as a safety net, this reactive monitoring does not prevent drift or detect poisoning early enough for the live-learning risk context.
Question 13
A risk practitioner is developing risk scenarios related to successful data poisoning attacks on an AI model used across the organization. Which of the following is the BEST approach to help ensure the scenarios are relevant?
Correct Answer: D
Risk scenario development in AI requires that scenarios be grounded in organizational context, business processes, and actual threat landscapes. Risk scenarios must reflect the specific systems, data flows, and stakeholder concerns relevant to the organization. Why D is Correct: According to the ISACA AAIR Study Guide, engaging key stakeholders is the cornerstone of effective risk scenario development. Stakeholders bring domain knowledge, business context, and awareness of operational dependencies that technical practitioners may lack. This collaborative approach ensures scenarios address real-world consequences, organizational risk appetite, and business-critical functions-making them actionable and relevant. Why A is Wrong: Adversarial testing in a sandbox validates controls but does not by itself produce contextually relevant risk scenarios. It is a technical activity, not a scenario development process. Why B is Wrong: Peer benchmarking provides useful threat intelligence but cannot replace stakeholder engagement. Industry peer data may not reflect the organization's specific AI architecture or risk tolerance. Why C is Wrong: Data flow diagrams are useful supporting artifacts but describe technical pathways rather than capturing the organizational and business context required for relevant risk scenarios.
Question 14
Which of the following would be of GREATEST concern to a risk practitioner reviewing the testing and validation of an AI-driven technical support system?
Correct Answer: A
AI-driven technical support systems rely on accurate, current knowledge to resolve user issues. Model drift causes the system to diverge from real-world conditions, producing inaccurate outputs that erode user trust, increase escalations, and potentially cause harm if incorrect technical guidance is followed. Why A is Correct: According to ISACA AAIR validation guidance, inaccurate outputs from model drift represent the greatest risk in a technical support AI because they directly compromise the system's core function-providing correct technical guidance. Inaccurate outputs lead to unresolved issues, potential system damage from wrong instructions, and reputational harm. Unlike the other options, drift-driven inaccuracy affects every user interaction and cannot be remediated without model updates. Why B is Correct Context: Infrequent training dataset updates are a contributing cause of model drift and are a serious concern, but they are an input factor rather than the manifest risk itself. The concern is the resulting inaccuracy. Why C is Wrong: Encryption is a security control for data in storage and transit. While important for confidentiality, it does not affect the accuracy of AI outputs or the system's ability to provide correct technical guidance. Why D is Wrong: Excessive manual sampling is a testing methodology concern that may reduce testing coverage efficiency. However, it represents a process inefficiency rather than a direct risk to output quality- the model's accuracy is the greater concern.
Question 15
Which of the following AI capabilities would BEST enable a forecasting system to accurately predict the point at which specific equipment components are likely to fail?
Correct Answer: D
Predictive maintenance for equipment components requires continuous analysis of operational data- vibration, temperature, pressure, electrical signatures-that indicate component health over time. AI systems performing this function must process high-frequency sensor data to detect patterns that precede failure. Why D is Correct: According to ISACA AAIR AI application guidance, real-time sensor monitoring data analysis is the core capability enabling accurate failure point prediction. By continuously analyzing sensor readings against learned patterns of pre-failure behavior, AI systems can detect early-stage degradation signals and forecast time-to-failure with precision unavailable through periodic inspection or rule-based thresholds. Why A is Wrong: Root cause identification occurs after a defect has already manifested. For predictive maintenance-predicting failure before it occurs-post-defect analysis provides no forward-looking capability. Why B is Wrong: Replacement product recommendation is a procurement and inventory support function. It assists in planning responses to predicted failures but is not the capability that enables the prediction itself. Why C is Wrong: Dynamic inventory management of spare parts supports maintenance operations but is a supply chain function dependent on failure predictions, not a capability that generates those predictions.