Skip to Content

AI-900 Microsoft Azure AI Fundamentals Exam Questions and Answers – Page 8 Part 1

The latest Microsoft AI-900 Azure AI Fundamentals certification actual real practice exam question and answer (Q&A) dumps are available free, which are helpful for you to pass the Microsoft AI-900 Azure AI Fundamentals exam and earn Microsoft AI-900 Azure AI Fundamentals certification.

Question 721

To complete the sentence, select the appropriate option in the answer area.

From Azure Machine Learning designer, to deploy a real-time inference pipeline as a service for others to consume, you must deploy the model to __________.

A. a local web service.
B. Azure Container Instances.
C. Azure Kubernetes Service (AKS).
D. Azure Machine Larning compute.

Answer

C. Azure Kubernetes Service (AKS).

Explanation

To perform real-time inferencing, you must deploy a pipeline as a real-time endpoint. Real-time endpoints must be deployed to an Azure Kubernetes Service cluster.

Question 722

To complete the sentence, select the appropriate option in the answer area.

Predicting how many hours of overtime a delivery person will work based on the number of order received is an example of __________.

A. classification
B. clustering
C. regression

Answer

C. regression

Explanation

In the most basic sense, regression refers to prediction of a numeric target. Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable. You use this module to define a linear regression method, and then train a model using a labeled dataset. The trained model can then be used to make predictions.

Incorrect Answers:

  • Classification is a machine learning method that uses data to determine the category, type, or class of an item or row of data.
  • Clustering, in machine learning, is a method of grouping data points into similar clusters. It is also called segmentation. Over the years, many clustering algorithms have been developed. Almost all clustering algorithms use the features of individual items to find similar items. For example, you might apply clustering to find similar people by demographics. You might use clustering with text analysis to group sentences with similar topics or sentiment.

Question 723

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

Statement 1: Azure Machine Learning designer provides a drag-and-drop visual canvas to build, test, and deploy machine learning models.
Statement 2: Azure Machine Learning designer enables you to save your progress as a pipeline draft.
Statement 3: Azure Machine Learning designer enables you to include custom JavaScript functions.

Answer

Statement 1: Azure Machine Learning designer provides a drag-and-drop visual canvas to build, test, and deploy machine learning models. Yes
Statement 2: Azure Machine Learning designer enables you to save your progress as a pipeline draft. Yes
Statement 3: Azure Machine Learning designer enables you to include custom JavaScript functions. No

Explanation

Box 1: Yes -Azure Machine Learning designer lets you visually connect datasets and modules on an interactive canvas to create machine learning models.
Box 2: Yes -With the designer you can connect the modules to create a pipeline draft.As you edit a pipeline in the designer, your progress is saved as a pipeline draft.
Box 3: No –

Question 724

You have the following dataset.

You plan to use the dataset to train a model that will predict the house price categories of houses.

You plan to use the dataset to train a model that will predict the house price categories of houses. What are Household Income and House Price Category? To answer, select the appropriate option in the answer area.

NOTE: Each correct selection is worth one point.

Household Income:
A. A feature
B. A label

House Price Category:
A. A feature
B. A label

Answer

Household Income: A feature
House Price Category: A label

Question 725

To complete the sentence, select the appropriate option in the answer area.

Azure Machine Learning designer lets you create machine learning models by:

A. adding and connecting modules on a visual canvas.
B. automatically performing common data preparation tasks.
C. automatically selecting an algorithm to build the most accurate model.
D. using a code-first notebook experience.

Answer

A. adding and connecting modules on a visual canvas.

Question 726

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

Statement 1: Automated machine learning provides you with the ability to include custom Python scripts in a training pipeline.
Statement 2: Automated machine learning implements machine learning solutions without the need for programming experience.
Statement 3: Automated machine learning provides you with the ability to visually connect datasets and modules on an interactive canvas.

Answer

Statement 1: Automated machine learning provides you with the ability to include custom Python scripts in a training pipeline. Yes
Statement 2: Automated machine learning implements machine learning solutions without the need for programming experience. Yes
Statement 3: Automated machine learning provides you with the ability to visually connect datasets and modules on an interactive canvas. Yes

Question 727

A medical research project uses a large anonymized dataset of brain scan images that are categorized into predefined brain haemorrhage types.

You need to use machine learning to support early detection of the different brain haemorrhage types in the images before the images are reviewed by a person.

This is an example of which type of machine learning?

A. clustering
B. regression
C. classification

Answer

C. classification

Question 728

When training a model, why should you randomly split the rows into separate subsets?

A. to train the model twice to attain better accuracy
B. to train multiple models simultaneously to attain better performance
C. to test the model by using data that was not used to train the model

Answer

C. to test the model by using data that was not used to train the model

Question 729

To complete the sentence, select the appropriate option in the answer

Returning a bounding box that indicates the location of a vehicle in an image is an example of __________.

A. image classification
B. object detection
C. optical character recognizer (OCR).
D. semantic segmentation.

Answer

B. object detection

Question 730

You are evaluating whether to use a basic workspace or an enterprise workspace in Azure Machine Learning.

What are two tasks that require an enterprise workspace? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A. Use a graphical user interface (GUI) to run automated machine learning experiments.
B. Create a compute instance to use as a workstation.
C. Use a graphical user interface (GUI) to define and run machine learning experiments from Azure Machine Learning designer.
D. Create a dataset from a comma-separated value (CSV) file.

Answer

A. Use a graphical user interface (GUI) to run automated machine learning experiments.
C. Use a graphical user interface (GUI) to define and run machine learning experiments from Azure Machine Learning designer.

Explanation

Enterprise workspaces are no longer available as of September 2020. The basic workspace now has all the functionality of the enterprise workspace.