ISACA AAISM Practice Questions with Explanations

Free ISACA AAISM practice questions. 50 of them, each with the correct answer, a full explanation, and the reason every other option is wrong. These are real questions from the AAISM exam, not paraphrases, and every explanation is written out rather than just marking the right letter.

They are drawn from the same bank as the full AAISM pack, which has 371 questions in total.

Get the full AAISM question bank (371 questions) →

AAISM practice questions

Question 1

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. Retrain the model regularly to handle package and library updates.
  • C. Scan the packages and libraries for malware prior to installation.
  • D. Use the latest version of all libraries from public repositories.
Show answer and explanation ▾

Correct answer: C

Scanning packages and libraries for malware before installation is a critical security practice that directly protects against compromised dependencies. This is a foundational step in securing open-source software supply chains and prevents malicious code from entering the development environment. While maintaining lists, retraining, and updating are relevant practices, they do not address the fundamental integrity threat posed by potentially compromised packages.

Why the other options are wrong:

  • A. Maintaining a list ensures consistency but does not verify package integrity or detect malware.
  • B. Retraining the model is unrelated to detecting malicious code in package dependencies.
  • D. Using the latest versions increases attack surface and does not guarantee security or integrity.

Question 2

An organization plans to apply an AI system to its business, but developers find it difficult to predict system results due to lack of visibility to the inner workings of the AI model. Which of the following is the GREATEST challenge associated with this situation?

  • A. Assigning a risk owner who is responsible for system uptime and performance
  • B. Continuing operations to meet expected AI security requirements
  • C. Determining average turnaround time for AI transaction completion
  • D. Gaining the trust of end users through explainability and transparency
Show answer and explanation ▾

Correct answer: D

The lack of visibility into how an AI model reaches its decisions creates a fundamental explainability problem that directly undermines user trust. In business applications, especially those affecting critical decisions, stakeholders and end users need to understand model behavior to trust and accept the system. Without explainability and transparency, adoption becomes difficult regardless of technical performance, making this the greatest challenge among the options presented.

Why the other options are wrong:

  • A. Risk ownership and uptime are operational concerns, not directly related to lack of model visibility.
  • B. Security requirements are separate from the explainability challenge described.
  • C. Transaction turnaround time is a performance metric unrelated to model interpretability.

Question 3

Which of the following is MOST important to consider when validating a third-party AI tool?

  • A. Terms and conditions
  • B. Roundtable testing
  • C. Right to audit
  • D. Industry analysis and certifications
Show answer and explanation ▾

Correct answer: C

The right to audit a third-party AI tool is the most important validation consideration because it grants the organization the ability to independently verify the tool's behavior, security, data handling, and compliance with requirements. Without audit rights, an organization has no independent recourse to validate claims or investigate issues. Terms and conditions, testing, and certifications are all valuable but are less critical than maintaining the contractual right to examine the system directly.

Why the other options are wrong:

  • A. Terms and conditions are important but secondary to the ability to verify compliance through audit.
  • B. Roundtable testing is useful but does not provide the organization with independent verification rights.
  • D. Industry analysis and certifications are helpful context but do not provide direct verification capability.

Question 4

After implementing a third-party generative AI tool, an organization learns about new regulations related to how organizations use AI. Which of the following would be the BEST justification for the organization to decide not to comply?

  • A. The AI tool is widely used within the industry.
  • B. The AI tool is regularly audited.
  • C. The risk is within the organization's risk appetite.
  • D. The cost of noncompliance was not determined.
Show answer and explanation ▾

Correct answer: C

If the risk from non-compliance falls within the organization's defined risk appetite, that becomes the justification for a deliberate risk acceptance decision. Organizations can knowingly choose not to comply with certain regulations if they have explicitly accepted the associated risk through governance processes. This is a legitimate risk management decision. The other options do not provide valid justification: industry usage does not override regulations, audits do not excuse compliance, and lack of cost analysis is poor risk management rather than a reason to avoid compliance.

Why the other options are wrong:

  • A. Industry usage does not provide legal or regulatory justification for non-compliance.
  • B. Regular audits do not eliminate regulatory obligations or provide exemption from compliance.
  • D. Failure to determine compliance costs is a gap in risk analysis, not a valid reason to avoid compliance.

Question 5

Which of the following is the MOST important consideration when deciding how to compose an AI red team?

  • A. Resource availability
  • B. Time-to-market constraints
  • C. Skills matrix
  • D. AI use cases
Show answer and explanation ▾

Correct answer: C

The skills matrix is the most important consideration when composing an AI red team because the team must have the right mix of expertise across security, AI/ML, domain knowledge, and technical capabilities to effectively identify and test system vulnerabilities. Without appropriate skills, the red team cannot conduct thorough adversarial testing. Resource availability, time-to-market, and use cases are secondary constraints that must work within the foundational requirement of having the right skills.

Why the other options are wrong:

  • A. Resource availability is a practical constraint but is secondary to having the necessary expertise.
  • B. Time-to-market constraints should not drive composition decisions that affect red team effectiveness.
  • D. Understanding use cases is helpful context but does not determine what skills the team needs.

Question 6

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. Ensure the AI technologies are included in the asset inventory.
  • C. Assess risk levels based on risk appetite and regulatory requirements.
  • D. Identify vulnerabilities related to the technologies in use.
Show answer and explanation ▾

Correct answer: B

Before categorizing AI technologies by risk, the committee must first ensure all technologies are included in a comprehensive asset inventory. A complete inventory is a prerequisite for any risk assessment effort-without knowing what exists and what is documented, the categorization cannot be reliable or comprehensive. This foundational inventory work must precede risk grouping, assessment, or vulnerability identification.

Why the other options are wrong:

  • A. Grouping similar products is premature without first establishing a complete inventory.
  • C. Risk assessment cannot be accurate without first documenting all assets in the inventory.
  • D. Vulnerability identification is a downstream activity that depends on asset inventory completion.

Question 7

A large pharmaceutical company using a new AI solution to develop treatment regimens is concerned about potential hallucinations with the introduction of real-world data. Which of the following is MOST likely to reduce this risk?

  • A. Penetration testing
  • B. Data asset validation
  • C. Human-in-the-loop
  • D. AI impact analysis
Show answer and explanation ▾

Correct answer: C

Human-in-the-loop controls are the most effective approach to reduce hallucination risks in high-stakes domains like pharmaceutical treatment development. By requiring human review and validation of AI-generated recommendations before they are acted upon, the organization can catch factually incorrect or nonsensical outputs before they cause harm. This is especially critical when real-world data is introduced, as it can trigger unexpected model behaviors. Penetration testing targets security vulnerabilities, data validation improves data quality but not output accuracy, and impact analysis assesses consequences rather than preventing hallucinations.

Why the other options are wrong:

  • A. Penetration testing addresses security attacks, not AI hallucinations or factual accuracy.
  • B. Data validation improves input quality but does not prevent the model from generating false information.
  • D. Impact analysis assesses potential consequences but does not reduce the risk of hallucinations occurring.

Question 8

Which of the following should be the PRIMARY consideration for an organization concerned about liabilities associated with unforeseen behavior from agentic AI systems?

  • A. Model dependencies
  • B. Approved base models
  • C. Acceptable risk level
  • D. Accountability model
Show answer and explanation ▾

Correct answer: D

An accountability model is the primary consideration for managing liabilities from agentic AI systems because it establishes clear responsibility for decisions, actions, and outcomes produced by the system. With autonomous or semi-autonomous AI agents that can take unforeseen actions, organizations need to define who is accountable for those actions- whether the AI vendor, the organization, specific personnel, or some combination. This accountability framework is foundational to managing legal and operational liability. Model dependencies, approved base models, and risk levels are important but secondary to establishing who bears responsibility.

Why the other options are wrong:

  • A. Model dependencies relate to technical architecture but do not address accountability for system behavior.
  • B. Approved base models help ensure quality but do not establish liability or accountability structures.
  • C. Acceptable risk level defines tolerance but does not determine who is accountable when unforeseen behavior occurs.

Question 9

During the creation of a new large language model (LLM), an organization procured training data from multiple sources. Which of the following is MOST likely to address the CISO's security and privacy concerns?

  • A. Data minimization
  • B. Data augmentation
  • C. Data classification
  • D. Data discovery
Show answer and explanation ▾

Correct answer: C

Data classification is the most appropriate answer for addressing CISO security and privacy concerns when procuring training data from multiple sources. It involves categorizing data by sensitivity level, ownership, and regulatory requirements, enabling the organization to understand what data they have, where it came from, and how to handle it appropriately. This foundational step allows the CISO to apply appropriate protections, identify compliance risks, and make informed decisions about data usage.

Why the other options are wrong:

  • A. Data minimization reduces data volume but doesn't address the security and privacy concerns of already-procured multi-source data that must be classified and managed.
  • B. Data augmentation adds synthetic data to training sets but doesn't address security and privacy concerns about existing procured data.
  • D. Data discovery identifies where data exists but doesn't directly address how to handle security and privacy concerns once located.

Question 10

An organization is reviewing an AI application to determine whether it is still needed. Engineers have been asked to analyze the number of incorrect predictions against the total number of predictions made. Which of the following is this an example of?

  • A. Model validation
  • B. Control self-assessment (CSA)
  • C. Explainable decision-making
  • D. Key performance indicator (KPI)
Show answer and explanation ▾

Correct answer: D

Analyzing the ratio of incorrect predictions to total predictions is the definition of a Key Performance Indicator (KPI)-a measurable value that shows how effectively an AI application is achieving its objectives. This metric directly assesses whether the application continues to deliver acceptable performance and value. While validation involves testing, this question specifically asks about measuring performance for decision- making regarding necessity, which is quintessentially a KPI assessment.

Why the other options are wrong:

  • A. Model validation is the process of testing model performance but doesn't specifically describe the ratio of incorrect to total predictions as an ongoing performance metric.
  • B. Control self-assessment is an internal audit procedure, not a performance measurement metric for AI predictions.
  • C. Explainable decision-making concerns transparency in AI reasoning, not the measurement of prediction accuracy rates.

Question 11

Which of the following is the MOST critical key risk indicator (KRI) for an AI system?

  • A. The amount of data in the model
  • B. The rate of drift in the model
  • C. The accuracy rate of the model
  • D. The response time of the model
Show answer and explanation ▾

Correct answer: B

Model drift-the rate at which a model's predictions become less accurate over time due to changes in underlying data patterns-is the most critical KRI for AI systems. Drift indicates that the model is becoming misaligned with current real-world conditions, which can lead to poor decisions, compliance violations, and business harm. Detecting and responding to drift is essential for maintaining AI system reliability and safety, making it more critical than static measures like data volume or accuracy alone.

Why the other options are wrong:

  • A. The amount of data in a model is a resource metric, not a risk indicator of system performance degradation.
  • C. While accuracy is important, a single point-in-time accuracy rate doesn't indicate ongoing risk; drift does by showing how accuracy changes.
  • D. Response time is a performance characteristic but not a key risk indicator for AI system integrity and reliability.

Question 12

How can an organization BEST protect itself from payment diversions caused by deepfake attacks impersonating management?

  • A. Require mandatory deepfake detection training for all employees.
  • B. Implement resilient payment approval processes.
  • C. Mandate that payments be sent only once per week.
  • D. Issue a security policy on deepfakes.
Show answer and explanation ▾

Correct answer: B

Implementing resilient payment approval processes is the best protection against deepfake-based payment diversions. Resilient processes include multi-step verification, secondary authorization channels, callback verification to known numbers, and transaction limits that cannot be overridden by a single communication. These control-based defenses work regardless of how convincing the deepfake is and address the fundamental vulnerability in payment authorization workflows.

Why the other options are wrong:

  • A. While training helps awareness, deepfakes are increasingly sophisticated and can fool trained employees; process controls are more reliable.
  • C. Restricting payment frequency doesn't prevent fraud, only delays it, and creates operational inefficiency without addressing the root vulnerability.
  • D. A policy alone provides no technical or procedural protection against deepfake attacks.

Question 13

Which of the following technologies can be used to manage deepfake risk?

  • A. Adaptive authentication
  • B. Multi-factor authentication (MFA)
  • C. Systematic data tagging
  • D. Blockchain
Show answer and explanation ▾

Correct answer: A

Adaptive authentication dynamically adjusts authentication requirements based on risk factors such as unusual access patterns, locations, or behavioral anomalies. When a deepfake attack attempts to impersonate management and authorize sensitive actions, adaptive authentication can detect the anomalous context and require additional verification, effectively mitigating deepfake risks by not relying solely on audio or video identity verification.

Why the other options are wrong:

  • B. Standard MFA adds authentication factors but doesn't specifically defend against deepfakes if the attacker can compromise or bypass those factors.
  • C. Systematic data tagging organizes information but doesn't prevent or manage deepfake attacks.
  • D. While blockchain provides immutability, it does not inherently prevent deepfakes or manage deepfake risk at the authentication or approval layer.

Question 14

An organization is facing a deepfake attack intended to manipulate stock prices. The organization's crisis communication plan has been activated. Which of the following is MOST important to include in the initial response?

  • A. Engage with brand monitoring services to track social media activity.
  • B. Conduct a detailed forensic analysis to identify the source of the deepfake.
  • C. Provide clarifying information in a pre-approved public statement.
  • D. Conduct employee awareness training on recognizing deepfake videos and audio.
Show answer and explanation ▾

Correct answer: C

In an active crisis where a deepfake targets stock prices, the most critical immediate action is to provide clarifying information through a pre-approved public statement. This stops misinformation spread, protects market confidence, and demonstrates organizational control of the narrative. Speed and clarity are essential to prevent the deepfake from dominating public perception and affecting stock price before correction occurs.

Why the other options are wrong:

  • A. Brand monitoring is useful but is a secondary response; immediate clarification prevents damage rather than tracking it.
  • B. Detailed forensics is important for long-term response but takes time and delays the critical immediate message needed to contain damage.
  • D. Employee training is valuable long-term but doesn't address the immediate public- facing crisis and stock price manipulation risk.

Question 15

Which of the following BEST reduces the risk of exposing sensitive data through the output of large language models (LLMs) in applications?

  • A. Enforcing least privilege access
  • B. Conducting adversarial testing
  • C. Encrypting data in transit and at rest
  • D. Implementing data sanitization techniques
Show answer and explanation ▾

Correct answer: D

Implementing data sanitization techniques directly reduces the risk of sensitive data exposure through LLM outputs by removing, masking, or redacting sensitive information before it reaches the model or before outputs are delivered to users. This prevents the LLM from learning sensitive patterns in the first place and ensures outputs don't contain exploitable sensitive data, making it the most direct defense.

Why the other options are wrong:

  • A. Least privilege access controls who can use the system but doesn't prevent the LLM from outputting sensitive data once accessed.
  • B. Adversarial testing identifies vulnerabilities but doesn't prevent sensitive data exposure in normal operations.
  • C. Encryption in transit and at rest protects data during movement and storage but doesn't prevent the LLM from processing and outputting sensitive information.

Question 16

Which of the following would BEST help to prevent the compromise of a facial recognition AI system through the use of alterations in facial appearance?

  • A. Enhancing training data to increase variance
  • B. Fine-tuning the AI model to decrease hallucinations
  • C. Monitoring the system for misuse cases
  • D. Implementing a secondary AI system to confirm images
Show answer and explanation ▾

Correct answer: A

Enhancing training data to increase variance ensures the facial recognition system encounters diverse facial appearances, lighting conditions, angles, and alterations during training. This makes the model robust against adversarial alterations in facial appearance by teaching it to recognize faces despite variations, similar to how humans recognize friends despite changes in hairstyle, glasses, or makeup.

Why the other options are wrong:

  • B. Reducing hallucinations improves general model accuracy but doesn't specifically address vulnerabilities to alterations in facial appearance.
  • C. Monitoring for misuse detects attacks after they occur but doesn't prevent the system compromise itself.
  • D. A secondary confirmation system adds a layer but doesn't address the fundamental vulnerability of the primary system to facial appearance alterations.

Question 17

An organization concerned about the ethical and responsible use of a newly developed AI product should consider implementing:

  • A. model cards.
  • B. security by design.
  • C. vendor monitoring.
  • D. an accountability model.
Show answer and explanation ▾

Correct answer: A

Model cards are structured documents that transparently document a machine learning model's intended use, performance characteristics, limitations, and ethical considerations. They directly support responsible AI development by providing stakeholders with critical information about the model's behavior and appropriate usage contexts. While accountability models, security by design, and vendor monitoring are all relevant to responsible AI, model cards specifically address the ethical and transparent communication required for responsible AI product deployment.

Why the other options are wrong:

  • B. Security by design focuses on technical security threats rather than ethical and responsible use of AI.
  • C. Vendor monitoring addresses third-party risk management, not the internal ethical documentation of the AI product itself.
  • D. An accountability model establishes responsibility chains but does not serve as the primary documentation tool for ethical considerations.

Question 18

Which of the following metrics BEST evaluates the ability of a model to correctly identify all true positive instances?

  • A. F1 score
  • B. Specificity
  • C. Precision
  • D. Recall
Show answer and explanation ▾

Correct answer: D

Recall measures the proportion of actual positive instances that the model correctly identifies, calculated as TP/(TP+FN). It directly answers the question 'of all the true positives, how many did we find?' This metric is essential when the cost of missing positive cases is high. Precision measures accuracy of positive predictions, specificity measures correct negative identification, and F1 score balances precision and recall-none directly measure the ability to identify all true positives.

Why the other options are wrong:

  • A. F1 score is a harmonic mean of precision and recall, not specifically focused on identifying all true positive instances.
  • B. Specificity measures the ability to correctly identify true negatives, not true positives.
  • C. Precision measures the accuracy of positive predictions made, not the proportion of all true positives found.

Question 19

The PRIMARY reason to conduct a privacy impact assessment (PIA) on an AI system is to:

  • A. identify applicable regulations.
  • B. determine whether personal data is poisoned.
  • C. build customer confidence.
  • D. analyze how personal data is handled.
Show answer and explanation ▾

Correct answer: D

The primary purpose of a Privacy Impact Assessment is to systematically analyze how personal data flows through an AI system, identifying potential privacy risks and how that data is collected, used, stored, and protected. This foundational analysis of data handling practices informs all other privacy considerations. While identifying regulations, building confidence, and data quality are related concerns, the core purpose of a PIA is to thoroughly examine personal data handling to mitigate privacy risks.

Why the other options are wrong:

  • A. Identifying applicable regulations is important but is a secondary outcome that follows from understanding how data is handled.
  • B. Determining whether data is poisoned relates to data quality and security, not the primary purpose of a PIA.
  • C. Building customer confidence is a benefit of conducting a PIA but not its primary purpose.

Question 20

Which of the following will BEST reduce data bias in machine learning (ML) algorithms?

  • A. Utilizing unstructured data sets
  • B. Adopting a more simplified model
  • C. Diversifying the model training data
  • D. Securing the model training data
Show answer and explanation ▾

Correct answer: C

Data bias in machine learning algorithms is fundamentally caused by training data that does not represent the full population or contains skewed distributions. Diversifying the training data to include representative samples from all relevant groups directly addresses the root cause of bias by ensuring the model learns from a balanced and comprehensive dataset. Simplified models may reduce overfitting but not bias, unstructured data does not inherently reduce bias, and data security does not address bias.

Why the other options are wrong:

  • A. Using unstructured datasets does not directly address the representativeness or diversity issues that cause bias.
  • B. A simplified model may prevent overfitting but does not reduce bias caused by unrepresentative training data.
  • D. Securing the training data protects it but does not reduce the bias that originates from its composition and representation.

Question 21

Which of the following should be done FIRST when developing an acceptable use policy for generative AI?

  • A. Consult with risk management and legal.
  • B. Review AI regulatory requirements.
  • C. Determine the scope and intended use of AI.
  • D. Review existing company policies.
Show answer and explanation ▾

Correct answer: C

Before developing any acceptable use policy, the organization must first establish what it is trying to accomplish-the scope and intended use of the AI system. This clarity drives all subsequent decisions about appropriate uses, restrictions, and requirements. Only after understanding the scope and intended use can the organization effectively consult with risk management and legal, review regulatory requirements, and align with existing policies, all of which should be tailored to the specific AI use cases in question.

Why the other options are wrong:

  • A. Consulting risk management and legal is essential but should follow after establishing the scope and intended uses.
  • B. Reviewing regulatory requirements is necessary but should be informed by the specific scope and uses identified first.
  • D. Reviewing existing policies is valuable but should align with the newly defined scope and intended uses of the AI system.

Question 22

An organization needs large data sets to perform application testing. Which of the following would BEST fulfill this need?

  • A. Using open-source data repositories
  • B. Reviewing AI model cards
  • C. Performing AI data augmentation
  • D. Incorporating data from search content
Show answer and explanation ▾

Correct answer: C

Data augmentation is a technique that synthetically generates or transforms existing data to create larger, more diverse datasets for testing purposes. This directly and efficiently addresses the need for large datasets while maintaining quality and control over the testing data. Open-source repositories may have licensing and quality concerns, model cards document existing models rather than providing data, and search content introduces copyright and quality risks.

Why the other options are wrong:

  • A. Open-source repositories may have licensing restrictions, quality issues, and may not contain the specific types of data needed.
  • B. AI model cards document model characteristics, not provide testing datasets.
  • D. Incorporating data from search content raises copyright, licensing, and data quality concerns.

Question 23

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.
Show answer and explanation ▾

Correct answer: A

Red-teaming exercises for generative AI models aim to identify vulnerabilities by crafting adversarial inputs that produce unexpected, undesired, or harmful outputs. This proactive approach reveals failure modes and edge cases before deployment. Stress testing, performance degradation, and random output replacement are either testing approaches focused on different objectives or not legitimate testing goals.

Why the other options are wrong:

  • B. Stress testing the decision-making process is a different type of testing focused on capacity and load, not vulnerability discovery.
  • C. Deliberately degrading performance is not a legitimate goal of security testing.
  • D. Replacing outputs with random content is not a realistic attack goal or meaningful security testing objective.

Question 24

Which of the following is MOST important for an organization to consider when implementing a preventive security safeguard into a new AI product?

  • A. Penetration testing
  • B. Input sanitization
  • C. Model output monitoring
  • D. Differential privacy
Show answer and explanation ▾

Correct answer: B

Input sanitization is a preventive security safeguard that stops malicious or problematic inputs from ever reaching the model, preventing attacks at the entry point. This is fundamentally more important than detection and monitoring mechanisms because it prevents issues before they occur. Penetration testing, model output monitoring, and differential privacy are all valuable but are detective/protective measures rather than preventive controls at the input layer.

Why the other options are wrong:

  • A. Penetration testing is detective in nature, identifying vulnerabilities rather than preventing them at the input stage.
  • C. Model output monitoring is a detective safeguard that identifies problems after the model processes inputs.
  • D. Differential privacy protects data but is not specifically focused on preventing malicious input attacks.

Question 25

As organizations increasingly rely on vendors to develop AI systems, which of the following is the MOST effective way to monitor vendors and ensure compliance with ethical and security standards?

  • A. Mandating that vendors share source code and AI documentation with the contracting party
  • B. Requiring vendors to monitor their adherence to ethics and security standards
  • C. Conducting regular audits of vendor processes and adherence to AI development guidelines
  • D. Allowing vendors to self-attest ethical AI compliance and implement benchmark monitoring
Show answer and explanation ▾

Correct answer: C

Regular audits of vendor processes and adherence to AI development guidelines represent the most effective monitoring approach because they provide independent verification of compliance. This combines oversight with accountability, allowing the contracting organization to assess actual practices rather than relying on vendor self- reporting or documentation alone. Audits can identify gaps between stated policies and real implementation, evaluate security controls, and verify ethical standards are being followed in practice.

Why the other options are wrong:

  • A. Mandating source code and documentation sharing raises intellectual property concerns and doesn't guarantee compliance with ethical and security standards.
  • B. Requiring vendors to self-monitor is insufficient without independent verification and oversight mechanisms.
  • D. Self-attestation without third-party validation and benchmark monitoring provides minimal assurance of actual compliance.

Question 26

A large language model (LLM) has been manipulated to provide advice that serves an attacker's objectives. Which of the following attack types does this situation represent?

  • A. Data poisoning
  • B. Evasion attack
  • C. Privilege escalation
  • D. Model inversion
Show answer and explanation ▾

Correct answer: B

This situation represents an evasion attack, where an attacker manipulates the model's runtime behavior to produce outputs that serve attacker objectives rather than intended system function. The attack occurs after deployment by crafting inputs or conditions that cause the model to bypass its intended safety guidelines. Evasion attacks focus on fooling the model into producing unintended outputs while the model architecture remains unchanged.

Why the other options are wrong:

  • A. Data poisoning occurs during training by corrupting training data; this describes post- deployment manipulation of outputs.
  • C. Privilege escalation is a system access control attack, not applicable to LLM output manipulation.
  • D. Model inversion is an attack to extract training data from the model, not to manipulate its advice outputs.

Question 27

Which area of intellectual property law presents the GREATEST challenge in determining copyright protection for AI-generated content?

  • A. Enforcing trademark rights associated with AI systems
  • B. Protecting trade secrets in AI technologies
  • C. Determining the rightful ownership of AI-generated creations
  • D. Establishing licensing frameworks for AI-generated works
Show answer and explanation ▾

Correct answer: C

Determining rightful ownership of AI-generated creations presents the greatest challenge in AI copyright law because traditional copyright frameworks assume human authorship and creative intent. Questions arise about whether copyright vests in the AI developer, the organization deploying the system, the user providing prompts, or exists at all. This ambiguity creates uncertainty across jurisdictions and affects licensing, liability, and monetization rights.

Why the other options are wrong:

  • A. Trademark enforcement for AI systems follows established trademark law principles and presents fewer novel legal challenges.
  • B. Trade secret protection of AI technologies uses existing trade secret frameworks and is well-established in law.
  • D. Licensing frameworks, while complex, can be negotiated between parties and follow contractual principles.

Question 28

A financial institution plans to deploy an AI system to provide credit risk assessments for loan applications. Which of the following should be given the HIGHEST priority in the system's design to ensure ethical decision making and prevent bias?

  • A. Regularly update the model with new customer data to improve prediction accuracy.
  • B. Restrict the model's decision-making criteria to objective financial metrics only.
  • C. Train the system to provide advisory results with final decisions made by human experts.
  • D. Integrate a mechanism for customers to appeal decisions directly within the system.
Show answer and explanation ▾

Correct answer: C

Training the system to provide advisory results with final decisions made by human experts should receive highest priority because human oversight is the most effective safeguard against AI bias and unethical outcomes in high-stakes decisions like credit risk assessment. This approach preserves human accountability, allows experts to contextualize results and catch biased recommendations, and prevents fully automated discriminatory decisions. It is the most robust control for ensuring ethical decision-making.

Why the other options are wrong:

  • A. Regularly updating with new data can perpetuate or amplify existing biases without addressing root causes.
  • B. Restricting to objective metrics alone doesn't eliminate bias, as objective metrics can encode historical discrimination.
  • D. Appeal mechanisms are important but reactive; they don't prevent biased decisions from occurring initially.

Question 29

Which of the following security framework elements BEST helps to safeguard the integrity of outputs generated by AI algorithms?

  • A. Management is prepared to disclose AI system architecture to stakeholders.
  • B. Ethical standards are incorporated into security awareness programs.
  • C. Risk exposure due to bias in AI outputs is kept within an acceptable range.
  • D. Responsibility is defined for legal actions related to AI regulatory requirements.
Show answer and explanation ▾

Correct answer: C

Keeping risk exposure due to bias in AI outputs within an acceptable range directly addresses output integrity by establishing acceptable risk thresholds and monitoring deviation. This framework element ensures that biased or corrupted outputs are detected and controlled within defined tolerances, which is essential for maintaining the integrity and trustworthiness of AI-generated results. It combines measurement, accountability, and risk management specifically for output quality.

Why the other options are wrong:

  • A. Disclosure of architecture to stakeholders is a transparency measure but doesn't directly safeguard output integrity.
  • B. Ethical standards in awareness programs support culture but don't directly control or verify output integrity.
  • D. Defining responsibility for legal actions addresses accountability but doesn't prevent or safeguard against integrity compromises.

Question 30

Which of the following is the BEST mitigation control for membership inference attacks on AI systems?

  • A. AI threat modeling
  • B. Differential privacy
  • C. Cybersecurity-oriented red teaming
  • D. Model ensemble techniques
Show answer and explanation ▾

Correct answer: B

Differential privacy is the most effective mitigation control for membership inference attacks because it mathematically bounds the difference in model outputs when any single training record is included or excluded. This cryptographic approach fundamentally limits an attacker's ability to determine whether specific data was used in training, directly addressing the attack vector. Differential privacy provides provable guarantees rather than heuristic protections.

Why the other options are wrong:

  • A. Threat modeling identifies risks but doesn't directly prevent membership inference attacks.
  • C. Red teaming can identify vulnerabilities but provides detection rather than prevention of membership inference.
  • D. Model ensembles may provide some robustness but don't directly prevent membership inference attacks.

Question 31

From a risk perspective, which of the following is the MOST important step when implementing an adoption strategy for AI systems?

  • A. Establishing a comprehensive AI risk assessment framework
  • B. Implementing a robust risk analysis methodology tailored to AI-specific tasks
  • C. Conducting an AI risk assessment and updating the enterprise risk register
  • D. Benchmarking against peer organizations' AI risk strategies
Show answer and explanation ▾

Correct answer: C

Conducting an AI risk assessment and updating the enterprise risk register is the most important step because it systematically identifies, quantifies, and documents AI-specific risks within the organization's existing risk management framework. This approach ensures that AI risks are integrated into organizational risk governance, enables informed decision-making at enterprise level, and creates accountability for risk ownership and mitigation. Updating the risk register makes risks visible and actionable.

Why the other options are wrong:

  • A. Establishing a framework is foundational but incomplete without actual assessment and risk register integration.
  • B. Risk analysis methodology is important but is a process component; actual assessment and documentation is the critical step.
  • D. Benchmarking against peers provides external reference but doesn't address internal risk assessment and governance.

Question 32

Which of the following is MOST important to monitor in order to ensure the effectiveness of an organization's AI vendor management program?

  • A. Vendor results in compliance training programs
  • B. Vendor participation in industry AI research
  • C. Vendor reviews of external AI threat reports
  • D. Vendor compliance with AI-related requirements
Show answer and explanation ▾

Correct answer: D

Vendor compliance with AI-related requirements is the most important metric to monitor because it directly measures whether vendors are meeting contractual and regulatory obligations for AI systems. This encompasses adherence to security standards, ethical guidelines, data protection requirements, documentation standards, and audit requirements-all critical to managing vendor risk. Compliance monitoring is the core function of a vendor management program.

Why the other options are wrong:

  • A. Training program participation is a support activity but doesn't directly verify vendor AI system compliance.
  • B. Research participation indicates industry engagement but doesn't measure compliance with organization-specific AI requirements.
  • C. Reviewing external threat reports is a security awareness activity but doesn't verify vendor-specific compliance.

Question 33

After deployment, an AI model's output begins to drift outside of the expected range. Which of the following is the development team's BEST course of action?

  • A. Return to an earlier phase in the AI life cycle.
  • B. Take the AI model offline.
  • C. Adjust the hyperparameters of the AI model.
  • D. Create an emergency change request to correct the issue.
Show answer and explanation ▾

Correct answer: A

When a deployed AI model exhibits output drift outside expected ranges, the best course of action is to return to an earlier phase in the AI life cycle to investigate root causes, retrain, validate, and retest the model before redeployment. This systematic approach ensures the underlying issue is properly identified and resolved rather than applying quick fixes or taking emergency actions without understanding the problem.

Why the other options are wrong:

  • B. Taking the model offline is reactive but doesn't solve the problem; it's a temporary measure while investigation occurs.
  • C. Adjusting hyperparameters without investigation may worsen the problem or create new issues; the drift likely requires retraining with updated data.
  • D. An emergency change request alone doesn't address root cause analysis and proper validation needed to fix model drift.

Question 34

The PRIMARY ethical concern of generative AI is that it may:

  • A. cause information integrity issues.
  • B. cause information to become unavailable.
  • C. breach the confidentiality of information.
  • D. produce unexpected data that could lead to bias.
Show answer and explanation ▾

Correct answer: A

The primary ethical concern with generative AI is information integrity issues, as these systems can generate plausible-sounding but false or misleading information, hallucinate facts, produce inaccurate outputs, and spread misinformation at scale. This undermines data reliability and trust in information sources more fundamentally than other concerns.

Why the other options are wrong:

  • B. Generative AI typically makes information more available, not less; this is not a primary ethical concern.
  • C. While confidentiality breaches are a security concern, they are not unique to generative AI nor the primary ethical concern.
  • D. Though bias is an important concern, information integrity and hallucination represent the more fundamental and primary ethical challenge of generative AI.

Question 35

To ensure AI tools do not jeopardize ethical principles, it is MOST important to validate that:

  • A. stakeholders have approved alignment with company values.
  • B. AI tools are evaluated by the privacy department before implementation.
  • C. outputs of AI tools do not perpetuate adverse biases.
  • D. the organization has implemented a responsible development policy.
Show answer and explanation ▾

Correct answer: C

The most important validation to ensure AI tools uphold ethical principles is confirming that outputs do not perpetuate adverse biases. Bias in AI outputs is a direct violation of fairness and equity principles and can cause measurable harm to affected individuals and groups. This validation is a core ethical requirement that supersedes approval processes or policies.

Why the other options are wrong:

  • A. Stakeholder approval of alignment with company values is important but doesn't technically validate that the tool actually performs ethically in practice.
  • B. Privacy department evaluation addresses one aspect of ethics but doesn't ensure the broader ethical principle of non-discriminatory outcomes.
  • D. A responsible development policy provides a framework but doesn't ensure actual outputs remain free from bias; validation requires testing actual model behavior.

Question 36

Which of the following is the MOST effective use of AI-enabled tools in a security operations center (SOC)?

  • A. Employing AI-enabled tools to reduce false negatives by detecting subtle attack patterns
  • B. Replacing human analysis with automated AI decision-making processes
  • C. Assigning AI-enabled tools to triage non-critical alerts to preserve SOC resources
  • D. Using AI-enabled tools exclusively to classify all types of security incidents
Show answer and explanation ▾

Correct answer: A

The most effective use of AI-enabled tools in a SOC is employing them to reduce false negatives by detecting subtle attack patterns that humans might miss. This enhances human analysts' capabilities by identifying genuine threats with greater sensitivity, improving detection accuracy while keeping humans in the decision-making loop for final analysis and response.

Why the other options are wrong:

  • B. Replacing human analysis entirely with automated AI removes critical human judgment and accountability, and AI systems can make errors that require human validation.
  • C. While triaging non-critical alerts has value, detecting subtle attack patterns that reduce false negatives is more strategically important to security outcomes.
  • D. Using AI exclusively for all incident classification removes human oversight and creates single points of failure; AI should augment, not replace, human analysts.

Question 37

When implementing a generative AI system, which of the following approaches will BEST prevent misalignment between the corporate risk appetite and tolerance?

  • A. Creating and maintaining an AI risk register
  • B. Establishing and monitoring acceptable levels of AI system risk
  • C. Performing an AI impact assessment
  • D. Ensuring effective AI key performance indicators (KPIs)
Show answer and explanation ▾

Correct answer: B

Establishing and monitoring acceptable levels of AI system risk most directly prevents misalignment between corporate risk appetite and tolerance. This approach defines what level of risk the organization is willing to accept and actively monitors whether the AI system operates within those bounds, creating clear governance boundaries aligned with business objectives.

Why the other options are wrong:

  • A. An AI risk register documents risks but doesn't establish or monitor acceptable levels; it's a tool supporting the broader governance approach.
  • C. An impact assessment evaluates potential consequences but doesn't establish ongoing monitoring of acceptable risk levels during operation.
  • D. KPIs measure performance metrics but don't directly address the alignment between risk appetite and tolerance in the way monitoring acceptable risk levels does.

Question 38

Which of the following controls BEST mitigates the inherent limitations of generative AI models?

  • A. Adopting AI-specific regulations
  • B. Classifying and labeling AI systems
  • C. Ensuring human oversight
  • D. Reverse engineering the models
Show answer and explanation ▾

Correct answer: C

Ensuring human oversight is the best control to mitigate inherent limitations of generative AI models. Human oversight catches errors, hallucinations, biases, and other failures that the AI system itself cannot self-correct, providing accountability and intervention points where human judgment can validate or reject AI outputs before they cause harm.

Why the other options are wrong:

  • A. Adopting AI-specific regulations provides external compliance framework but doesn't directly mitigate the technical limitations of the models themselves.
  • B. Classifying and labeling AI systems aids transparency but doesn't mitigate the inherent technical limitations or prevent model failures.
  • D. Reverse engineering models is technically infeasible at scale and doesn't address mitigation; it's not a practical control for deployed systems.

Question 39

Which of the following recommendations would BEST help a service provider mitigate the risk of lawsuits arising from generative AI's access to and use of internet data?

  • A. Review log information that records how data was collected.
  • B. Disclose service provider policies to declare compliance with regulations.
  • C. Activate filtering logic to exclude intellectual property flags.
  • D. Appoint a data steward specialized in AI to strengthen security governance.
Show answer and explanation ▾

Correct answer: B

Disclosing service provider policies to declare compliance with regulations best mitigates lawsuit risk from generative AI's use of internet data. Clear disclosure of data handling practices, compliance with intellectual property laws, copyright regulations, and data protection standards creates a legal defense and meets regulatory requirements, reducing exposure to litigation.

Why the other options are wrong:

  • A. Reviewing log information documents how data was collected but doesn't mitigate risk if collection itself violated intellectual property or privacy rights.
  • C. Filtering logic for IP flags may prevent some uses but doesn't address the underlying legal liability if data was collected without proper authorization.
  • D. Appointing a data steward improves governance and security but doesn't directly mitigate lawsuit risk; legal compliance disclosure is the primary mitigation.

Question 40

Which of the following types of testing can MOST effectively mitigate prompt hacking?

  • A. Adversarial
  • B. Input
  • C. Load
  • D. Regression
Show answer and explanation ▾

Correct answer: A

Adversarial testing is most effective at mitigating prompt hacking attacks. Adversarial testing specifically involves attempting to break the model through malicious inputs, prompt injection, jailbreaking attempts, and other adversarial techniques, directly identifying and helping fix vulnerabilities that attackers would exploit.

Why the other options are wrong:

  • B. Input testing focuses on validating normal input handling and data quality but doesn't specifically target prompt hacking attack vectors.
  • C. Load testing evaluates system performance under stress but has no relevance to prompt hacking vulnerabilities.
  • D. Regression testing ensures existing functionality remains intact after changes but doesn't identify new security vulnerabilities from prompt attacks.

Question 41

An organization recently introduced a generative AI chatbot that can interact with users and answer their queries. Which of the following would BEST mitigate hallucination risk identified by the risk team?

  • A. Performing model testing and validation
  • B. Ensuring model developers have been trained in AI risk
  • C. Fine-tuning the foundational model
  • D. Training the foundational model on large data sets
Show answer and explanation ▾

Correct answer: A

Testing and validation of the model against known outputs is the most direct way to identify and measure hallucination errors before deployment, allowing the organization to detect when the model generates false or nonsensical information. While fine-tuning and training on large datasets may help reduce hallucinations, they don't guarantee detection, and developer training alone doesn't directly address the technical problem of hallucinations in the deployed system.

Why the other options are wrong:

  • B. Developer training improves practices but does not directly mitigate hallucinations already present in the model's outputs.
  • C. Fine-tuning may improve performance but does not guarantee hallucination detection or mitigation without validation testing.
  • D. Larger training datasets can help but do not directly prevent hallucinations or validate that they won't occur.

Question 42

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 risk tolerance
  • C. The organization's number of AI system users
  • D. The organization's compensating controls
Show answer and explanation ▾

Correct answer: B

Risk tolerance is the specific threshold of acceptable risk exposure the organization can sustain; this directly determines how intensive monitoring must be to keep risks within acceptable bounds. Risk appetite is broader preference for risk overall, but tolerance is the more precise metric for determining monitoring frequency and depth. The number of users affects scope but not the fundamental level of monitoring required, and compensating controls are one possible response but not the primary determinant of monitoring intensity.

Why the other options are wrong:

  • A. Risk appetite describes general risk orientation but is less precise than tolerance for determining specific monitoring intensity.
  • C. Number of users affects scope of monitoring but not the intensity or depth required for a given risk level.
  • D. Compensating controls are responses to risk but do not determine the baseline level of monitoring activities needed.

Question 43

Which of the following employee awareness topics would MOST likely be revised to account for AI-enabled cyber risk?

  • A. Malicious insider threats
  • B. Clean desk policy
  • C. Authentication controls
  • D. Social engineering
Show answer and explanation ▾

Correct answer: D

Social engineering tactics are most enhanced by AI capabilities-chatbots and deepfakes powered by generative AI can make phishing, pretexting, and impersonation attacks far more convincing and scalable. Employees need updated awareness training on AI-driven social engineering risks. Malicious insider threats, clean desk policy, and authentication controls are not specifically amplified by AI in the way that social engineering attacks are, as AI directly enables more sophisticated impersonation and manipulation.

Why the other options are wrong:

  • A. Malicious insider threats are not primarily amplified by AI in a way requiring revised awareness training.
  • B. Clean desk policy is not directly related to AI-enabled cyber risks.
  • C. Authentication controls are a technical mitigation, not an awareness training topic revised due to AI.

Question 44

Which of the following BEST ensures the integrity of data sets used to train AI models?

  • A. Collection and retention of only necessary data sets
  • B. Tracking and verification of data sets via cryptographic controls
  • C. Clear documentation of data sources, types used, and processing steps
  • D. Appropriate storage of data sets according to documented classification processes
Show answer and explanation ▾

Correct answer: B

Cryptographic controls such as hashing, digital signatures, and checksums provide verifiable proof that data has not been altered or corrupted during storage and transmission, ensuring integrity throughout the data lifecycle. This technical control guarantees that what was recorded is what is being used. Documentation and classification are important but do not technically verify integrity, and limiting data collection does not protect the integrity of data that is retained.

Why the other options are wrong:

  • A. Limiting data collection does not ensure integrity of the data that is retained.
  • C. Documentation of sources and processing is important for traceability but does not technically verify data has not been altered.
  • D. Proper storage classification is important but does not verify or guarantee that data integrity has been maintained.

Question 45

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. Data pseudonymization
  • B. Right to audit
  • C. Independent certification
  • D. Continuous data monitoring
Show answer and explanation ▾

Correct answer: B

The right to audit gives the organization ongoing contractual authority to verify the vendor's handling, processing, and protection of training data throughout the engagement. This is the most critical protective mechanism because it enables the organization to enforce compliance and detect misuse or breaches. Pseudonymization reduces privacy risk but doesn't give oversight; independent certification provides limited ongoing assurance; and continuous monitoring is the vendor's responsibility, not primarily contractual.

Why the other options are wrong:

  • A. Data pseudonymization reduces privacy exposure but does not provide the organization with audit rights or oversight.
  • C. Independent certification provides one-time assurance but not ongoing monitoring of the vendor's data handling practices.
  • D. Continuous monitoring is a vendor responsibility but lacking audit rights, the organization cannot verify it is occurring properly.

Question 46

Which of the following controls BEST mitigates the risk of bias in AI models?

  • A. Regular data reconciliation
  • B. Diverse data sourcing strategies
  • C. Robust access control techniques
  • D. Cryptographic hash functions
Show answer and explanation ▾

Correct answer: B

Diverse data sourcing ensures that training data represents multiple populations, perspectives, and demographics, which directly counters the root cause of bias-skewed or homogeneous datasets. This is the most effective control for preventing bias from entering the model in the first place. Data reconciliation, access controls, and cryptographic functions do not directly address the data quality and representativeness issues that cause bias.

Why the other options are wrong:

  • A. Data reconciliation ensures consistency but does not address the root cause of bias in training data composition.
  • C. Access control techniques protect data but do not mitigate bias present in the training dataset.
  • D. Cryptographic hashing secures data but has no effect on bias in the model's training or outputs.

Question 47

Which of the following would MOST effectively ensure an organization developing AI systems has comprehensive data classification and inventory management?

  • A. Implementing an automated data cataloging tool that integrates with all organizational data repositories
  • B. Creating a centralized team to oversee the classification of data used in AI projects
  • C. Conducting quarterly audits of AI data sets for anomalies and missing metadata
  • D. Establishing a manual process to categorize data based on business needs and regulatory compliance
Show answer and explanation ▾

Correct answer: A

An automated data cataloging tool that integrates across all repositories provides comprehensive, consistent, and continuously updated visibility into all data assets used in AI projects, scaling across the organization without manual overhead. Automation ensures completeness and accuracy that manual processes cannot achieve at enterprise scale. A centralized team creates bottlenecks and single points of failure, quarterly audits are reactive rather than comprehensive, and manual processes do not scale effectively across all data repositories.

Why the other options are wrong:

  • B. A centralized team creates bottlenecks and may not achieve comprehensive coverage across all data sources.
  • C. Quarterly audits are reactive and do not ensure continuous comprehensive inventory management.
  • D. Manual categorization does not scale effectively and risks inconsistency and gaps across large organizations.

Question 48

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. Applying statistical methods to address missing data and reduce bias
  • B. Increasing the frequency of model retraining with the existing data set
  • C. Tuning model hyperparameters to increase performance and accuracy
  • D. Deleting outlier data points to prevent unusual values impacting the model
Show answer and explanation ▾

Correct answer: A

Statistical methods such as imputation, mean substitution, or modeling missing data values directly address the root cause-missing data-while also reducing bias that can be introduced by deletion. This approach preserves dataset size and information. Increasing retraining frequency with flawed data will not fix the underlying quality issue; hyperparameter tuning cannot compensate for missing data; and deleting outliers removes potentially valid information and reduces dataset size unnecessarily.

Why the other options are wrong:

  • B. Retraining more frequently will not address the fundamental missing data problem.
  • C. Hyperparameter tuning optimizes existing data but does not address the missing data issue.
  • D. Deleting outliers removes data and loses information rather than properly handling missing values.

Question 49

Which of the following BEST describes the role of risk documentation in an AI governance program?

  • A. Offering detailed analyses of technical risk and vulnerabilities
  • B. Demonstrating governance, risk, and compliance (GRC) for external stakeholders
  • C. Outlining the acceptable levels of risk for AI-related initiatives
  • D. Providing a record of past AI-related incidents for audits
Show answer and explanation ▾

Correct answer: B

Risk documentation in an AI governance program serves primarily to demonstrate governance, risk, and compliance (GRC) capabilities to external stakeholders such as regulators, auditors, customers, and business partners. This documentation provides evidence that the organization has a structured approach to identifying, assessing, and managing AI-related risks in accordance with industry standards and regulatory requirements.

Why the other options are wrong:

  • A. Technical vulnerability analysis is important but is only one component of risk documentation, not its primary purpose.
  • C. While risk documentation may reference risk thresholds, defining acceptable risk levels is a separate governance function, not the primary role of documentation itself.
  • D. Historical incident records are valuable for audits but represent reactive documentation rather than the proactive governance and compliance demonstration that risk documentation primarily achieves.

Question 50

Which of the following AI system vulnerabilities is MOST easily exploited by adversaries?

  • A. Weak controls for access to the AI model
  • B. Lack of protection against denial of service (DoS) attacks
  • C. Inaccurate generalizations from new data by the AI model
  • D. Inability to detect input modifications causing inappropriate AI outputs
Show answer and explanation ▾

Correct answer: A

Weak controls for access to AI models represent the most easily exploited vulnerability because they provide direct pathways for unauthorized users to gain control of, modify, or misuse the model. Poor access controls are a fundamental security weakness that requires minimal technical sophistication to exploit compared to more complex attack vectors, making them the lowest-hanging fruit for adversaries.

Why the other options are wrong:

  • B. DoS attacks require specific knowledge of system architecture and often encounter network-level defenses, making them less easily exploited than simple access control bypasses.
  • C. Inaccurate generalizations from new data are a model behavior issue, not a security vulnerability that adversaries can directly exploit.
  • D. Inability to detect input modifications is a detection failure, but this requires adversaries to first gain the capability to modify inputs, which is already covered by access control weaknesses.

Get the complete AAISM bank

These 50 questions are roughly 14% of the bank. The full pack has 371 real AAISM questions, each with the same depth of explanation, plus a questions-only PDF for timed practice and free updates forever.

View the full ISACA AAISM question bank →

Related exams

Browse free practice questions for every exam →

Back to blog