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

Microsoft AI-103 Developing AI Apps and Agents on Azure Exam Practice Test

Demo: 18 questions
Total 67 questions

Developing AI Apps and Agents on Azure Questions and Answers

Question 1

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

Question 2

You have a Microsoft Foundry project that contains an agent. The agent generates summaries from retrieved policy documents.

You need to improve response completeness. The solution must be implemented in the logic of the application code before

responses are returned.

What should you do?

Options:

A.

Decrease the value of the temperature parameter.

B.

Add a reflection pass before the responses are returned.

C.

Switch to Retrieval Augmented Generation (RAG).

D.

Enable response streaming.

Question 3

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?

Options:

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.

Question 4

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?

Options:

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.

Question 5

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.

Options:

Question 6

You have a chat app in a Microsoft Foundry project and an Azure AI Search vectorized index.

You need to connect to the index to meet the following requirements:

• Complex questions must retrieve information from multiple chunks.

• Multi-turn conversations must influence retrieval planning.

• Retrievals must run in parallel to reduce latency.

Which retrieval approach should you use?

Options:

A.

classic Retrieval Augmented Generation (RAG)

B.

chain of thought

C.

agentic Retrieval Augmented Generation (RAG)

D.

iterative retrieval

Question 7

You have a Microsoft Foundry project that contains a customer support agent grounded in internal documentation.

After a recent update, users report the following issues:

• Some answers are unsupported by retrieved documents.

• A small number of responses are flagged for policy violations.

You need to evaluate each issue.

Which observability signals should you use for each issue? To answer, drag the appropriate observability signals to the correct issues. Each observability signal may be used once, more than once, or not at all. You may need to drag the split bar between panes

or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 8

You are building a speech processing solution in Microsoft Foundry for a customer support platform.

The platform will transcribe live phone calls, so that supervisors at your company can view call transcripts and detect issues while

the calls are in progress. The call audio will arrive as a continuous stream from the telephony system.

You need to ensure that the call transcripts appear within only a few seconds of the audio stream.

What should you do?

Options:

A.

Run a batch transcription job on recorded audio files.

B.

Use real-time speech to text to process streaming audio input.

C.

Use speech translation to generate the transcripts into multiple languages.

D.

Use text to speech by using a custom neural voice.

Question 9

You have a Microsoft Foundry project that contains an agent used by the financial analysts at your company.

You need to optimize the agent workflow by providing additional data access and processing capabilities. The solution must meet the following requirements:

• Ensure that the agent can perform calculations during conversations

• Ensure that the agent can access up-to-date information from public websites.

• Ensure that the agent can retrieve information from documents uploaded directly to the agent.

What should you use for each requirement? To answer, drag the appropriate tools to the correct requirements. Each tool may be

used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Question 10

You have a Microsoft Foundry project named Project1 that contains an agent. The agent uses an OpenAPI 3.0 specification to call

an external weather service.

The weather service requires a key to be passed in an HTTP header. The key value is stored as a connection in Project1.

You need to ensure that the key value from the connection is included automatically whenever the OpenAPI tool is invoked.

What should you configure in the OpenAPI specification?

Options:

A.

an Azure Key Vault connection

B.

a header parameter defined for each operation

C.

an API key security scheme

D.

a Bearer token security scheme

Question 11

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

What should you include in the recommendation?

Options:

A.

Azure Content Understanding in Foundry Tools

B.

chat completions

C.

Azure Document Intelligence in Foundry Tools

D.

Image Analysis

Question 12

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.

Options:

Question 13

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

Question 14

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.

Options:

Question 15

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.

Question 16

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

Question 17

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.

Question 18

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

Demo: 18 questions
Total 67 questions