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?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Best answer
Reliability and safety
Correct because the principle of Reliability and safety requires AI systems to operate reliably and safely under a reasonable range of conditions. The system's failure in snowy conditions poses a direct safety risk and demonstrates a lack of reliability in the deployment environment.
Distractor review
Fairness
Incorrect because the Fairness principle addresses biases that result in unfair treatment of groups based on attributes like race or gender. This scenario is about environmental conditions, not demographic groups.
Distractor review
Transparency
Incorrect because Transparency is about ensuring users understand how the AI system works, its limitations, and its decisions. While the company should be transparent about the system's limitations, the core violation is the lack of reliability and safety.
Distractor review
Privacy and security
Incorrect because the Privacy and security principle concerns protecting data from unauthorized access and ensuring consent. This scenario does not involve data breaches or privacy concerns.
Common exam trap
Common exam trap: ACLs stop at the first match
ACLs are processed top to bottom. The first matching entry wins, and an implicit deny usually exists at the end.
Technical deep dive
How to think about this question
ACL questions test precision: source, destination, protocol, port and direction. A generally correct ACL can still fail if it is applied on the wrong interface or in the wrong direction.
KKey Concepts to Remember
- Standard ACLs match source addresses.
- Extended ACLs can match source, destination, protocol and ports.
- The first matching ACL entry is used.
- There is usually an implicit deny at the end.
TExam Day Tips
- Check inbound versus outbound direction.
- Read the ACL from top to bottom.
- Look for a broader permit or deny above the intended line.
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.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A developer wants to build a virtual assistant that can understand user intents such as 'Book a flight' or 'Check weather' and extract relevant entities like destination and date. The developer has a small set of labeled example utterances. Which Azure AI Language feature should the developer use?
Question 2
A developer is building a customer support chatbot using Azure OpenAI. The chatbot should never reveal its system instructions or internal configuration. The developer wants to add a rule at the beginning of the conversation to prevent prompt injection attacks. Which technique should they use?
Question 3
A developer is using Azure OpenAI Service to generate product descriptions from technical specifications. The generated descriptions sometimes include plausible-sounding but incorrect details (hallucinations). The developer wants to ensure the model's responses are strictly based on the provided product data and does not add any external or invented information. Which approach should the developer use?
Question 4
A developer is using Azure OpenAI with GPT-4 to build a chatbot that answers legal questions based on a company's internal policy documents. The developer wants the model's responses to be maximally deterministic and factual, avoiding any creative or speculative language. Which parameter should the developer set to the lowest possible value in the API call?
Question 5
A developer is using Azure OpenAI to generate creative product descriptions. The outputs are often repetitive and lack variety. The developer wants to increase the diversity of the generated text while still keeping it coherent. Which parameter should the developer increase?
Question 6
A developer is using Azure OpenAI Service to generate product descriptions. They want the output to be highly focused and deterministic, with less randomness. Which parameter should they decrease?
FAQ
Questions learners often ask
What does this AI-900 question test?
Standard ACLs match source addresses.
What is the correct answer to this question?
The correct answer is: Reliability and safety — The Reliablity and Safety principle requires AI systems to perform reliably and safely under expected conditions. By training only on sunny data and deploying in snowy conditions without adequate testing, the company failed to ensure the system's reliability and safety in real-world environments. Fairness is about bias against groups; Transparency is about understandability; Privacy and Security is about data protection. None of those are as directly relevant as reliability and safety in this scenario.
What should I do if I get this AI-900 question wrong?
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Discussion
Sign in to join the discussion.