ISACA Advanced in AI Risk Questions and Answers
Which of the following is the GREATEST risk when an organization relies only on adversarial training to protect a private AI model in a testing environment?
Options:
Inefficient model training cycles
Presence of unaddressed system vulnerabilities
Overfitting to limited datasets
Increased likelihood of exposing proprietary algorithms
Answer:
BExplanation:
Adversarial training improves model robustness against known attack patterns by incorporating adversarial examples into the training process. However, no single security technique provides comprehensive protection—adversarial training addresses only the attack vectors it was designed for, leaving other vulnerabilities unaddressed.
Why B is Correct: The ISACA AAIR security defense-in-depth guidance identifies residual system vulnerabilities as the greatest risk when adversarial training is the sole security measure. Adversarial training protects against specific attack types (evasion, perturbation) but does not address infrastructure vulnerabilities, API security weaknesses, model inversion attacks, membership inference, or other security risks present in a testing environment. A defense-in-depth approach is required for comprehensive protection.
Why A is Wrong: Adversarial training does increase computational requirements and may extend training cycles, but inefficiency is an operational concern rather than a security risk. The security risk of unprotected vulnerabilities significantly outweighs training cycle efficiency.
Why C is Wrong: Overfitting to adversarial training examples is a model quality concern that can be managed through standard regularization techniques. It represents a model performance trade-off, not the greatest security risk from relying solely on adversarial training.
Why D is Wrong: Exposure of proprietary algorithms is an intellectual property risk that is not specifically increased by relying on adversarial training. Algorithm confidentiality is protected through access controls and encryption, which are separate from the adversarial training approach.
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?
Options:
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.
Answer:
AExplanation:
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.
Which of the following is the BEST course of action to mitigate risk during model selection of supervised or unsupervised algorithms?
Options:
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.
Answer:
DExplanation:
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 the BEST way to integrate AI risk management into operational procedures?
Options:
Require organization-wide training on AI legal and regulatory requirements.
Engage regular third-party audits of AI process and workflow documentation.
Introduce AI risk assessment stages throughout the development and deployment process.
Require AI risk committee approval for changes involving automation of manual tasks.
Answer:
CExplanation:
Embedding AI risk management into operations requires that risk assessment activities be integrated throughout the AI development and deployment life cycle, not applied only at discrete checkpoints. This life cycle integration ensures risks are identified and addressed at the stages where they can be most effectively mitigated.
Why C is Correct: The ISACA AAIR curriculum identifies life cycle-integrated risk assessment as the most effective operational integration approach. By introducing risk assessment stages throughout development and deployment—at design, data collection, model training, testing, and deployment—organizations catch risks before they are built into the system. This proactive approach is far more effective than retrospective assessment.
Why A is Wrong: Organization-wide training increases risk awareness but represents an enabler rather than an operational integration mechanism. Training alone does not embed risk practices into workflows.
Why B is Wrong: Third-party audits provide periodic independent assurance but occur infrequently and reactively. They cannot substitute for continuous, integrated risk assessment throughout operations.
Why D is Wrong: Requiring risk committee approval for automation changes creates a governance checkpoint at one decision point. This is narrower than integrating risk assessment across all development and deployment stages and may create bottlenecks without proportionate risk management benefit.
Which of the following AI system considerations BEST mitigates risk associated with model drift?
Options:
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
Answer:
AExplanation:
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 AI capabilities would BEST enable a forecasting system to accurately predict the point at which specific equipment components are likely to fail?
Options:
Post-defect identification of complex root causes
Recommendation of replacement products
Dynamic inventories of spare equipment parts
Real-time analysis of sensor monitoring data
Answer:
DExplanation:
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.
A risk practitioner is assessing risk in a newly implemented AI system integrated into an organization's business processes. Which of the following is the MOST important consideration for the risk practitioner?
Options:
Escalation and approval protocols for AI mitigation measures
Level of existing business process automation prior to AI adoption
AI expertise within the organization's risk management function
Criticality and impact of decision-making driven by the AI system
Answer:
DExplanation:
AI risk assessment must be calibrated to the potential consequences of AI-driven decisions. The criticality and impact of AI-driven decisions directly determine the magnitude of risk exposure and the appropriate level of risk treatment.
Why D is Correct: According to ISACA AAIR principles, the most fundamental risk assessment consideration is the nature and impact of decisions driven by the AI system. Systems making high-stakes decisions—affecting employment, credit, healthcare, or public safety—carry significantly greater risk than those supporting low-impact tasks. Understanding decision criticality frames all other risk assessment activities and drives proportionate control selection.
Why A is Wrong: Escalation protocols are governance process elements that should be designed after understanding the risk profile. They are outputs of risk assessment, not inputs to the primary assessment consideration.
Why B is Wrong: Prior automation levels provide contextual background but do not determine the risk profile of the new AI system. The relevant risk driver is forward-looking, not historical.
Why C is Wrong: Internal expertise levels affect assessment capability but represent an organizational constraint rather than the primary risk consideration. The risk lies in the system's potential impact, not in who assesses it.
Which of the following should be the MOST important area of focus during the development of data security risk scenarios specific to AI?
Options:
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
Answer:
AExplanation:
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.
Risk practitioners use automated tools to generate potential AI risk scenarios. Which of the following represents the GREATEST risk from that approach?
Options:
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.
Answer:
DExplanation:
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.
An organization is selecting an AI model for a solution that requires the creation of new content. It is MOST important to consider selecting:
Options:
a generative model capable of synthesizing samples from an underlying distribution.
an unsupervised clustering model that groups observations by similarity metrics.
a rule-based expert system driven by explicit decision rules and domain knowledge.
a reinforcement learning model that optimizes sequential actions through reward signals.
Answer:
AExplanation:
Different AI model architectures are optimized for different tasks. Content creation requires a model that can generate novel outputs—text, images, audio, or code—rather than classify, cluster, or optimize decisions based on rules or rewards.
Why A is Correct: According to ISACA AAIR AI technology selection guidance, generative models are specifically designed to synthesize new content by learning the underlying probability distributions of training data. They can produce novel, contextually appropriate outputs—exactly what content creation requires. Large language models (LLMs), diffusion models, and GANs are generative architectures designed for this purpose.
Why B is Wrong: Unsupervised clustering groups existing data points by similarity but does not generate new content. It is used for pattern discovery and segmentation, not creative output generation.
Why C is Wrong: Rule-based expert systems execute predefined logic trees and cannot produce novel content beyond the rules explicitly encoded. They are rigid, deterministic systems unsuitable for open-ended content creation.
Why D is Wrong: Reinforcement learning optimizes decision sequences to maximize cumulative rewards. It is suited for sequential decision-making tasks (games, robotics, recommendation systems) but is not the appropriate architecture for direct content generation.
Which of the following poses the GREATEST challenge when performing root cause analysis for incidents involving AI systems and data?
Options:
Lack of transparency
Unclear system objectives
Automation bias
Privacy compliance
Answer:
AExplanation:
Root cause analysis for AI incidents requires the ability to trace system behavior back through decision logic, data processing steps, and model internals to identify what caused the incident. AI systems—particularly deep learning models—often operate as black boxes, making this tracing extremely difficult.
Why A is Correct: According to ISACA AAIR incident management guidance, the lack of transparency in AI systems is the greatest root cause analysis challenge. When decision logic cannot be inspected, when data lineage is unclear, or when model internals are opaque, analysts cannot determine why the system behaved as it did. This transparency deficit prevents accurate root cause identification, perpetuates recurrence, and makes it impossible to demonstrate corrective action to regulators.
Why B is Wrong: Unclear system objectives represent a design and governance problem that should be addressed before deployment. While unclear objectives can contribute to incidents, they are typically knowable and addressable. Lack of transparency during an incident is a more immediate analytical barrier.
Why C is Wrong: Automation bias—the tendency to over-trust automated systems—is a human factors risk that affects decision-making during normal operations. While it may contribute to incidents, it is a behavioral phenomenon rather than the primary technical barrier to root cause analysis.
Why D is Wrong: Privacy compliance requirements may restrict access to certain data needed for analysis, creating constraints on investigation. However, these are governance constraints that can often be addressed through appropriate authorization, not fundamental analytical barriers.
After which of the following events is it MOST important to update risk ratings?
Options:
Discovery of discriminatory outputs from an AI system
Addition of new metrics tracked by automated monitoring
Vulnerability patch deployment for an AI system
Creation of a new AI risk oversight committee
Answer:
AExplanation:
Risk ratings must be maintained as current assessments of organizational risk exposure. Events that materially change the risk profile—particularly those indicating active harm or regulatory violations—require immediate risk rating updates to ensure governance responses are calibrated to the current risk reality.
Why A is Correct: According to ISACA AAIR risk monitoring and review guidance, the discovery of discriminatory outputs from an AI system represents a material change in risk exposure that requires immediate risk rating updates. Discriminatory outputs indicate active harm to individuals, regulatory violations, and significant legal and reputational exposure. This event fundamentally changes the risk profile from a potential to an actual harm, requiring escalated risk ratings and treatment responses.
Why B is Wrong: Adding new monitoring metrics improves risk detection capability but does not change the underlying risk levels. New metrics may subsequently detect risks requiring rating updates, but their addition alone is an operational change, not a risk level change.
Why C is Wrong: Vulnerability patch deployment reduces risk by closing specific security gaps, which may lower risk ratings but is less urgent than updating ratings to reflect active harm discovery. Patching is a remediation activity; discriminatory outputs represent ongoing harm requiring immediate escalation.
Why D is Wrong: Creating an oversight committee improves governance capability but does not change the risk profile of AI systems. Governance structure changes affect the organization's ability to manage risk; they do not affect the risk levels themselves.
A financial organization is developing an AI model for credit risk assessment. Which of the following is MOST important to ensure the training data supports accurate and unbiased outcomes?
Options:
Dataset diversity
Supervised learning
Synthetic data augmentation
Data normalization
Answer:
AExplanation:
Credit risk assessment AI models trained on unrepresentative datasets perpetuate and amplify historical financial inequities, producing discriminatory outcomes that violate anti-discrimination laws and harm underrepresented borrowers. Dataset diversity is the primary safeguard against training-data-driven bias.
Why A is Correct: According to ISACA AAIR bias and fairness guidance for financial AI, dataset diversity is the most important factor for supporting accurate and unbiased credit risk outcomes. A diverse dataset that represents the full population of potential borrowers—across demographics, income levels, credit histories, and geographies—enables the model to learn genuine risk relationships rather than proxies for protected characteristics. Without diversity, even technically sophisticated models perpetuate discriminatory patterns from historical data.
Why B is Wrong: Supervised learning is a modeling approach, not a data quality characteristic. The choice of supervised learning is appropriate for credit scoring but does not determine whether the training data is representative or unbiased.
Why C is Wrong: Synthetic data augmentation can supplement real data to address specific gaps but cannot substitute for diversity in the underlying real-world data. Synthetic data derived from biased real data may amplify rather than correct the original bias.
Why D is Wrong: Data normalization is a preprocessing technique that scales numerical features to comparable ranges to improve model convergence. It addresses technical modeling quality but has no effect on the representational diversity or demographic fairness of the dataset.
Which of the following is the MOST important consideration when determining mitigation controls for an AI system?
Options:
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
Answer:
CExplanation:
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.
Which of the following poses the GREATEST challenge related to the protection of intellectual property generated by AI solutions?
Options:
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
Answer:
CExplanation:
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.
An organization depends on multiple external suppliers for AI models and training datasets. Which of the following is MOST important to have in place in order to reduce supply chain risk?
Options:
Verifiable end-to-end provenance and audit trails for externally sourced artifacts
Standard indemnity clauses in vendor contracts to assign liability responsibilities
Requirement for vendors to provide documentation of model training methods used
Appointment of a vendor risk manager with AI expertise to serve as a single point of contact
Answer:
AExplanation:
AI supply chain risk arises when external models or datasets are tampered with, have undisclosed characteristics, or cannot be traced to trusted origins. End-to-end provenance and audit trails address these risks by enabling verification of integrity and origin at every stage of the supply chain.
Why A is Correct: According to ISACA AAIR supply chain risk management guidance, verifiable provenance and audit trails are the most important supply chain protection mechanism. Provenance documentation traces the origin, handling, and transformation history of every externally sourced AI artifact—enabling the organization to verify that models and datasets have not been tampered with, that data sources are legitimate, and that the supply chain has not been compromised. Without provenance, organizations cannot distinguish trustworthy from compromised artifacts.
Why B is Wrong: Indemnity clauses assign financial liability after harm occurs. They provide legal recourse but do not prevent supply chain attacks or help the organization verify artifact integrity before deployment.
Why C is Wrong: Training method documentation provides useful technical context but does not verify that the actual artifacts delivered match the documentation. Documentation can be falsified; provenance verification with cryptographic integrity checks cannot.
Why D is Wrong: A vendor risk manager provides governance oversight and relationship management. While important for managing vendor relationships, a single contact point does not substitute for technical provenance verification of every artifact in the supply chain.
Which of the following is the PRIMARY benefit of implementing a comprehensive data pipeline for AI model training, testing, and validation?
Options:
Reduced risk of introducing errors into the final AI model
Sharing of governance risk with external data and service providers
Automation of complex tasks in early stages of the data pipeline
Enhanced auditability of outputs to provide evidence of regulatory compliance
Answer:
AExplanation:
A comprehensive, well-designed data pipeline establishes consistent, documented processes for data collection, preprocessing, transformation, and quality validation across training, testing, and validation stages. This systematic approach reduces the likelihood of data errors propagating through to the final model.
Why A is Correct: According to ISACA AAIR data pipeline governance guidance, the primary benefit of a comprehensive pipeline is reducing error propagation risk. By applying consistent quality checks, validation gates, and transformation rules throughout the pipeline, errors in raw data are detected and corrected before they influence model training. This prevents data quality failures from compounding into model accuracy and bias problems—producing a higher-quality, more reliable final model.
Why B is Wrong: Governance risk sharing with external providers occurs through contractual arrangements and shared responsibility frameworks, not through data pipeline implementation. Pipeline design is an internal quality management measure.
Why C is Wrong: Automation of early-stage pipeline tasks is an operational efficiency benefit. While valuable, efficiency is a secondary benefit compared to the primary purpose of ensuring data quality and reducing error risk.
Why D is Wrong: Enhanced auditability is an important governance benefit that pipeline documentation provides but is not the primary purpose of pipeline implementation. The primary purpose is quality assurance during model development; auditability is a beneficial side effect.
Which AI security by design option BEST mitigates targeted model poisoning and supply chain tampering?
Options:
Frequent data refreshes with checksums
Frequent model retraining and bias monitoring
Adversarial resilience and data integrity controls
Use data tokenization for sensitive fields
Answer:
CExplanation:
Model poisoning attacks target the training data or model parameters to degrade performance or introduce malicious behavior. Supply chain tampering introduces compromised components at vendor or integration stages. Security by design principles require embedding defenses against these threats from the earliest design stages.
Why C is Correct: According to ISACA AAIR security by design guidance, adversarial resilience and data integrity controls address both model poisoning and supply chain tampering at their root. Adversarial resilience training prepares the model to resist maliciously crafted inputs. Data integrity controls—cryptographic signing, provenance tracking, integrity verification—detect tampering in training data and model artifacts across the supply chain. Together, these form the most comprehensive defense against both attack categories.
Why A is Wrong: Data refreshes with checksums detect post-hoc data corruption but do not build adversarial resilience into the model itself. Checksums verify file integrity but cannot prevent poisoning attacks that maintain file integrity while altering data content.
Why B is Wrong: Frequent retraining and bias monitoring address performance drift and fairness but do not specifically protect against deliberate tampering. A retrained model may still be trained on poisoned data if integrity controls are absent.
Why D is Wrong: Data tokenization protects sensitive field values from unauthorized access (a privacy control) but does not address model poisoning or supply chain tampering, which can occur without accessing or exposing the sensitive field values themselves.
Which of the following is the PRIMARY reason to lower AI model temperature?
Options:
To mitigate the risk of persistent bias in responses to users
To enhance consistency and accuracy of model outputs
To diversify ideas and recommendations generated by the model
To reduce energy consumption and environmental impact
Answer:
BExplanation:
Temperature is a hyperparameter in language model generation that controls output randomness. Lower temperatures make the model more deterministic—concentrating probability mass on the most likely tokens and producing more consistent, predictable outputs. Higher temperatures introduce more randomness and diversity.
Why B is Correct: According to ISACA AAIR model configuration guidance, lowering model temperature is primarily used to enhance consistency and accuracy of outputs. In production applications requiring reliable, reproducible responses—such as customer service, compliance reporting, or technical documentation—lower temperature ensures the model consistently generates the most appropriate response based on its learned knowledge, reducing variability and improving output quality.
Why A is Wrong: Temperature adjustment does not directly mitigate bias. Bias in AI models is a function of training data and model architecture, not output randomness. A biased model at low temperature will consistently generate biased outputs; lowering temperature may actually make bias more persistent by reducing variation.
Why C is Wrong: Diversifying ideas and recommendations is achieved by increasing temperature, not lowering it. Higher temperature is used for creative tasks where variety is valuable; lower temperature is used for tasks requiring precision and consistency.
Why D is Wrong: Model temperature has no direct relationship to computational energy consumption. Energy use is primarily driven by model size, computation requirements, and inference frequency—not the temperature parameter.
Which of the following is the PRIMARY benefit of tailoring AI governance to an organization's culture and risk tolerance?
Options:
Improved AI model explainability and regulatory compliance
Higher stakeholder acceptance rates and more appropriate AI risk policies
Automation of risk assessment processes and clearer AI risk accountability
Enhanced AI training programs and staff reskilling initiatives
Answer:
BExplanation:
AI governance frameworks that are disconnected from organizational culture and risk tolerance face adoption resistance and produce policies that are either too restrictive or too permissive. Tailored governance is more likely to be embraced by stakeholders and produce risk policies calibrated to the organization's actual risk appetite.
Why B is Correct: The ISACA AAIR Study Guide emphasizes that governance tailored to culture and risk tolerance produces two primary benefits: stakeholders are more likely to accept and follow governance policies that reflect their own values and operational realities, and the resulting policies are appropriately calibrated to actual risk appetite rather than generic standards. Together, these produce more effective, sustainable governance.
Why A is Wrong: Model explainability is a technical property of individual AI systems, not a governance tailoring outcome. Regulatory compliance may improve with tailored governance but is a compliance benefit, not the primary benefit of cultural alignment.
Why C is Wrong: Automation of risk assessment and accountability clarity are process improvements that may result from better governance design but are not the primary benefit of cultural and risk tolerance alignment.
Why D is Wrong: Training programs and reskilling are workforce development activities. While governance reform may highlight training needs, skills development is an enabling activity rather than the primary benefit of culturally tailored governance.
Which of the following is the PRIMARY purpose of maintaining comprehensive model cards and documentation?
Options:
Justifying model use cases
Preserving audit trails
Listing technical specifications
Providing model transparency
Answer:
DExplanation:
Model cards are standardized documents that communicate key information about AI models, including their intended use, training data, performance characteristics, limitations, and ethical considerations. They serve as a primary transparency instrument in AI governance.
Why D is Correct: According to the ISACA AAIR curriculum, the primary purpose of model cards is to provide transparency to stakeholders—including developers, users, auditors, and regulators. Transparency enables informed decision-making about model deployment, helps identify potential misuse, and supports responsible AI governance across the life cycle.
Why A is Wrong: Justifying use cases is a secondary benefit. Model cards are not primarily advocacy documents; their core function is objective disclosure of model characteristics and limitations.
Why B is Wrong: Preserving audit trails is a governance function served by version control and change management systems. While model cards contribute to audit readiness, it is not their primary purpose.
Why C is Wrong: Technical specifications represent only a subset of model card content. Model cards go beyond technical detail to address fairness, bias, intended use boundaries, and societal impact considerations.
Which of the following is the BEST governance approach for balancing risk management and operational flexibility across diverse AI applications?
Options:
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
Answer:
BExplanation:
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.
Which of the following is the PRIMARY benefit of integrating AI risk processes into an enterprise risk framework?
Options:
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
Answer:
DExplanation:
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?
Options:
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.
Answer:
CExplanation:
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 BEST mitigates risk associated with evasion attacks on AI models?
Options:
API rate limiting
Anomaly detection
Predictive analytics
Feature importance weighting
Answer:
BExplanation:
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 BEST helps to ensure AI model outputs can be reproduced in other environments?
Options:
Requiring manual review of outputs for stability and accuracy
Capturing and archiving complete snapshots of training datasets
Maintaining continuous post-deployment performance monitoring
Implementing AI-specific change management processes
Answer:
BExplanation:
AI model reproducibility—the ability to recreate identical or near-identical outputs in different environments—depends on having access to the exact training data, model weights, and configurations used to produce a given model version. Training dataset snapshots are foundational to this capability.
Why B is Correct: The ISACA AAIR model documentation and auditability guidance identifies capturing and archiving complete training dataset snapshots as essential for reproducibility. To reproduce a model's outputs in another environment, the development team must be able to reconstruct the exact training conditions—including the precise dataset used. Without archived snapshots, datasets evolve and the original training conditions become impossible to recreate.
Why A is Wrong: Manual review of outputs validates accuracy for a specific deployment but does not address reproducibility across environments. Manual review cannot substitute for the technical artifacts needed to recreate a model.
Why C is Wrong: Continuous performance monitoring detects behavioral changes in production but does not enable reproduction of the model in alternative environments. Monitoring is forward-looking, while reproducibility is about reconstructing past conditions.
Why D is Wrong: AI-specific change management processes control how models are modified and deployed but do not capture the training artifacts needed for environmental reproduction. Change management governs transitions; reproducibility requires data preservation.
An organization has deployed generative AI tools broadly but lacks a consistent method to refresh governance policies and controls. Which of the following is the risk practitioner's BEST recommendation?
Options:
Establish an ongoing review cadence and codify procedures for reassessment.
Implement systematic updates and emphasize alignment with emerging regulatory expectations.
Centralize decision making and concentrate authority within executive leadership and technical owners.
Schedule annual compliance reviews and integrate audit findings into revision planning.
Answer:
AExplanation:
Generative AI capabilities and the associated risk landscape evolve rapidly. Governance policies and controls must be refreshed through a structured, regular process rather than reactively or only when compliance requirements change.
Why A is Correct: According to ISACA AAIR, establishing a regular review cadence with codified reassessment procedures is the most robust approach because it creates a systematic, predictable process for keeping governance current. By documenting when and how policies will be reviewed—including triggers for ad hoc review (new deployments, incidents, regulatory changes)—the organization ensures governance never stagnates regardless of external pressures.
Why B is Wrong: Regulatory alignment is an important input to governance refresh but represents a reactive, external-trigger approach. Relying primarily on regulatory signals means governance lags behind organizational AI changes not covered by new regulations.
Why C is Wrong: Centralizing authority in executive and technical leadership creates decision bottlenecks and reduces the operational agility needed to keep pace with rapidly evolving AI deployments. Distributed governance with clear escalation paths is more effective.
Why D is Wrong: Annual reviews are too infrequent for generative AI tools, which may see significant capability changes and risk profile shifts multiple times per year. Annual compliance audits cannot keep governance current in a rapidly evolving AI environment.