Question 108 of 1,020

Quick Answer

The answer is Reliability and Safety. This principle is the most directly relevant because the scenario involves an AI system failing to detect power lines in an unfamiliar city, leading to a physical crash—a clear breach of the requirement that AI must operate dependably under varied conditions and fail gracefully when encountering the unexpected. On the Microsoft Azure AI Fundamentals AI-900 exam, this principle is frequently tested through real-world safety hazards like autonomous vehicle or drone failures, where robustness to unusual conditions is key. A common trap is confusing this with the Fairness or Privacy principles, but remember: any scenario involving physical harm or system failure under novel circumstances points to Reliability and Safety. For a memory tip, think “Safe and Sound”—if the AI’s failure could cause damage or injury, it’s a Reliability and Safety issue.

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

This AI-900 practice question tests your understanding of describe artificial intelligence workloads and considerations. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

An autonomous drone delivery company uses an AI model to navigate. During testing in a new city, the model fails to detect power lines and crashes into them. The company wants to ensure their system is robust to unusual conditions. Which Microsoft responsible AI principle is most directly relevant?

Question 1mediummultiple choice
Full question →

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

Reliability and Safety

The scenario describes a failure in an AI system that leads to a physical safety hazard (crashing into power lines). The Microsoft responsible AI principle of Reliability and Safety directly addresses the need for AI systems to operate reliably under a range of conditions and to fail safely when they encounter unexpected situations. Ensuring robustness to unusual conditions, such as unseen power lines in a new city, is a core requirement of this principle.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Fairness

    Why it's wrong here

    Fairness focuses on treating all people equitably and avoiding bias, not on system robustness or safety.

  • Privacy and Security

    Why it's wrong here

    Privacy and Security deals with data protection and securing the system against unauthorized access, not physical safety during operation.

  • Reliability and Safety

    Why this is correct

    This principle ensures AI systems perform as expected without causing harm, especially in unforeseen circumstances.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Inclusiveness

    Why it's wrong here

    Inclusiveness aims to design AI that serves the widest range of users, not specifically system robustness or safety.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse 'Reliability and Safety' with 'Privacy and Security' because both involve 'security' in a broad sense, but the question specifically targets physical safety and system robustness, not data protection.

Detailed technical explanation

How to think about this question

Under the hood, the model likely uses a convolutional neural network (CNN) trained on a dataset that lacked sufficient examples of power lines in varied lighting or urban contexts, leading to poor generalization. A robust system would incorporate techniques like adversarial training, domain randomization, or a safety monitor that triggers a fallback behavior (e.g., hovering or returning to base) when confidence drops below a threshold. In real-world deployments, such failures highlight the need for continuous validation against edge cases and the use of redundant sensors (e.g., lidar) to cross-verify visual detections.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AI-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AI-900 question test?

Describe Artificial Intelligence workloads and considerations — This question tests Describe Artificial Intelligence workloads and considerations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Reliability and Safety — The scenario describes a failure in an AI system that leads to a physical safety hazard (crashing into power lines). The Microsoft responsible AI principle of Reliability and Safety directly addresses the need for AI systems to operate reliably under a range of conditions and to fail safely when they encounter unexpected situations. Ensuring robustness to unusual conditions, such as unseen power lines in a new city, is a core requirement of this principle.

What should I do if I get this AI-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on AI-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company develops an autonomous vehicle AI system. The system was trained exclusively on data from sunny, dry weather conditions. When the vehicles are deployed in a region that experiences frequent snow and fog, the system fails to correctly identify obstacles, leading to safety risks. Which Microsoft responsible AI principle is most directly violated by this deployment?

hard
  • A.Reliability and safety
  • B.Fairness
  • C.Transparency
  • D.Privacy and security

Why A: The system fails in snow and fog because it was trained only on sunny, dry data, making it unreliable in those conditions. The Microsoft responsible AI principle of Reliability and safety requires AI systems to perform consistently and safely across their intended deployment environments. Deploying without testing for diverse weather violates this principle by exposing users to safety risks.

Variation 2. An autonomous vehicle company uses an AI system for navigation. During testing, the system performs well in sunny weather but fails in snowy conditions because the training data had very few examples of snowy roads. The company decides to deploy the system anyway, hoping it will learn on the road. Which Microsoft responsible AI principle is most directly violated by this decision?

easy
  • A.Fairness
  • B.Reliability and Safety
  • C.Privacy and Security
  • D.Inclusiveness

Why B: The decision to deploy an AI system that is known to fail in snowy conditions directly violates the Reliability and Safety principle. This principle requires that AI systems operate reliably and safely under all expected conditions, and that potential failures are identified and mitigated before deployment. By hoping the system will 'learn on the road,' the company is exposing users and the public to unacceptable risk, as the system has not been validated for safe operation in snowy environments.

Variation 3. An autonomous delivery robot uses AI to navigate sidewalks. The robot occasionally fails to detect pedestrians in low-light conditions, leading to near-collisions. The company wants to ensure the system is robust and safe before wider deployment. Which Microsoft responsible AI principle is most directly relevant?

easy
  • A.Fairness
  • B.Privacy and security
  • C.Reliability and safety
  • D.Transparency

Why C: The robot's failure to detect pedestrians in low-light conditions directly impacts the system's ability to operate reliably and safely. The Reliability and safety principle in Microsoft's responsible AI framework requires that AI systems perform consistently under expected conditions and fail gracefully when they cannot. Ensuring the robot can handle edge cases like low light is a core safety requirement before deployment.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.