Courseiva

AI-900 Practice Question: Describe Artificial Intelligence workloads and considerations

What is 'data drift' and why is it a concern for deployed AI models?

⚠ Common exam trap

It's easy for candidates to confuse 'data drift' with simple data movement or storage errors, because the word 'drift' sounds like physical relocation, but the exam tests the specific machine learning concept of distributional shift over time.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The gradual change in data distribution over time that causes deployed model accuracy to degrade

Data drift refers to the gradual change in the statistical properties of the input data that a deployed AI model receives, compared to the data it was trained on. This shift in distribution causes the model's predictions to become less accurate over time because the model was optimized for the original data patterns. In Azure Machine Learning, data drift is monitored using dataset monitors that compare baseline and target datasets to detect significant changes, triggering retraining pipelines to maintain model performance.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • When training data files are accidentally moved to the wrong storage container

    Why it's wrong here

    Accidentally moving training files to the wrong storage container is an operational or data governance mistake, not a statistical phenomenon. Data drift concerns how the distribution of real-world inputs changes after deployment—for example, seasonal buying patterns—whereas a misplaced blob affects which artifacts the pipeline reads, but does not imply any change in the underlying data-generating process. The two issues require entirely different remediation: correcting storage paths versus retraining on recent data.

  • The gradual change in data distribution over time that causes deployed model accuracy to degrade

    Why this is correct

    This is the exact definition of data drift: as the environment changes, the features sent to a deployed model gradually diverge from the training distribution, so the learned decision boundaries become less accurate. Monitoring solutions like Azure Machine Learning's data drift detector compare current inference data to the baseline training dataset and flag significant divergence. When drift is detected, the model must be retrained or revalidated to restore accuracy. This silent degradation is why continuous monitoring is essential.

  • The movement of data between Azure regions for latency optimisation

    Why it's wrong here

    Moving data between Azure regions for latency optimisation is a geo-replication and data-residency task, focusing on where compute and storage reside relative to users. Data drift is not about physical data movement but about the change in the statistical distribution of a particular feature or label over time as measured at the same logical endpoint. An infrastructure engineer can relocate data without any model becoming less accurate, and a model can drift while every byte stays in a single region. The two concerns are entirely orthogonal.

  • Intentional modification of training data to improve model robustness

    Why it's wrong here

    Intentional modification of training data—such as augmentation, rotation, or synthetic oversampling—is a deliberate training-time strategy to make a model more robust to variations it already expects. Data drift, by contrast, is an unprompted, external change in the data encountered during inference, often caused by market, user, or sensor shifts that were never present in the training set. Augmentation aims to generalize to unseen within-distribution examples, whereas drift is out-of-distribution and can invalidate a model even if augmentation was used.

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.