Exams > Microsoft > AI-900: Microsoft Azure AI Fundamentals
AI-900: Microsoft Azure AI Fundamentals
Page 2 out of 16 pages Questions 11-20 out of 153 questions
Question#11

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.
Hot Area:

Discover Answer Hide Answer

Answer:
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-designer-python https://docs.microsoft.com/en-us/azure/machine-learning/concept-automated-ml

Question#12

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
Discover Answer Hide Answer

Answer: C
Reference:
https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/introduction

Question#13

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
Discover Answer Hide Answer

Answer: C

Question#14

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.
Discover Answer Hide Answer

Answer: AC
Note: Enterprise workspaces are no longer available as of September 2020. The basic workspace now has all the functionality of the enterprise workspace.
Reference:
https://www.azure.cn/en-us/pricing/details/machine-learning/
https://docs.microsoft.com/en-us/azure/machine-learning/concept-workspace

Question#15

You need to predict the income range of a given customer by using the following dataset.

Which two fields should you use as features? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Education Level
  • B. Last Name
  • C. Age
  • D. Income Range
  • E. First Name
Discover Answer Hide Answer

Answer: AC
First Name, Last Name, Age and Education Level are features. Income range is a label (what you want to predict). First Name and Last Name are irrelevant in that they have no bearing on income. Age and Education level are the features you should use.

Question#16

You are building a tool that will process images from retail stores and identify the products of competitors.
The solution will use a custom model.
Which Azure Cognitive Services service should you use?

  • A. Custom Vision
  • B. Form Recognizer
  • C. Face
  • D. Computer Vision
Discover Answer Hide Answer

Answer: A
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/overview

Question#17

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.
Hot Area:

Discover Answer Hide Answer

Answer:
Clustering is a machine learning task that is used to group instances of data into clusters that contain similar characteristics. Clustering can also be used to identify relationships in a dataset
Regression is a machine learning task that is used to predict the value of the label from a set of related features.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks

Question#18

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.
Hot Area:

Discover Answer Hide Answer

Answer:
Box 1: No -
The validation dataset is different from the test dataset that is held back from the training of the model.

Box 2: Yes -
A validation dataset is a sample of data that is used to give an estimate of model skill while tuning model's hyperparameters.

Box 3: No -
The Test Dataset, not the validation set, used for this. The Test Dataset is a sample of data used to provide an unbiased evaluation of a final model fit on the training dataset.
Reference:
https://machinelearningmastery.com/difference-test-validation-datasets/

Question#19

What are two metrics that you can use to evaluate a regression model? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. coefficient of determination (R2)
  • B. F1 score
  • C. root mean squared error (RMSE)
  • D. area under curve (AUC)
  • E. balanced accuracy
Discover Answer Hide Answer

Answer: AC
A: R-squared (R2), or Coefficient of determination represents the predictive power of the model as a value between -inf and 1.00. 1.00 means there is a perfect fit, and the fit can be arbitrarily poor so the scores can be negative.
C: RMS-loss or Root Mean Squared Error (RMSE) (also called Root Mean Square Deviation, RMSD), measures the difference between values predicted by a model and the values observed from the environment that is being modeled.
Incorrect Answers:
B: F1 score also known as balanced F-score or F-measure is used to evaluate a classification model.
D: aucROC or area under the curve (AUC) is used to evaluate a classification model.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/metrics

Question#20

HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

Discover Answer Hide Answer

Answer:
Regression is a machine learning task that is used to predict the value of the label from a set of related features.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks

chevron rightPrevious Nextchevron right