Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

AI-103 Microsoft Developing AI Apps and Agents on Azure Free Practice Exam Questions (2026 Updated)

Prepare effectively for your Microsoft AI-103 Developing AI Apps and Agents on Azure certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2026, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 1
Total 67 questions

You have a Microsoft Foundry project that contains an agent named PaymentAgent.

PaymentAgent includes a function tool that issues customer refunds by using an external API.

You are creating a workflow in YAML.

You need to ensure that the workflow pauses for human approval and continues with the refund step only after approval is granted.

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

NOTE: Each correct selection is worth one point.

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.

You have a Microsoft Foundry project that contains an agent.

The knowledge source for the agent is a set of scanned PDF troubleshooting guides stored in Azure Blob Storage. The guide pages contain two-column layouts and tables.

You use Azure Content Understanding in Foundry Tools to process the PDFs.

You plan to ingest the processed content into an index for Retrieval Augmented Generation (RAG) and store extracted fields for downstream automation.

Stakeholders must be able to verify where each extracted field value came from in the original PDF and route low-reliability extractions for manual review.

You need to ensure that the Content Understanding document analyzer output includes a per-field confidence score and source grounding locations within the source document.

What should you do?

A.

Enable estimateFieldSourceAndConfidence.

B.

Configure the analyzer to use generative extraction for all fields.

C.

Set enableSegment to true.

D.

Provide labeled samples.

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 Microsoft Foundry project that contains an agent. The agent generates summaries from retrieved policy documents.

Users report that some responses omit required regulatory clauses, even when the clauses are present in the retrieved content.

You need to improve response completeness.

Solution: You add a reflection pass that regenerates the response if the required clauses are missing.

Does this meet the goal?

A.

Yes

B.

No

You have a Microsoft Foundry project that contains an agent.

The agent uses a knowledge source built from documents stored in Azure Blob Storage. The documents include digitally scanned

PDFs that contain multipage tables.

You have an ingestion job that extracts only plain text, causing loss of table structure, headings, and page-number metadata.

Users frequently ask questions that require the retrieval of specific table rows across the pages.

You need to configure an ingestion job for a Retrieval Augmented Generation (RAG) pipeline that performs optical character

recognition (OCR) on scanned PDFs, preserves tables and headings as structure-aware chunks, and stores page-number metadata

with each chunk.

How should you configure the ingestion job?

A.

Use basic parsing and fixed-size chunking.

B.

Use advanced data parsing to reingest the documents.

C.

Use OCR and page-level chunking.

D.

Use page-level OCR extraction and store each page as a single chunk.

You have a Microsoft Foundry project that contains an internal Q & A agent.

Users report the following issues when they ask the agent questions:

• An increase in the following response: “No relevant information found”

• Periodic HTTP 429 rate limit exceeded errors during peak hours

You need to identify whether each issue is caused by model unavailability, resource limits, or inference failures.

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

NOTE: Each correct selection is worth one point.

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?

A.

prebuilt-layout

B.

prebuilt-documentFieldSchema

C.

prebuilt-read

D.

prebuilt-documentSearch

You have an application named App1 that uses Azure Speech in Foundry Tools to transcribe live calls.

Transcript segments often contain both English and Spanish. App1 sends each segment to Azure Translator in Foundry Tools to

translate to another language.

Sometimes, mixed-language segments result in incomplete or incorrect translations.

You need to reduce translation errors. The solution must ensure that the entire transcript is translated successfully.

What should you do before sending the segments to Translator?

A.

Specify English as the source language in the translation request for all the segments.

B.

Enable automatic language detection for the translation request.

C.

Split the mixed-language segments into single-language segments and translate each segment separately.

D.

Use document translation to translate the entire transcript as a single document.

You have a Microsoft Foundry project named Project1.

Project1 contains an application that processes PDF vendor invoices.

You need to configure Azure Document Intelligence in Foundry Tools to generate a Markdown output that preserves the sections

and table structure of the PDFs. The solution must minimize development effort.

What should you do?

A.

Increase the confidence threshold.

B.

Configure output=figures when you analyze the PDF.

C.

Configure content=markdown when you analyze the document.

D.

Set the output_content_format=ContentFormat. MARKDOWN value.

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 Microsoft Foundry project that contains an agent. The agent generates summaries from retrieved policy documents.

Users report that some responses omit required regulatory clauses, even when the clauses are present in the retrieved content.

You need to improve response completeness.

Solution: You increase the value of the max_tokens parameter.

Does this meet the goal?

A.

Yes

B.

No

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

What should you use?

A.

prompt shields

B.

Personally Identifiable Information (PII) Detection

C.

self-harm content filtering

D.

violence content filtering

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.

A.

Language Detection

B.

Entity Recognition

C.

Merge

D.

Azure OpenAl Embedding

E.

Text Split

F.

key phrase extraction

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.

You need to recommend an invoice review solution that resolves the issue reported by the finance department.

What should you include in the recommendation?

A.

Azure Content Understanding in Foundry Tools

B.

chat completions

C.

Azure Document Intelligence in Foundry Tools

D.

Image Analysis

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?

A.

Apply top-p sampling.

B.

Modify the system message instructions.

C.

Add few-shot examples.

D.

Increase the value of the temperature parameter.

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?

A.

Azure Al Search

B.

Azure Translator in Foundry Tools

C.

Azure Document Intelligence in Foundry Tools

D.

Grounding with Bing Search

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?

A.

Apply top-p sampling.

B.

Modify the system message instructions.

C.

Add few-shot examples.

D.

Increase the value of the temperature parameter.

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.

Page: 1 / 1
Total 67 questions
Copyright © 2014-2026 Solution2Pass. All Rights Reserved