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

Home > Microsoft > Azure AI Engineer Associate > AI-103

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

Question # 4

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 AI 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 image moderation to block unsafe content before processing the images.

Does this meet the goal?

A.

Yes

B.

No

Full Access
Question # 5

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 temperature parameter.

Does this meet the goal?

A.

Yes

B.

No

Full Access
Question # 6

You need to recommend a plan to create a customer support agent by using the Microsoft Foundry Agent Service. The agent must meet the following requirements:

• Retain user preferences across multiple conversations.

• Enable users to provide contextual grounding by directly uploading documents during a chat.

Which Foundry capability should you recommend for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 7

You have a Microsoft Foundry project that contains an agent and an image generation model deployment.

The agent generates original images from user-supplied product photos.

You need to ensure that the generated images maintain the product identity and visual characteristics of the provided photo.

What should you do?

A.

Set the input_fidelity parameter to high.

B.

Apply a groundedness detection filter.

C.

Include a prompt and input image in the request.

D.

Decrease the value of the temperature parameter.

Full Access
Question # 8

You have a Microsoft Foundry project that contains a customer support agent built by using the Foundry Agent Service.

The agent uploads user-provided screenshots to Azure Storage through a ticketing tool and receives a blob URL for additional

reasoning.

You need to use image moderation during agent runs and prevent harmful content from being returned during runs. Azure Al

Content Safety must access the images by using the blob URL. The solution must follow the principle of least privilege.

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

NOTE: Each correct selection is worth one point.

Full Access
Question # 9

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?

A.

token usage

B.

safety metrics

C.

tracing

D.

monitoring

Full Access
Question # 10

You have a Microsoft Foundry project that contains three agents as shown in the following table.

Name

Description

TriageAgent

Classifies incoming customer requests

PolicyAgent

Answers policy questions by searching internal content

ActionAgent

Creates or updates tickets by calling an HTTP API

You need to orchestrate the agents to ensure that the customer requests meet the following requirements:

• Support a deterministic, step-based process that uses conditional branching and shared state across the agents.

• Optionally trigger a ticket action based on the triage result.

The solution must minimize development effort.

What should you include in the solution?

A.

separate agent runs coordinated in the application code

B.

a multi-agent group chat session

C.

a workflow

D.

threads and runs without a workflow

Full Access
Question # 11

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.

Full Access
Question # 12

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

Full Access
Question # 13

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

Full Access
Question # 14

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

Full Access
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?

A.

Apply top-p sampling.

B.

Modify the system message instructions.

C.

Add few-shot examples.

D.

Increase the value of the temperature parameter.

Full Access
Question # 16

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

Full Access
Question # 17

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.

Full Access
Question # 18

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.

Full Access