[Jan-2022] Latest Microsoft AI-900 Certification Practice Test Questions [Q27-Q42]

Share

[Jan-2022] Latest Microsoft AI-900  Certification Practice Test Questions

Verified AI-900 Dumps Q&As - 1 Year Free & Quickly Updates


Prerequisites

Microsoft AI-900 is a foundational-level certification exam. Therefore, the potential candidates are required to possess basic knowledge of the AI and ML concepts. They also need to have an understanding of the associated Microsoft Azure services. These individuals can have technical or non-technical backgrounds. They do not need to have software engineering or science experience before taking the test. However, some programming experience or knowledge would be an advantage for them.

The AI-900 exam is designed to validate the students’ knowledge of AI workloads & considerations, as well as attributes of computer vision workloads within Azure. It also certifies their understanding of the basic principles of ML on Azure and attributes of conversational Artificial Intelligence workloads on Azure. The applicants are also required to demonstrate their knowledge of the attributes of NLP (Natural Language Processing) workloads on Azure.

 

NEW QUESTION 27
You need to create a training dataset and validation dataset from an existing dataset.
Which module in the Azure Machine Learning designer should you use?

  • A. Select Columns in Dataset
  • B. Join Data
  • C. Split Data
  • D. Add Rows

Answer: C

Explanation:
A common way of evaluating a model is to divide the data into a training and test set by using Split Data, and then validate the model on the training data.
Use the Split Data module to divide a dataset into two distinct sets.
The studio currently supports training/validation data splits
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cross-validation-data-splits2

 

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

Answer:

Explanation:

Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/face/
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

 

NEW QUESTION 29
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 All 3 are correct as they are the different channels to connect with a bot Office 365 email - Enable a bot to communicate with users via Office 365 email.
Microsoft Teams - Configure a bot to communicate with users through Microsoft Teams.
Web Chat - Automatically configured for you when you create a bot with the Bot Framework Service.
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-channels?view=azure-bot-service-4.0

 

NEW QUESTION 30
You need to reduce the load on telephone operators by implementing a chatbot to answer simple questions with predefined answers.
Which two AI service should you use to achieve the goal? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

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

Answer: A,C

Explanation:
Section: Describe features of conversational AI workloads on Azure
Explanation:
Bots are a popular way to provide support through multiple communication channels. You can use the QnA Maker service and Azure Bot Service to create a bot that answers user questions.
Reference:
https://docs.microsoft.com/en-us/learn/modules/build-faq-chatbot-qna-maker-azure-bot-service/

 

NEW QUESTION 31
What are three Microsoft guiding principles for responsible AI? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. decisiveness
  • B. knowledgeability
  • C. opinionatedness
  • D. inclusiveness
  • E. fairness
  • F. reliability and safety

Answer: D,E,F

Explanation:
Section: Describe Artificial Intelligence workloads and considerations
Explanation/Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles

 

NEW QUESTION 32
You run a charity event that involves posting photos of people wearing sunglasses on Twitter.
You need to ensure that you only retweet photos that meet the following requirements:
* Include one or more faces.
* Contain at least one person wearing sunglasses.
What should you use to analyze the images?

  • A. the Detect operation in the Face service
  • B. the Analyze Image operation in the Computer Vision service
  • C. the Describe Image operation in the Computer Vision service
  • D. the Verify operation in the Face service

Answer: A

Explanation:
Section: Describe Artificial Intelligence workloads and considerations
Explanation/Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/face/overview

 

NEW QUESTION 33
You have a dataset that contains information about taxi journeys that occurred during a given period.
You need to train a model to predict the fare of a taxi journey.
What should you use as a feature?

  • A. the trip ID of individual taxi journeys
  • B. the number of taxi journeys in the dataset
  • C. the fare of individual taxi journeys
  • D. the trip distance of individual taxi journeys

Answer: D

Explanation:
Section: Describe fundamental principles of machine learning on Azure
Explanation:
The label is the column you want to predict. The identified Featuresare the inputs you give the model to predict the Label.
Example:
The provided data set contains the following columns:
vendor_id: The ID of the taxi vendor is a feature.
rate_code: The rate type of the taxi trip is a feature.
passenger_count: The number of passengers on the trip is a feature.
trip_time_in_secs: The amount of time the trip took. You want to predict the fare of the trip before the trip is completed. At that moment, you don't know how long the trip would take. Thus, the trip time is not a feature and you'll exclude this column from the model.
trip_distance: The distance of the trip is a feature.
payment_type: The payment method (cash or credit card) is a feature.
fare_amount: The total taxi fare paid is the label.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/predict-prices

 

NEW QUESTION 34
You use natural language processing to process text from a Microsoft news story.
You receive the output shown in the following exhibit.

Which type of natural languages processing was performed?

  • A. entity recognition
  • B. sentiment analysis
  • C. translation
  • D. key phrase extraction

Answer: A

Explanation:
Section: Describe features of Natural Language Processing (NLP) workloads on Azure Explanation:
Named Entity Recognition (NER) is the ability to identify different entities in text and categorize them into pre- defined classes or types such as: person, location, event, product, and organization.
In this question, the square brackets indicate the entities such as DateTime, PersonType, Skill.
Reference:
https://docs.microsoft.com/en-in/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-entity- linking?tabs=version-3-preview

 

NEW QUESTION 35
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
In machine learning, if you have labeled data, that means your data is marked up, or annotated, to show the target, which is the answer you want your machine learning model to predict.
In general, data labeling can refer to tasks that include data tagging, annotation, classification, moderation, transcription, or processing.
Box 2: No
Box 3: No
Accuracy is simply the proportion of correctly classified instances. It is usually the first metric you look at when evaluating a classifier. However, when the test data is unbalanced (where most of the instances belong to one of the classes), or you are more interested in the performance on either one of the classes, accuracy doesn't really capture the effectiveness of a classifier.
Reference:
https://www.cloudfactory.com/data-labeling-guide
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance

 

NEW QUESTION 36
To complete the sentence, select the appropriate option in the answer area.
Using Recency, Frequency, and Monetary (RFM) values to identify segments of a customer base is an example of___________

Answer:

Explanation:

 

NEW QUESTION 37
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

Answer: B

Explanation:
Section: Describe fundamental principles of machine learning on Azure
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.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression

 

NEW QUESTION 38
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

Answer: C

Explanation:
Explanation
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.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/machine-learning-initialize-m

 

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

Answer:

Explanation:

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.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/linear-regression
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/machine-learning-initialize-m

 

NEW QUESTION 40
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
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
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer

 

NEW QUESTION 41
In which two scenarios can you use speech recognition? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. an in-car system that reads text messages aloud
  • B. providing closed captions for recorded or live videos
  • C. creating an automated public address system for a train station
  • D. creating a transcript of a telephone call or meeting

Answer: B,D

Explanation:
Reference:
https://azure.microsoft.com/en-gb/services/cognitive-services/speech-to-text/#features

 

NEW QUESTION 42
......


Describe NLP Workloads Features on Azure (15-20%)

This domain contains the following details that you need to learn about:

  • Identify Azure services & tools for Natural Language Processing Workloads – This topic is created to equip you with the ability to identify various capabilities, such as Speech service, Text Analytics service, Translator Text service, and Language Understanding service.
  • Identify the features of basic NLP (Natural Language Processing) Workload Scenarios – The individuals should be able to identify various uses and features of various components, for example, keyphrase extraction, sentiment analysis, entity recognition, translation, language modeling, and speech recognition & synthesis.

 

Latest 2022 Realistic Verified AI-900 Dumps - 100% Free AI-900 Exam Dumps: https://www.pass4guide.com/AI-900-exam-guide-torrent.html

Get 2022 Updated Free Microsoft AI-900 Exam Questions & Answer: https://drive.google.com/open?id=1yNxsiS7K9twkz_1E4gUIv-IcWCTcrlar