AI-900 Practice Test Questions

262 Questions


Topic 2: Describe fundamental principles of machine learning on Azure

You have the following dataset.






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








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.

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






You are developing a conversational AI solution that will communicate with users through multiple channels including email, Microsoft Teams, and webchat.
Which service should you use?


A. Text Analytics


B. Azure Bot Service


C. Translator


D. Form Recognizer





B.
  Azure Bot Service

Match the machine learning tasks to the appropriate scenarios.
To answer, drag the appropriate task from the column on the left to its scenario on the right. Each task may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.








Box 1: Model evaluation
The Model evaluation module outputs a confusion matrix showing the number of true positives, false negatives, false positives, and true negatives, as well as ROC, Precision/Recall, and Lift curves.
Box 2: Feature engineering
Feature engineering is the process of using domain knowledge of the data to create features that help ML algorithms learn better. In Azure Machine Learning, scaling and normalization techniques are applied to facilitate feature engineering. Collectively, these techniques and feature engineering are referred to as featurization.
Note: Often, features are created from raw data through a process of feature engineering. For example, a time stamp in itself might not be useful for modeling until the information is transformed into units of days, months, or categories that are relevant to the problem, such as holiday versus working day.
Box 3: Feature selection
In machine learning and statistics, feature selection is the process of selecting a subset of relevant, useful features to use in building an analytical model. Feature selection helps narrow the field of data to the most valuable inputs. Narrowing the field of data helps reduce noise and improve training performance.

You need to predict the sea level in meters for the next 10 years. Which type of machine learning should you use?


A. classification


B. regression


C. clustering





B.
  regression

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





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

Select the answer that correctly completes the sentence.






Which type of machine learning should you use to predict the number of gift cards that will be sold next month?


A. classification


B. regression


C. clustering





B.
  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.






Which metric can you use to evaluate a classification model?


A. true positive rate


B. mean absolute error (MAE)


C. coefficient of determination (R2)


D. root mean squared error (RMSE)





A.
  true positive rate

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







Page 8 out of 22 Pages
Previous