Which TWO actions should be taken when a model exhibits significant drift?
Crucial to deciding whether to retrain or adjust inputs.
Why this answer
The model should be assessed for retraining and the production environment should be audited.
42 questions · Ai Lifecycle Risk Management topic · All types, answers revealed
Which TWO actions should be taken when a model exhibits significant drift?
Crucial to deciding whether to retrain or adjust inputs.
Why this answer
The model should be assessed for retraining and the production environment should be audited.
A developer is using 'Shadow Deployments' for a new AI model. What is the main risk being addressed?
Shadow mode validates the model against live data without impacting the end-user experience.
Why this answer
Shadow deployments allow real-world data validation without exposing end-users to potential model failures.
Why is 'Explainability' considered a key risk management control in the AI lifecycle?
Understanding *why* a model made a decision is essential for debugging and legal compliance.
Why this answer
Explainability allows stakeholders to audit decisions and ensure they comply with regulatory requirements (like GDPR).
A practitioner is reviewing the 'Model Card' for an AI system. What is the primary purpose of this artifact in the AI lifecycle risk management process?
Model cards serve as the foundational documentation for risk assessment and compliance.
Why this answer
Model cards provide transparency and documentation about the intended use, limitations, and performance characteristics.
Which THREE risks are associated with 'Automated Deployment' of AI models without a human-in-the-loop?
A major risk when automation isn't constrained.
Why this answer
Without human checks, bad models can propagate quickly, causing cascading failures and security gaps.
During the AI lifecycle, when should a 'Data Quality' assessment be performed to minimize long-term risk?
Performing quality checks before the model sees the data prevents propagation of errors into model weights.
Why this answer
Data quality must be validated prior to training to ensure model reliability.
Which THREE factors should be monitored to detect 'Model Drift' in the deployment phase?
Detects if the model's behavior is changing significantly.
Why this answer
Feature distribution, target distribution, and model confidence scores all provide signals of drift.
Which TWO of the following are key components of a robust AI lifecycle risk management program?
This is essential for identifying drift and errors.
Why this answer
Continuous monitoring and version control are fundamental for governing the model's entire lifespan.
During the 'Monitoring' phase, which activity is most critical for identifying model 'feedback loops'?
If outputs drift significantly, it may indicate the model is creating a feedback loop in the input data.
Why this answer
Feedback loops occur when model outputs influence the future training data, which must be detected by comparing output distributions over time.
Which THREE artifacts should be reviewed during a post-incident AI risk analysis?
Identifies the intended purpose vs. actual misuse.
Why this answer
Model lineage, inference logs, and the original model card are critical for understanding *what* happened.
In the context of the Google Cloud Vertex AI Model Registry, what is the best approach to mitigate the risk associated with a model update that performs poorly on edge cases?
Shadow deployments allow testing with live data without impacting actual users.
Why this answer
A/B testing (or canary deployments) allows for traffic splitting to validate performance before full rollout.
You are managing a model that utilizes 'Online Learning'. What is the most critical risk requiring constant lifecycle vigilance?
Because the model learns from every input, a malicious actor can influence the model's logic through carefully crafted inputs.
Why this answer
Online learning models are constantly updating, making them highly susceptible to 'poisoning' attacks.
You are utilizing Azure Machine Learning to manage a deployment. You detect a sudden drop in model performance due to 'concept drift'. Which specific configuration in the Azure ML Model Monitoring dashboard should be adjusted to better detect this?
Concept drift often manifests as changes in the distribution of target variables relative to inputs, requiring sensitive drift monitoring.
Why this answer
Concept drift occurs when the relationship between input variables and target variables changes, requiring adjustments to data drift detection parameters.
A practitioner is setting up a model monitoring service in AWS SageMaker Model Monitor. They observe that the ground truth data is significantly delayed. What action ensures risk identification remains effective?
Input feature monitoring serves as a proxy for performance when ground truth labels are missing.
Why this answer
When ground truth is delayed, practitioners must rely on feature drift detection rather than accuracy metrics.
Which TWO factors are essential when documenting a model for risk management?
Defines the scope of risk.
Why this answer
Intended use and performance boundaries are essential for governance.
A team notices that an AI model's performance decreases when the input data contains abbreviations that were not present in the training set. This is a risk associated with which lifecycle stage?
The risk is that the training data did not represent the expected operational environment (data variety).
Why this answer
This is a Data Quality/Data Representation risk, where the model's understanding of data is limited by the training corpus.
A company is implementing 'Human-in-the-Loop' (HITL) for its AI decision system. What is the primary risk of relying on HITL?
Humans tend to accept automated suggestions without critical evaluation, defeating the purpose of the control.
Why this answer
Human fatigue and cognitive bias can lead to poor oversight, potentially creating a false sense of security.
You are performing a 'Model Drift' analysis. Which metric is most indicative of performance degradation without access to real-time ground truth?
KL divergence measures how much the current input distribution has drifted from the training distribution.
Why this answer
Statistical distribution shifts (like KL Divergence) in input data serve as a proxy for performance degradation.
You are auditing a model's lifecycle and discover that the training data distribution changes every time the model retrains. What is the biggest risk here?
Lack of reproducibility is a critical failure in AI governance and risk management.
Why this answer
Non-deterministic training data results in unstable models where performance can fluctuate unpredictably.
You are assessing risk for an AI model that uses 'Transfer Learning'. What is the most critical risk to manage regarding the pre-trained base model?
Inherited bias is the most critical and hardest-to-detect risk in transfer learning.
Why this answer
Transfer learning risks include the inheritance of latent biases from the pre-trained weights.
Which THREE considerations must be addressed when designing a 'Training' pipeline to minimize data quality risk?
Necessary for auditability and debugging.
Why this answer
Data lineage, schema validation, and outlier detection are standard data engineering controls.
During the 'Training' phase, why is 'Data Splitting' (train/validation/test) crucial for risk management?
Without a hold-out test set, one cannot know if the model will perform well in the real world.
Why this answer
Data splitting prevents overfitting and provides an unbiased estimate of the model's performance on unseen data.
A practitioner is managing AI risk in a CI/CD pipeline. What should be the final gate before model promotion to production?
This ensures the model satisfies quantitative quality criteria before reaching production.
Why this answer
Automated validation of performance metrics against a 'golden dataset' ensures the model meets the required threshold.
Which TWO of the following techniques help mitigate bias in the AI lifecycle?
Provides quantitative evidence of bias.
Why this answer
Diverse data sourcing and fairness evaluation are standard methods for bias mitigation.
Which TWO of the following scenarios represent 'Data Quality Risk'?
Lack of temporal relevance renders the data low-quality for current needs.
Why this answer
Inconsistent formatting and lack of temporal relevance are clear data quality issues.
When managing AI lifecycle risk for a model in a regulated industry, which artifact serves as the most important audit trail for the model's provenance?
Lineage logs document exactly how a model was built, providing the trail necessary for regulatory audits.
Why this answer
Model lineage/provenance trackers record the exact data versions and training parameters used for a specific model version.
Which TWO metrics are standard in 'Monitoring' for identifying performance-related AI risks?
High latency can impact user experience or business processes.
Why this answer
Latency and error rates are the primary operational indicators of model performance risk.
A team is designing an AI lifecycle monitoring system. Which metric is most effective for detecting 'Out-of-Distribution' (OOD) risks?
Inputs that produce unusual activations in the internal layers suggest the model is processing data it doesn't recognize.
Why this answer
OOD detection identifies inputs that are fundamentally different from the distribution the model was trained on.
Which THREE factors contribute to 'Data Quality Risk' during the training phase?
Missing data leads to unreliable predictions.
Why this answer
Incomplete data, selection bias, and incorrect labeling all directly degrade the model's foundation.
What is the primary risk of 'Model Complexity' in the context of the AI lifecycle?
Complexity reduces the explainability needed for risk verification.
Why this answer
Extremely complex models (e.g., deep neural networks) are often 'black boxes', making them hard to interpret and verify.
Which AI lifecycle stage is most susceptible to the risk of 'data leakage' where training data inadvertently contains information from the future/target?
This is where features are created and datasets are split, making it the primary site for leakage risk.
Why this answer
Data leakage typically occurs during the data preparation and feature engineering stages of the AI lifecycle.
What is the primary risk objective of 'Model Versioning' in the AI lifecycle?
Versioning provides the governance needed to manage changes securely.
Why this answer
Version control is essential for reproducibility and rollback, minimizing the risk of unrecoverable failures.
Which TWO activities are part of the 'Risk Identification' step in the AI lifecycle?
Identifies where the model is likely to fail.
Why this answer
Bias testing and documentation of limitations are key risk identification activities.
During the design phase of a machine learning model, a practitioner identifies that the training dataset has significant underrepresentation of a minority demographic. What is the most effective proactive risk mitigation strategy?
Synthetic data generation addresses the root cause of data imbalance during the design/data preparation phase.
Why this answer
Data augmentation or oversampling techniques are standard practices to address bias before training begins.
To mitigate 'Training-Serving Skew' in the AI lifecycle, what is the best practice for data processing pipelines?
A feature store enforces consistency, eliminating the risk of different transformations.
Why this answer
Using a unified feature store ensures that the exact same transformation logic is used for both training and inference.
When a 'Data Drift' alert is triggered in a production environment, what is the first step in the risk management lifecycle?
Validating the drift ensures the team understands the cause before altering the model.
Why this answer
The first step is always to validate the alert to ensure it's not a false positive before taking drastic action.
A financial institution uses an AI model to approve loans. After deployment, they notice the model is rejecting loan applications from a specific region at a rate 30% higher than historical human benchmarks. What is the most appropriate next step in the risk lifecycle?
This identifies if the model is responding to a shift in input population or if the bias is inherent to the model logic.
Why this answer
Investigation of bias requires a root cause analysis of input distributions and model weights compared to the baseline.
Which of the following is an example of 'Data Quality Risk' in the AI lifecycle?
Inaccurate labels lead to poor model training and incorrect predictions.
Why this answer
Data quality risk includes issues like missing values, noisy data, or incorrect labeling that degrade model performance.
Which THREE strategies are effective for mitigating 'Adversarial Risk' in an AI lifecycle?
Makes reconnaissance and model inversion harder.
Why this answer
Input sanitization, rate limiting, and adversarial training are established security controls for AI.
In the context of the 'AI Lifecycle', what is the risk of 'Model Decay'?
This is the definition of model decay; the model's predictive value decreases because the 'world' it was trained on has moved on.
Why this answer
Model decay (or obsolescence) occurs when the environment changes such that the model's learned patterns are no longer valid.
A company is integrating an AI model that uses 'Online Inference'. What is the most significant risk regarding model security?
Exposed endpoints allow attackers to query the model repeatedly to reconstruct training data or extract model logic.
Why this answer
Online inference endpoints are exposed to the public/network, creating surface area for adversarial attacks.
Which of the following is a primary risk during the 'Deployment' stage of the AI lifecycle?
The 'training-serving skew' is a major risk during deployment.
Why this answer
Deployment involves the risk of performance degradation, infrastructure failure, or unexpected interactions with other systems.
Ready to test yourself?
Try a timed practice session using only Ai Lifecycle Risk Management questions.