Courseiva

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

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

Page 1 of 3

Page 2
1
MCQeasy

Which of these is a 'Proactive' risk management strategy?

A.Shutting down the system after an attack.
B.Adversarial testing and threat modeling.
C.Incident response to a breach.
D.Adding more security after a leak is discovered.
AnswerB

These are proactive risk management strategies.

Why this answer

Adversarial testing and threat modeling are proactive, as they identify risks before exploitation.

2
MCQhard

During an adversarial training cycle, you notice the model's accuracy on the validation set drops significantly despite high training accuracy. Which technique should you apply to mitigate potential model poisoning?

A.Increase the learning rate
B.Enable Model Versioning in MLflow
C.Implement Differential Privacy (DP-SGD)
D.Switch to a pre-trained Transformer architecture
AnswerC

DP-SGD reduces the influence of individual training points, neutralizing poisoning attempts.

Why this answer

Differential privacy helps ensure that the model does not memorize specific training data samples, which is a common target for poisoning attacks aimed at steering model output.

3
MCQeasy

What is the benefit of 'Versioning' your AI models in a production environment?

A.Reduces the size of the model file
B.Increases API speed
C.Automatically detects prompt injection
D.Enables rapid rollback to previous models
AnswerD

Rollback capability is a key requirement for resilience.

Why this answer

Versioning enables rapid rollback to a known good state if a new version is found to be insecure or perform poorly.

4
Multi-Selectmedium

Which TWO of the following are recommended when auditing an 'AI Model' for bias and fairness?

Select 2 answers
A.Measure performance metrics across subgroups
B.Remove all logging to maintain anonymity
C.Increase the number of layers in the model
D.Use the model for all possible use cases
E.Analyze the training data for representational imbalances
AnswersA, E

Disaggregated metrics reveal bias.

Why this answer

Auditing for fairness requires checking data representation and measuring model performance across different demographic subgroups.

5
Multi-Selecthard

When conducting a risk assessment for an AI system, which TWO of the following are considered 'AI System' components that require individual threat assessment?

Select 2 answers
A.The training and inference data pipelines.
B.The physical office building security.
C.The personal devices of the developers.
D.The model artifact and its weights.
E.The internal organizational culture.
AnswersA, D

Data pipelines are critical components of AI system risk.

Why this answer

NIST and ISO standards suggest assessing both the data pipeline and the model environment (inference and training).

6
MCQmedium

You are configuring private connectivity for an AI model using AWS PrivateLink. Which component is required to ensure that model inference traffic never traverses the public internet?

A.Internet Gateway (IGW)
B.Security Group ingress rule
C.VPC Interface Endpoint
D.NAT Gateway
AnswerC

Interface endpoints provide private access to service APIs without public IPs.

Why this answer

An interface VPC endpoint (AWS PrivateLink) allows private connectivity to SageMaker endpoints from within a VPC.

7
MCQhard

An attacker is performing a 'Model Extraction' attack. What is the most likely goal of the attacker?

A.To gain access to the raw training database.
B.To steal the intellectual property of the model architecture.
C.To cause the model to crash.
D.To inject malicious weights into the model.
AnswerB

The objective is to clone the model's functionality and logic.

Why this answer

Model extraction (or theft) aims to recreate the functionality or proprietary logic of a model by querying it and training a substitute model.

8
MCQmedium

When onboarding an AI startup vendor, what is the best strategy to manage 'Model Drift'?

A.Including performance and monitoring requirements in the SLA.
B.Performing local code reviews.
C.Buying more computing power.
D.Trusting the vendor's promise of stability.
AnswerA

Contractual mechanisms are essential for vendor accountability.

Why this answer

Contractual requirements for monitoring reports and incident notifications force the vendor to maintain model performance standards.

9
MCQhard

In the context of the EU AI Act, what is the 'Provider's' obligation regarding conformity assessments for high-risk AI systems?

A.Ensuring conformity assessment and compliance with technical standards.
B.Self-assessment is prohibited for all high-risk systems.
C.Providing a written promise of security.
D.Delegating all compliance to the system deployer.
AnswerA

Providers are legally mandated to demonstrate conformity for market access.

Why this answer

Providers must ensure their systems undergo a conformity assessment and bear the CE marking before market entry.

10
MCQmedium

You are implementing 'Red Teaming' for a Large Language Model (LLM). What is the main objective of this exercise?

A.Train the model on new, proprietary datasets
B.Reduce the cost of API inference
C.Proactively identify safety and security vulnerabilities
D.Increase the accuracy of the model's predictions
AnswerC

Red teaming is a simulation to discover weaknesses before deployment.

Why this answer

AI Red Teaming identifies vulnerabilities by actively attempting to exploit the model through adversarial prompts.

11
MCQhard

What is the role of 'Homomorphic Encryption' in secure AI? (Theoretical concept)

A.Detects malicious prompts
B.Manages API user identities
C.Compresses the model size
D.Allows computation on encrypted data
AnswerD

This provides the highest level of privacy for outsourced AI.

Why this answer

Homomorphic encryption allows computation on encrypted data, enabling a provider to train or run a model on data without ever decrypting it.

12
MCQeasy

What is the primary role of an 'AI Ethics Board' in an organization's governance structure?

A.Directing daily stock market trades.
B.Reviewing AI use cases against organizational values and principles.
C.Conducting server hardware maintenance.
D.Writing all the Python code for the AI.
AnswerB

Ensures alignment of AI applications with corporate ethics.

Why this answer

Ethics boards provide guidance on moral and societal implications beyond legal compliance, ensuring alignment with organizational values.

13
MCQhard

An organization is using RAG (Retrieval-Augmented Generation). What is the primary governance concern for the retrieved documents?

A.The file size of the documents.
B.Enforcement of document-level access controls.
C.The font size used in the documents.
D.The language of the documents.
AnswerB

Ensures that AI only accesses data the user is authorized to see.

Why this answer

Ensuring that retrieved documents are subject to appropriate access controls is critical to prevent data leakage of sensitive or unauthorized information.

14
MCQeasy

Which department should own the 'AI Ethics Policy'?

A.The IT helpdesk.
B.The cafeteria management.
C.The building security team.
D.Compliance/Legal or Ethics Office.
AnswerD

Appropriate ownership for policy.

Why this answer

Compliance or Legal usually own ethics policy, in coordination with executive leadership, to ensure corporate alignment.

15
Multi-Selectmedium

Which THREE actions should be included in an AI incident response plan?

Select 3 answers
A.Deleting the model without a backup.
B.Increasing the marketing budget.
C.Conducting a root cause analysis post-incident.
D.Isolating the affected AI system from production.
E.Notifying relevant stakeholders of the incident.
AnswersC, D, E

Required for prevention.

Why this answer

Communication, containment, and root cause analysis are standard requirements for effective incident management.

16
MCQmedium

You are managing a model's lifecycle in SageMaker. How do you ensure that only approved model versions are deployed to production?

A.Use manual file copying to the production server
B.Use 'SageMaker Model Registry' approval workflows
C.Delete all non-production model versions
D.Set every model version to 'Production' by default
AnswerB

Registry approval states prevent unauthorized deployment.

Why this answer

The SageMaker Model Registry allows for version tracking, metadata management, and approval states to control deployment.

17
MCQmedium

Which of the following is a 'Control' for mitigating the risk of 'Prompt Injection'?

A.Using a larger language model
B.Providing the agent with full root access
C.Disabling output validation
D.Sandboxed execution environment for agents
AnswerD

Sandboxing restricts the agent's ability to pivot or cause damage.

Why this answer

A 'Sandboxed Execution Environment' for agents prevents the AI from accessing the host file system or network, limiting the impact of an injection.

18
Multi-Selecthard

When establishing a risk management framework for GenAI, which THREE factors should be prioritized to satisfy the NIST AI Risk Management Framework requirements?

Select 3 answers
A.Continuous monitoring of model performance metrics.
B.Establishing a robust AI governance structure.
C.Ensuring the system is inherently secure and resilient.
D.Requiring all models to be open-source.
E.Implementing a strict 'no external API' policy for all models.
AnswersA, B, C

Continuous monitoring is a core requirement of the NIST framework.

Why this answer

NIST AI RMF prioritizes trustworthiness, safety, and reliability through continuous monitoring and governance.

19
Multi-Selectmedium

Which TWO factors are critical when assessing the risk of a new Generative AI use case?

Select 2 answers
A.The aesthetic of the user interface.
B.The office location of the developers.
C.The programming language used.
D.The potential business impact if the system fails.
E.The sensitivity of the data being processed.
AnswersD, E

Core risk factor.

Why this answer

Business impact and data sensitivity are the foundational elements for risk assessment in AI.

20
MCQeasy

Why is it important to perform 'Model Validation' before production deployment?

A.To automatically remove users from the system
B.To encrypt the model weights
C.To verify performance and safety against benchmarks
D.To reduce the cost of GPU hardware
AnswerC

Testing is crucial for quality and safety assurance.

Why this answer

Model validation ensures that the model meets performance and safety requirements, minimizing the risk of unexpected behavior.

21
MCQhard

You are assessing the risk of 'Data Poisoning'. Which stage of the machine learning lifecycle is most vulnerable to this attack?

A.The model design and architecture selection.
B.Training data collection and ingestion.
C.Model monitoring and logging.
D.Inference and deployment.
AnswerB

Poisoning happens during the preparation and ingestion of training data.

Why this answer

Data poisoning occurs during the training data ingestion phase, where malicious samples are injected into the training set.

22
Multi-Selecthard

Which THREE factors increase 'AI Model Risk'?

Select 3 answers
A.High model complexity (black box).
B.High impact on safety-critical business processes.
C.Using a low-latency network.
D.Using a well-documented framework.
E.Low explainability/interpretability.
AnswersA, B, E

Increases risk.

Why this answer

High complexity, lack of interpretability, and critical business impact are the top drivers of AI model risk.

23
MCQhard

Which technique is best suited to defend against 'Model Extraction' where an adversary queries a public API to build a clone of your proprietary model?

A.Enable data augmentation
B.Use a larger model architecture
C.Implement output perturbation
D.Rotate API tokens every 30 days
AnswerC

Output perturbation prevents exact response matching required for extraction.

Why this answer

Adding noise (differential privacy) to the outputs or rate-limiting makes the model's decision boundaries difficult to map precisely.

24
Multi-Selecthard

Which TWO techniques are effective for detecting and mitigating 'Model Inversion' attacks where an adversary attempts to reconstruct training data from model outputs?

Select 2 answers
A.Rate limiting and monitoring query frequency
B.Disabling all model API documentation
C.Increasing the precision of model output scores
D.Implementing differential privacy during training
E.Using larger batch sizes during inference
AnswersA, D

Prevents attackers from gathering sufficient output samples.

Why this answer

Model inversion is mitigated by reducing the information content of model outputs and limiting query volume.

25
Multi-Selectmedium

Which THREE technical controls are recommended to secure an AI model's API endpoint?

Select 3 answers
A.Encrypting the model weights at rest in the cloud.
B.Removing all logging to prevent log injection.
C.Enforcing strict schema validation on all inputs.
D.Implementing rate limiting to prevent model scraping.
E.Implementing OIDC or API key-based authentication.
AnswersC, D, E

Schema validation prevents malformed data injection attacks.

Why this answer

Securing AI APIs requires defense-in-depth including rate limiting, authentication, and input sanitization.

26
MCQmedium

What is 'Model Drift'?

A.Performance decay due to changing data distributions.
B.The model code being rewritten.
C.The model being moved to a different cloud region.
D.The model file becoming corrupted.
AnswerA

This is the definition of model drift.

Why this answer

Model drift refers to the degradation of model performance over time because the real-world data distribution changes and no longer matches the training data.

27
MCQmedium

Which risk management activity happens during the 'Design' phase of an AI project?

A.User manual writing.
B.Hardware installation.
C.Threat modeling and initial risk assessment.
D.Full-scale production deployment.
AnswerC

These should be done during design (Shift Left).

Why this answer

Threat modeling and identifying ethical/privacy requirements should occur at the design stage before development begins.

28
Multi-Selectmedium

Which TWO aspects of 'Transparency' are most important for AI stakeholders?

Select 2 answers
A.Providing a list of all server rack IDs.
B.Publishing the model's marketing budget.
C.Disclosing the use of AI to the end-user.
D.Providing a clear explanation of how the AI reaches decisions.
E.Sharing the home addresses of developers.
AnswersC, D

Crucial for trust and compliance.

Why this answer

Explaining the logic behind outputs and disclosing that the user is interacting with an AI are key transparency requirements.

29
MCQmedium

What is the primary risk associated with 'Overfitting' in an AI model?

A.Lack of generalization to unseen data.
B.Increased latency in inference.
C.The model is too simple to solve the problem.
D.The model is too large to be deployed.
AnswerA

Generalization failure is the primary risk of overfitting.

Why this answer

Overfitting means the model memorizes the training data rather than generalizing, leading to poor performance on new, unseen data, which is a reliability risk.

30
MCQmedium

You are configuring Microsoft Defender for Cloud for an Azure OpenAI deployment. To detect prompt injection attempts effectively, which specific setting must be enabled in the 'Microsoft Defender for Cloud Apps' dashboard?

A.Set 'Log Analytics' retention to 365 days
B.Enable 'AI Security Posture Management' (AI-SPM)
C.Configure 'Conditional Access' policies for API keys
D.Enable 'Azure Policy' for resource tagging
AnswerB

AI-SPM is the designated feature set for identifying security configuration risks and anomalous activity in AI workloads.

Why this answer

Microsoft Defender for Cloud leverages 'AI Security Posture Management' to identify anomalous prompts that resemble injection patterns.

31
MCQmedium

You are using the Adversarial Robustness Toolbox (ART) to assess a classifier. Which attack technique would you simulate to test the model's vulnerability to 'Evasion' attacks?

A.Fast Gradient Sign Method (FGSM)
B.Membership Inference
C.Model Inversion
D.Data Poisoning via label flipping
AnswerA

FGSM is a standard evasion attack technique for testing classifier robustness.

Why this answer

The Fast Gradient Sign Method (FGSM) is a classic white-box attack technique used to test evasion vulnerability by introducing imperceptible noise.

32
MCQmedium

A company is adopting the ISO/IEC 42001 AI management system standard. What is the primary purpose of the 'Context of the Organization' clause?

A.To define the boundaries and strategic intent of the AI management system.
B.To specify hardware requirements for training.
C.To mandate the use of cloud-based AI services.
D.To identify all bugs in the production code.
AnswerA

It establishes the framework within which AI risks are managed.

Why this answer

This clause requires the organization to identify internal and external issues, stakeholder requirements, and the scope of the AIMS.

33
MCQhard

In the context of poisoning attacks, which technique is most effective for detecting data contamination in an automated ML training pipeline?

A.Increasing training epochs
B.Differential Privacy
C.Model quantization
D.Statistical outlier detection on training feature sets
AnswerD

Poisoned data often introduces statistical anomalies that outlier detection can flag.

Why this answer

Outlier detection (or anomaly detection) is the primary mechanism to identify malicious, poisoned data points that deviate from the expected distribution of the training set.

34
Multi-Selectmedium

Which TWO measures are most effective in reducing the risk of 'Hallucinations' in LLM systems?

Select 2 answers
A.Training the model on larger public internet datasets.
B.Using Retrieval-Augmented Generation (RAG).
C.Providing clear system prompts defining constraints.
D.Removing all punctuation from the input.
E.Increasing the model's temperature parameter to 2.0.
AnswersB, C

RAG anchors the model's output to specific, verifiable source documents.

Why this answer

RAG and Grounding ensure the model relies on external, verified context rather than its internal probabilistic memory.

35
MCQhard

How does 'Continuous Monitoring' differ from 'Point-in-Time Auditing'?

A.Auditing is only for small companies.
B.Monitoring is only for external systems.
C.Continuous monitoring provides real-time visibility into performance and threats.
D.Continuous monitoring is cheaper.
AnswerC

Core benefit of continuous monitoring.

Why this answer

Continuous monitoring provides real-time detection of drift or threats, whereas audits are snapshots in time.

36
Multi-Selectmedium

Which TWO items must be documented in an 'AI Model Card'?

Select 2 answers
A.Known limitations and failure modes.
B.The color scheme of the model's website.
C.The social security numbers of all developers.
D.The hardware purchase receipts.
E.The model's intended use cases.
AnswersA, E

Understanding failure modes is essential for risk management.

Why this answer

Model Cards are meant to document intended use and limitations to ensure transparency.

37
MCQeasy

What is 'AI Red Teaming'?

A.The marketing department's review of AI ads.
B.An automated script that changes the model color.
C.The process of painting red marks on the server racks.
D.Proactive adversarial testing to identify model weaknesses.
AnswerD

This is the standard definition of Red Teaming.

Why this answer

AI Red Teaming is a structured process of testing an AI system's safety and security by attempting to find vulnerabilities through adversarial attacks.

38
MCQmedium

You are managing a model deployed in AWS SageMaker and observe drift in the ground truth data. Which SageMaker feature should be configured to automatically monitor and alert on this statistical deviation?

A.SageMaker Clarify for Bias Detection
B.SageMaker Feature Store
C.SageMaker Model Monitor
D.SageMaker Experiments
AnswerC

Model Monitor tracks data quality and drifts in production endpoints.

Why this answer

SageMaker Model Monitor is designed to detect data drift and concept drift by comparing real-time inference data against the baseline training statistics.

39
MCQmedium

Which mechanism best ensures 'Auditability' of AI decision-making?

A.Maintaining immutable logs of inputs, model versions, and outputs.
B.Deleting logs after 24 hours.
C.Using proprietary black-box models only.
D.Hardcoding all decisions.
AnswerA

Ensures a verifiable trail for auditing.

Why this answer

Comprehensive logging of inputs, model parameters, and outputs is essential to recreate and audit decisions.

40
MCQhard

An organization is deploying an AI application that processes PII. The governance policy requires a formal AI impact assessment. Which activity is the most critical first step before model training begins?

A.Configuring model weight encryption in the secure vault.
B.Setting up a model drift detection dashboard in Azure Machine Learning.
C.Executing an automated data lineage audit using Microsoft Purview to verify data provenance.
D.Performing a sensitivity analysis on model output latency.
AnswerC

Data lineage and provenance verification are mandatory under AI governance frameworks to ensure training data integrity and compliance.

Why this answer

Data classification and privacy impact assessment must occur before model training to ensure compliance with data governance policies.

41
Multi-Selecteasy

Which THREE elements are essential components of an effective AI Incident Response Plan?

Select 3 answers
A.Procedures for model rollback or containment
B.Physical site evacuation protocols
C.Mandatory weekly patching of all OS kernels
D.Definition of AI-specific incident severity levels
E.Involvement of data scientists and AI model owners
AnswersA, D, E

Essential to stop a compromised model from producing bad output.

Why this answer

An AI-specific incident response plan must address the unique nature of AI, including specialized stakeholders and specific technical triggers.

42
MCQmedium

A security manager is integrating AI governance into the existing NIST AI RMF framework. Which action best ensures alignment between AI security controls and business risk appetite?

A.Deploying automated adversarial attack simulations against all LLM endpoints.
B.Implementing a strict zero-trust policy for all internal AI model training datasets.
C.Establishing a cross-functional AI steering committee to review and approve risk tolerance thresholds for AI use cases.
D.Configuring AWS GuardDuty for Amazon Bedrock to monitor for unauthorized API calls.
AnswerC

A governance structure is required to define risk appetite and ensure AI initiatives align with business security policy.

Why this answer

Mapping AI-specific controls to the organizational risk register ensures that security measures are proportionate to the business impact of AI system failure.

43
MCQeasy

Which security principle is violated when an AI model is allowed to access external data sources without sufficient authorization checks on the data itself?

A.Broken Access Control
B.Model Poisoning
C.Model Inversion
D.Evasion Attack
AnswerA

The AI agent must adhere to the same authorization boundaries as the user.

Why this answer

Unauthorized data access via AI agents often results from 'Broken Access Control' where the AI inherits privileges it should not possess.

44
MCQmedium

Which team should lead the definition of 'AI Acceptable Use' policies?

A.The marketing department.
B.The software engineering team only.
C.The IT helpdesk team.
D.A cross-functional committee including legal, privacy, and security.
AnswerD

Ensures all organizational risks are considered.

Why this answer

Cross-functional teams including legal, privacy, security, and business stakeholders ensure the policy is balanced and enforceable.

45
MCQmedium

When establishing an AI steering committee, which reporting cadence is most effective for ensuring board-level oversight of residual AI risk?

A.Weekly technical incident logs.
B.Quarterly strategic risk and compliance assessments.
C.Annual compliance attestation only.
D.Real-time dashboard access for all directors.
AnswerB

Provides the appropriate balance of strategic oversight and risk management updates.

Why this answer

Quarterly reporting aligns with standard enterprise risk management cadences for high-impact emerging technologies.

46
MCQhard

You are auditing an AI system for 'Model Explainability' (XAI). Why is XAI critical from a risk management perspective?

A.It is required to make the model run faster.
B.It encrypts the input data.
C.It enables models to train without labels.
D.It provides transparency for accountability and bias detection.
AnswerD

This is the primary risk-based utility of XAI.

Why this answer

Explainability allows organizations to understand the 'why' behind model decisions, essential for regulatory compliance and debugging bias.

47
Multi-Selecthard

Which THREE security controls are essential for protecting the integrity of the AI model training supply chain?

Select 3 answers
A.Data provenance and lineage tracking
B.SBOM (Software Bill of Materials) analysis for dependencies
C.Hardening the physical security of the server room
D.Cryptographic signing of model artifacts
E.Increasing the number of neurons in the model
AnswersA, B, D

Verifies the authenticity and source of training data.

Why this answer

Supply chain security involves securing the training data, the model architecture, and the software dependencies.

48
MCQhard

A multinational bank is deploying a proprietary LLM. Which approach provides the most robust assurance for model supply chain security?

A.Scanning all model weights using antivirus.
B.Reviewing the vendor's marketing brochure.
C.Limiting model access via VPN.
D.Implementing an AI Software Bill of Materials (SBOM).
AnswerD

Provides visibility into training data, libraries, and base model lineage.

Why this answer

Software Bill of Materials (SBOM) for AI components is the industry standard for tracking dependencies and vulnerabilities in the AI lifecycle.

49
Multi-Selectmedium

Which TWO security controls are recommended for protecting 'Training Data'?

Select 2 answers
A.Publicly hosting the data on GitHub for reproducibility.
B.Storing all passwords in the training data.
C.Using only high-resolution images.
D.Encryption at rest for all dataset storage.
E.Enforcing strict RBAC for data access.
AnswersD, E

Encryption is standard for protecting data at rest.

Why this answer

Training data should be protected using access controls and encryption at rest to prevent unauthorized access.

50
MCQmedium

What is the primary risk of 'Over-reliance' on AI outputs?

A.Users may accept incorrect or harmful AI-generated information.
B.The model will perform too well.
C.The server will overheat.
D.The model runs out of memory.
AnswerA

This is the core risk of automation bias.

Why this answer

Over-reliance (automation bias) leads to users trusting AI outputs without verification, which can be disastrous if the model makes errors or hallucinates.

51
MCQmedium

You are configuring Microsoft Defender for Cloud to monitor your Azure OpenAI service. Which specific resource diagnostic setting must be enabled to ensure that prompt injection attempts are logged in the Log Analytics workspace?

A.Enable 'AccessControl' logging in Entra ID
B.Enable 'RequestResponse' diagnostic logs for the AI resource
C.Enable 'MetricAlerts' at the subscription level
D.Enable 'AuditLogs' in the Storage Account settings
AnswerB

The RequestResponse category includes the prompt and completion data required for security analysis.

Why this answer

To detect security threats like prompt injection, you must enable diagnostic logging for the Azure OpenAI service specifically for the 'RequestResponse' category, which captures the interaction payload.

52
MCQhard

In the context of 'Adversarial Machine Learning', what is a 'Blind Spot' attack?

A.Exploiting low-confidence regions to force incorrect predictions
B.Bypassing authentication on the server
C.Increasing the training time of the model
D.Deleting the model's weights from memory
AnswerA

This targets the model's decision boundary limitations.

Why this answer

A blind spot attack exploits areas in the input space where the model's confidence is high, but its performance is actually incorrect due to poor training coverage.

53
MCQmedium

Which metric is most appropriate for reporting the 'AI Security Posture' to the board?

A.Number of GPU hours consumed.
B.Average model inference accuracy.
C.Percentage of AI systems with completed risk assessments.
D.Total number of model versions created.
AnswerC

Indicates the reach and effectiveness of the governance program.

Why this answer

Percentage of models with completed risk assessments provides a clear indicator of governance coverage across the enterprise.

54
MCQhard

Which of the following describes the purpose of 'Differential Privacy' in a machine learning system?

A.To enable cross-cloud model training
B.To prevent the identification of individuals in the training data
C.To allow for better interpretation of model layers
D.To ensure the model is faster at inference time
AnswerB

It protects individual privacy during model learning.

Why this answer

Differential privacy ensures that an individual's data cannot be inferred from the aggregate model output by injecting statistical noise during training.

55
MCQhard

A model is vulnerable to 'Evasion Attacks' using FGSM (Fast Gradient Sign Method). Which architectural change most effectively increases robustness?

A.Increasing the learning rate during training.
B.Switching to a larger neural network.
C.Applying Defensive Distillation.
D.Implementing input denoising.
AnswerC

Defensive distillation makes the model less sensitive to small gradient changes.

Why this answer

FGSM uses the model's gradients to craft perturbations; defensive distillation or adversarial training helps mask these gradients.

56
MCQeasy

To prevent unauthorized access to an Amazon Bedrock model, which AWS service is the primary point of control for enforcing 'Least Privilege' at the API layer?

A.AWS IAM
B.AWS Glue
C.AWS CloudFront
D.Amazon S3
AnswerA

IAM policies manage which users or services can invoke specific Bedrock models.

Why this answer

AWS IAM (Identity and Access Management) is the primary tool for defining permissions for Bedrock API operations.

57
MCQmedium

When managing shadow AI, which strategy is most effective at the enterprise level?

A.Disabling all network access to the internet.
B.Ignoring the usage until a breach occurs.
C.Implementing AI-aware API discovery and CASB solutions.
D.Sending disciplinary emails to all employees.
AnswerC

Enables identification and policy-based control of AI service usage.

Why this answer

A 'detect and onboard' approach using API discovery tools helps identify and bring unauthorized AI into the managed governance lifecycle.

58
MCQeasy

What is the purpose of 'AI Model Inventory'?

A.To provide a central list of all AI assets for risk oversight.
B.To increase the speed of the training pipeline.
C.To reduce the number of GPUs used.
D.To automatically retrain all models.
AnswerA

This is the definition of AI asset management.

Why this answer

An inventory tracks all models in production to ensure they are managed, monitored, and reviewed according to organizational policy.

59
MCQmedium

You are managing a PyTorch model and suspect data poisoning during the training phase. Which practice is the most effective technical control to verify training data integrity in an MLOps pipeline?

A.Increasing model quantization
B.Reducing the number of training epochs
C.Enabling 'Multi-Factor Authentication' on the training cluster
D.Implementing 'Data Lineage' with checksum validation
AnswerD

Checksums verify data integrity from storage to training ingestion.

Why this answer

Data lineage and cryptographic hashing ensure that the training dataset has not been altered maliciously.

60
MCQhard

What is a 'Side-Channel Attack' against an AI model?

A.An attack that exploits timing or power consumption patterns.
B.An attack that uses a phishing email.
C.An attack that uses a VPN.
D.An attack that involves physical tampering.
AnswerA

This is the definition of a side-channel attack.

Why this answer

Side-channel attacks exploit information leaked through indirect channels like power consumption, timing, or memory access patterns to infer sensitive model information.

61
Multi-Selectmedium

Which TWO of the following are risks associated with using public pre-trained models without further security validation?

Select 2 answers
A.Improved model interpretability
B.Reduced inference latency compared to custom models
C.Automatic hardware acceleration
D.Hidden backdoors injected into the model weights
E.Legal and compliance risks from unlicensed training data
AnswersD, E

Malicious actors can embed triggers in public models.

Why this answer

Public models may contain hidden backdoors (poisoning) or have been trained on sensitive/copyrighted data that could cause legal or compliance issues.

62
MCQeasy

When assessing AI third-party vendor risk, which document is most useful for understanding the vendor's data handling practices?

A.The Data Processing Agreement (DPA).
B.The user interface mockups.
C.The company's marketing brochure.
D.The vendor's quarterly earnings statement.
AnswerA

The DPA is the authoritative legal document regarding data handling.

Why this answer

The Data Processing Agreement (DPA) outlines exactly how data is used, stored, and protected.

63
MCQmedium

Which tool is best for managing 'Secrets' (like database passwords or API keys) used by your AI training pipeline?

A.Hardcoded variables in the training script
B.A public Github repository
C.An Excel spreadsheet on a shared drive
D.HashiCorp Vault
AnswerD

Vault provides centralized, secure secret management.

Why this answer

Secrets management services (AWS Secrets Manager, HashiCorp Vault) are the secure way to manage credentials.

64
MCQmedium

When using a 'Managed AI API' service, what is the best practice for handling API keys?

A.Hardcode keys in the application source code
B.Email keys to team members for easy access
C.Embed keys in the public Git repository
D.Store keys in a secure Secrets Manager
AnswerD

Secrets management is the industry standard for credential protection.

Why this answer

API keys should never be hardcoded; they should be stored in secrets managers like AWS Secrets Manager or Azure Key Vault.

65
Multi-Selecthard

Which THREE technical controls effectively manage 'Third-Party AI Vendor' risks?

Select 3 answers
A.Independent verification of the vendor's model performance.
B.Continuous monitoring of the vendor API for drift.
C.Asking the vendor to delete all their internal logs.
D.Requiring all employees to use the vendor's internal Wi-Fi.
E.Mandatory security audits of the vendor's infrastructure.
AnswersA, B, E

You should not rely solely on vendor claims.

Why this answer

Managing third-party AI risk involves technical validation, contractual oversight, and ongoing monitoring.

66
MCQmedium

What does 'Model Explainability' (XAI) primarily support in governance?

A.Lower infrastructure costs.
B.Transparency, trust, and regulatory compliance.
C.Hardware security.
D.Increased training speed.
AnswerB

Key drivers for explainability requirements.

Why this answer

XAI supports transparency and trust by allowing humans to understand the 'why' behind model outputs.

67
MCQmedium

You are configuring AWS Bedrock Guardrails to prevent the model from returning PII. Which specific configuration setting should be enabled to ensure PII filtering is applied to both prompt and response?

A.Use the prompt engineering instruction 'Do not output PII' in the System Prompt field.
B.Set the content moderation filter level to 'High' in the model configuration.
C.Apply an IAM policy to the Bedrock execution role restricting access to PII-containing datasets.
D.Enable PII filtering in the Policy Settings for both 'input' and 'output' content flows.
AnswerD

Correct configuration for bidirectional PII filtering in Bedrock Guardrails.

Why this answer

AWS Bedrock Guardrails allow for PII entity redaction or blocking; the configuration must be set to filter both incoming prompts and outgoing model responses to ensure comprehensive protection.

68
Multi-Selectmedium

Which TWO components are essential for a robust AI Governance framework?

Select 2 answers
A.The company party schedule.
B.Defined roles and accountability structures.
C.A list of all employee names.
D.The best-selling AI books.
E.Formal AI policies and standards.
AnswersB, E

Fundamental for governance.

Why this answer

Policies and clearly defined roles are the foundation of any governance system.

69
Multi-Selectmedium

Which THREE criteria are essential for evaluating the risk of an AI vendor's 'Model Card'?

Select 3 answers
A.Disclosure of training data sources.
B.Performance metrics across demographic groups.
C.The vendor's annual financial report.
D.The number of employees at the vendor.
E.Known limitations and failure modes.
AnswersA, B, E

Data provenance is key to understanding bias and legality.

Why this answer

Model Cards provide transparency regarding intended use, limitations, and performance, which are critical for risk assessment.

70
MCQmedium

You are managing an AI project and notice the model is performing poorly on a subset of data representing a protected class. What is the correct next step in the risk assessment process?

A.Immediately delete all training data.
B.Investigate the data representation and training balance for that subgroup.
C.Dismiss the finding as a minor edge case.
D.Replace the model architecture with a simpler one.
AnswerB

Bias is often rooted in data imbalances, which must be investigated.

Why this answer

Performing a root cause analysis on the data used to train that specific segment is the correct diagnostic step.

71
MCQmedium

What is the primary function of an 'AI Steering Committee'?

A.Strategic oversight, prioritization, and risk management.
B.Conducting individual performance reviews.
C.Writing all the software code.
D.To manage daily printer issues.
AnswerA

The charter of a steering committee.

Why this answer

To set direction, prioritize initiatives, and oversee the AI risk management strategy at the enterprise level.

72
MCQhard

An AI project is failing to meet its security requirements. Which governance process should be triggered to address this?

A.Re-training the model without a review.
B.Risk acceptance or remediation plan initiation.
C.Immediate deletion of all data.
D.Ignoring the policy until the end of the year.
AnswerB

Standard governance process for managing non-compliant or high-risk projects.

Why this answer

The AI Risk Acceptance or Remediation process ensures that management formally decides whether to fix the issue or accept the risk, documenting the decision.

73
Multi-Selectmedium

Which TWO of the following are primary risks associated with 'membership inference attacks' against an AI model?

Select 2 answers
A.Exposure of sensitive information about training data subjects.
B.Violation of regulatory requirements like GDPR/HIPAA.
C.Unauthorized modification of model weights.
D.Unauthorized access to the model training algorithm.
E.Complete system shutdown via resource exhaustion.
AnswersA, B

Privacy leakage is the core consequence of membership inference.

Why this answer

Membership inference attacks aim to determine if a specific data point was used in the training set, risking privacy leakage.

74
MCQhard

What is 'Model Stealing' as a risk?

A.When the model is used for a purpose other than intended.
B.When the training data is corrupted.
C.When an attacker extracts the model's parameters/weights.
D.When a developer quits and takes the code.
AnswerC

Model stealing is the exfiltration of the model itself.

Why this answer

Model stealing is the attempt to gain unauthorized access to the underlying weights of a model, often through side-channel attacks or memory scraping.

75
Multi-Selectmedium

Which THREE activities should be included in an AI Security Governance Program to effectively manage model supply chain risks?

Select 3 answers
A.Verifying the integrity and origin of pre-trained models via digital signatures.
B.Automating the review of model license agreements to ensure compliance with open-source policies.
C.Conducting monthly performance benchmarking of model inference speed.
D.Increasing the budget for AI model research and development.
E.Maintaining a Software Bill of Materials (SBOM) for all AI model components and dependencies.
AnswersA, B, E

Digital signatures ensure that the model has not been tampered with by third parties.

Why this answer

Managing supply chain risks requires provenance, dependency scanning, and license verification to ensure security and compliance.

Page 1 of 3

Page 2

All pages