Free AI-103 Microsoft AI-103 Practice Test Question

Loading demo links...

Showing 1–3 of 6 questions

Question 1 (Topic 1)

You have a Microsoft Foundry project that contains an agent. The agent uses Azure Speech in Foundry Tools. You fine-tune a baseline speech to text model for the en-us locale and publish the model. The agent calls the Speech to text REST API and returns an error message indicating that the project ID is invalid. You need to set the project property to the correct ID. To what should you set the project property?

Select an option, then click Submit answer.

  • the project URL
  • the custom speech project ID
  • the project ID
  • the custom speech endpoint URL
Question 2 (Topic 1)

You have a Microsoft Foundry project that contains an agent. The agent has a Model Context Protocol (MCP) tool that queries a knowledge base stored in Azure AI Search. Some agent runs return answers from the base model without invoking the knowledge base, which results in responses without grounded citations. You are provided with the following code snippet that runs the agent. You need to add the correct tool _choice parameter to the code to deterministically force the agent to invoke the MCP tool on each run. What should you add?

Select an option, then click Submit answer.

  • tool_choice={“required”}
  • tool_choice={“auto”}
  • tool_choice={“type”:“knowledge_base”}
  • tool_choice ={“type”:“mcp”}
Question 3 (Topic 1)

You have a Microsoft Foundry project. You plan to build a customer support solution that contains an agent. The solution must meet the following requirements: Provide accurate, context-aware responses grounded in internal product documentation stored in Azure AI Search. Require deep, multi-step reasoning across long contexts. Generate detailed natural language responses. Which type of model should you use to power the agent?

Select an option, then click Submit answer.

  • a multimodal model
  • a small language model (SLM)
  • a key phrase extraction model
  • a large language model (LLM)