DRAG DROP
-
A team deploys a classification model to production and scores incoming customer data daily.
After several weeks, business stakeholders report unexpected changes in prediction behavior, even though the endpoint remains healthy.
You need to determine whether data drift is occurring and if it is, identify the appropriate actions.
Which action should you perform for each observed signal? To answer, move the appropriate actions to the correct observed signals. You may use each action once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Input feature distributions differ from training data. → Analyze dataset drift metrics.
Model accuracy drops without code changes. → Review prediction and ground truth trends.
Endpoint latency increases under load. → Investigate scaling and infrastructure metrics.
Explanation: Feature distribution changes indicate possible data drift. Accuracy degradation without deployment changes should be validated against prediction and ground-truth performance. Increased latency under load is an infrastructure/scaling issue, not model drift.
Question 32
DRAG DROP
-
A team operates a generative AI-powered customer support assistant built on Microsoft Foundry. The application serves users globally and supports both real-time chat interactions and batch summarization jobs.
The team must ensure that the application continues to meet defined service-level objectives (SLO) as usage increases.
The team requires visibility into runtime behavior to identify performance regressions that affect the user experience and system capacity.
You need to select the performance metrics that meet the requirements.
Which performance metric should you monitor for each requirement? To answer, move the appropriate performance metrics to the correct requirements. You may use each performance metric once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Detect when the system is slow at returning output → Latency
Identify when the system cannot sustain expected request volume → Throughput
Measure the duration of handling a request → Response time
Explanation: Latency measures delay before output is returned. Throughput measures how many requests the system can process over time and indicates capacity. Response time is the total time to handle a request from start to completion.
Question 33
DRAG DROP
-
You have an existing GitHub repository containing Azure Machine Learning project files.
You need to clone the repository to your Azure Machine Learning shared workspace file system.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Show Answer
Correct Answer: Run ssh-keygen
Run cat ~/.ssh/id_rsa.pub
Add the public key to the GitHub account
Run git clone
Explanation: Generate an SSH key pair, copy the public key, register it in GitHub for SSH authentication, then clone the repository.
Question 34
DRAG DROP
-
A team performs interactive experimentation during development. The team also runs scalable jobs for model training.
The team must minimize costs while ensuring compute resources scale when needed. Different workloads require different compute behaviors within the same workspace.
You need to configure compute targets that support each workload.
Which compute targets should you use? To answer, move the appropriate compute targets to the correct workload types. You may use each compute target once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Interactive experimentation → Azure Machine Learning compute instance
Scalable training jobs → Azure Machine Learning compute cluster
Explanation: A compute instance provides a cost-effective managed development workstation for interactive notebook-based experimentation. A compute cluster automatically scales up and down for distributed or batch model training, minimizing costs while meeting demand.
Question 35
HOTSPOT
-
You review the following Azure CLI command and the relevant Bicep excerpt.
(Non-relevant sections are omitted.)
You need to validate what the snippet will do before it is merged. For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: 1. Yes
2. No
3. No
Explanation: The CLI command deploys at resource-group scope to the specified existing resource group. A system-assigned managed identity belongs to the Azure AI Foundry resource and is not automatically inherited by projects. Deploying to another subscription does not require adding a subscriptionId parameter to the Bicep file; deployment scope/subscription can be selected via CLI or deployment context.
Question 36
DRAG DROP -
A team deploys a machine learning model to a managed online endpoint. The team monitors model performance and data quality metrics in production.
When monitoring thresholds are exceeded, the team requires an automated operational response that notifies downstream systems.
You need to configure the monitoring solution to meet the requirements.
Which configuration should you associate with each requirement as a first step? To answer, move the appropriate configurations to the correct requirements. You may use each configuration once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Explanation: Alert rules can trigger notifications or action groups when monitoring thresholds are exceeded. Autoscaling optimizes endpoint infrastructure by adjusting capacity based on load. Retraining pipelines address model quality, not infrastructure optimization.
Question 37
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear on the review screen.
You work in Microsoft Foundry with a prompt flow.
You must manually evaluate prompts and compare results across prompt variants.
You need to capture the inputs, outputs, token usage, and latencies for each flow run for the evaluation.
Solution: In Microsoft Foundry, turn on Tracing for the prompt flow of the project and execute test runs to produce trace data.
Does the solution meet the goal?
A. Yes
B. No
Show Answer
Correct Answer: A
Explanation: The stated goal is to capture inputs, outputs, token usage, and latencies for each prompt flow run for manual evaluation. Enabling Tracing in Microsoft Foundry prompt flow and executing test runs produces trace data containing this runtime information. The requirement says you must manually evaluate and compare results; tracing provides the data needed to do so, even though comparison itself is a manual activity.
Question 38
An organization is deploying several generative AI workloads by using Microsoft Foundry. Each workload must meet different requirements related to data governance, task specialization, and operational cost control.
The organization requires models that meet the following requirements:
Model behavior aligns with the task being performed.
Data handling aligns with internal governance policies.
Operational complexity and cost are justified by workload needs.
You need to select the foundation model options that meet the requirements.
Which three models can you select? Each correct answer presents a complete solution. Choose three.
NOTE: Each correct selection is worth one point.
A. A model that is optimized for conversational reasoning when deploying an interactive assistant
B. The largest available model to simplify operational management
C. The smallest available model to minimize the usage cost
D. A model that supports multiple input types when workloads require combined text and image analysis
E. A model that offers enterprise governance controls when workloads process regulated business data
Show Answer
Correct Answer: A, D, E
Explanation: Choose foundation models based on workload requirements: task specialization (conversational model for assistants), multimodal capability when text and image inputs are required, and enterprise governance features for regulated data. Selecting the largest model solely to simplify management is not appropriate, and selecting the smallest model solely to minimize cost does not ensure workload needs are met.
Question 39
DRAG DROP -
A team deploys a generative AI application that uses a model deployed in Microsoft Foundry. The application must support latency monitoring under production load.
You need to enable performance observability.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Show Answer
Correct Answer: Set up the model endpoint in Foundry.
Enable logging.
Configure monitoring metrics.
Explanation: Performance observability for production latency requires a deployed endpoint first, then telemetry/logging, followed by configuring monitoring metrics to track latency and performance.
Question 40
HOTSPOT -
A company is creating an internal tool that summarizes long meeting transcripts and extracts action items.
The model must:
Process text inputs up to 200k tokens long.
Generate concise summaries in seconds.
Support interactive testing before integration into the app.
You need to select, deploy, and test a model that supports summarization with low latency.
How should you complete the configuration plan? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: GPT-4.1-Mini
Serverless endpoint
Microsoft Foundry Chat playground
Explanation: GPT-4.1 Mini supports large-context, low-latency summarization. A serverless endpoint enables quick real-time deployment, and the Foundry Chat playground is used for interactive testing before app integration.
$19
Get all 85 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.