In the context of generative AI, which of the following would be the MOST likely goal of penetration testing during a red-teaming exercise?
-
A
Generate outputs that are unexpected using adversarial inputs
-
B
Stress test the model's decision-making process
-
C
Degrade the model's performance for existing use cases
-
D
Replace the model's outputs with entirely random content
Reveal answer details
Close answer details
Correct answerA
ExplanationAAISM's risk management content describes red-teaming in generative AI as focused on deliberately crafting adversarial prompts to test whether the model produces unexpected or undesired outputs that violate safety, integrity, or compliance standards. The goal is not to stress system performance or randomly disrupt outputs, but rather to uncover vulnerabilities in how the model responds to manipulative inputs. This allows organizations to improve resilience against prompt injection, jailbreaking, or harmful content generation. The correct answer is therefore generate outputs that are unexpected using adversarial inputs. References: AAISM Exam Content Outline - AI Risk Management (Red-Team Testing and Adversarial Exercises) AI Security Management Study Guide - Penetration Testing in Generative AI Contexts
Which of the following types of testing can MOST effectively mitigate prompt hacking?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationPrompt hacking manipulates large language models by injecting adversarial instructions into inputs to bypass or override safeguards. The AAISM framework identifies adversarial testing as the most effective way to simulate such manipulative attempts, expose vulnerabilities, and improve the resilience of controls. Load testing evaluates performance, input testing checks format validation, and regression testing validates functionality after changes. None of these directly address the manipulation of natural language inputs. Adversarial testing is therefore the correct approach to mitigate prompt hacking risks. References: AAISM Exam Content Outline - AI Risk Management (Testing and Assurance Practices) AI Security Management Study Guide - Adversarial Testing Against Prompt Manipulation
When evaluating a new AI tool for intrusion prevention, which of the following is the MOST important consideration to ensure the tool fits within the existing program architecture?
-
A
Confirm tool capabilities align with the control objectives.
-
B
Select a tool that integrates with the existing SIEM.
-
C
Prioritize a tool that offers real-time anomaly detection.
-
D
Ensure automated response orchestration.
Reveal answer details
Close answer details
Correct answerA
ExplanationThe highest-priority fit criterion for introducing a new AI security capability is alignment to the organization' s established control objectives and program architectures. Control objectives encode what must be achieved (e.g., detection coverage, response timeliness, accountability, auditability) and are the basis for requirements traceability across governance, risk, and technical controls. Ensuring the tool's capabilities directly satisfy those objectives provides architectural fit, policy conformance, and measurable assurance. While integration (e.g., SIEM), detection features (e.g., real-time anomaly detection), and orchestration are important, they are secondary to proving the tool maps to-and can be verified against-the control objectives that define the program's intended outcomes. References: AI Security Management (AAISM) Body of Knowledge: AI Governance and Program Management - Security program alignment, control objectives, and requirements traceability AI Security Management Study Guide: Control objective mapping, architecture fit criteria, and solution selection governance
Which strategy BEST ensures generative AI tools do not expose company data?
-
A
Conducting an independent AI data audit
-
B
Implementing a solution prohibiting input of sensitive data
-
C
Testing AI tools before implementation
-
D
Ensuring AI tools comply with local regulations
Reveal answer details
Close answer details
Correct answerB
ExplanationAAISM identifies the strongest immediate control for preventing data leakage into generative AI systems as technically restricting or blocking user entry of sensitive data. Audits (A) are retrospective. Testing tools (C) does not prevent user error. Regulatory compliance (D) does not stop operational leakage. References: AAISM Study Guide - Data Leakage Prevention and Input Restriction Controls.
A healthcare provider deploys an AI system to predict patient deterioration. Which factor is MOST important to ensure ethical deployment?
-
A
Response latency under peak load
-
B
Explainability of predictions
-
C
GPU utilization efficiency
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationAAISM stresses high explainability for safety-critical and human-impacting decisions such as healthcare predictions. Technical performance (A, C, D) does not outweigh transparency requirements. References: AAISM Study Guide ?Explainability for High-Impact Use Cases.
During the deployment of a generative AI platform, a risk assessment highlighted threats such as data leakage and prompt manipulation. Which of the following is the BEST way to ensure appropriate control selection?
-
A
Rely primarily on vendor-provided security features and seek third-party certifications
-
B
Map identified AI threats to enterprise control catalogs and integrate AI-specific safeguards where gaps exist
-
C
Apply AI-specific controls from external frameworks without customization and initiate monitoring to expedite compliance
-
D
Postpone control selection until deployment and address risk through enhanced monitoring
Reveal answer details
Close answer details
Correct answerB
ExplanationAAISM requires that control selection be threat-led and context-specific, aligning AI threats to the organization's existing enterprise control catalogs (security, privacy, resilience) and augmenting them with AI-specific safeguards where coverage is insufficient. This ensures consistency with the risk appetite, removes duplication, and closes AI-unique gaps (e.g., prompt injection, data leakage from context windows, model misuse). Generic reliance on vendors or uncustomized external frameworks does not ensure fit-for-purpose coverage, and deferring control selection to post-deployment contradicts proactive risk treatment. References: AI Security Management (AAISM) Body of Knowledge - Governance & Program Controls; Control Selection and Tailoring Threat-to-Control Mapping for AI Systems Risk Appetite & Control Assurance Alignment.
A financial services firm received a regulatory fine after a vendor switched its chatbot's AI model without due diligence, resulting in unethical investment advice to the firm's clients. Which of the following controls should be implemented by the firm to BEST prevent recurrence of this scenario?
-
A
Master services agreement
-
B
Shared responsibility model
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationAAISM requires formal change management for AI systems, including vendor-initiated changes: pre-approval, documented impact assessment (ethics/compliance/performance), regression testing, sign-off by accountable owners, and traceable release records. While MSAs (A) and shared responsibility models (B) set contractual/role baselines, they do not enforce per-change approvals. Data minimization (C) reduces exposure but does not control model substitutions. References: AI Security Management. (AAISM) Body of Knowledge - AI Governance: Change Control & Release Management Third-Party AI Assurance and Approval Workflows Accountability and Sign-off for Model Changes.
When deriving statistical information generated by AI systems, which of the following types of risk is MOST important to address?
-
A
-
B
-
C
Lack of data normalization
-
D
Presence of hallucinations
Reveal answer details
Close answer details
Correct answerA
ExplanationThe most critical risk when deriving statistical insights from AI-generated data is systemic bias in data. According to the AI Security Management. (AAISM) framework, systemic bias directly undermines the fairness, reliability, and validity of analytical results derived from AI systems. If the input data or learned model patterns are biased-reflecting skewed representation, sampling imbalance, or embedded prejudice-the statistical outputs will propagate and amplify these biases, leading to misinformed decisions and compliance violations. Why Option A is Correct: Systemic bias affects the integrity and trustworthiness of AI-generated statistical information. It can introduce discriminatory outcomes, ethical breaches, and regulatory non-compliance-key concerns in AAISM's AI Risk Management and Governance principles. Mitigating systemic bias requires data quality assessments, fairness audits, bias detection tools, and model interpretability measures to ensure the derived insights are accurate and ethically sound. Why Other Options Are Incorrect: Option B: Incomplete outputs can affect accuracy but are typically handled through process monitoring or retraining, not as a primary risk factor in statistical validity. Option C: Lack of data normalization is a technical preprocessing issue, not a governance-level risk impacting statistical trustworthiness. Option D: Hallucinations occur mainly in generative models (e.g., LLMs) and affect content generation, not statistical computation pipelines. Exact Extract from Official AAISM Study Guide: "Systemic bias in AI training and inference data represents the most material statistical risk. Bias propagates through derived metrics, predictive models, and decision outputs, compromising fairness, accuracy, and compliance. AI Security Management requires implementing bias detection, fairness testing, and governance mechanisms to identify and mitigate such systemic bias before using AI-generated analytics for organizational or regulatory reporting." References: AI Security Management. (AAISM) Body of Knowledge: AI Risk Identification and Evaluation, Bias and Fairness Management in AI Systems. AI Security Management. Study Guide: Systemic Bias Mitigation Techniques, Fairness Assurance in AI Analytics. ISO/IEC 23894:2023 - Clause 7.2: Bias identification and treatment within AI risk frameworks.
When creating a use case for an AI model that provides sensitive decisions affecting end users, which of the following is the GREATEST benefit of using model cards?
-
A
Ethical considerations of the model are documented
-
B
Technical instructions for model deployment are created
-
C
Data collection requirements are reduced
-
D
Model type selection is documented
Reveal answer details
Close answer details
Correct answerA
ExplanationAAISM highlights that model cards are a governance tool designed to document ethical considerations, limitations, fairness constraints, data sources, and suitability of use cases for AI models-especially when they affect individuals' rights, opportunities, or access to services. Their greatest value is providing transparency and ethical clarity, ensuring stakeholders understand risks, bias considerations, and how decisions impact users. Deployment instructions (B) are not part of model cards. They do not reduce data needs (C), nor is model type selection (D) their primary purpose. References: AAISM Study Guide - AI Governance Documentation Transparency and Model Cards.
Question 10
Single choice
An organization plans to leverage AI in the software development process to speed up coding. Which of the following should the information security manager do FIRST?
-
A
Conduct an impact assessment
-
B
Train developers to verify AI output
-
C
Update the security policy to include AI controls
-
D
Perform a cost-benefit analysis
Reveal answer details
Close answer details
Correct answerA
ExplanationAAISM guidance specifies that before introducing AI into any business or technical workflow, an AI Impact Assessment must be conducted early to determine potential risks, privacy implications, misuse scenarios, governance gaps, and required security controls. This aligns with the principle that AI adoption must begin with governance and risk identification, not training or policy modification. Training developers (B) is important but occurs after identifying risks. Updating policies (C) is also downstream of the assessment. Cost-benefit analysis (D) supports business justification but does not address security. References: AAISM Study Guide - AI Governance Impact Assessment Required Before Deployment.
Question 11
Single choice
Which of the following should be a PRIMARY consideration when defining recovery point objectives (RPOs) and recovery time objectives (RTOs) for generative AI solutions?
-
A
Preserving the most recent versions of data models to avoid inaccuracies in functionality
-
B
Prioritizing computational efficiency over data integrity to minimize downtime
-
C
Ensuring the backup system can restore training data sets within the defined RTO window
-
D
Maintaining consistent hardware configurations to prevent discrepancies during model restoration
Reveal answer details
Close answer details
Correct answerC
ExplanationWhen setting RPOs and RTOs for AI systems, especially generative AI, the critical factor is the restoration of training data and model artifacts within the recovery window. Without this, restored systems may function inaccurately or incompletely, undermining business continuity. AAISM risk management principles emphasize: Recovery objectives must align with data protection requirements for both training and inference data. The ability to restore large-scale training datasets is primary, since downtime without them leads to operational and compliance risks. Computational efficiency and hardware consistency are secondary considerations, but not the primary drivers of RPO/RTO definitions. Thus, ensuring backup and restore capabilities of training datasets directly within RTO is the primary requirement.
Question 12
Single choice
A marketing recommendation AI begins producing culturally insensitive suggestions. What is the FIRST corrective action?
-
A
Conduct a data-source representativeness review
-
B
Retrain the model with synthetic data
-
C
Add content-filtering rules
-
D
Increase inference-time sampling diversity
Reveal answer details
Close answer details
Correct answerA
ExplanationAAISM emphasizes that bias issues first require understanding whether training data lacks diversity for cultural contexts. Retraining (B) comes after root cause analysis. Filtering (C) is a compensating control. Sampling (D) does not address bias. References: AAISM Study Guide ?Bias Identification Data Representativeness Checks.
Question 13
Single choice
For a life insurance company deploying AI for fraud detection, which factor is MOST critical?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerA
ExplanationAAISM emphasizes robustness as the key requirement for fraud-detection systems because they must resist adversarial manipulation, data poisoning, spoofing, and input tampering. Accuracy (B) matters but does not protect against adversarial attacks. Explainability (C) is important but secondary. Adaptability (D) is useful but not the top security requirement. References: AAISM Study Guide - AI Robustness Fraud Detection and Adversarial Resistance.
Question 14
Single choice
Which of the following methods provides the MOST effective protection against model inversion attacks?
-
A
Using adversarial training
-
B
Reducing the model's complexity
-
C
Implementing regularization output
-
D
Increasing the number of training iterations
Reveal answer details
Close answer details
Correct answerC
ExplanationAAISM classifies model inversion as a privacy leakage threat where adversaries infer sensitive attributes or training records from model outputs. The recommended technical risk treatments emphasize reducing overfitting and information leakage via regularization and output-side constraints. Regularization (e.g., stronger penalties, output smoothing, confidence calibration, temperature limiting, and related techniques) reduces the model's tendency to memorize training data and curtails exploitable signal in outputs. A (adversarial training) targets perturbation robustness, not primary for inversion. B (reducing complexity) can help but is a coarse control with limited assurance versus explicit anti-leakage regularization. D (more iterations) typically increases overfitting and leakage risk. AAISM further notes that privacy-preserving training and output minimization are preferred where feasible; among the listed options, regularization most directly addresses inversion risk. References: . AI Security Management (AAISM) Body of Knowledge: Model Security-Privacy leakage threats (membership inference, inversion) and mitigation via regularization and output minimization.. AI Security Management Study Guide: Overfitting controls, calibration and confidence suppression as defenses against inference attacks.
Question 15
Single choice
An organization decides to contract a vendor to implement a new set of AI libraries. Which of the following is MOST important to address in the master service agreement to protect data used during the AI training process?
-
A
-
B
Continuous data monitoring
-
C
Independent certification
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationAAISM emphasizes that the right to audit is the most critical contractual safeguard when outsourcing AI services. This allows the contracting organization to independently verify that the vendor is applying appropriate protections to training data, meeting compliance obligations, and upholding privacy requirements. Pseudonymization is a technical method, monitoring is operational, and certifications provide external assurance, but none give the direct, enforceable oversight that audit rights provide. In vendor contracts, the right to audit is the primary safeguard for data protection and governance. References: AAISM Study Guide - AI Governance and Program Management (Third-Party Contracts and Audit Rights) ISACA AI Security Management - Vendor Governance Controls
Question 16
Single choice
What is the PRIMARY purpose of a dedicated AI management system policy?
-
A
Minimizing environmental impact
-
B
Optimizing AI model accuracy
-
C
Complying with external regulations
-
D
Providing a framework to set AI objectives
Reveal answer details
Close answer details
Correct answerD
ExplanationAAISM states that an AI management system policy provides organizational structure by: defining AI objectives aligning governance . outlining accountability defining roles, responsibilities, and guiding principles Regulatory compliance (C) is a part of governance but not the overall purpose. Accuracy (B) and environmental impact (A) are narrower focus areas. References: AAISM Study Guide - AI Management System Policies Governance Framework Requirements.
Question 17
Single choice
When integrating AI for innovation, which of the following can BEST help an organization manage security risk?
-
A
Re-evaluating the risk appetite
-
B
Seeking third-party advice
-
C
Evaluating compliance requirements
-
D
Adopting a phased approach
Reveal answer details
Close answer details
Correct answerD
ExplanationAAISM emphasizes that when introducing innovative AI systems, organizations reduce security and compliance risk by following a phased adoption approach. This allows incremental deployment, controlled testing, and gradual scaling while monitoring risks in real time. Re-evaluating risk appetite and evaluating compliance are important governance steps but do not directly mitigate risks during implementation. Seeking third-party advice can add expertise but does not provide the structured control that phased integration offers. The most effective risk management approach for AI innovation is to adopt a phased rollout strategy. References: AAISM Exam Content Outline - AI Risk Management (Innovation and Risk Control) AI Security Management Study Guide - Phased Implementation Strategies
Question 18
Single choice
An organization uses an AI tool to scan social media for product reviews. Fraudulent social media accounts begin posting negative reviews attacking the organization's product. Which type of AI attack is MOST likely to have occurred?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationThe AAISM materials classify availability attacks as attempts to disrupt or degrade the functioning of an AI system so that its outputs become unreliable or unusable. In this scenario, the fraudulent social media accounts are deliberately overwhelming the AI tool with misleading negative reviews, undermining its ability to deliver accurate sentiment analysis. This aligns directly with the concept of an availability attack. Model inversion relates to reconstructing training data from outputs, deepfakes involve synthetic content generation, and data poisoning corrupts the training set rather than manipulating inputs at runtime. Therefore, the fraudulent review campaign is most accurately identified as an availability attack. References: AAISM Study Guide - AI Risk Management (Adversarial Threats and Availability Risks) ISACA AI Security Management - Attack Classifications
Question 19
Single choice
Within an incident handling process, which of the following would BEST help restore end user trust with an AI system?
-
A
The AI model prioritizes incidents based on business impact
-
B
AI is being used to monitor incident detection and alerts
-
C
The AI model's outputs are validated by team members
-
D
Remediation of the AI system based on lessons learned
Reveal answer details
Close answer details
Correct answerC
ExplanationRestoring end user trust during incident handling requires visible, immediate assurance that system outcomes are safe and appropriate. AAISM prescribes human oversight and approval gates for high-risk AI decisions, with human validation of outputs before use as a primary control to maintain trust while technical remediation is underway. Prioritization (A) and monitoring (B) aid operations but do not directly rebuild user confidence in outcomes. Post-incident improvements (D) are essential for long-term assurance but do not provide the immediate trust restoration that supervised, human-validated outputs deliver. References: AI Security Management. (AAISM) Body of Knowledge - Incident Handling & Communications Human Oversight and Approval Gates Trust Restoration During AI Incidents.
Question 20
Single choice
A global organization has experienced multiple incidents of staff copying confidential data into public chatbots and acting on the model outputs. Which of the following is MOST important to reduce short-term risk when launching an AI security awareness initiative?
-
A
Blocking access to public large language models (LLMs) at the network perimeter
-
B
Requiring employees to complete an annual generic phishing and deepfake awareness module
-
C
Delivering role-based and scenario-driven AI security training mapped to policy and job functions
-
D
Publishing an AI acceptable use policy and collecting e-signatures of employees
Reveal answer details
Close answer details
Correct answerC
ExplanationAAISM prescribes targeted, role-based, scenario-driven training aligned to policy and job tasks as the highest-impact near-term intervention for human-factor AI risks. By mapping concrete "do/don't" behaviors (e.g., what data may/may not be pasted into public chatbots, required redaction steps, approved tools, verification of outputs) to specific roles, organizations rapidly reduce incident likelihood and harmful actions. A (blocking) is a technical containment option but is not an awareness-initiative control and may cause workarounds; AAISM treats it as complementary, not a substitute for behavior change. B generic modules fail to address the specific misuse pattern. D signatures provide attestations without ensuring comprehension or changed behavior. References: . AI Security Management. (AAISM) Body of Knowledge: Human-centric Controls-Role-based training, policy-to-practice mapping, and scenario exercises for rapid risk reduction.. AI Security Management. Study Guide: Awareness program design for generative AI misuse behavior-anchored training outcomes.
Question 21
Single choice
Which of the following BEST represents a combination of quantitative and qualitative metrics that can be used to comprehensively evaluate AI transparency?
-
A
AI system availability and downtime metrics
-
B
AI model complexity and accuracy metrics
-
C
AI explainability reports and bias metrics
-
D
AI ethical impact and user feedback metrics
Reveal answer details
Close answer details
Correct answerD
ExplanationThe AAISM governance framework emphasizes that AI transparency cannot be evaluated using only technical statistics; it requires a combination of quantitative and qualitative metrics. The best pairing is ethical impact assessments (qualitative) with user feedback metrics (quantitative and perception-based). Availability and accuracy metrics measure performance, not transparency. Explainability reports and bias metrics are useful but still technical and limited. Comprehensive evaluation of transparency requires consideration of ethical dimensions and stakeholder perspectives, which is achieved through ethical impact analysis and user feedback. References: AAISM Study Guide - AI Governance and Program Management (Transparency and Accountability) ISACA AI Security Management - Measuring Ethical AI Practices
Question 22
Single choice
An organization using an AI model for financial forecasting identifies inaccuracies caused by missing data. Which of the following is the MOST effective data cleaning technique to improve model performance?
-
A
Increasing the frequency of model retraining with the existing data set
-
B
Applying statistical methods to address missing data and reduce bias
-
C
Deleting outlier data points to prevent unusual values impacting the model
-
D
Tuning model hyperparameters to increase performance and accuracy
Reveal answer details
Close answer details
Correct answerB
ExplanationThe AAISM study content emphasizes that data quality management is a central pillar of AI risk reduction. Missing data introduces bias and undermines predictive accuracy if not addressed systematically. The most effective remediation is to apply statistical imputation and related methods to fill in or adjust for missing values in a way that minimizes bias and preserves data integrity. Retraining on flawed data does not solve the underlying issue. Deleting outliers may harm model robustness, and hyperparameter tuning optimizes model mechanics but cannot resolve missing information. Therefore, the proper corrective technique for missing data is the application of statistical methods to reduce bias. References: AAISM Study Guide - AI Risk Management (Data Integrity and Quality Controls) ISACA AI Governance Guidance - Data Preparation and Bias Mitigation
Question 23
Single choice
Which testing technique is BEST for determining how an AI model makes decisions?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationAAISM indicates that white-box testing allows evaluators full visibility into: . internal logic . weights . decision pathways . model architecture This makes it ideal for understanding how decisions are made. Black box (B) provides no internal visibility. Red/blue team tests (A, D) focus on security, not decision mechanics. References: AAISM Study Guide - AI Testing Explainability Through White-Box Analysis.
Question 24
Single choice
To ensure the ethical and responsible use of AI, which of the following AI usage policy metrics is MOST important for an organization to monitor?
-
A
Frequency of policy consultations by employees
-
B
Number of reported policy violations
-
C
Number of AI projects that have undergone policy compliance review
-
D
Frequency of policy reviews and updates
Reveal answer details
Close answer details
Correct answerC
ExplanationAAISM emphasizes governance effectiveness metrics tied to real lifecycle checkpoints. The count (and percentage) of AI projects that completed policy compliance review before deployment is a leading indicator of policy enforcement and assurance. It directly reflects whether responsible-AI requirements (risk assessment, impact assessment, data/privacy checks, security controls) are embedded in practice. Consult frequency (A) and review cadence (D) are activity metrics, not outcomes. Reported violations (B) are lagging indicators and can be deceptive (low numbers may indicate under-reporting). References: . AI Security Management (AAISM) Body of Knowledge: Program KPIs-policy adoption, stage- gate compliance, audit readiness. AAISM Study Guide: Governance metrics for Responsible AI-coverage of reviews, pass/fail rates, exceptions handling
Question 25
Single choice
An organization is updating its vendor arrangements to facilitate the safe adoption of AI technologies. Which of the following would be the PRIMARY challenge in delivering this initiative?
-
A
Failure to adequately assess AI risk
-
B
Inability to sufficiently identify shadow AI within the organization
-
C
Unwillingness of large AI companies to accept updated terms
-
D
Insufficient legal team experience with AI
Reveal answer details
Close answer details
Correct answerC
ExplanationIn the AAISM. guidance, vendor management for AI adoption highlights that large AI providers often resist contractual changes, particularly when customers seek to impose stricter security, transparency, or ethical obligations. The official study materials emphasize that while organizations must evaluate AI risk and build internal expertise, the primary challenge lies in negotiating acceptable contractual terms with dominant AI vendors who may not be willing to adjust their standardized agreements. This resistance limits the ability of organizations to enforce oversight, bias controls, and compliance requirements contractually. References: AAISM Exam Content Outline - AI Risk Management AI Security Management Study Guide - Third-Party and Vendor Risk
Question 26
Single choice
A financial institution wants to adopt an LLM-based assistant for loan-eligibility inquiries. What is the FIRST action to ensure regulatory compliance?
-
A
Establish human-in-the-loop review for all decisions
-
B
Validate fairness metrics against demographic subgroups
-
C
Conduct an AI impact assessment
-
D
Test the model for bias and drift
Reveal answer details
Close answer details
Correct answerC
ExplanationAccording to AAISM, high-impact use cases involving financial decisions require an impact assessment FIRST to understand legal, societal, fairness, and rights-based implications. Fairness testing (B) and bias/ drift evaluations (D) occur later. HITL review (A) is a control but not the initial step. References: AAISM Study Guide ?AI Governance& Impact Assessment Requirements.
Question 27
Single choice
Cybersecurity teams should FIRST be embedded in the:
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationAAISM stresses that security must be embedded from the earliest phase-design, ensuring: . threat modeling . secure architecture . data protection requirements . system boundaries . security-by-design principles Introducing cybersecurity later increases unmitigated vulnerabilities. Testing (A), training (C), and deployment (B) occur after foundational security decisions have already been made. References: AAISM Study Guide - Secure AI Lifecycle Early Security Involvement.
Question 28
Single choice
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?
-
A
The developer may need to be held accountable for business inquiries raised by customers
-
B
IT management may need to revise the service agreement if AI behavior cannot be predefined
-
C
Project sponsors may need to agree on a phased approach in order to ensure safe release
-
D
The organization may need to explain the performance of the applied AI algorithm
Reveal answer details
Close answer details
Correct answerB
ExplanationAccording 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. References: AAISM Exam Content Outline - AI Governance and Program Management (Policies and Service Agreements) AI Security Management Study Guide - Accountability in AI Deployments
Question 29
Single choice
Which of the following BEST mitigates the risk of membership inference attacks in deployed AI models?
-
A
Limiting the model's output confidence scores
-
B
Increasing the transparency of model architecture
-
C
Providing more detailed explanations to users
-
D
Replacing supervised learning with unsupervised learning
Reveal answer details
Close answer details
Correct answerA
ExplanationAAISM highlights that membership inference exploits confidence discrepancies between training and non-training samples. Restricting confidence scores reduces signal exposure, weakening the attack surface. Transparency (B) may worsen risk. Explanations (C) increase leakage potential. Changing learning paradigms (D) does not mitigate inference attacks. References: AAISM Study Guide ?Privacy Attacks Membership Inference Mitigations.
Question 30
Single choice
An organization's CIO provided the AI steering committee with a list of AI technologies in use and tasked them with categorizing the technologies by risk. Which of the following should the committee do FIRST?
-
A
Begin grouping similar AI products and solutions together
-
B
Identify vulnerabilities related to the technologies in use
-
C
Ensure the AI technologies are included in the asset inventory
-
D
Assess risk levels based on risk appetite and regulatory requirements
Reveal answer details
Close answer details
Correct answerC
ExplanationAAISM governance practices state that before categorizing technologies by risk, the first step is to ensure that all AI systems are documented in the organizational asset inventory. A complete inventory provides the foundation for subsequent risk analysis, accountability, and governance. Grouping solutions, identifying vulnerabilities, and assessing risk levels come afterward, once inventory accuracy is established. Without confirming that the technologies are recorded in the inventory, risk categorization may miss critical assets. References: AAISM Study Guide - AI Governance and Program Management (AI Inventories as a Prerequisite to Risk Analysis) ISACA AI Security Management - Asset Visibility and Risk Categorization
Question 31
Single choice
To ensure ethical and responsible AI use, which AI usage policy metric is MOST important to monitor?
-
A
Number of policy violations
-
B
Number of AI projects reviewed for compliance
-
C
Frequency of policy consultations by employees
-
D
Frequency of policy reviews and updates
Reveal answer details
Close answer details
Correct answerC
ExplanationAAISM states the most meaningful policy performance metric is how often employees consult AI policies, which reflects: . awareness . practical adoption . reliance on policy guidance . safe decision-making behavior Violations (A) are lagging indicators. Compliance reviews (B) measure oversight, not behavior. Policy review frequency (D) tracks governance updates, not usage. References: AAISM Study Guide - AI Policy Effectiveness Metrics.
Question 32
Single choice
In a new supply chain management system, AI models used by participating parties are interactively connected to generate advice in support of management decision making. Which of the following is the GREATEST challenge related to this architecture?
-
A
Establishing clear lines of responsibility for AI model outputs
-
B
Identifying hallucinations returned by AI models
-
C
Determining the aggregate risk of the system
-
D
Explaining the overall benefit of the system to stakeholders
Reveal answer details
Close answer details
Correct answerA
ExplanationThe AAISM governance framework notes that in multi-party AI ecosystems, the greatest challenge is ensuring clear accountability for AI outputs. When models from different parties interact, responsibility for errors, bias, or harmful recommendations can be unclear, leading to disputes and compliance gaps. While aggregate risk assessment and error identification are significant, they are secondary to the fundamental governance requirement of establishing transparent lines of responsibility. Without defined accountability, no stakeholder can reliably manage or mitigate risks. Therefore, the greatest challenge in such a distributed architecture is responsibility for AI outputs. References: AAISM Study Guide - AI Governance and Program Management (Accountability in Multi-Party Systems) ISACA AI Governance Guidance - Roles and Responsibilities in AI Collaboration
Question 33
Single choice
The PRIMARY purpose of adopting and implementing AI architecture as part of an organizational AI program is to:
-
A
ensure the development of powerful, efficient, and scalable AI systems
-
B
deploy fast and cost-efficient AI systems for rapidly changing environments
-
C
align the system components of AI with the business goals of the organization
-
D
provide a basis for identification of threats and vulnerabilities
Reveal answer details
Close answer details
Correct answerC
ExplanationAn AI architecture, within program governance, exists to align AI system components and lifecycle processes with business goals and policy constraints. Architecture provides the organizing structure linking strategy, capabilities, processes, data, models, controls, and assurance so that AI outcomes are traceable to business value, risk appetite, and compliance expectations. Efficiency, speed, and threat analysis are important architectural qualities, but they are not the primary purpose; the primary purpose is strategic and governance alignment so that technical choices and controls consistently realize organizational objectives. References: . AI Security Management. (AAISM) Body of Knowledge: AI Program Architecture -alignment of capabilities, processes, and controls to business objectives. AI Security Management. Study Guide: Architecture-driven governance, traceability from business goals to technical and control design
Question 34
Single choice
A global organization experienced multiple incidents of staff pasting confidential data into public chatbots. Which action is MOST important to reduce short-term risk?
-
A
Deliver role-based, scenario-driven AI security training mapped to job functions
-
B
Require employees to complete an annual generic phishing and deepfake module
-
C
Publish an AI acceptable use policy and collect signatures
-
D
Block access to public LLMs at the network perimeter
Reveal answer details
Close answer details
Correct answerA
ExplanationAAISM states that the most effective short-term mitigation for unintentional data leakage into public AI tools is targeted, role-based AI security awareness, focused on: what data cannot be entered consequences of leakage real-world scenarios employees face An acceptable-use policy (C) is necessary but insufficient alone. Blocking LLMs (D) may reduce access but does not change user behavior and may cause shadow AI usage. Generic phishing training (B) does not address AI misuse risks. References: AAISM Study Guide - AI Security Awareness Human-Centric Data Leakage Prevention.
Question 35
Single choice
When addressing privacy concerns related to AI systems, which of the following is the GREATEST significance of user consent for an organization?
-
A
It helps the organization detect biases and ensure fairness
-
B
It enables users to delete and modify their personal data
-
C
It prevents unauthorized access to data within the AI system
-
D
It allows the organization to process user data in the AI system
Reveal answer details
Close answer details
Correct answerD
ExplanationWithin AAISM's privacy governance, consent is a lawful basis that authorizes processing of personal data for defined purposes. Its principal significance is granting the organization the authority to process user data in AI workflows in line with stated purposes and limits. While fairness (A) and security controls (C) are essential, they are distinct obligations; data subject rights such as rectification/erasure (B) exist regardless of consent and are not "enabled" by it. Therefore, the greatest significance of consent is that it legally permits processing under declared purposes and constraints. References: AI Security Management. (AAISM) Body of Knowledge - Privacy & Data Protection in AI; Lawful Basis and Purpose Limitation. AAISM Study Guide - Consent, Transparency, and Data Subject Rights Privacy-by-Design Controls in AI Pipelines.
Question 36
Single choice
An organization plans to implement a new AI system. Which of the following is the MOST important factor in determining the level of risk monitoring activities required?
-
A
The organization's risk appetite
-
B
The organization's number of AI system users
-
C
The organization's risk tolerance
-
D
The organization's compensating controls
Reveal answer details
Close answer details
Correct answerC
ExplanationAAISM risk management guidance clarifies that the organization's risk tolerance is the most important factor in determining how much monitoring is needed. Risk tolerance specifies the amount of risk the organization is willing to accept and defines the threshold for triggering monitoring or mitigation activities. Risk appetite is broader and strategic, while tolerance sets the operational limits. The number of users may influence scale, and compensating controls may affect resilience, but neither dictates monitoring intensity as directly as risk tolerance. References: AAISM Study Guide - AI Risk Management (Risk Appetite vs. Tolerance) ISACA AI Security Management - Monitoring Based on Risk Tolerance
Question 37
Single choice
Which of the following is a key risk indicator (KRI) for an AI system used for threat detection?
-
A
Number of training epochs
-
B
Training time of the model
-
C
Number of layers in the neural network
-
D
Number of system overrides by cyber analysts
Reveal answer details
Close answer details
Correct answerD
ExplanationAAISM materials emphasize that in operational AI systems, key risk indicators (KRIs) must reflect risks to performance and reliability rather than technical design factors alone. In the case of threat detection, the most relevant KRI is the frequency of system overrides by human analysts, as this indicates a lack of trust, frequent false positives, or poor detection accuracy. Training epochs, model depth, and training time are technical metrics but do not directly measure operational risk. Analyst overrides represent a practical measure of system effectiveness and risk. References: AAISM Study Guide - AI Risk Management (Operational KRIs for AI Systems) ISACA AI Security Management - Monitoring AI Effectiveness
Question 38
Single choice
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?
-
A
Maintain a list of frequently used libraries to ensure consistent application in projects
-
B
Scan the packages and libraries for malware prior to installation
-
C
Use the latest version of all libraries from public repositories
-
D
Retrain the model regularly to handle package and library updates
Reveal answer details
Close answer details
Correct answerB
ExplanationAAISM'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. References: AAISM Exam Content Outline - AI Technologies and Controls (Software Supply Chain Security) AI Security Management Study Guide - Open-Source Package Risk Mitigation
Question 39
Single choice
An AI system that supports critical processes has deviated from expected performance and is producing biased outcomes. Which of the following is the BEST course of action?
-
A
Retrain the model with a new and expanded dataset
-
B
Perform a root cause analysis to identify mitigation steps
-
C
Conduct audits of the data and the model
-
D
Activate the model kill switch
Reveal answer details
Close answer details
Correct answerB
ExplanationAAISM directs that when harmful or biased behavior is observed in a production AI system, the organization should enter a formal incident/variance handling workflow that begins with root cause analysis (RCA) to identify the source of deviation (data drift, concept drift, feature leakage, pipeline changes, control failures) and determine proportionate risk treatments. Immediate retraining (Option A) without RCA risks reinforcing the same bias; audits (Option C) are key activities within RCA rather than the action that frames the response; a kill switch (Option D) is reserved for conditions where risk exceeds the defined tolerances and immediate harm prevention is required. References: AI Security Management. (AAISM) Body of Knowledge - Incident Response & Post-Incident Improvement Model Risk Treatment & Drift Management Bias Detection and Remediation Governance.
Question 40
Single choice
Which of the following actions BEST enables the evaluation of bias during an AI impact assessment?
-
A
Assessing the AI system's training data to ensure it represents all relevant end-user groups
-
B
Comparing the AI system's output against historical data benchmarks
-
C
Analyzing the AI system's reaction time under peak workload conditions
-
D
Measuring the AI system's performance processing speed under predefined varying workloads
Reveal answer details
Close answer details
Correct answerA
ExplanationIn AI Security Management, bias evaluation is primarily a data problem before it is a model or performance problem. The official AI Security Management content explains that impact assessments must specifically analyze training data representativeness against the demographics and characteristics of all relevant users and stakeholders. If the data used to train an AI system underrepresents or omits particular groups, the resulting model will systematically disadvantage them, regardless of how fast or "accurate" it is on average. While comparing outputs to historical data (option B) can help, historical data itself may be biased. Performance-related options (C and D) relate to efficiency and scalability, not fairness. Therefore, systematically assessing whether the training data covers all relevant end-user groups is the most direct and effective way to evaluate and mitigate bias. References: AI Security Management (AAISM) Study Guide - AI Risk Identification and Impact Assessment Data Governance and Bias Section.
Question 41
Single choice
An attack has occurred on an AI system that has been in use for two years. Which of the following would BEST mitigate the impact of the attack?
-
A
Monitoring AI systems for suspicious activities
-
B
Updating deployed training data with new adversarial data
-
C
Replacing the AI model with a new model that hides confidence levels
-
D
Implementing strict access controls to the model's architecture
Reveal answer details
Close answer details
Correct answerB
ExplanationWhen an AI system experiences an attack after being in production for an extended period, the most effective mitigation strategy is to update the deployed training data with new adversarial data. This process strengthens the model's resilience by retraining it to recognize and resist attack vectors that were previously unknown or unaccounted for. According to the AI Security Management (AAISM) framework, risk mitigation for AI systems must address model robustness through adversarial retraining, data quality improvement, and model lifecycle hardening rather than relying solely on reactive measures. Why Option B is Correct: Incorporating adversarial examples into the training set enhances the system's ability to correctly classify and withstand malicious inputs. This approach directly mitigates the vulnerability exploited in the attack and supports a proactive, continuous risk management cycle. Why Other Options Are Incorrect: Option A: Monitoring helps detect suspicious activity but does not resolve the underlying vulnerability. Option C: Concealing confidence scores may reduce model transparency but does not address the attack mechanism or its root cause. Option D: Implementing access controls protects the model's architecture but does not improve model robustness against input manipulation attacks. Exact Extract from Official AAISM Study Guide: "AI risk management requires continuous improvement following incidents. After an adversarial or data poisoning event, the preferred risk treatment involves retraining the model using adversarial data and updated datasets to enhance robustness. This ensures the AI model adapts to evolving threat landscapes rather than merely restricting access or obscuring outputs." References: AI Security Management (AAISM) Body of Knowledge: AI Risk Treatment and Mitigation Strategies, Adversarial Robustness and Resilience Engineering. AI Security Management Study Guide: Model Lifecycle Security, Continuous Risk Treatment through Adversarial Retraining. ISO/IEC 23894:2023, Clause 8.3.2 - Risk treatment through robustness improvement and adversarial data inclusion.
Question 42
Single choice
Which approach should an organization prioritize to effectively verify the security of its AI models?
-
A
Automating vulnerability identification
-
B
Developing a testing strategy including AI-specific threat modeling and adversarial attack simulations
-
C
Testing team competencies in IT threat mitigation
-
D
Using standard penetration testing methods
Reveal answer details
Close answer details
Correct answerB
ExplanationThe AAISM standard explicitly states that traditional penetration tests alone are insufficient for AI systems. Effective AI security testing requires: AI-specific threat modeling (e.g., data poisoning, prompt injection, model theft) Adversarial attack simulations (white-box, black-box, gradient-based attacks) Evaluation of robustness and manipulation resistance Option B captures these requirements precisely. Options A, C, and D do not address AI-specific attack vectors. References: AAISM Study Guide - AI Security Testing and Adversarial Evaluation.
|