Azure AI-200 sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for Microsoft AI Cloud Developer route (AI-200) topics such as AI application architecture, model-flow integration, retrieval, tool calls, deployment choices, monitoring, identity, and responsible AI controls. The prompts emphasize developer decisions in cloud AI systems.
The sample set below is part of the Microsoft AI-200 guide path:
Work through each prompt before opening the explanation. Strong answers usually choose the architecture that makes model behavior observable, secure, and maintainable.
Topic: Moving a prototype to production
A developer built an AI prototype in a notebook. The app now needs production deployment with repeatable prompts, versioned configuration, monitored latency, and a rollback path if a prompt change causes poor responses. What should the team prioritize?
Best answer: C
Explanation: The scenario is about operationalizing an AI application, not just improving response style. Versioning, telemetry, staged rollout, and rollback make prompt and configuration changes manageable in production.
Why the other choices are weaker:
What this tests: Moving from experimentation to controlled AI application deployment.
Related topics: Deployment; Prompt versioning; Monitoring; Rollback
Topic: Tool call guardrails
An AI assistant can look up customer orders and submit refund requests. The business wants lookup to be automatic, but refund submission must be limited to eligible orders and logged for audit. Which design is best?
Best answer: C
Explanation: A production AI app should separate tools by risk and put deterministic checks around sensitive actions. Scoped identity, validation, and logging make the action path safer and reviewable.
Why the other choices are weaker:
What this tests: Designing controlled tool use for cloud AI applications.
Related topics: Tool use; Validation; Least privilege; Audit logging
Topic: Retrieval freshness
A policy assistant sometimes returns guidance from old procedure documents. The team confirms the answer generator is working but the retrieved passages include retired documents. What is the best fix?
Best answer: D
Explanation: The failure is in retrieval governance, not output length. Metadata filters and index updates keep retired content out of the context passed to the model.
Why the other choices are weaker:
What this tests: Troubleshooting retrieval quality by controlling source metadata and index lifecycle.
Related topics: Retrieval; Indexing; Freshness; Governance
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by the exam vendor.