Online Access Free AI-200 Practice Test
| Exam Code: | AI-200 |
| Exam Name: | Developing AI Cloud Solutions on Azure |
| Certification Provider: | Microsoft |
| Free Question Number: | 157 |
| Posted: | Sep 05, 2026 |
A development team wants to compare multiple prompt variations against the same test dataset and visualize which prompt performs best. What should they use in Azure AI Foundry?
Your team wants to track token usage, latency, and error rates for an Azure OpenAI-backed application in production, with alerting on anomalies. What should you configure?
You deploy a GPT-4o model in Azure AI Foundry. Users report inconsistent completions for the same prompt. You need to make outputs more deterministic without changing the prompt. What should you do?
Drag and Drop Question
You plan to create a Docker image that runs an ASP.NET Core application named ContosoApp.
You have a setup script named setupScript.ps1 and a series of application files including ContosoApp.dll.
You need to create a Dockerfile document that meets the following requirements:
- Call setupScript.ps1 when the container is built.
- Run ContosoApp.dll when the container starts.
The Dockerfile document must be created in the same folder where ContosoApp.dll and setupScript.ps1 are stored.
Which five commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
