Summer Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

AI-103 Developing AI Apps and Agents on Azure Questions and Answers

Questions 4

You need to ensure that the marketing department can generate videos by using the model deployed to Project2. now should you complete the Python code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-103 Question 4

Options:

Buy Now
Questions 5

You need to ensure that Agent1Dev Team can access Agent1. The solution must meet the security and compliance requirements.

How should you complete the Python code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-103 Question 5

Options:

Buy Now
Questions 6

You need to recommend a solution to support the planned changes and technical requirements for Agent1 to use the product information stored in

storage1.

What should you include in the recommendation?

Options:

A.

Azure Al Search

B.

Azure Translator in Foundry Tools

C.

Azure Document Intelligence in Foundry Tools

D.

Grounding with Bing Search

Buy Now
Questions 7

You need to configure the model deployment for Agent1 to meet the technical requirements.

What should you configure? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-103 Question 7

Options:

Buy Now
Questions 8

You have a Microsoft Foundry project that contains an agent named Agent1. Agent1 runs successfully, but Foundry Control Plane does NOT display values for error rates, runs, and token usage, and the Traces tab is empty. You need to ensure that Foundry Control Plane displays the appropriate values for Agent1.

Options:

A.

Restart Agent1 from Foundry Control Plane.

B.

Update Agent1 to a new version.

C.

Assign a Log Analytics workspace to Agent1.

D.

Enable Application Insights for Agent1.

Buy Now
Questions 9

You have an Azure Al Search resource named Search1 that is used by multiple apps hosted in Azure. You need to secure Search1. The solution must meet the following requirements:

• Prevent access to Search1 from the internet.

• Limit the access of each app to query specific indexes.

What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct answer is worth one point.

AI-103 Question 9

Options:

Buy Now
Questions 10

You are building a web app named App1 that generates responses by using a model deployed to a Microsoft Foundry project named Project1.

Before sending the prompts to the model, App1 must retrieve documents by using Azure AI Search.

You need to integrate Project1 and App1. The solution must meet the following requirements:

• Multiple client applications must use the same search configuration.

• A security policy must prevent key-based authentication.

• Administrative effort must be minimized.

What should you do?

Options:

A.

Enable a managed identity for each application and call Azure AI Search directly.

B.

Create a custom HTTP connection in Foundry and manually configure Azure AI Search endpoints per application.

C.

Call Azure AI Search directly from each application by using Microsoft Entra authentication.

D.

Configure an Azure AI Search connection in Project1 and reference the connection in each application.

Buy Now
Questions 11

You need to configure personalized user interactions for Agent1 based on the business requirements. What should you include in the solution?

Options:

A.

guardrails

B.

memory

C.

tools

D.

instructions

Buy Now
Questions 12

You need to configure Agent1 to answer customer questions about only the Contoso products. The solution must meet the business requirements.

What should you do?

Options:

A.

Apply top-p sampling.

B.

Modify the system message instructions.

C.

Add few-shot examples.

D.

Increase the value of the temperature parameter.

Buy Now
Questions 13

You have a Microsoft Foundry project that contains an agent.

The agent ingests scanned PDF vendor invoices that contain tables and embedded QR codes.

The agent must preserve the PDF layout in the extracted output to ensure that downstream processing can reference sections and

tables.

You plan to call Azure Content Understanding in Foundry Tools.

You need to extract content and layout elements and detect QR codes without requiring a language model deployment.

Which built-in analyzer should you use?

Options:

A.

prebuilt-layout

B.

prebuilt-documentFieldSchema

C.

prebuilt-read

D.

prebuilt-documentSearch

Buy Now
Questions 14

You need to configure an indexing pipeline for Agent1 to retrieve the relevant product information in storage1. The solution must

meet the technical requirement.

Which two built-in skills should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Language Detection

B.

Entity Recognition

C.

Merge

D.

Azure OpenAl Embedding

E.

Text Split

F.

key phrase extraction

Buy Now
Questions 15

You need to configure Agent1 to meet the security and compliance requirements.

What should you use?

Options:

A.

prompt shields

B.

Personally Identifiable Information (PII) Detection

C.

self-harm content filtering

D.

violence content filtering

Buy Now
Questions 16

You need to configure Agent1 to answer customer questions about only the Contoso products. The solution must meet the business requirements.

What should you do?

Options:

A.

Apply top-p sampling.

B.

Modify the system message instructions.

C.

Add few-shot examples.

D.

Increase the value of the temperature parameter.

Buy Now
Questions 17

You have a Python application named App1 that integrates with a Microsoft Foundry project named Project1.

You need to ensure that App1 meets the following requirements:

• Authenticates by using a Microsoft Entra managed identity

• Sends prompts to a deployed model by using the Azure OpenAI Responses API

How should you complete the Python code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-103 Question 17

Options:

Buy Now
Questions 18

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?

Options:

A.

the custom speech endpoint URL

B.

the project URL

C.

the project ID

D.

the custom speech project ID

Buy Now
Questions 19

Note: This section contains one or more sets of questions with the same scenario and problem. Each question presents a unique

solution to the problem. You must determine whether the solution meets the stated goals. More than one solution in the set might

solve the problem. It is also possible that none of the solutions in the set solve the problem.

After you answer a question in this section, you will NOT be able to return. As a result, these questions do not appear on the Review

Screen.

You have a multimodal Al generative model that accepts image uploads and uses extracted image text to generate responses.

You discover that users can upload unsafe images and embed hidden instructions into images to manipulate the model.

You need to implement controls to mitigate the risk.

Solution: You configure a prompt shield for documents.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 20

You have a Microsoft Foundry project that contains a customer support agent. The agent calls an internal knowledge API tool before generating responses.

Users report the following issues:

• Some requests take more than 15 seconds to complete.

• Some responses are incorrect, even when the knowledge API returns the expected data.

You need to inspect individual agent runs to view the ordered sequence of large language model (LLM) calls, tool invocations, and timing information.

Which observability capability should you use?

Options:

A.

token usage

B.

safety metrics

C.

tracing

D.

monitoring

Buy Now
Questions 21

You are building an app that will share user images. You need to configure the app to:

    Categorize each image as a photograph or drawing.

    Generate a caption for the image.

    Minimize development effort.

Which two services should you include?

Options:

A.

Image type detection in Azure Vision in Foundry Tools

B.

Object detection in Azure Vision in Foundry Tools

C.

Content tags in Azure Vision in Foundry Tools

D.

Image classification in Azure Custom Vision

E.

Image descriptions in Azure Vision in Foundry Tools

Buy Now
Questions 22

In Microsoft Foundry, you use the Chat playground with the GPT-35 Turbo model. You have a prompt that contains the following code.

AI-103 Question 22

You need the model to create an explanation of the code. The solution must minimize costs. What should you do?

Options:

A.

Add function F (explanation) to the prompt.

B.

Change the model to GPT-4-32k.

C.

Add// what does function F do? to the prompt.

D.

Set the temperature parameter to 1.

Buy Now
Questions 23

You have a Microsoft Foundry project that contains an agent.

The agent accepts user-uploaded screenshots and uses a multimodal chat model.

Some screenshots contain potentially malicious embedded text.

You need to prevent a prompt injection attack and ensure that third-party content is treated as lower trust.

How should you configure prompt shields for document attacks? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-103 Question 23

Options:

Buy Now
Questions 24

You are planning a Microsoft Foundry project named Project1 that will contain multiple agents. Each agent will access the same

Azure Al Search resource.

You need to recommend a solution to centrally manage the Azure Al Search credentials within Project1. The solution must be

implemented across all the agents.

What should you recommend?

Options:

A.

Enable role-based access control (RBAC) for the Azure Al Search resource.

B.

Add a connection to the Azure Al Search resource.

C.

Disable key-based access control on the Azure Al Search resource.

D.

Create a managed private endpoint that connects to the Azure Al Search resource.

Buy Now
Questions 25

You plan to deploy a containerized version of an Azure Al Language service that will be used for sentiment analysis.

You configure https: //contoso.cognitiveservices.azure, cow as the endpoint URI for the service.

You need to run the container on an Azure virtual machine by using Docker.

How should you complete the command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AI-103 Question 25

Options:

Buy Now
Exam Code: AI-103
Exam Name: Developing AI Apps and Agents on Azure
Last Update: Aug 29, 2026
Questions: 96

PDF + Testing Engine

$52.5  $174.99

Testing Engine

$40.5  $134.99
buy now AI-103 testing engine

PDF (Q&A)

$34.5  $114.99
buy now AI-103 pdf
dumpsmate guaranteed to pass

24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 29 Aug 2026