Pre-Winter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

AI-300 Operationalizing Machine Learning and Generative AI Solutions Questions and Answers

Questions 4

You have an Azure Machine Learning workspace that includes an AmICompute cluster and a batch endpoint. You clone a repository that contains an MLflow model to your local computer. You need to ensure that you can deploy the model to the batch endpoint.

Solution: Add a compute resource to the workspace.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 5

An organization uses Microsoft Foundry to develop generative AI projects that access shared Azure resources such as storage accounts and vector databases.

The organization s security policy requires eliminating secret key-based authentication and enforcing least-privilege access.

You must configure identity and access so that:

Services authenticate without stored credentials.

Permissions are scoped appropriately across projects and shared resources.

You need to configure the appropriate identity or access mechanism for each requirement.

What should you configure in Microsoft Foundry to meet each requirement? To answer, move the appropriate configuration mechanisms to the correct requirements. You may use each configuration mechanism 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.

Options:

Buy Now
Questions 6

-

You use Azure Machine Learning to implement hyperparameter tuning for an Azure ML Python SDK v2-based model training.

Training runs must terminate when the primary metric is lowered by 25 percent or more compared to the best performing run.

You need to configure an early termination policy to terminate training jobs.

Which values should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 7

You are preparing training data for a fine-tuning job in Microsoft Foundry.

Real production conversations cannot be used due to compliance requirements.

You need to generate synthetic interaction data that can be used for fine-tuning a generative model.

What should you do?

Options:

A.

Export model evaluation logs and use them directly as training data.

B.

Use a simulator to generate prompt-response interaction data that matches the target task.

C.

Enable A/B testing and capture live user traffic for data generation.

D.

Run a simulator to produce telemetry logs and trace data from user interactions.

Buy Now
Questions 8

You create an Azure Machine Learning workspace.

You must use the Python SDK v2 to implement an experiment from a Jupiter notebook in the workspace. The experiment must log string metrics.

You need to implement the method to log the string metrics.

Which method should you use?

Options:

A.

mlflow.log-metric0

B.

mlflow.log. artifact0

C.

mlflow.log. dist0

D.

mlflow.log-text0

Buy Now
Questions 9

You have an Azure Machine Learning workspace. You are running an experiment on your local computer.

You need to use MLflow Tracking to store metrics and artifacts from your local experiment runs in the workspace.

In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Buy Now
Questions 10

You are monitoring a fine-tuned large language model deployed in Microsoft Foundry.

You evaluate the model before and after fine-tuning by using the same evaluation dataset.

You review the following evaluation results:

You need to determine whether the fine-tuned model shows improved performance without introducing regression.

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 11

You have an Azure Machine Learning workspace named workspace1 that is accessible from a public endpoint. The workspace contains an Azure Blob storage datastore named store1 that represents a blob container in an Azure storage account named account1. You configure workspace1 and account1 to be accessible by using private endpoints in the same virtual network.

You must be able to access the contents of store1 by using the Azure Machine Learning SDK for Python. You must be able to preview the contents of store1 by using Azure Machine Learning studio.

You need to configure store1.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 12

You train and register an Azure Machine Learning model

You plan to deploy the model to an online endpoint

You need to ensure that applications will be able to use the authentication method with a non-expiring artifact to access the model.

Solution:

Create a managed online endpoint with the default authentication settings. Deploy the model to the online endpoint.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 13

A real-time endpoint is deployed in Azure Machine Learning to serve predictions to a web application.

Users report intermittent failures and unexpected responses when calling the endpoint.

You need to identify the appropriate troubleshooting action for each reported issue.

Which troubleshooting action should you perform for each issue? To answer, move the appropriate troubleshooting actions to the correct issues. You may use each troubleshooting 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.

Options:

Buy Now
Questions 14

You manage an Azure Machine Learning workspace.

You need to define an environment from a Docker image by using the Azure Machine Learning Python SDK v2.

Which parameter should you use?

Options:

A.

conda_file

B.

properties

C.

build

D.

image

Buy Now
Questions 15

Fabrikam Inc. needs to improve the performance of a GPT-5 model based on the stated technical requirements.

Which action should you perform first?

Options:

A.

Deploy the model to production to gather real-world feedback.

B.

Evaluate the model output.

C.

Fine-tune the model to improve accuracy.

D.

Generate synthetic interaction data.

Buy Now
Questions 16

You create an Azure Machine Learning workspace.

You must configure an event-driven workflow to automatically trigger upon completion of training runs in the workspace. The solution must minimize the administrative effort to configure the trigger.

You need to configure an Azure service to automatically trigger the workflow.

Which Azure service should you use?

Options:

A.

Event Grid subscription

B.

Azure Automation runbook

C.

Event Hubs Capture

D.

Event Hubs consumer

Buy Now
Questions 17

You manage an Azure Machine Learning workspace.

An MLflow model is already registered. You plan to customize how the deployment does inference. You need to deploy the MLflow model to a batch endpoint for batch inferencing. What should you create first?

Options:

A.

scoring script

B.

deployment

C.

environment

D.

deployment definition

Buy Now
Questions 18

A team iterates prompts used by a generative AI agent. The team must support internal review before releasing changes.

The team must:

Track prompt changes with a clear history for audit and rollback.

Compare prompt variants in parallel without affecting the prompt used in the production environment.

You need to select the appropriate source control approach for each requirement.

What should you use for each requirement? To answer, move the appropriate source controls to the correct requirements. You may use each source control 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.

Options:

Buy Now
Questions 19

A team is deploying machine learning models to a production inference endpoint in Azure Machine Learning.

The team requires a safe way to validate a new model version without disrupting existing users.

You need to recommend a deployment strategy for controlled testing of a new model version.

What should you configure?

Options:

A.

traffic splitting between deployments

B.

the model asset version in the registry

C.

deployment to a separate staging endpoint

D.

an evaluation script in Azure Machine Learning

Buy Now
Questions 20

You manage a Retrieval-Augmented Generation (RAG) system that uses Azure AI Search to retrieve documents from an indexed knowledge base.

The system must support the following retrieval requirements:

Queries that include exact policy identifiers must return matching documents even when semantic similarity is low.

Natural-language questions must prioritize semantically relevant documents even when keywords are not an exact match.

You need to configure the retrieval approach to meet the requirements.

How should you configure the retrieval behavior for each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 21

You are designing an Azure Machine Leaning solution by using the Python SDK v2.

You must train and deploy the solution by using a compute target. The compute target must meet the following requirements:

• Enable the use of on-premises compute resources.

• Support autoscalling.

You need to configure a compute target for training and inference.

Which compute target t should you configure?

To answer select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 22

You have an Azure Machine Learning workspace named workspaces.

You must add a datastore that connects an Azure Blob storage container to workspaces. You must be able to configure a privilege level.

You need to configure authentication.

Which authentication method should you use?

Options:

A.

Account key

B.

SAS token

C.

Service principal

D.

Managed identity

Buy Now
Questions 23

You need to recommend an experiment-tracking strategy that ensures consistent experiment results.

What should you recommend?

Options:

A.

Azure Machine Learning job output logs

B.

MLflow experiment tracking

C.

Application Insights logs

D.

Azure Monitor alerts

Buy Now
Questions 24

Fabrikam Inc. must improve its deployment process because traditional machine learning models are deployed manually and the organization has limited rollback capability .

You need to recommend a deployment approach that supports staged rollout and rollback while minimizing operational overhead.

Which deployment approach should you recommend?

Options:

A.

VM-hosted REST APIs

B.

Azure Kubernetes Service with blue-green switching

C.

Managed online endpoints with traffic splitting

D.

Batch endpoints

Buy Now
Questions 25

You need to isolate training workloads while remaining cost-aware to address Fabrikam Inc.’s issues, constraints, and technical requirements.

What should you implement?

Options:

A.

Training jobs that run on a single shared compute cluster

B.

Fixed-size compute cluster

C.

Dedicated compute clusters per experiment

D.

Managed compute targets with autoscaling

Buy Now
Questions 26

You need to configure an optimization method to meet Fabrikam Inc.’s technical requirements.

Which strategy should you apply first? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 27

You manage an Azure Machine Learning workspace named workspace1 by using the Python SDK v2.

You must register datastores in workspace1 for Azure Blob and Azure Data Lake Gen2 storage to meet the following requirements:

• Data scientists accessing the datastore must have the same level of access.

• Access must be restricted to specified containers or folders.

You need to configure a security access method used to register the Azure Blob and Azure Data lake Gen? storage in workspace1. Which security access method should you configure? To answer, select the appropriate options in the answers area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 28

You need to standardize how Fabrikam Inc. manages machine learning assets.

Which action should you perform first?

Options:

A.

Register assets in the Azure Machine Learning registry.

B.

Create a shared Azure Machine Learning workspace.

C.

Deploy a managed online endpoint.

D.

Create a new Microsoft Foundry project.

Buy Now
Exam Code: AI-300
Exam Name: Operationalizing Machine Learning and Generative AI Solutions
Last Update: Sep 18, 2026
Questions: 187
AI-300 pdf

AI-300 PDF

$28.5  $94.99
AI-300 Engine

AI-300 Testing Engine

$33  $109.99
AI-300 PDF + Engine

AI-300 PDF + Testing Engine

$43.5  $144.99