When using AI as part of incident response, which of the following BEST ensures the automation aligns with regulatory and governance obligations?
Answer : D
AAISM prescribes risk-based, human-in-the-loop orchestration for safety-critical or regulated actions. A tiered automation strategy that gates autonomy by incident severity, data sensitivity, and regulatory requirements ensures accountability, auditability, and proportionality, satisfying governance obligations. Full autonomy (A) risks non-compliance; simply mirroring legacy workflows (B) may not meet current obligations; broad auto-containment (C) lacks necessary oversight controls.
===========
An organization has requested a developer to apply AI algorithms to existing modules in order to improve customer service quality. At this stage, which of the following should be considered FIRST?
Answer : B
According to AAISM governance principles, when AI functionality is added to existing services, the first consideration is contractual and service-level accountability. If AI outputs cannot be predefined, the existing service agreements may no longer reflect performance responsibilities or liability. Revising or updating the agreement ensures governance alignment, accountability, and risk management for AI-driven behavior. Phased approaches and performance explanations are valuable but occur later in project management. Developer accountability for customer inquiries is not a primary governance step. The most immediate consideration is revising service agreements when AI introduces new uncertainties.
AAISM Exam Content Outline -- AI Governance and Program Management (Policies and Service Agreements)
AI Security Management Study Guide -- Accountability in AI Deployments
Which of the following controls would BEST help to prevent data poisoning in AI models?
Answer : B
The most direct preventative control against data poisoning is robust data validation/ingestion gating: provenance checks, schema and constraint validation, anomaly/outlier screening, label consistency tests, and whitelist/blacklist source controls before data reaches training pipelines. Larger datasets (A) don't inherently prevent poisoning; monitoring (C) is detective; updating a foundation model (D) does not address tainted inputs entering the pipeline.
Which of the following is the MOST important factor to consider when selecting industry frameworks to align organizational AI governance with business objectives?
Answer : D
According to AAISM governance principles, the risk appetite of the organization is the most important factor in selecting appropriate frameworks for AI governance. Risk appetite defines the level of risk an organization is willing to accept in pursuit of its objectives, ensuring frameworks are aligned with strategic goals. Risk tolerance and thresholds are operational measures derived from appetite, and the risk register is a documentation tool. The foundational consideration for framework alignment is the organization's risk appetite.
AAISM Exam Content Outline -- AI Governance and Program Management (Risk Appetite in Governance Alignment)
AI Security Management Study Guide -- Framework Selection and Business Strategy
An AI research team is developing a natural language processing model that relies on several open-source libraries. Which of the following is the team's BEST course of action to ensure the integrity of the software packages used?
Answer : B
AAISM's technical control guidance emphasizes that when using open-source libraries, the best safeguard for integrity is to scan the packages for malware before installation. This ensures that compromised or malicious code does not enter the AI system environment. Maintaining lists aids consistency but not security. Always using the latest versions may introduce unverified vulnerabilities. Retraining models addresses functionality but not software integrity. Therefore, the strongest protective measure is pre-installation malware scanning of open-source packages.
AAISM Exam Content Outline -- AI Technologies and Controls (Software Supply Chain Security)
AI Security Management Study Guide -- Open-Source Package Risk Mitigation
Which of the following AI-driven systems should have the MOST stringent recovery time objective (RTO)?
Answer : D
AAISM risk guidance notes that the most stringent recovery objectives apply to industrial control systems, as downtime can directly disrupt critical infrastructure, manufacturing, or safety operations. Health support systems also require high availability, but industrial control often underpins safety-critical and real-time environments where delays can result in catastrophic outcomes. Credit risk models and navigation systems are important but less critical in terms of immediate physical and operational impact. Thus, industrial control systems require the tightest RTO.
AAISM Study Guide -- AI Risk Management (Business Continuity in AI)
ISACA AI Security Management -- RTO Priorities for AI Systems
A financial organization is concerned about AI data poisoning. Which control BEST mitigates this risk?
Answer : C
AAISM outlines that diversifying training data sources reduces the likelihood and impact of poisoning because:
* attack samples become harder to inject
* anomalies are easier to detect
* corrupted data has reduced influence on model behavior
Break-glass procedures (A) relate to incident response, not mitigation. Customer transparency (B) does not stop poisoning. Awareness training (D) is insufficient alone.
============================================