You have a Microsoft Foundry project that ingests scanned PDF invoices stored in Azure Blob Storage. Each invoice contains printed line items and has a table-based layout.
Extracted results are stored as structured JSON and used as grounding data for an agent in a Retrieval Augmented Generation (RAG) solution.
You need to create a single analyzer that meets the following requirements:
• Extracts the invoice number, invoice date, vendor name, and total amount across varying templates
• Returns confidence scores so that results with confidence below 0.80 can be routed for supervisor review
What should you use?
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?
Your company is piloting a customer support agent in a Microsoft Foundry project name Project1. Project1 is connected to an existing Application Insights resource, and the company ' s support team reviews runs in the Traces tab.
The Foundry Agent Service is configured to perform the following actions:
• Retrieve the Application Insights connection string by calling
project_client.telemetry.get_application_insights_connection_string().
• Call configure_azure_monitor(connection_string=...) to enable telemetry.
A separate LangChain service configured to use OpenTelemetry and has the following configurations:
• Uses AzureAIOpenTelemetryTracer(connection_string=..., enable_content_recording=False)
• Passes the tracer by using config={ " callbacks " :[azure_tracer]}
Company policy has the following requirements:
• Telemetry from LangChain and OpenTelemetry must be distinguishable within the same Application Insights resource.
• Secrets and credentials must NOT be stored in prompts, tool arguments, or span attributes.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

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?
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?
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?
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 serves a high-volume chat app.
Most requests are simple FAQs, but some require advanced reasoning.
You need to reduce costs and latency for common queries, without degrading the quality of the responses to complex questions.
What should you do?
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?
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.
