Isaca AAIR Practice Test Questions and Exam Dumps Part18 Q341-360

View Full Isaca AAIR Exam Dumps and Practice Test Dumps.


Q341. An AI governance committee includes strong technical experts but lacks legal, privacy, business, and risk representation. What is the BEST improvement?

  1. Give technical members authority over all nontechnical issues
    2. Add cross-functional members with expertise relevant to material AI risks
    3. Remove technical experts from the committee
    4. Ask the AI vendor to make governance decisions

Correct Answer: 2. Add cross-functional members with expertise relevant to material AI risks

Explanation: AI risk crosses traditional organizational boundaries. Technical experts can evaluate model and system behavior, but legal, privacy, compliance, business, security, risk, and other stakeholders may be needed to evaluate regulatory obligations, affected individuals, strategic alignment, contractual exposure, and ethical concerns. The exact committee composition should reflect the organization’s AI use cases and risk profile. Cross-functional participation also improves challenge and reduces the likelihood that one discipline overlooks important consequences. Vendors can provide information, but accountability for enterprise AI governance should remain with the organization.

Q342. An organization uses several AI governance standards with overlapping requirements. What is the BEST way to reduce inconsistent implementation?

  1. Apply only whichever standard has the fewest controls
    2. Let each business unit choose its preferred standard
    3. Remove all common requirements
    4. Create a crosswalk mapping overlapping requirements to a harmonized control framework**

Correct Answer: 4. Create a crosswalk mapping overlapping requirements to a harmonized control framework

Explanation: A standards crosswalk helps identify where different frameworks, regulations, and internal policies address the same underlying governance objective. The organization can then design common controls and evidence that satisfy several requirements where appropriate, while separately addressing unique obligations. This reduces duplicated work and inconsistent terminology without ignoring differences among standards. A harmonized control framework also improves testing and reporting because teams understand which enterprise controls support which external requirements. Choosing only the easiest standard can create compliance gaps when multiple frameworks genuinely apply.

Q343. Two organizational AI principles conflict in a specific use case: maximum personalization would increase business value but require substantially more personal data. What should management do?

  1. Evaluate the tradeoff using business objectives, privacy principles, stakeholder impact, and risk appetite
    2. Always maximize personalization
    3. Ignore privacy because business value is measurable
    4. Stop using AI in every personalized service

Correct Answer: 1. Evaluate the tradeoff using business objectives, privacy principles, stakeholder impact, and risk appetite

Explanation: Responsible AI governance often requires balancing legitimate but competing objectives. Greater personalization may improve customer experience while increasing privacy, consent, retention, and data-security exposure. Management should identify the minimum information needed, consider alternative designs, evaluate affected stakeholders, and determine whether residual risk remains within approved appetite. Organizational principles should guide decision-making rather than being treated as slogans that always produce one automatic answer. Documenting the rationale also supports consistency and later review when technology, expectations, or regulations change.

Q344. An enterprise operates AI services in multiple countries and notices employees interpret the AI policy differently because of language and cultural differences. What is the BEST response?

  1. Require every employee to interpret the original policy independently
    2. Create entirely different governance principles for every office
    3. Provide localized, role-appropriate guidance while preserving consistent enterprise requirements
    4. Remove employee training requirements

Correct Answer: 3. Provide localized, role-appropriate guidance while preserving consistent enterprise requirements

Explanation: Enterprise AI governance should remain consistent while being communicated in a way employees can understand and apply. Localization can include translated policies, region-specific regulatory context, practical examples, and role-based training without weakening core requirements. Different business units may also need guidance tailored to their activities. Simply publishing one global document may not create effective awareness, especially when terminology or local law differs. Training effectiveness should be assessed through understanding and behavior rather than assuming policy distribution alone creates compliance.

Q345. A company uses a vector database containing embeddings created from sensitive internal documents. What should the risk team recognize?

  1. Embeddings and derived indexes may still require protection as sensitive AI data assets
    2. Embeddings can never reveal meaningful information
    3. Vector databases are outside AI asset governance
    4. Access controls are unnecessary because embeddings are numerical

Correct Answer: 1. Embeddings and derived indexes may still require protection as sensitive AI data assets

Explanation: Embeddings are numerical representations, but they are derived from underlying information and may still create confidentiality, privacy, or inference risk. Organizations should classify and protect vector stores based on the sensitivity of their source material and possible exposure pathways. Appropriate measures can include access control, encryption, tenant isolation, retention, deletion, and monitoring. Governance should also address whether removing a source document requires removal of associated derived artifacts. Treating embeddings as automatically anonymous can create a blind spot in retrieval-augmented AI architectures.

Q346. A customer requests deletion of information that was indexed into both a retrieval database and backup systems. What is the MOST appropriate response?

  1. Delete only the visible source document
    2. Ignore derived or backup copies
    3. Retrain every enterprise AI model immediately
    4. Follow applicable deletion requirements across source, derived, indexed, and retained copies where required**

Correct Answer: 4. Follow applicable deletion requirements across source, derived, indexed, and retained copies where required

Explanation: AI data can exist in several forms, including source documents, embeddings, caches, indexes, backups, logs, and potentially model-training datasets. When deletion is legally or contractually required, the organization should use lineage and retention information to determine which copies fall within scope and how they should be removed or restricted. Backup treatment may follow special legal and operational rules, so immediate physical deletion is not always required. A defined process helps ensure deletion obligations are applied consistently across the AI data lifecycle instead of addressing only the most visible copy.

Q347. A model’s ranking accuracy remains stable, but its predicted probabilities become increasingly unreliable over time. What should monitoring identify?

  1. Vendor concentration
    2. Calibration drift
    3. Model extraction
    4. Business continuity failure

Correct Answer: 2. Calibration drift

Explanation: Calibration measures how closely predicted probabilities correspond to observed outcome frequencies. A model can continue ranking cases correctly while its confidence estimates become unreliable. This matters when business decisions use probability thresholds—for example, when cases above a certain confidence level are automatically approved. Monitoring should therefore evaluate calibration where confidence scores influence action. Recalibration, retraining, or threshold adjustment may be needed after investigation. Focusing only on overall accuracy can miss meaningful deterioration in how decision-makers should interpret model confidence.

Q348. Which situation provides the STRONGEST justification for retiring an AI model?

  1. A newer model exists in the market
    2. The original developers have moved to another team
    3. The model no longer provides sufficient business value or acceptable risk despite feasible remediation
    4. The model has been in production for one year

Correct Answer: 3. The model no longer provides sufficient business value or acceptable risk despite feasible remediation

Explanation: Retirement decisions should reflect business value, risk, maintainability, regulatory suitability, and operational feasibility rather than model age alone. A model that no longer supports strategic objectives, cannot meet required performance, or retains unacceptable residual risk may warrant decommissioning. Conversely, an older model can remain appropriate when it continues to meet business and governance requirements. Retirement should follow a controlled process addressing dependencies, records, access, archival, data retention, user transition, and replacement processes so removing the system does not create new operational risks.

Q349. An AI agent has access to email, payment, and customer-record tools. Which activity is MOST important when assessing its threat exposure?

  1. Count the number of tools only
    2. Review only the underlying language model
    3. Assume tool authorization eliminates all risk
    4. Threat-model how prompts, identities, tool permissions, and external inputs could combine to cause unauthorized actions**

Correct Answer: 4. Threat-model how prompts, identities, tool permissions, and external inputs could combine to cause unauthorized actions

Explanation: Agentic AI risk depends heavily on system interactions. The language model may interpret untrusted prompts, retrieve external content, and invoke tools with real business consequences. Threat modeling should therefore examine identity, authorization, prompt injection, excessive agency, data leakage, tool chaining, transaction limits, and approval mechanisms. Looking only at the model misses risks created by the surrounding architecture. Least privilege and deterministic tool controls can significantly reduce impact when model reasoning is incorrect or manipulated.

Q350. A risk team wants to understand the different ways attackers could cause an autonomous AI system to execute an unauthorized payment. Which method is MOST useful?

  1. Attack-tree analysis
    2. Model accuracy benchmarking only
    3. Employee satisfaction surveys
    4. Data-retention schedules

Correct Answer: 1. Attack-tree analysis

Explanation: Attack trees break an undesirable outcome into possible attack paths and prerequisite conditions. For unauthorized AI-driven payments, branches might include credential compromise, prompt injection, tool-permission abuse, malicious retrieved content, or control bypass. This structure helps teams identify multiple pathways to the same consequence and determine whether preventive and detective controls cover them adequately. Attack trees can complement broader risk scenarios and threat modeling. They are especially useful for complex AI architectures where attackers may combine weaknesses across models, identities, APIs, and business processes.

Q351. Management accepts an AI risk only while a specific monitoring control remains effective. What type of acceptance is this?

  1. Unconditional permanent acceptance
    2. Risk avoidance
    3. Conditional risk acceptance
    4. Full risk transfer

Correct Answer: 3. Conditional risk acceptance

Explanation: Conditional acceptance means management is willing to retain risk only while specified conditions remain true. Conditions may include monitoring, transaction limits, enhanced oversight, compensating controls, or a time-bound review. If the condition fails, the acceptance should be reconsidered and escalation or further treatment may be required. Documenting conditions makes the decision more precise than a simple “accept” status. This is particularly useful for changing AI environments where risk may remain acceptable only while performance, controls, or business circumstances stay within defined boundaries.

Q352. An AI model’s production monitoring alert is consistently acknowledged but never investigated. What is the PRIMARY control weakness?

  1. The alert threshold is necessarily too low
    2. The monitoring process lacks effective investigation and follow-through
    3. Monitoring should be eliminated
    4. The model must automatically be retrained

Correct Answer: 2. The monitoring process lacks effective investigation and follow-through

Explanation: A monitoring control is only useful when meaningful alerts lead to appropriate investigation and response. Acknowledging an alert without determining its cause, impact, or required action creates the appearance of control without effective risk reduction. Procedures should identify alert ownership, response time, investigation steps, escalation, and closure evidence. Management should also monitor unresolved or repeatedly acknowledged alerts. The weakness may be procedural rather than technical, demonstrating why operating effectiveness must consider the complete control process rather than merely whether an alerting system generates notifications.

Q353. Two business units report AI incident rates as “incidents per month,” but one unit has 100 AI systems and the other has 5. What reporting improvement BEST supports comparison?

  1. Use only raw incident counts
    2. Stop comparing business units
    3. Report only the larger business unit
    4. Normalize the metric using an appropriate denominator such as systems, transactions, or exposure**

Correct Answer: 4. Normalize the metric using an appropriate denominator such as systems, transactions, or exposure

Explanation: Raw incident counts can be misleading when business units differ greatly in scale. Normalization provides context by relating incidents to a meaningful exposure measure, such as number of systems, decisions, users, or transactions. The correct denominator depends on the risk and business process. A smaller unit with fewer incidents may actually have a higher incident rate once exposure is considered. Risk reporting should define calculations consistently so management compares like with like rather than drawing conclusions from unadjusted totals.

Q354. Which metric is MOST likely to function as a leading AI risk indicator rather than a lagging indicator?

  1. Increasing percentage of overdue high-risk model reviews
    2. Financial loss already incurred from AI incidents
    3. Number of completed historical incident reports
    4. Total compensation already paid to affected customers

Correct Answer: 1. Increasing percentage of overdue high-risk model reviews

Explanation: Leading indicators provide warning that risk exposure may be increasing before losses materialize. A growing backlog of overdue reviews suggests that important systems may be operating with outdated assumptions or unaddressed changes. Financial loss and customer compensation are lagging indicators because they measure consequences that have already occurred. Both types are useful, but leading indicators can support proactive intervention. The organization should select KRIs with clear relationships to risk scenarios and define thresholds and escalation procedures before indicators breach acceptable levels.

Q355. A critical AI vendor claims customer data can be exported easily if the contract ends. What provides the BEST assurance of data portability?

  1. The sales representative’s statement
    2. The existence of an export button
    3. A tested export and migration exercise using required data and formats
    4. A long-term contract extension

Correct Answer: 3. A tested export and migration exercise using required data and formats

Explanation: Portability should be demonstrated through testing. An export function may omit metadata, model settings, prompts, logs, or other information required to recreate the service elsewhere. A practical migration exercise can reveal incompatible formats, large transfer times, missing dependencies, licensing issues, or transformation requirements. Critical AI services may not require full migration testing frequently, but important assumptions should be verified. Tested portability strengthens exit readiness and reduces vendor lock-in when providers become unavailable or no longer meet organizational needs.

Q356. An AI supplier becomes subject to new international sanctions that may affect service delivery. What should the customer do?

  1. Ignore the issue until the service stops
    2. Assess legal applicability, operational dependency, alternatives, and continuity or exit actions
    3. Automatically violate sanctions to preserve continuity
    4. Remove the supplier from the vendor inventory

Correct Answer: 2. Assess legal applicability, operational dependency, alternatives, and continuity or exit actions

Explanation: Geopolitical and sanctions developments can create legal and operational risks quickly. The organization should engage legal and compliance stakeholders to determine applicability, assess affected contracts and data flows, and evaluate whether continuity or exit plans must be activated. Alternative providers, migration timelines, and customer impacts may need urgent review. Automatically continuing prohibited activity is unacceptable, while waiting for an actual outage may leave too little time for orderly transition. Supply-chain monitoring should therefore include external events capable of changing vendor viability or legality.

Q357. An AI incident affects a small number of individuals but potentially violates important legal rights. How should severity be determined?

  1. Classify it as low because few people are affected
    2. Consider the nature and seriousness of the rights impact, not only the number of affected individuals
    3. Use only financial-loss estimates
    4. Ignore legal consequences until litigation begins

Correct Answer: 2. Consider the nature and seriousness of the rights impact, not only the number of affected individuals

Explanation: Incident severity should reflect the full consequence of the event. A small number of cases can still be highly material when safety, discrimination, legal rights, or sensitive personal information are involved. Severity criteria should therefore consider qualitative harm as well as scope, financial loss, regulatory obligations, and service impact. Overreliance on affected-user counts can systematically underrate serious but narrowly distributed incidents. AI incident frameworks should recognize stakeholder harm and legal implications when determining escalation and response requirements.

Q358. A manual continuity workaround exists for an AI-supported business process, but only one employee still knows how to perform it. What is the PRIMARY concern?

  1. The model may become more accurate
    2. The workaround has a key-person dependency that threatens continuity
    3. The AI vendor needs more training data
    4. Manual processes never require testing

Correct Answer: 1. The workaround has a key-person dependency that threatens continuity

Explanation: A fallback procedure is vulnerable when only one individual knows how to execute it. Absence, turnover, or unavailability of that person during an outage could make the continuity plan ineffective. The organization should document the process, train sufficient backup personnel, and test execution under realistic conditions. Skills can also decay when manual procedures are rarely used. Business continuity planning must therefore consider people, knowledge, technology, data, facilities, and suppliers rather than assuming that a written statement saying “manual fallback” creates practical resilience.

Q359. A disaster recovery test restores an AI model from backup. What validation should occur BEFORE the recovered model is returned to service?

  1. Confirm only that the model file exists
    2. Trust the backup because it was previously approved
    3. Skip validation to meet the RTO
    4. Verify artifact integrity, version, required dependencies, and expected functional behavior**

Correct Answer: 4. Verify artifact integrity, version, required dependencies, and expected functional behavior

Explanation: Successful file restoration does not automatically mean the recovered AI service is trustworthy. The organization should confirm that the intended model version was restored, that integrity has not been compromised, and that necessary dependencies, data, configuration, and interfaces are compatible. Appropriate functional or smoke testing can verify that the recovered model behaves as expected before normal processing resumes. Recovery procedures should be designed to meet RTO requirements while still preserving essential validation. Returning an incorrect or corrupted model to service can turn a continuity event into a new AI risk incident.

Q360. An AI tool proposes new enterprise risk scenarios and cites sources that do not exist. What should the risk team do?

  1. Add all proposed scenarios immediately because AI identified them
    2. Ignore every AI-generated scenario permanently
    3. Validate the scenarios and supporting evidence independently before using them in formal risk analysis
    4. Allow the AI to create supporting sources automatically

Correct Answer: 3. Validate the scenarios and supporting evidence independently before using them in formal risk analysis

Explanation: Generative AI can assist risk identification but may hallucinate facts, citations, or external evidence. Risk professionals should independently verify proposed scenarios and supporting information before incorporating them into official risk records. A scenario may still be useful even if an AI-generated citation is wrong, but it must be supported by credible evidence, organizational context, and professional assessment. AI can improve coverage and brainstorming efficiency while humans retain responsibility for validating evidence, assessing materiality, assigning ownership, and making formal enterprise risk decisions.