Microsoft AI-900 Test Engine Dumps Training With 321 Questions [Q142-Q164]

Share

Microsoft AI-900 Test Engine Dumps Training With 321 Questions

AI-900 Questions Pass on Your First Attempt Dumps for Microsoft Certified: Azure AI Fundamentals Certified

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

Answer:

Explanation:

Explanation

The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition, and language detection.
Box 1: Yes
You can detect which language the input text is written in and report a single language code for every document submitted on the request in a wide range of languages, variants, dialects, and some regional/cultural languages. The language code is paired with a score indicating the strength of the score.
Box 2: No
Box 3: Yes
Named Entity Recognition: Identify and categorize entities in your text as people, places, organizations, date/time, quantities, percentages, currencies, and more. Well-known entities are also recognized and linked to more information on the web.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview


NEW QUESTION # 143
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:


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

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks


NEW QUESTION # 145
Which AI service should you use to create a bot from a frequently asked questions (FAQ) document?

  • A. Text Analytics
  • B. Speech
  • C. Language Understanding (LUIS)
  • D. QnA Maker

Answer: D

Explanation:
Section: Describe features of conversational AI workloads on Azure
Explanation/Reference:


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

Answer:

Explanation:

Explanation:
1- Regression
2- Clustering
3- Classification


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

Answer:

Explanation:


NEW QUESTION # 148
You need to develop a web-based AI solution for a customer support system. Users must be able to interact with a web app that will guide them to the best resource or answer.
Which service should you integrate with the web app to meet the goal?

  • A. Azure Al Translator
  • B. Azure Al Custom Vision
  • C. Azure Al Language Service
  • D. Face

Answer: B

Explanation:
QnA Maker is a cloud-based API service that lets you create a conversational question-and-answer layer over your existing data. Use it to build a knowledge base by extracting questions and answers from your semistructured content, including FAQs, manuals, and documents. Answer users' questions with the best answers from the QnAs in your knowledge base-automatically. Your knowledge base gets smarter, too, as it continually learns from user behavior.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/qna-maker/


NEW QUESTION # 149
You have a dataset that contains experimental data for fuel samples.
You need to predict the amount of energy that can be obtained from a sample based on its density.
Which type of Al workload should you use?

  • A. Classification
  • B. Knowledge mining
  • C. Clustering
  • D. Regression

Answer: D


NEW QUESTION # 150
You plan to deploy an Azure Machine Learning model by using the Machine Learning designer Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

1 - Ingest and prepare a dataset.
2 - Split the data randomly in training data and validation data.
3 - Train the model.
4 - Evaluate the model against the validation dataset.


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

Answer:

Explanation:


NEW QUESTION # 152
Select the answer that correctly completes the sentence.

Answer:

Explanation:
Explanation


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

Answer:

Explanation:


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

Answer:

Explanation:

Explanation

Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-channels?view=azure-bot-service-4.0


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

Answer:

Explanation:

Explanation:


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

Answer:

Explanation:
Explanation

Box 1: No
Box 2: Yes
Box 3: Yes
Anomaly detection encompasses many important tasks in machine learning:
Identifying transactions that are potentially fraudulent.
Learning patterns that indicate that a network intrusion has occurred.
Finding abnormal clusters of patients.
Checking values entered into a system.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/anomaly-detection


NEW QUESTION # 157
For a machine learning progress, how should you split data for training and evaluation?

  • A. Use features for training and labels for evaluation.
  • B. Use labels for training and features for evaluation.
  • C. Randomly split the data into rows for training and rows for evaluation.
  • D. Randomly split the data into columns for training and columns for evaluation.

Answer: D

Explanation:
Section: Describe Artificial Intelligence workloads and considerations
Explanation:
In Azure Machine Learning, the percentage split is the available technique to split the data. In this technique, random data of a given percentage will be split to train and test data.
Reference:
https://www.sqlshack.com/prediction-in-azure-machine-learning/


NEW QUESTION # 158
Which two languages can you use to write custom code for Azure Machine Learning designer? Each correct answer presents a complete solution.
NOTE; Each correct selection is worth one point.

  • A. C#
  • B. Python
  • C. Scala
  • D. R

Answer: B,D


NEW QUESTION # 159
Select the answer that correctly completes the sentence.

Answer:

Explanation:

Explanation:


NEW QUESTION # 160
You are developing a model to predict events by using classification.
You have a confusion matrix for the model scored on test data as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:

Box 1: 11

TP = True Positive.
The class labels in the training set can take on only two possible values, which we usually refer to as positive or negative. The positive and negative instances that a classifier predicts correctly are called true positives (TP) and true negatives (TN), respectively. Similarly, the incorrectly classified instances are called false positives (FP) and false negatives (FN).
Box 2: 1,033
FN = False Negative
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance Finding TP is easy. It basically means the value where Predicted and True value is 1 and that is 11 in this case.
False Negative means where true value was 1 but predicted value was 0 and that is 1033 in this case The confusion matrix shows cases where both the predicted and actual values were 1 (known as true positives) at the top left, and cases where both the predicted and the actual values were 0 (true negatives) at the bottom right. The other cells show cases where the predicted and actual values differ (false positives and false negatives).
https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/eva


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

Answer:

Explanation:

Explanation

Box 1: Yes
Automated machine learning, also referred to as automated ML or AutoML, is the process of automating the time consuming, iterative tasks of machine learning model development. It allows data scientists, analysts, and developers to build ML models with high scale, efficiency, and productivity all while sustaining model quality.
Box 2: No
Box 3: Yes
During training, Azure Machine Learning creates a number of pipelines in parallel that try different algorithms and parameters for you. The service iterates through ML algorithms paired with feature selections, where each iteration produces a model with a training score. The higher the score, the better the model is considered to
"fit" your data. It will stop once it hits the exit criteria defined in the experiment.
Box 4: No
Apply automated ML when you want Azure Machine Learning to train and tune a model for you using the target metric you specify.
The label is the column you want to predict.
Reference:
https://azure.microsoft.com/en-us/services/machine-learning/automatedml/#features


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

Answer:

Explanation:

Reference:
https://www.cloudfactory.com/data-labeling-guide
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance


NEW QUESTION # 163
You need to develop a chatbot for a website. The chatbot must answer users' questions based on the information in the following documents:
A product troubleshooting guide in a Microsoft Word document
A frequently asked questions (FAQ) list on a webpage
Which service should you use to process the documents?

  • A. Text Analytics
  • B. Azure Bot Service
  • C. QnA Maker
  • D. Language Understanding

Answer: C

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/Overview/overview


NEW QUESTION # 164
......

AI-900 Practice Test Pdf Exam Material: https://realtest.free4torrent.com/AI-900-valid-dumps-torrent.html