Pre-Winter Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

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

Questions 4

A data science team completes multiple training runs within an experiment by using MLflow.

The team wants to store a selected model in Azure Machine Learning so that it can be versioned and deployed later.

The model must be versioned centrally for reuse across environments.

You need to version the trained model.

Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. Choose two.

Options:

A.

Locate and capture the model artifacts from the outputs of the training run.

B.

Register the model in the Azure Machine Learning workspace.

C.

Tag the training experiment with a name.

D.

Export the model files to local storage.

Buy Now
Questions 5

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 6

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 7

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
Questions 8

A data science team plans to evaluate multiple hyperparameter values automatically while training a model in Azure Machine Learning.

The tuning process must run multiple training trials without manually modifying the training script for each run.

You need to automate hyperparameter tuning for the training job.

What should you do?

Options:

A.

Run a single training job with fixed hyperparameters.

B.

Adjust hyperparameters after model deployment.

C.

Select hyperparameters based only on default model settings.

D.

Create a tuning job that runs multiple trials with different parameter values.

Buy Now
Questions 9

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.

Options:

Buy Now
Questions 10

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 11

You are fine-tuning a base language model to analyze customer feedback.

You label examples of support tickets. You must improve classification accuracy by configuring and fine-tuning the base model in Microsoft Foundry.

You need to configure and run fine-tuning.

What should you do first?

Options:

A.

Use prompt flow to generate multiple prompt templates for evaluation.

B.

Deploy the base model to an online endpoint before starting fine-tuning.

C.

Enable tracing for all inference calls in the evaluation pipeline.

D.

Format the dataset as a JSONL file with prompt-completion pairs and upload the file.

Buy Now
Questions 12

You create a binary classification model. You use the Fairlearn package to assess model fairness.

You must eliminate the need to retrain the model.

You need to implement the Fairlearn package.

Which algorithm should you use?

Options:

A.

fairiearn.reductions.ExponentiatedGradient

B.

fairlearn.preprocessing.CorrelationRemover

C.

fairlearn.reductions.GridSearch

D.

fairlearn.postprocessing.ThresholdOptimizer

Buy Now
Questions 13

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 in the review screen.

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 and set the value of its auto_mode parameter to key. Deploy the model to the inline endpoint.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 14

-

You use Azure Machine Learning to deploy a model as a real-time web service.

You need to create an entry script for the service that ensures that the model is loaded when the service starts and is used to score new data as it is received.

Which functions should you include in the script? To answer, drag the appropriate functions to the correct actions. Each function 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:

Buy Now
Questions 15

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 16

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: Use the prompt flow SDK to enable tracing for the flow before executing runs. Then run the flow to generate traceable results.

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 17

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 18

You retrain an existing model.

You need to register the new version of a model while keeping the current version of the model in the registry.

What should you do?

Options:

A.

Register a model with a different name from the existing model and a custom property named version with the value 2.

B.

Register the model with the same name as the existing model.

C.

Save the new model in the default datastore with the same name as the existing model. Do not register the new model.

D.

Delete the existing model and register the new one with the same name.

Buy Now
Questions 19

You manage an Azure Machine Learning workspace.

You experiment with an MLflow model that trains interactively by using a notebook in the workspace. You need to log dictionary type artifacts of the experiments in Azure Machine Learning by using MLflow. Which syntax should you use?

Options:

A.

mlflow.log_artifact(my_dict)

B.

mlflow.log_metric( " my_metric " , my_dict)

C.

mlflow.log_artifacts(my_dict >

D.

mlflow.log metrics(my diet)

Buy Now
Questions 20

A company ' s platform engineers manage the resource settings and governance of Microsoft Foundry.

Developers must be able to create and update project assets but must not be able to change resource-level configurations.

You need to enforce least privilege access for the engineers and developers.

Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. Choose two.

Options:

A.

Assign a resource-level Azure AI Administrator role to the platform engineers.

B.

Disable Microsoft Entra ID authentication for the Microsoft Foundry resource.

C.

Assign the Azure AI Developer role to the developers.

D.

Share a single API key across all teams.

Buy Now
Questions 21

You have an Azure subscription named Sub1 that contains an Azure

• a registered MLflow model named Model1

• an online endpoint named Endpoint1

Outbound network connectivity from Endpointl is blocked. You need to deploy ModeM to Endpointl. What should you do first?

Options:

A.

In Workspacel. create a linked service.

B.

In Subl, create an Azure Machine Learning registry.

C.

In Workspacel. create a package.

D.

In Workspace1 create a package.

E.

In Subl, create a private endpoint

Buy Now
Questions 22

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 23

A company plans to deploy a foundation model in Microsoft Foundry.

The mode must support the following workloads:

A customer support workload used across multiple regions

A marketing workload that must remain within a specific region due to data residency requirements You need to select the deployment type.

Which deployment type should you use for each workload? To answer, move the appropriate deployment types to the correct requirements. You may use each deployment type 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 24

You are training machine learning models in Azure Machine Learning. You use Hyperdrive to tune the hyperparameters.

In previous model training and tuning runs, many models showed similar performance.

You need to select an early termination policy that meets the following requirements:

• Accounts for the performance of all previous runs when evaluating the current run.

• Avoids comparing the current run with only the best performing run to date.

Which two early termination policies should you use? Each correct answer presents part of the solution.

Options:

A.

Bandit

B.

Default

C.

Median stopping

D.

Truncation selection

Buy Now
Questions 25

You manage an Azure Machine Learning workspace.

You train a model interactively with a Jupyter Notebook in the workspace During training, a dataset is created with accuiacy and loss metrics for each epoch.

You need to configure model tracking with MLflow to log the dataset created during the training.

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 26

A team maintains Infrastructure as Code (IaC) templates to provision Azure Machine Learning resources.

Provisioning must be triggered by changes in the templates and executed without manual intervention.

You need to automate resource provisioning.

Which action should you take for each requirement? To answer, move the appropriate actions to the correct requirements. 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.

Options:

Buy Now
Questions 27

You have a deployment of an Azure OpenAI Service base model.

You plan to fine-tune the model.

You need to prepare a file that contains training data.

Which file format should you use?

Options:

A.

CSV

B.

TSV

C.

JSONL

D.

JSON

Buy Now
Questions 28

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 29

You are preparing to build a deep learning convolutional neural network model for image classification. You create a script to train the model using CUDA devices.

You must submit an experiment that runs this script in the Azure Machine Learning workspace.

The following compute resources are available:

a Microsoft Surface device on which Microsoft Office has been installed. Corporate IT policies prevent the installation of additional software

a Compute Instance named ds-workstation in the workspace with 2 CPUs and 8 GB of memory

an Azure Machine Learning compute target named cpu-cluster with eight CPU-based nodes

an Azure Machine Learning compute target named gpu-cluster with four CPU and GPU-based nodes

You need to specify the compute resources to be used for running the code to submit the experiment, and for running the script in order to minimize model training time.

Which resources should the data scientist use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 30

You are designing a new machine learning solution to predict customer churn by using Azure Machine Learning. You have raw data in CSV format stored in Azure Data Lake.

You need to design the solution so that it can efficiently handle large-scale model training and iterative development.

Which two actions should you perform? Each correct answer presents part of the solution. Choose two.

NOTE: Each correct selection is worth one point

Options:

A.

Convert the data into the JSONL format and upload into Blob Storage.

B.

Schedule training using an Azure Data Factory pipeline.

C.

Configure an Azure Machine Learning compute instance for model training.

D.

Register the data as a tabular dataset in the Azure Machine Learning workspace.

E.

Configure an Azure Machine Learning compute cluster for model training.

Buy Now
Questions 31

A data science team trains a model that depends on features that are stored in a managed feature store.

The model is registered in Azure Machine Learning and will be deployed to a real-time endpoint.

After deployment, the model must:

• Retrieve feature values dynamically at inference time.

• Use the same feature definitions that were used during training.

• Run without manual configuration changes across environments.

You need to define feature store entities so that feature retrieval behaves as expected when the model is deployed.

Which feature store entity should you select for each requirement? To answer, move the appropriate feature store entities to the correct requirements. You may use each feature store entity 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 32

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 33

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 manage an Azure Machine Learning workspace. The Python script named script.py reads an argument named training_data.

The training_data argument specifies the path to the training data in a file named dataset1.csv.

You plan to run the script.py Python script as a command job that trains a machine learning model.

You need to provide the command to pass the path for the dataset as a parameter value when you submit the script as a training job.

Solution: python script.py dataset1.csv

Does the solution meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 34

You manage an Azure Machine Learning workspace. You use Azure Machine Learning Python SDK v2 to configure a trigger to schedule a pipeline job. You need to create a time-based schedule with recurrence pattern.

Which two properties must you use to successfully configure the trigger? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:

A.

interval

B.

start.time

C.

schedule

D.

time_zone

E.

frequency

Buy Now
Exam Code: AI-300
Exam Name: Operationalizing Machine Learning and Generative AI Solutions
Last Update: Sep 19, 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