Courseiva

ISACA Advanced in AI Security Management (AAISM) (AAISM) (AAISM) — Questions 76150

205 questions total · 3pages · All types, answers revealed

Page 1

Page 2 of 3

Page 3
76
MCQhard

Which of the following is an example of an 'Evasion' attack on a computer vision model?

A.Intercepting training data packets
B.Adding adversarial noise to input images
C.Changing the model's learning rate
D.Brute forcing the administrator password
AnswerB

Adversarial noise targets the model's inference logic.

Why this answer

Adding adversarial noise to an image (e.g., a sticker) causes the model to misclassify it, which is the definition of evasion.

77
MCQmedium

Which control is most effective against 'Data Poisoning' in a collaborative learning environment?

A.Changing the model to a non-collaborative one.
B.Removing all participants from the collaboration.
C.Using a faster internet connection.
D.Using robust statistical aggregation algorithms.
AnswerD

Robust aggregation is the primary defense against poisoning.

Why this answer

By using robust statistical aggregation techniques, the aggregator can filter out malicious/outlier updates that could poison the model.

78
Multi-Selecthard

Which THREE of the following are technical controls to prevent 'Model Extraction' attacks?

Select 3 answers
A.API Rate Limiting
B.Output perturbation (e.g., adding noise)
C.Increasing the model learning rate
D.Reducing output detail/granularity
E.Providing all intermediate model outputs
AnswersA, B, D

Limits the volume of queries available to reconstruct the model.

Why this answer

Model extraction is mitigated by rate limiting, output perturbation (noise), and limiting the detail/granularity of the output returned to the API.

79
MCQmedium

During an internal audit of the AI program, it is found that the organization lacks a 'Model Inventory'. What is the most immediate risk to the AI security program?

A.High costs associated with cloud compute resources.
B.Incompatibility between the model and the underlying operating system.
C.Inability to perform security risk assessments or lifecycle management for shadow AI models.
D.Increased latency in AI model responses.
AnswerC

A model inventory is the prerequisite for all governance, risk assessment, and lifecycle management activities.

Why this answer

Without a model inventory, security teams cannot identify which models exist, making it impossible to manage risk or apply security patches.

80
MCQeasy

What is the purpose of 'AI Model Transparency' in a risk management framework?

A.To enable stakeholders to evaluate model safety and performance.
B.To speed up the training process.
C.To hide the model architecture from competitors.
D.To minimize the number of API calls.
AnswerA

Transparency is about informed oversight and risk assessment.

Why this answer

Transparency allows stakeholders to understand how a model functions, its limitations, and its provenance to ensure accountability.

81
Multi-Selecthard

Which TWO areas should be covered by an AI procurement policy?

Select 2 answers
A.The color of the vendor's logo.
B.The vendor's choice of office furniture.
C.The number of employees at the vendor.
D.Contractual clauses for data privacy and IP protection.
E.Mandatory security due diligence for AI vendors.
AnswersD, E

Essential for legal and privacy compliance.

Why this answer

Vendor security assessment and contractual data usage clauses are critical for third-party AI risk.

82
MCQmedium

You detect an unusual spike in API calls that are clearly non-human. What is the most effective way to address this without completely blocking the service?

A.Increase the model latency
B.Implement a bot detection challenge (e.g., CAPTCHA)
C.Publicly release the model weights
D.Shutdown the entire API service
AnswerB

This differentiates bots from legitimate users.

Why this answer

Implementing a CAPTCHA or sophisticated WAF challenge for high-volume users is a standard way to differentiate human traffic from bots.

83
Multi-Selecthard

Which THREE elements are essential for 'AI Governance'?

Select 3 answers
A.Defined AI ethics and safety policies.
B.Access to all employees' private emails.
C.A standard AI risk management framework.
D.A mandate to use the most expensive GPUs available.
E.A cross-functional oversight committee.
AnswersA, C, E

Policies are the foundation of governance.

Why this answer

AI governance requires clear policies, oversight committees, and defined risk frameworks.

84
MCQmedium

Which scenario best illustrates an 'AI Security Incident'?

A.Unauthorized access to the model training weights.
B.The AI system running slower than usual.
C.A scheduled server maintenance window.
D.A user simply disliking the AI output.
AnswerA

Compromise of model integrity/confidentiality is a security incident.

Why this answer

An unauthorized model modification or data extraction is a clear security event requiring response.

85
MCQmedium

An AI security team needs to ensure that internal AI tools comply with the organization's 'Human-in-the-Loop' policy. Which architectural control best enforces this governance requirement?

A.Enabling role-based access control (RBAC) in the AI model management system.
B.Integrating a mandatory 'human approval' task within the business logic workflow of the AI orchestration layer.
C.Configuring audit logs for all AI interactions.
D.Updating the model weights to penalize autonomous decision-making.
E.Applying data loss prevention (DLP) rules to the model training dataset.
AnswerB

This technical enforcement of a governance policy ensures that AI does not act unilaterally on sensitive business processes.

Why this answer

Implementing an approval gate in the workflow ensures that critical decisions made by AI are reviewed by humans, satisfying the governance policy.

86
MCQhard

You are managing risks for a federated learning deployment. What is the primary security concern regarding the 'model updates' sent from the edge clients to the aggregator?

A.The aggregator becoming a single point of failure.
B.Gradient leakage leading to privacy loss.
C.Encryption of the communication channel.
D.Slow network speeds at the edge.
AnswerB

Gradient leakage is the primary threat in federated learning architectures.

Why this answer

In federated learning, local model updates can be analyzed to reconstruct private training data from the clients.

87
MCQmedium

When assessing a third-party AI provider, which document is most essential for due diligence?

A.A public press release.
B.A standard company invoice.
C.The employee directory.
D.A SOC 2 Type II audit report.
AnswerD

Provides verifiable evidence of security controls.

Why this answer

The System and Organization Controls (SOC) 2 Type II report provides independent assurance of the vendor's security and privacy controls.

88
MCQmedium

Which control is most effective against 'Prompt Injection' attacks?

A.Adding more training data.
B.Using a secure AI Gateway with input filtering.
C.Requiring a longer password.
D.Disabling the internet.
AnswerB

Primary defense mechanism.

Why this answer

Implementing input sanitization and output filtering via an AI Gateway is a standard defensive control.

89
MCQeasy

What is the primary objective of a 'Bias Audit' in an AI risk management program?

A.To verify the model meets legal data storage requirements.
B.To reduce the cost of model deployment.
C.To ensure the model is computationally efficient.
D.To identify disparate impacts on protected populations.
AnswerD

Detecting disparate impact is the primary goal of a bias audit.

Why this answer

Bias audits ensure that AI models do not produce discriminatory outcomes based on protected classes.

90
MCQmedium

You are assessing a supply chain risk where an AI model uses a pre-trained base model from a third-party hub. Which action most effectively mitigates the risk of model poisoning during the integration phase?

A.Implement role-based access control for the training pipeline.
B.Run a sensitivity analysis on the model output.
C.Validate the model hash against the vendor's provided checksum manifest.
D.Enable MFA for the model registry access.
AnswerC

Cryptographic verification ensures the model has not been altered since publication.

Why this answer

Verifying the cryptographic hash of the model weights against the provider's manifest ensures integrity before deployment.

91
MCQmedium

When utilizing a third-party AI vendor, which contractual requirement is most critical for addressing 'shadow AI' risks within an enterprise?

A.A mandate to use the vendor's cloud region exclusively.
B.A request for a free trial period.
C.A requirement for 99.99% uptime SLA.
D.A clause requiring the vendor to disclose all sub-processors.
AnswerD

Understanding the supply chain is vital for managing third-party AI risk and shadow deployment.

Why this answer

Standardized procurement processes and inventory tracking (shadow AI) require clear vendor auditing and accountability clauses.

92
Multi-Selectmedium

Which TWO reporting formats are effective for executive AI oversight?

Select 2 answers
A.Full source code printouts.
B.Raw system logs in text files.
C.Executive summaries of AI performance and risk.
D.High-level risk heatmaps.
E.A list of all server IP addresses.
AnswersC, D

Effective for executive review.

Why this answer

Risk heatmaps and executive summaries provide the high-level view required by management.

93
Multi-Selectmedium

Which TWO factors help maintain 'AI Accountability'?

Select 2 answers
A.Clearly defined roles for model owners and stakeholders.
B.Hiring only external consultants for AI.
C.Automated, non-human review of all processes.
D.Removing all audit logs.
E.Comprehensive documentation of the model's development and use.
AnswersA, E

Accountability starts with ownership.

Why this answer

Accountability is maintained through clear roles/responsibilities and robust documentation of decision-making processes.

94
MCQmedium

An enterprise is defining its 'AI System Inventory'. Which metadata attribute is most critical for assessing legal and regulatory risk?

A.Hardware acceleration type.
B.Inference latency in milliseconds.
C.Model training compute cost.
D.Training data source and provenance.
AnswerD

Determines the legal basis for data processing and potential copyright infringement.

Why this answer

Data origin and provenance are critical for determining compliance with GDPR, AI Act, and intellectual property requirements.

95
MCQhard

When utilizing the 'Adversarial Robustness Toolbox' (ART) to defend against evasion attacks, which attack type is specifically mitigated by using 'Adversarial Training'?

A.Evasion attacks
B.Model Inversion attacks
C.Model Theft attacks
D.Supply Chain attacks
AnswerA

Adversarial training directly hardens models against adversarial examples crafted for evasion.

Why this answer

Adversarial training involves augmenting the training set with adversarial examples, hardening the model against evasion (inference-time) attacks.

96
MCQmedium

An organization is evaluating 'Third-Party AI Models'. Which risk is most effectively addressed by a 'Model Evaluation Report'?

A.The risk of model unsuitability or unexpected behavior.
B.The risk of the vendor going bankrupt.
C.The risk of poor UI/UX design.
D.The risk of high API latency.
AnswerA

Evaluation reports provide the data needed to assess suitability.

Why this answer

An evaluation report details the model's capabilities, limitations, and performance, helping the user determine if it fits their risk profile.

97
MCQhard

When drafting an AI policy, how should the organization address 'Human-in-the-Loop' (HITL) requirements?

A.Require HITL for every single AI inference.
B.Mandate HITL for high-impact or sensitive decision-making processes.
C.Delegate HITL requirements to the software development team.
D.Exclude HITL to maximize system throughput.
AnswerB

Risk-based approach allows for automation of low-risk tasks while safeguarding high-stakes decisions.

Why this answer

Policy must clearly define decision-making thresholds where automated systems require human intervention to mitigate high-impact risks.

98
MCQeasy

Which of the following is a 'Human-in-the-Loop' (HITL) control used for AI risk management?

A.Using only open-source libraries
B.Requiring human approval for high-risk model outputs
C.Deploying the model to a public server
D.Automating all model output without review
AnswerB

This provides a safety check for critical decisions.

Why this answer

HITL involves human review of model decisions before they are finalized or acted upon, especially for high-stakes decisions.

99
MCQmedium

What is the primary role of 'Model Versioning' in AI governance?

A.To automate user login.
B.To maximize server storage usage.
C.To hide model architecture from hackers.
D.To ensure reproducibility and enable rollback of problematic versions.
AnswerD

Crucial for stability and incident management.

Why this answer

Versioning ensures that changes to the model can be tracked, reverted, and audited, which is vital for reproducibility and risk control.

100
MCQmedium

An organization is using an LLM-based agent. What is the primary risk associated with 'indirect prompt injection' in this environment?

A.The model produces hallucinatory facts.
B.The API key for the LLM is exposed in the code.
C.The training data includes PII of users.
D.External data retrieved by the agent contains instructions that override system prompts.
AnswerD

This is the definition of indirect prompt injection where the LLM executes malicious input.

Why this answer

Indirect prompt injection occurs when malicious data is embedded in a retrieved document that instructs the LLM to perform unintended actions.

101
MCQeasy

A board of directors requests a summary of AI risk exposure. Which metric provides the most relevant insight into AI security program maturity?

A.The percentage of AI models that have completed a formal governance and security certification.
B.The average response time of the AI chatbot interface.
C.The total number of GPU hours utilized for model training.
D.The total number of AI-related code commits in the CI/CD pipeline.
AnswerA

This metric directly demonstrates the effectiveness of the governance program in controlling risk.

Why this answer

Reporting on the percentage of AI models subjected to formal security and bias audits provides a clear picture of governance coverage.

102
MCQhard

You are auditing an AI system for compliance with the EU AI Act. Which control is mandatory for 'High-Risk' AI systems to ensure transparency for human oversight?

A.Human-in-the-loop design and logging
B.Automated decision-making without oversight
C.Mandatory anonymization of all input data
D.Exclusive use of proprietary datasets
AnswerA

Mandatory requirement for high-risk AI to allow human intervention and auditing.

Why this answer

The EU AI Act requires that high-risk systems be designed with human-in-the-loop (HITL) capabilities and adequate logging to ensure transparency and accountability.

103
MCQhard

Your organization uses Azure OpenAI. You need to ensure that no sensitive data (e.g., credit card numbers) is sent to the model. Which specific service feature should be enabled to intercept and mask this data?

A.Azure OpenAI Content Safety
B.Azure Active Directory
C.Azure Monitor
D.Azure Key Vault
AnswerA

Content Safety provides real-time PII detection and masking for inputs.

Why this answer

Azure OpenAI Content Safety provides text filtering and PII masking.

104
MCQeasy

What is the primary role of 'Data Encryption at Rest' for AI datasets?

A.Increase the training speed of the model
B.Protect data from unauthorized access on storage media
C.Detect potential poisoning attacks
D.Automatically patch model software
AnswerB

Encryption is the primary control for storage security.

Why this answer

Encryption at rest ensures that even if the storage media is stolen or accessed unauthorized, the data remains unreadable.

105
Multi-Selectmedium

Which TWO activities ensure 'AI Safety' in development?

Select 2 answers
A.Using unmonitored cloud servers.
B.Adversarial testing (red teaming).
C.Increasing the amount of public data used.
D.Removing all encryption.
E.Comprehensive documentation of safety guidelines.
AnswersB, E

Identifies safety failures.

Why this answer

Adversarial testing and rigorous documentation are key safety practices.

106
MCQmedium

When evaluating AI security, 'Model Drift' refers to performance degradation over time. Which tool would a practitioner use to detect drift in a production environment?

A.AWS Config
B.Amazon SageMaker Model Monitor
C.Amazon GuardDuty
D.AWS CloudTrail
AnswerB

SageMaker Model Monitor identifies drift by comparing live data to training data.

Why this answer

Model monitoring tools track statistical properties of features and predictions to identify drift.

107
MCQeasy

Which document outlines the 'Roles and Responsibilities' for AI security?

A.The printer configuration manual.
B.A software license file.
C.The company holiday calendar.
D.The AI Governance Charter.
AnswerD

The authoritative document for governance roles.

Why this answer

The AI Governance Charter or Policy defines the organizational structure for AI risk management.

108
MCQeasy

Which document should define the organization's stance on AI transparency and explainability?

A.The employee breakroom notice.
B.The server configuration log.
C.The Corporate AI Policy.
D.The marketing brochure.
AnswerC

Policy sets the standards for transparency and compliance.

Why this answer

The AI Policy is the foundational document that sets the requirements for transparency, accountability, and explainability across the enterprise.

109
MCQmedium

You are configuring a 'Firewall' for an AI API. Which rule should you prioritize to prevent unauthorized exfiltration of model training data?

A.Disable all firewall logging
B.Configure strict egress (outbound) traffic rules
C.Increase the number of API endpoints
D.Allow all outbound traffic to the internet
AnswerB

Limiting outbound traffic is essential to stop exfiltration.

Why this answer

Egress filtering (outbound rules) ensures that the model environment cannot communicate with unauthorized external servers, preventing data exfiltration.

110
Multi-Selectmedium

Which TWO of the following are primary security controls for preventing 'Model Inversion' attacks where an adversary attempts to reconstruct training data from model outputs?

Select 2 answers
A.Setting 'API Rate Limits'
B.Implementing 'Differential Privacy' during training
C.Applying 'Output Perturbation' to model predictions
D.Enabling 'VPC Service Controls'
E.Using 'Hardware Security Modules' (HSM)
AnswersB, C

Differential privacy mathematically bounds the influence of individual data points.

Why this answer

Differential privacy and output perturbation are the standard methods to reduce the probability of sensitive data leakage through inference queries.

111
Multi-Selecthard

An organization is updating its AI governance policy for high-risk systems. Which TWO requirements should be mandated to ensure accountability and forensic capability?

Select 2 answers
A.Restricting AI development to specific physical locations.
B.Requiring all AI developers to use dual-factor authentication for IDE access.
C.Enabling detailed audit logging of all user prompts and model responses.
D.Limiting the number of users who can interact with the AI model.
E.Mandating a 'record of authority' that documents the individual responsible for each model's risk decisions.
AnswersC, E

This is critical for investigating malicious use or bias in output.

Why this answer

Accountability and forensics require audit trails for both model inputs/outputs and human interactions with the system.

112
Multi-Selecteasy

Which THREE factors are critical when establishing an AI risk reporting structure for executive leadership?

Select 3 answers
A.The total number of GPUs available in the data center.
B.Alignment of AI security posture with corporate risk appetite and strategic goals.
C.Current regulatory compliance status regarding AI-related legal frameworks.
D.The current threat landscape targeting AI systems (e.g., prompt injection trends).
E.The specific Python libraries used for model training.
AnswersB, C, D

Reporting must connect technical AI risk to business strategy and tolerance.

Why this answer

Executive reporting must focus on business impact, risk posture, and compliance with the regulatory landscape.

113
MCQmedium

Which phase of the AI Lifecycle is most critical for 'Bias Detection'?

A.Contract negotiation with vendors.
B.Model testing and evaluation.
C.Model decommissioning.
D.Data center power-up.
AnswerB

Critical phase for bias mitigation and validation.

Why this answer

Testing and evaluation (pre-deployment) is the primary window for detecting and mitigating bias before it impacts users.

114
Multi-Selecthard

Which THREE items should be included in an 'AI Inventory'?

Select 3 answers
A.The model's favorite color.
B.Unique model identifier and version.
C.The developer's favorite food.
D.Assigned risk classification.
E.Designated business owner.
AnswersB, D, E

Essential inventory metadata.

Why this answer

Model version, owner, and risk rating are the core pieces of information needed to manage an AI portfolio.

115
MCQhard

An AI security lead is configuring a 'Model Risk Management' (MRM) framework. What is the main objective of a 'Model Validation' report?

A.To market the model to external customers.
B.To reduce the model development time.
C.To guarantee 100% accuracy in all scenarios.
D.To provide independent verification of model performance and risk mitigation effectiveness.
AnswerD

Validation acts as a second line of defense to ensure model reliability.

Why this answer

Validation provides independent verification that the model performs as expected within its defined scope and limitations.

116
MCQhard

An organization is using Google Cloud Vertex AI and suspects an adversarial poisoning attack on a custom training dataset. Which tool should be used to verify the integrity and provenance of the training artifacts?

A.Vertex AI Pipelines caching
B.Cloud Data Loss Prevention (DLP) API
C.Cloud Armor WAF
D.Vertex AI ML Metadata
AnswerD

Provides tracking for artifacts and lineage, essential for identifying injected malicious training data.

Why this answer

Vertex AI Model Garden and Metadata are used for lineage tracking, but specifically for provenance and audit, the Vertex AI ML Metadata service allows tracking of dataset versions and training pipeline execution history.

117
MCQmedium

When conducting an AI audit, what should be the primary focus of the 'Data Governance' review?

A.The model's marketing reach.
B.The color of the UI.
C.Data quality, lineage, and access controls.
D.The model creator's salary.
AnswerC

These are fundamental components of data governance.

Why this answer

Data governance ensures that only authorized, high-quality, and compliant data is used for training and inference.

118
MCQmedium

When an AI model is suspected of being involved in a security incident, what is the first step in the incident response process?

A.Retrain the model on new data
B.Delete the model weights
C.Isolate the model endpoint from the network
D.Update the documentation
AnswerC

Containment is standard practice for incident response.

Why this answer

Isolation is the first step to prevent further damage or exfiltration of sensitive data.

119
MCQmedium

When evaluating an AI model for production, what does the 'F1 Score' tell you from a risk management perspective?

A.The latency of the model in milliseconds.
B.The total number of parameters in the model.
C.The balance between model precision and recall.
D.The total cost of training the model.
AnswerC

F1 is the harmonic mean of precision and recall, essential for risk evaluation.

Why this answer

The F1 score provides a balanced view of precision and recall, helping assess the risk of both false positives and false negatives.

120
MCQhard

When implementing Google Cloud's 'Vertex AI' model guardrails, you need to prevent the leakage of PII in model outputs. Which configuration tool is used to enforce these constraints at the request/response level?

A.Vertex AI 'Feature Store' access control
B.Vertex AI 'Safety Settings' filters
C.Vertex AI 'Model Registry' IAM roles
D.Vertex AI 'Pipeline' execution logs
AnswerB

These filters allow developers to set threshold levels for various categories of sensitive content.

Why this answer

The Vertex AI 'Safety Settings' and 'Content filtering' allow practitioners to define thresholds for harassment, hate speech, and PII leakage.

121
MCQeasy

A machine learning model is showing signs of 'data drift'. What is the most effective initial step in the risk assessment process?

A.Retrain the model immediately with all available data.
B.Analyze the statistical distribution of input production data versus training data.
C.Shut down the application to prevent incorrect predictions.
D.Change the model architecture to a more complex design.
AnswerB

Statistical analysis is the baseline step for confirming and scoping data drift.

Why this answer

Data drift monitoring involves comparing current production data distributions against training data distributions to detect performance decay.

122
Multi-Selectmedium

Which TWO actions should be taken to enforce Least Privilege access for developers interacting with SageMaker Model Monitor?

Select 2 answers
A.Allow all 'iam:PassRole' actions
B.Restrict access to the 'sagemaker:CreateModelMonitor' action
C.Grant s3:PutObject on the bucket containing baseline data
D.Assign the 'SageMakerFullAccess' managed policy
E.Enable root access to the underlying EC2 instance
AnswersB, C

Limiting this action prevents unauthorized creation of monitoring jobs.

Why this answer

Access to Model Monitor requires permissions to both the infrastructure (S3) and the specific model monitoring job definitions.

123
Multi-Selecthard

Which THREE factors must be included in a 'Model Risk Management' (MRM) policy?

Select 3 answers
A.The names of all employees who use the AI.
B.Clear model lifecycle stages and governance gates.
C.A list of all model research papers published by the company.
D.Requirement for independent model validation.
E.Defined thresholds for model performance and drift.
AnswersB, D, E

Governance gates are essential for ensuring risks are reviewed.

Why this answer

A robust MRM policy covers the lifecycle from model development and validation to monitoring and retirement.

124
MCQeasy

What is the key risk difference between 'Data Privacy' and 'Model Security' in AI?

A.Data privacy is only for training data, not inference data.
B.Data privacy is about PII protection; model security is about system integrity.
C.There is no difference.
D.Model security is only about physical hardware.
AnswerB

This is the correct distinction between the two domains.

Why this answer

Data privacy focuses on the protection of the information used in models (PII), while model security focuses on the integrity/availability of the model logic.

125
MCQeasy

In the context of AI governance, what is the primary role of a 'Model Card'?

A.Provide transparency on model capabilities and limitations
B.Grant IAM access to the model file
C.Enable encryption for the model weights
D.Automatically patch the model software
AnswerA

Model Cards are essential for ethical AI and transparency.

Why this answer

A Model Card is a documentation artifact that provides transparency into the model's intended use, limitations, and training data.

126
MCQeasy

What is the purpose of 'Model Signing' in an MLOps pipeline?

A.To ensure model integrity and non-repudiation
B.To encrypt the model weights at rest
C.To restrict access to the model registry
D.To increase inference speed
AnswerA

Signing proves the model's origin and that it remains unaltered.

Why this answer

Model signing uses digital signatures to verify that the model artifact has not been tampered with between the training environment and the production environment.

127
MCQeasy

What is the best way to manage 'Bias' in an AI system?

A.Ignore the bias until a user complains.
B.Change the font on the website.
C.Perform regular audits and dataset balancing.
D.Delete all data that has bias.
AnswerC

This is the proactive, standard practice for managing bias.

Why this answer

Regular auditing and dataset balancing are the most effective ways to identify and mitigate bias in AI systems.

128
MCQeasy

What is the primary role of a 'Human-in-the-loop' (HITL) in AI risk management?

A.To write the model code.
B.To speed up the inference process.
C.To handle technical server maintenance.
D.To provide oversight and intervention for critical model decisions.
AnswerD

HITL serves as a governance control for critical AI decisions.

Why this answer

HITL ensures that human oversight is present in high-stakes decisions, mitigating risks of automation bias or AI failure.

129
MCQhard

During an adversarial threat modeling exercise for a facial recognition system, you identify a risk of pixel perturbation attacks. Which countermeasure is the most appropriate technical control to implement?

A.Apply data masking to the input images.
B.Implement differential privacy during data preprocessing.
C.Conduct adversarial training by injecting perturbed samples into the training set.
D.Increase the model epoch count to improve generalization.
AnswerC

Adversarial training is the standard method for improving robustness against evasion attacks.

Why this answer

Adversarial training involves training the model on examples containing perturbations, making it robust against those specific attacks.

130
MCQmedium

What is the primary function of an 'AI Firewall' or 'LLM Gateway' in an enterprise AI architecture?

A.To intercept and filter prompts and responses
B.To optimize the GPU utilization of the model
C.To store model weights in a secure archive
D.To automate the labeling of training data
AnswerA

Gateways provide central control over AI interactions.

Why this answer

An LLM gateway acts as a proxy to enforce security policies, redact PII, and prevent prompt injection before requests reach the model.

131
MCQeasy

An AI administrator is using Azure AI Content Safety to detect jailbreak attempts in prompt engineering. Which configuration must be enabled to proactively block prompt injection attacks?

A.Configure Prompt Shield
B.Apply Customer Managed Keys (CMK)
C.Enable Protected Material Detection
D.Implement Jailbreak Mitigation via Language Detection
AnswerA

Prompt Shield is the designated control for blocking jailbreak and prompt injection attempts.

Why this answer

The Prompt Shield feature in Azure AI Content Safety specifically targets user-to-model prompt injection and jailbreak attacks.

132
Multi-Selectmedium

Which TWO aspects of 'Compliance' must be addressed by an AI governance program?

Select 2 answers
A.Alignment with applicable legal and regulatory requirements.
B.Following the latest fashion trends.
C.The office building's architecture.
D.Adherence to client-specific contractual obligations.
E.Selecting the cheapest printer brand.
AnswersA, D

Mandatory for compliance.

Why this answer

Regulatory alignment and contractual commitments are the two pillars of AI compliance.

133
MCQhard

An organization is performing threat modeling for a RAG (Retrieval-Augmented Generation) pipeline. Which specific vulnerability is unique to the retrieval component?

A.Database poisoning within the retrieved document index.
B.Overfitting of the LLM on the training set.
C.Gradient-based evasion attacks on the LLM.
D.Prompt injection targeting the LLM model weights.
AnswerA

Retrieval poisoning is the specific risk where the context provider is compromised.

Why this answer

In RAG, if the search or retrieval index is manipulated, the LLM will generate answers based on attacker-supplied context.

134
MCQmedium

What is the benefit of 'AI Model Watermarking' for governance?

A.Improving model prediction speed.
B.Facilitating identification and provenance of AI-generated content.
C.Preventing unauthorized hardware usage.
D.Reducing model memory footprint.
AnswerB

Helps manage risks related to synthetic media.

Why this answer

Watermarking assists in identifying synthetic content, which is crucial for provenance and combating misinformation.

135
MCQmedium

When assessing the risk of 'Prompt Leaking', what is the most important control to implement?

A.Increasing the model's parameter count.
B.Encrypting the model output.
C.Strict output filtering and instruction separation.
D.Only allowing access from internal IP addresses.
AnswerC

Filtering the output for system instructions prevents the leak.

Why this answer

Prompt leaking occurs when a model reveals its system instructions. Limiting the LLM's access to sensitive context and using robust system prompts is key.

136
MCQhard

In an AI supply chain, what is 'Dependency Confusion' risk?

A.When two models conflict in memory.
B.When a build system pulls a malicious package instead of the intended private one.
C.When the training data is ambiguous.
D.When a developer forgets to update a library.
AnswerB

This is the classic dependency confusion attack.

Why this answer

Dependency confusion occurs when an attacker publishes a malicious package with the same name as an internal private package, hoping the package manager will pull the malicious public version.

137
MCQhard

A company is performing an 'AI Impact Assessment' (AIA). Which domain is the most critical for identifying 'Privacy' risks?

A.Model training costs.
B.Data lineage, sensitivity, and processing purpose.
C.UI design features.
D.Server CPU utilization.
AnswerB

These elements are central to privacy risk.

Why this answer

Data processing and consent management are the pillars of AI privacy impact assessments.

138
Multi-Selectmedium

Which TWO techniques help mitigate 'Model Poisoning'?

Select 2 answers
A.Data sanitization and filtering of training inputs.
B.Increasing the number of neurons in the model.
C.Using robust statistical aggregation for training data.
D.Moving the model to a public cloud environment.
E.Reducing the number of training epochs.
AnswersA, C

Filtering out anomalies prevents malicious data from entering the training set.

Why this answer

Defensive techniques like data sanitization and robust aggregation algorithms help mitigate poisoning attempts.

139
MCQeasy

An organization uses IBM watsonx.ai to manage model governance. Which tool is primarily used to track 'FactSheets' for model lineage and auditability?

A.AutoAI Experiment Tracker
B.Pipeline Orchestrator
C.FactSheets
D.Model Risk Management (MRM) dashboard
AnswerC

FactSheets in watsonx.ai are the standard tool for recording model metadata and lineage.

Why this answer

The IBM watsonx.ai Governance module uses FactSheets to automatically capture and document the lifecycle, lineage, and validation status of models.

140
MCQmedium

You are reviewing logs for an AI service. You notice a high frequency of '429 Too Many Requests' errors. Which security control is likely being triggered to protect the model from potential automated extraction or DoS?

A.Model Drift Monitoring
B.Data Encryption at Rest
C.Input Sanitization
D.API Rate Limiting
AnswerD

Rate limiting restricts the volume of requests a client can make.

Why this answer

Rate limiting is a standard control to prevent resource exhaustion and model scraping.

141
Multi-Selecthard

You are auditing access controls for a Microsoft Azure OpenAI deployment. Which TWO of the following configurations are required to ensure identity-based access and logging for model inference?

Select 2 answers
A.Enable the 'Prompt Injection' toggle in the Azure Portal global settings.
B.Enable 'Diagnostic settings' to route logs to a Log Analytics workspace.
C.Assign RBAC role 'Cognitive Services OpenAI User' to the service principal.
D.Create a shared API key for all users to simplify service account management.
E.Set the model to 'Public Access' in the Networking tab for easier debugging.
AnswersB, C

Required for centralized logging and security auditing.

Why this answer

Azure OpenAI requires Entra ID (Azure AD) for authentication and Azure Monitor/Log Analytics for auditing request/response patterns.

142
Multi-Selecthard

Which THREE components are critical for an 'AI Incident Response' plan?

Select 3 answers
A.Communication channels with data scientists and legal teams.
B.Requirements to publish all internal vulnerabilities publicly.
C.Procedures for model rollback or disablement.
D.Identification of model-specific failure indicators.
E.Automated deletion of all logs.
AnswersA, C, D

Cooperation between technical and legal is required for AI incidents.

Why this answer

An AI IR plan must account for model-specific issues like unexpected performance drops, bias, and adversarial attacks.

143
MCQmedium

An AI security manager is implementing an AI governance framework using the NIST AI RMF. Which action best demonstrates the 'Govern' function for a new generative AI deployment?

A.Configuring API rate limits in the AI gateway.
B.Conducting a red-teaming exercise for prompt injection.
C.Performing automated unit testing on model outputs.
D.Defining roles, responsibilities, and accountability for AI system outcomes.
AnswerD

Establishing clear accountability is a core component of the Govern function.

Why this answer

The 'Govern' function focuses on establishing a culture of risk management, accountability, and organizational processes to manage AI risks.

144
MCQmedium

What is the primary goal of 'Model Monitoring' in the context of risk management?

A.To reduce the cost of GPU usage.
B.To block all internet traffic.
C.To update the marketing website automatically.
D.To detect performance degradation, drift, and anomalous behavior.
AnswerD

This is the main risk-related reason for monitoring.

Why this answer

Continuous monitoring detects anomalies, performance degradation, and drift, which are critical triggers for risk interventions.

145
MCQhard

What is 'Model Stealing' and why is it considered a security incident?

A.It is the theft of intellectual property via query analysis
B.It is the slow down of the model due to heavy load
C.It is the unauthorized access to the server room
D.It is the accidental deletion of model files
AnswerA

Stealing a model's decision function undermines its competitive value.

Why this answer

Model stealing involves querying a model to extract enough information to replicate its functionality, leading to the loss of proprietary intellectual property.

146
MCQeasy

An AI security program manager is assessing AI risks. Which tool provides the most centralized oversight for AI model compliance?

A.An enterprise GRC platform with AI modules.
B.A local Python script for model testing.
C.A public open-source project management board.
D.A standard spreadsheet file.
AnswerA

Provides audit trails, policy mapping, and risk tracking.

Why this answer

A GRC (Governance, Risk, and Compliance) platform configured for AI enables systematic tracking of risks and policy adherence.

147
Multi-Selecthard

Which THREE practices are necessary for managing 'AI Model Version Control' as part of an overall risk management strategy?

Select 3 answers
A.Allowing only one developer to modify the model.
B.Using Git-based tracking for model configuration and code.
C.Maintaining a complete lineage of training data used for each version.
D.Storing only the production model artifact.
E.Automated logging of training parameters and hyperparameters.
AnswersB, C, E

Git is standard for tracking configuration and infrastructure as code.

Why this answer

Version control ensures reproducibility, rollback capability, and auditability in AI risk management.

148
MCQmedium

When a model fails in production, what is the first step in the 'Incident Response' process?

A.Containment and impact assessment.
B.Writing a press release.
C.Firing the developer.
D.Ignoring the error.
AnswerA

Standard IR procedure.

Why this answer

Identifying and containing the impact is the immediate priority to prevent further risk.

149
Multi-Selectmedium

Which TWO of the following are effective methods for monitoring and detecting AI security incidents in a cloud environment?

Select 2 answers
A.Disabling logging to reduce cloud spend
B.Using standard database backup schedules
C.Ingesting model inference logs into a SIEM
D.Hardcoding API credentials in application code
E.Configuring anomaly detection for API call patterns
AnswersC, E

SIEM integration allows for correlation of AI events with other security signals.

Why this answer

Centralized logging (e.g., CloudWatch, Azure Monitor) and anomaly detection are critical for identifying unexpected model interactions.

150
MCQeasy

When training an AI model, why is it critical to ensure 'Data Provenance'?

A.To verify the source and integrity of training data
B.To reduce the storage space of datasets
C.To automatically remove PII from datasets
D.To optimize the training speed of the model
AnswerA

Provenance is foundational to data supply chain security.

Why this answer

Data provenance allows auditors to trace the origin of data, ensuring no poisoned or copyrighted data entered the training pipeline.

Page 1

Page 2 of 3

Page 3

All pages