Which of the following AI system considerations BEST mitigates risk associated with model drift?
Conducting regular retraining with new relevant datasets
Restricting the use of automated data validation to low-risk models
Maintaining existing levels of variance within datasets during preprocessing
Implementing strong access controls based on roles and responsibilities
Model drift occurs when the statistical relationship between model inputs and outputs changes over time, causing previously accurate predictions to become less reliable. Regular retraining with updated, relevant data recalibrates the model to current real-world patterns.
Why A is Correct: According to ISACA AAIR model maintenance guidance, regular retraining with new relevant datasets is the most direct mitigation for model drift. By periodically retraining on current data, the model learns the latest patterns and relationships—counteracting the drift that accumulates as real-world conditions diverge from the original training data. This is the standard industry practice for maintaining production AI models in dynamic environments.
Why B is Wrong: Restricting automated data validation to low-risk models creates a governance double standard that leaves high-risk models more vulnerable. If anything, high-risk models require more rigorous automated validation, not less. This approach increases rather than mitigates drift risk for critical applications.
Why C is Wrong: Maintaining existing dataset variance during preprocessing preserves statistical characteristics from a historical snapshot. If drift has occurred in real-world data, deliberately maintaining old variance levels prevents the model from adapting to new conditions.
Why D is Wrong: Role-based access controls protect model parameters and data from unauthorized modification. While important for security, access controls do not address model drift, which is driven by changing real-world conditions rather than unauthorized changes.
Which of the following is the PRIMARY benefit of integrating AI risk processes into an enterprise risk framework?
More accurate benchmarking of AI key performance indicators (KPIs)
Improved compliance with regulatory requirements
Rapid identification of cyber threats and risks
Organization-level oversight and strategic alignment
Enterprise risk framework integration elevates AI risk management from a technical discipline to a strategic organizational function, ensuring AI risks are considered alongside all other enterprise risks in strategic planning and decision-making.
Why D is Correct: The ISACA AAIR curriculum identifies enterprise integration as the mechanism that enables organization-level oversight and ensures AI risk management aligns with strategic objectives, risk appetite, and governance structures. This integration allows the board and senior management to make informed decisions about AI investment, deployment, and risk acceptance with full awareness of AI's contribution to the organizational risk profile.
Why A is Wrong: KPI benchmarking is an operational performance management activity. While integration may improve KPI accuracy, this is a secondary operational benefit rather than the primary strategic benefit of ERM integration.
Why B is Wrong: Regulatory compliance is improved by integration but represents a specific compliance benefit rather than the primary organizational value. Compliance is an output of good governance, not the purpose of ERM integration.
Why C is Wrong: Cyber threat identification is a security function that benefits from integration but is not the primary benefit. Many AI risks are non-cyber in nature—fairness, accuracy, transparency—and would not be captured by a cyber-focused framing.
Which of the following is the PRIMARY benefit of aligning AI risk management with existing organizational governance frameworks?
It emphasizes the development of specialized functional roles and clarifies AI risk responsibility boundaries.
It expedites approval processes for compliance with AI laws and regulations.
It promotes consistent enterprise-level oversight of AI activities and aligns decisioning with strategic objectives.
It standardizes AI acquisition processes across organizational business units.
Organizational governance frameworks provide the structures, processes, and oversight mechanisms through which enterprises manage their activities and risks. Aligning AI risk management with these frameworks ensures AI activities receive the same level of strategic oversight as other organizational functions.
Why C is Correct: The ISACA AAIR curriculum identifies enterprise-level oversight and strategic alignment as the primary benefit of governance framework integration. When AI risk management operates within established governance structures, AI decisions are subject to the same approval authorities, risk escalation pathways, and strategic alignment checks that govern all major organizational decisions. This produces coherent, enterprise-aware AI governance.
Why A is Wrong: Role development and responsibility clarification are governance activities that may result from alignment, but they represent structural outputs rather than the primary benefit. The benefit is the oversight quality, not the organizational structure itself.
Why B is Wrong: Expediting compliance approvals is an efficiency benefit that may arise from better-organized governance. However, speed of approval is not the primary purpose of framework alignment—the purpose is quality and consistency of oversight.
Why D is Wrong: Standardizing acquisition processes is a procurement function benefit. While governance alignment may improve procurement consistency, standardization is a narrow operational benefit compared to the strategic oversight value of full governance integration.
Which of the following is the BEST course of action to mitigate risk during model selection of supervised or unsupervised algorithms?
Emphasize the generalization capability of algorithms.
Require the use of supervised learning for model training projects.
Prioritize cost reductions related to computational requirements.
Align algorithmic capabilities to intended use cases.
Algorithm selection is a foundational risk management decision in AI development. The wrong algorithm for a given use case can produce inaccurate, unreliable, or harmful outputs regardless of the quality of training data or computational resources applied.
Why D is Correct: The ISACA AAIR model development guidance identifies use case alignment as the most critical algorithm selection criterion. Supervised and unsupervised learning are suited to fundamentally different problem types—supervised learning requires labeled training data and learns mappings to known outputs; unsupervised learning discovers patterns in unlabeled data. Selecting algorithms whose capabilities match the use case's structure and objectives prevents systematic performance failures and misapplied AI.
Why A is Wrong: Generalization capability is an important model quality criterion but represents one of many algorithmic properties. Strong generalization on the wrong problem type still produces poor results. Use case alignment precedes generalization as a selection criterion.
Why B is Wrong: Requiring supervised learning for all training projects is an inappropriate blanket policy. Many valuable use cases—anomaly detection, customer segmentation, exploratory analytics—are better served by unsupervised approaches. Mandating supervised learning prevents optimal use case matching.
Why C is Wrong: Computational cost is a resource management consideration. Optimizing for cost at the expense of use case fit risks deploying inappropriate models that produce unreliable outputs, creating far greater costs through remediation or harm.
Which of the following is a risk practitioner's BEST recommendation to establish accountability for AI system outputs and decisions?
Centralized governance task force for model decision authority
Continuous monitoring and key performance indicators (KPIs)
Regular reviews of resource allocation for AI projects
Formal documented role assignments with named owners
Accountability in AI governance requires that specific individuals or roles be clearly designated as responsible for AI system outputs, decisions, and associated risks. Without formal documentation of ownership, accountability gaps emerge.
Why D is Correct: The ISACA AAIR framework emphasizes that accountability must be explicit and documented, with named individuals assigned to own AI outcomes. Formal role assignments create a traceable chain of responsibility that supports auditability, regulatory compliance, and effective escalation when issues arise. Named ownership prevents diffusion of responsibility.
Why A is Wrong: A centralized task force creates collective responsibility, which can dilute individual accountability. Governance bodies support oversight but do not replace individual role ownership for specific outputs.
Why B is Wrong: Continuous monitoring and KPIs are valuable operational controls but represent monitoring mechanisms, not accountability structures. Monitoring detects issues but does not assign responsibility for them.
Why C is Wrong: Resource allocation reviews address investment efficiency rather than accountability for AI decisions and outputs. This is a management activity, not an accountability framework.
An organization has deployed an AI system that initially performs well but whose outputs deteriorate over time despite stable input characteristics. Which of the following is the BEST course of action?
Engage periodic external audits of model source code and implement peer code reviews.
Replace the system's predictive capability with static rule-based controls and fixed decision logic.
Focus efforts on dataset cleansing and documentation prior to further system updates.
Establish continuous performance monitoring and scheduled system recalibration.
Output deterioration despite stable inputs is a classic indicator of model drift—specifically concept drift, where the underlying relationships between inputs and targets change over time even when the distribution of inputs appears stable. This requires ongoing monitoring and systematic recalibration.
Why D is Correct: The ISACA AAIR life cycle management guidance identifies continuous performance monitoring and scheduled recalibration as the appropriate response to model drift. Monitoring provides early warning when performance degrades below thresholds, while scheduled recalibration ensures the model is periodically updated to reflect current real-world patterns. This systematic approach prevents continued deterioration and maintains model reliability.
Why A is Wrong: Source code audits and peer reviews address development quality and code integrity, not model drift. Drift is a statistical phenomenon driven by changing data relationships, not code defects that code reviews can identify.
Why B is Wrong: Replacing predictive AI with static rule-based systems eliminates the adaptive capabilities that make AI valuable. Static rules cannot respond to evolving patterns and typically perform worse in dynamic environments.
Why C is Wrong: Dataset cleansing addresses data quality for model retraining but does not establish the ongoing monitoring mechanism needed to detect future drift. A one-time cleansing activity cannot prevent recurrent deterioration.
Which of the following should be the MOST important area of focus during the development of data security risk scenarios specific to AI?
Attack vectors enabled by techniques for malicious alteration of AI system outputs
Documentation of business unit readiness for secure adoption of AI for general operations
Development and communication of need-based access policies for the use of AI applications
Quantum encryption methods for the protection of proprietary organizational data assets
AI systems introduce unique security threat vectors that differ fundamentally from conventional IT security scenarios. Risk scenarios must address AI-specific attacks—model poisoning, adversarial inputs, output manipulation—that conventional security frameworks do not cover.
Why A is Correct: The ISACA AAIR AI security risk scenario guidance focuses on attacks that specifically exploit AI system properties—particularly techniques that maliciously alter AI outputs. These AI-specific attack vectors (adversarial examples, model inversion, prompt injection, output manipulation) represent the most important focus for AI security risk scenario development because they target capabilities unique to AI systems and cannot be addressed by repurposing conventional IT security scenarios.
Why B is Wrong: Business unit readiness documentation is a change management and organizational capability assessment activity. It supports AI adoption planning but does not constitute AI security risk scenario development.
Why C is Wrong: Access policy development is an important security control activity but represents control design rather than risk scenario development. Access policies respond to identified risks; they are not themselves risk scenarios.
Why D is Wrong: Quantum encryption is an emerging cryptographic technology addressing future threats to classical encryption. While relevant for long-term data protection planning, it represents a specialized and forward-looking concern rather than the most important focus for current AI security risk scenarios.
Which of the following is the GREATEST concern when an organization cannot clearly explain an AI system's decision-making process and the origin of its inputs?
Increased dependence on external AI service providers for managing AI system risk throughout its life cycle
Decrease in AI adoption rates within business units who are regularly responsible for critical decisions
Inability to detect discriminatory or inaccurate outputs that expose the organization to regulatory and reputational risk
Heightened reliance on manual review resulting in approval bottlenecks and slower response times
Explainability and input transparency are foundational requirements for responsible AI governance. When these are absent, organizations lose the ability to identify when AI systems produce harmful, biased, or inaccurate results—leaving those harms undetected and unaddressed.
Why C is Correct: According to ISACA AAIR, the inability to explain AI decisions is most dangerous because it creates an environment where discriminatory or inaccurate outputs can persist undetected. This exposes the organization to regulatory penalties (particularly under anti-discrimination, financial services, and privacy laws), reputational damage, and harm to affected individuals. The detection gap—not knowing what the system is doing wrong—is the core governance failure.
Why A is Wrong: External provider dependence is a third-party risk management concern. While relevant, it is a structural risk that can be addressed through contract management, not an immediate consequence of lacking explainability.
Why B is Wrong: Declining adoption rates represent a change management and trust concern. Business unit reluctance to adopt AI is a cultural and operational issue, not the primary risk from unexplainable AI decisions.
Why D is Wrong: Manual review bottlenecks represent operational inefficiency. They may result from lack of confidence in AI outputs but do not represent the primary organizational harm from unexplainability.
An organization uses multiple external data sources to train its AI models. Which of the following is the risk practitioner's BEST recommendation to protect the organization from data poisoning attacks?
Data integrity reviews in response to indications that significant model drift has occurred
Continuous monitoring and anomaly detection for data ingestion pipelines
Stringent controls over model code and deployment artifacts
Enhanced regularization and training techniques to limit the influence of anomalies
Data poisoning attacks involve malicious modification of training data to degrade model performance or introduce backdoors. With multiple external data sources, the attack surface for introducing poisoned data is broad and requires proactive, continuous detection at the ingestion stage.
Why B is Correct: The ISACA AAIR adversarial AI guidance identifies continuous monitoring and anomaly detection at the data ingestion pipeline as the most effective defense against data poisoning. By monitoring incoming data in real time for statistical anomalies, unexpected distributions, or known poisoning patterns, organizations can detect and block malicious data before it contaminates training datasets. This preventive approach is superior to reactive detection after poisoning has occurred.
Why A is Wrong: Reactive data integrity reviews triggered by model drift occur after poisoning has already affected model behavior. By this stage, the model may have been deployed and made harmful decisions. Prevention during ingestion is superior to post-drift investigation.
Why C is Wrong: Model code and deployment artifact controls address security of the software pipeline but do not protect training data from external poisoning. Data integrity requires data-layer controls, not code security.
Why D is Wrong: Regularization reduces overfitting to training noise but does not detect or prevent deliberate poisoning attacks. A sufficiently targeted poisoning attack can introduce systematic bias that regularization techniques cannot mitigate.
Which of the following is the MOST important reason for a risk practitioner to classify AI risk using threat actor profiles?
To align AI threat and vulnerability risk with the overall IT control taxonomy
To tailor controls to adversary motivations and capabilities
To develop response metrics for AI cybersecurity incidents
To ensure external threats to corporate assets are given highest priority
Threat actor profiling characterizes the motivations, capabilities, and likely attack methods of potential adversaries. In AI risk management, understanding who the likely attackers are and what they seek enables the design of controls specifically matched to the actual threat landscape.
Why B is Correct: According to ISACA AAIR threat-based risk management guidance, the most important reason for threat actor profiling is to tailor controls to adversary motivations and capabilities. Different threat actors—nation-state attackers, criminal organizations, competitors, insiders, activists—have different objectives (espionage vs. financial gain vs. disruption), capabilities (sophisticated vs. opportunistic), and methods. Controls calibrated to actual threat actor profiles are significantly more effective than generic controls that may not address the specific threats the organization actually faces.
Why A is Wrong: Aligning AI threats with IT control taxonomy is a governance integration activity that improves control consistency but does not capture the threat actor-specific tailoring value of profiling. Taxonomy alignment is an administrative benefit; threat-tailored controls are a security effectiveness benefit.
Why C is Wrong: Response metrics for cybersecurity incidents are developed for incident management planning. Threat actor profiling informs control design and incident response strategies but is not primarily used to develop response metrics.
Why D is Wrong: Prioritizing external threats over internal threats is a security strategy choice that threat actor profiling does not prescribe. Many AI attacks, including insider threats and social engineering, are internal. Profiling should result in appropriate prioritization based on actual threat likelihood, not a blanket prioritization of external threats.
Which of the following is the PRIMARY benefit of integrating AI-driven business intelligence into enterprise risk processes?
Reduced costs through elimination of redundant business risk oversight mechanisms
Enhanced alignment of analysis outputs with organizational risk thresholds
Automated production of technical performance reports for AI business tools
Centralized governance of AI inventory and classification activities
AI-driven business intelligence enhances the quality and timeliness of analytical outputs across enterprise risk processes. When integrated into risk management, AI analytics can continuously compare emerging risk signals against organizational risk thresholds, providing real-time alignment verification that human analysts cannot achieve at scale.
Why B is Correct: According to ISACA AAIR analytics integration guidance, the primary benefit of integrating AI-driven business intelligence into enterprise risk processes is enhanced alignment of analysis outputs with organizational risk thresholds. AI analytics tools continuously process risk data at scale, comparing patterns and emerging exposures against defined thresholds to provide risk practitioners with timely, calibrated intelligence. This alignment ensures risk responses are proportionate and that threshold breaches are detected promptly rather than discovered during periodic reviews.
Why A is Wrong: Cost reduction through eliminating redundant oversight mechanisms is an efficiency benefit that may result from process optimization but is not the primary purpose of integrating AI-driven business intelligence. Oversight mechanisms may be streamlined but rarely eliminated entirely.
Why C is Wrong: Automated production of technical performance reports is an operational reporting automation benefit. While valuable for reducing manual reporting burden, it is a narrow operational benefit compared to the strategic risk alignment value of AI-enhanced analytics.
Why D is Wrong: AI inventory governance and classification is a risk management administration function. Centralizing these activities is an organizational efficiency benefit, not the primary value delivered by AI-driven business intelligence integration into risk processes.
Risk practitioners use automated tools to generate potential AI risk scenarios. Which of the following represents the GREATEST risk from that approach?
Likelihood and impact scoring may be more complex.
Emerging adversarial attack vectors may be overlooked.
Impacts from model changes may be underestimated.
Scenarios may not account for all process interdependencies.
Automated risk scenario generation tools operate based on programmed logic, historical data, and pattern recognition. They may excel at generating scenarios based on known risks and documented processes but struggle to account for complex organizational interdependencies that are not fully captured in their data inputs.
Why D is Correct: The ISACA AAIR risk scenario development guidance identifies the failure to account for process interdependencies as the greatest risk from automated scenario generation. AI systems do not operate in isolation—they are embedded in complex organizational ecosystems where failures cascade through interconnected processes, systems, and stakeholders. Automated tools may miss these interdependencies, producing scenarios that are technically accurate in isolation but miss the most consequential cascade effects.
Why A is Wrong: Complexity in likelihood and impact scoring is a risk quantification challenge that affects scenario prioritization but does not result in missing scenarios entirely. Complex scoring can be managed through additional analytical methods.
Why B is Wrong: Emerging adversarial attack vectors are a potential blind spot for any tool or analyst working from historical data, but this is a known limitation of retrospective approaches that can be supplemented with threat intelligence. It does not represent the distinctive risk of automated scenario generation.
Why C is Wrong: Underestimating model change impacts is a scenario calibration issue that represents a less severe risk than missing entire categories of scenarios arising from unmodeled interdependencies.
Which of the following is the MOST important consideration when managing changes to an AI model in production?
Allowing operational teams to adjust configuration parameters for real-time performance tuning
Implementing stringent approval processes for user access to new model functionalities
Conducting rigorous validation to assess effects on predictive accuracy and model bias
Expediting rollout of changes in production to ensure service continuity and minimize downtime
Changes to production AI models—including retraining, parameter updates, and architecture modifications—can alter model behavior in ways that introduce new biases, reduce accuracy, or create regulatory compliance issues. Validation before deploying changes is the most critical safeguard.
Why C is Correct: According to ISACA AAIR change management guidance for AI systems, rigorous validation to assess changes' effects on predictive accuracy and model bias is the most important change management activity. Production AI models make real-world decisions affecting people and business outcomes. Unvalidated changes may degrade performance, introduce discriminatory patterns, or create regulatory violations that are difficult to detect and remediate after deployment.
Why A is Wrong: Allowing operational teams to adjust configuration parameters in real time bypasses change control processes and creates untracked, unvalidated changes to model behavior. This represents a governance risk, not an acceptable change management practice.
Why B is Wrong: Access controls for new model functionalities are a security and authorization concern. While important for access governance, they do not address the technical risk that model changes may degrade performance or introduce bias.
Why D is Wrong: Expediting production rollouts to minimize downtime prioritizes availability over quality assurance. Rushing changes without adequate validation trades one operational risk (downtime) for a potentially more severe risk (biased or inaccurate outputs affecting critical decisions).
A manufacturing organization has implemented an autonomous navigation system for warehouse operations. Which of the following should a risk practitioner regard as the MOST significant concern?
The system is unable to learn from complex situations not encountered during training.
The deep neural network used by the system contains datasets with proprietary information.
The system is used to accelerate just-in-time warehouse processes.
The organization uses outside contractors to address the lack of in-house AI knowledge.
Autonomous navigation systems in physical environments like warehouses operate in complex, dynamic spaces where unexpected situations arise regularly. Systems trained on limited scenarios may behave unpredictably—or dangerously—when confronted with conditions outside their training distribution.
Why A is Correct: The ISACA AAIR guidance on autonomous systems identifies the inability to generalize beyond training scenarios as the most significant concern because it creates direct physical safety risks. In a warehouse, an autonomous system that cannot adapt to novel situations—unexpected obstacles, unusual layouts, human workers in unexpected locations—may collide with equipment or personnel, causing injury or property damage. This operational safety risk is the highest priority concern.
Why B is Wrong: Proprietary datasets in the neural network represent an intellectual property and data privacy concern. While relevant, it is a data governance issue that does not create the same magnitude of physical safety risk.
Why C is Wrong: Using AI to accelerate just-in-time processes is an intended operational use. Process acceleration is the value proposition, not a risk concern. The risk lies in how reliably and safely that acceleration is achieved.
Why D is Wrong: Reliance on outside contractors reflects a workforce capability gap but represents a manageable governance risk through appropriate vendor oversight. It does not create the direct physical safety exposure of a system that cannot handle novel situations.
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?
Utilize a defense-in-depth control approach for model access.
Restrict data sources and perform periodic data quality inspections.
Apply dynamic performance thresholds and conduct scheduled recalibrations.
Implement automated monitoring to detect data drift and data poisoning.
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.
Which of the following BEST mitigates risk associated with evasion attacks on AI models?
API rate limiting
Anomaly detection
Predictive analytics
Feature importance weighting
Evasion attacks involve adversaries crafting inputs specifically designed to fool AI models into producing incorrect outputs—for example, manipulating images to evade object detection or modifying text to bypass content classifiers. Detecting these attacks requires identifying inputs that are statistically unusual or inconsistent with legitimate use patterns.
Why B is Correct: The ISACA AAIR adversarial AI security guidance identifies anomaly detection as the most effective mitigation for evasion attacks. Anomaly detection systems monitor input distributions, model query patterns, and output characteristics for statistical deviations that indicate adversarial manipulation. By identifying inputs that fall outside expected distributions or trigger unusual model responses, anomaly detection catches evasion attempts before they produce harmful outputs.
Why A is Wrong: API rate limiting controls query frequency to prevent brute-force model probing but does not detect or prevent crafted adversarial inputs sent at normal rates. An attacker can evade rate limits by spacing requests or distributing queries.
Why C is Wrong: Predictive analytics uses historical patterns to forecast future outcomes. It does not specifically detect real-time adversarial manipulation of model inputs.
Why D is Wrong: Feature importance weighting adjusts how much different input features influence model predictions. While it can improve robustness to irrelevant features, it does not detect adversarial inputs specifically crafted to exploit important features.
Which of the following is the MOST important consideration when determining mitigation controls for an AI system?
Providing comprehensive AI risk awareness training to security and technical personnel
Determining control performance baselines and reporting requirements for regulatory compliance
Evaluating control effectiveness and costs against potential business losses from unmitigated AI risk
Prioritizing controls based on the complexity and computational requirements of the AI system
Control selection for AI systems requires balancing the effectiveness and cost of proposed controls against the potential losses or harms the controls are designed to prevent. This cost-benefit analysis ensures resources are allocated proportionately to risk reduction value.
Why C is Correct: The ISACA AAIR control selection guidance identifies the cost-benefit analysis of control effectiveness versus potential business losses as the most important mitigation control determination factor. Implementing controls that cost more than the risk they mitigate represents inefficient risk management; failing to implement cost-effective controls that prevent large losses represents inadequate risk management. This proportionality assessment is the foundation of risk-based control selection.
Why A is Wrong: Risk awareness training is an important enabler of effective risk management but is an organizational capability development activity rather than a control selection criterion. Training supports controls but does not determine which controls to implement.
Why B is Wrong: Control performance baselines and compliance reporting requirements are governance and compliance management activities. While necessary for control monitoring, they describe how controls are measured after selection, not how controls are selected in the first place.
Why D is Wrong: Computational complexity is a technical characteristic of the AI system that influences implementation considerations but is not the primary driver of control selection. The most computationally complex system still requires controls proportionate to its risk profile, not its technical architecture.
A risk practitioner reviews an AI model that ingests diverse external feeds and determines that their reliability is not consistent. Which of the following BEST mitigates this risk?
Weighting historical records over recent samples to limit induced variance
Updating to the latest model version to accurately reflect real-world data changes
Establishing data provenance and implementing stage gate quality reviews
Reducing the diversity of the external feeds and the number of classes
Inconsistent data reliability from external feeds undermines model accuracy and creates auditability challenges. The solution requires both understanding where data comes from (provenance) and verifying its quality before it enters the model's learning process (stage gate reviews).
Why C is Correct: The ISACA AAIR data quality governance guidance identifies establishing data provenance and implementing stage gate quality reviews as the comprehensive approach to managing inconsistent external data reliability. Provenance tracking records the origin, processing history, and chain of custody of each data source, enabling quality issues to be traced to their source. Stage gate reviews enforce quality standards at defined points in the data pipeline, preventing unreliable data from advancing to model training.
Why A is Wrong: Weighting historical data over recent samples introduces temporal bias and prevents the model from reflecting current real-world conditions—the opposite of what most AI applications require. This trade-off may be appropriate in specific contexts but is not a general mitigation for inconsistent data reliability.
Why B is Wrong: Updating model versions improves model architecture and training processes but does not resolve the underlying external data quality problems. The model update cannot compensate for ingesting unreliable data.
Why D is Wrong: Reducing data source diversity sacrifices the breadth of information that diverse feeds provide, potentially reducing model performance and representativeness. The goal is to ensure consistent quality from diverse sources, not to reduce diversity.
Which of the following should be the PRIMARY consideration when determining the priority for restoration of AI systems following a model exfiltration attack?
Reliance on the AI system for critical business requirements
AI-specific expertise among business continuity team members
Cost of AI system vulnerability testing and patch deployment
Availability of externally vetted datasets for AI model retraining
Following a model exfiltration attack, multiple AI systems may require restoration. Prioritization must be based on objective criteria that reflect the potential business impact of continued unavailability. Systems supporting critical business functions must be restored before those supporting non-critical functions.
Why A is Correct: According to ISACA AAIR business continuity guidance for AI, the primary criterion for restoration priority is the AI system's criticality to business requirements. Systems that support mission-critical functions—patient care, financial transaction processing, safety operations—represent the highest restoration priority because their unavailability causes the greatest operational harm. This risk-based prioritization framework is consistent with standard business continuity management principles applied to the AI context.
Why B is Wrong: Team member expertise affects restoration capacity and speed but should not drive prioritization decisions. Priority is determined by business impact, not by where the team has the most technical capability. Resource allocation follows priority, not the reverse.
Why C is Wrong: Vulnerability testing and patch costs are operational considerations that may influence restoration timelines but should not override business criticality in determining priority. Cost-based prioritization could lead to restoring cheaper but less critical systems first.
Why D is Wrong: Dataset availability affects the feasibility and timeline of model retraining but is a logistical consideration rather than the primary basis for restoration priority. Critical systems should be prioritized even if their restoration is technically more complex.
An organization integrates multiple AI services using APIs to enhance a customer support chatbot. Which of the following is the GREATEST risk?
Greater likelihood of bias or inaccuracy in chatbot responses
Unauthorized disclosure of sensitive records via insecure external connections
Customer dissatisfaction from operational delays
Insufficient training datasets due to outdated or limited sample coverage
API integration with external AI services creates data transmission pathways between the organization and external systems. Customer support contexts involve sensitive personal data—account information, contact details, inquiry content—that may be transmitted through these API connections.
Why B is Correct: The ISACA AAIR security and privacy guidance identifies unauthorized disclosure of sensitive data through insecure API connections as the greatest risk in multi-service AI integration. APIs can be vulnerable to interception, inadequate authentication, or misconfiguration. In a customer support context, exposure of personal data via API vulnerabilities creates privacy violations, regulatory liability, and reputational harm—all more severe than the other listed concerns.
Why A is Wrong: Bias and inaccuracy in chatbot responses are real quality risks but represent service quality issues rather than security or privacy breaches. Inaccurate responses are visible and correctable; data breaches may go undetected.
Why C is Wrong: Customer dissatisfaction from operational delays is a service quality and business risk. It is a manageable consequence of performance issues rather than the greatest risk from API-based AI integration.
Why D is Wrong: Insufficient training datasets affect model quality but are a development concern addressed during the model selection phase. They do not represent the primary operational risk of deploying multi-service API integrations in production.
Which of the following poses the GREATEST challenge related to the protection of intellectual property generated by AI solutions?
Use of third-party AI service providers that have zero-data retention policies
Difficulty in customizing training materials for users on confidential data handling in AI environments
Lack of regulatory clarity regarding the copyright status of AI-generated content
Inherent risk in fundamental AI use cases such as general inquiries or administrative tasks
Traditional intellectual property law was designed for human-created works. AI-generated content sits in a legal grey zone because current copyright frameworks in most jurisdictions do not clearly establish who—if anyone—holds copyright in outputs created autonomously by AI systems.
Why C is Correct: According to ISACA AAIR, the lack of regulatory clarity around AI-generated content copyright is the greatest IP challenge because it creates fundamental uncertainty about ownership, transferability, and enforceability of rights in AI outputs. Without clear legal status, organizations cannot confidently assert ownership, license AI-generated materials, or prevent competitors from copying outputs. This uncertainty pervades commercial agreements, licensing strategies, and competitive protection.
Why A is Wrong: Zero-data retention policies actually protect intellectual property by ensuring vendor systems do not retain proprietary input data. This represents a protective measure, not a challenge.
Why B is Wrong: Training material customization for confidential data handling is a workforce education challenge. While important for data protection, it does not represent the primary IP challenge from AI-generated content.
Why D is Wrong: Low-risk use cases like administrative tasks present minimal IP concerns because the outputs are typically not commercially significant or protectable. The IP challenge is greatest for creative, analytical, and proprietary outputs.
Which of the following BEST enables an organization adopting AI solutions to foster an ethical and risk-aware culture?
All business units use checklists to ensure AI risk and ethical concerns are addressed.
Senior management representatives actively participate in industry conferences related to AI ethics.
AI policies include clear disciplinary actions for violations of risk and ethical standards.
Leadership consistently models ethical behavior and values for AI development and use.
Organizational culture is primarily shaped by leadership behavior and tone at the top. In AI governance, an ethical culture cannot be mandated through documentation alone—it must be demonstrated through the actions and values of organizational leaders.
Why D is Correct: The ISACA AAIR Study Guide emphasizes that tone at the top is the most powerful driver of ethical culture. When leaders consistently model ethical behavior in AI development and usage, they create a normative environment where employees internalize values rather than merely complying with rules. This authentic leadership approach produces sustainable cultural change.
Why A is Wrong: Checklists are compliance tools that address process adherence, not cultural transformation. A checklist culture can produce box-ticking behavior without genuine ethical commitment.
Why B is Wrong: Conference participation raises awareness but has minimal impact on day-to-day organizational behavior. External networking does not directly shape internal culture.
Why C is Wrong: Disciplinary actions represent reactive compliance enforcement. While necessary, punitive measures create a compliance-driven rather than values-driven culture, which is less robust and sustainable.
Which of the following is the BEST governance approach for balancing risk management and operational flexibility across diverse AI applications?
Control approaches for AI solutions that prioritize compliance on a single regulation
Frameworks that can be adapted to business-relevant AI use cases
External consultants who conduct independent AI governance reviews
Risk ownership processes that focus on ensuring centralized decision-making
AI governance across diverse applications requires frameworks flexible enough to accommodate varying risk profiles, regulatory environments, and operational contexts while maintaining consistent governance standards. Rigid or overly centralized approaches reduce operational effectiveness.
Why B is Correct: The ISACA AAIR framework advocates for adaptable governance frameworks that can be scaled and tailored to specific AI use cases. A risk-based, adaptable framework applies more rigorous controls to high-risk applications while allowing operational flexibility for lower-risk uses. This balance enables innovation while maintaining appropriate risk oversight—a core principle of proportionate AI governance.
Why A is Wrong: Single-regulation compliance focus creates compliance tunnel vision that may miss material risks not covered by that regulation. AI governance must address the full risk landscape, not just one regulatory framework.
Why C is Wrong: External consultants provide periodic independent assurance, not governance. Relying on external reviews for governance would be episodic rather than continuous, creating governance gaps between review cycles.
Why D is Wrong: Centralized decision-making creates operational bottlenecks and slows AI deployment. Effective governance delegates decision authority appropriately while maintaining oversight, rather than centralizing all decisions in a single function.
A risk practitioner is performing a post-implementation review for an AI system used for credit scoring. Which of the following is MOST important for the risk practitioner to confirm?
Access token runtime is logged and timestamped.
The AI system's decisions are explainable and fair.
Performance metrics are frequently communicated to stakeholders.
Employees find the AI system easy to learn and use.
Credit scoring AI systems make high-stakes financial decisions that directly affect individuals' access to credit. Post-implementation review for such systems must confirm that the system performs within ethical, legal, and regulatory boundaries—particularly regarding fairness and explainability.
Why B is Correct: According to ISACA AAIR post-implementation review guidance for high-stakes AI, confirming explainability and fairness is the most critical review element for credit scoring systems. Anti-discrimination laws (Equal Credit Opportunity Act, Fair Housing Act) require that credit decisions be explainable and not discriminatory. Fairness testing detects whether the system produces disparate outcomes across demographic groups, while explainability ensures individual decisions can be justified if challenged.
Why A is Wrong: Access token logging is a security audit trail mechanism. While important for access governance, it does not address the primary regulatory and ethical obligations of a credit scoring system regarding decision quality and fairness.
Why C is Wrong: Stakeholder communication of performance metrics is a governance reporting activity. Metric communication does not confirm the system is making fair, explainable decisions—it only reports on performance indicators.
Why D is Wrong: User ease of learning and use is a user experience and adoption concern. System usability does not determine whether credit scoring decisions are accurate, fair, or legally compliant—which are the primary post-implementation concerns.
TESTED 28 Jun 2026