ExamGecko
Home / Microsoft / AI-900 / List of questions
Ask Question

Microsoft AI-900 Practice Test - Questions Answers, Page 9

Add to Whishlist

List of questions

Question 81

Report Export Collapse

DRAG DROP

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.

Microsoft AI-900 image Question 81 84311 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 81 84311 09262024054219000
Explanation:

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.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance

https://docs.microsoft.com/en-us/azure/machine-learning/concept-automated-ml

asked 26/09/2024
Ivan Dujmic
55 questions

Question 82

Report Export Collapse

DRAG DROP

Match the facial recognition tasks to the appropriate questions.

To answer, drag the appropriate task from the column on the left to its question on the right. Each task may be used once, more than once, or not at all.

NOTE: Each correct selection is worth one point.

Microsoft AI-900 image Question 82 84312 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 82 84312 09262024054219000
Explanation:

Box 1: verification

Face verification: Check the likelihood that two faces belong to the same person and receive a confidence score.

Box 2: similarity

Box 3: Grouping

Box 4: identification

Face detection: Detect one or more human faces along with attributes such as: age, emotion, pose, smile, and facial hair, including 27 landmarks for each face in the image.

Reference:

https://azure.microsoft.com/en-us/services/cognitive-services/face/#features

asked 26/09/2024
Ramesh K
50 questions

Question 83

Report Export Collapse

DRAG DROP

Match the types of computer vision workloads 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.

Microsoft AI-900 image Question 83 84313 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 83 84313 09262024054219000
Explanation:

Box 1: Facial recognition

Face detection that perceives faces and attributes in an image; person identification that matches an individual in your private repository of up to 1 million people; perceived emotion recognition that detects a range of facial expressions like happiness, contempt, neutrality, and fear; and recognition and grouping of similar faces in images.

Box 2: OCR

Box 3: Objection detection

Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.

The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like "indoor", which can't be localized with bounding boxes.

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

asked 26/09/2024
Sonjoy Kanwal
49 questions

Question 84

Report Export Collapse

DRAG DROP

Match the types of natural languages processing workloads 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.

Microsoft AI-900 image Question 84 84314 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 84 84314 09262024054219000
Explanation:

Box 1: Entity recognition

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.

Box 2: Sentiment analysis

Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.

Box 3: Translation

Using Microsoft’s Translator text API

This versatile API from Microsoft can be used for the following:

Translate text from one language to another.

Transliterate text from one script to another.

Detecting language of the input text.

Find alternate translations to specific text.

Determine the sentence length.

Reference:

https://docs.microsoft.com/en-in/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-entity-linking?tabs=version-3-preview https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics

asked 26/09/2024
John Hammonds
40 questions

Question 85

Report Export Collapse

DRAG DROP

You plan to apply Text Analytics API features to a technical support ticketing system.

Match the Text Analytics API features to the appropriate natural language processing scenarios.

To answer, drag the appropriate feature from the column on the left to its scenario on the right. Each feature may be used once, more than once, or not at all.

NOTE: Each correct selection is worth one point.

Microsoft AI-900 image Question 85 84315 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 85 84315 09262024054219000
Explanation:

Box1: Sentiment analysis

Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.

Box 2: Broad entity extraction

Broad entity extraction: Identify important concepts in text, including key

Key phrase extraction/ Broad entity extraction: Identify important concepts in text, including key phrases and named entities such as people, places, and organizations.

Box 3: Entity Recognition

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/architecture/data-guide/technology-choices/natural-language-processing

https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics

asked 26/09/2024
Jeremiah Hutchins
56 questions

Question 86

Report Export Collapse

You are building a tool that will process your company’s product images and identify the products of competitors.

The solution will use a custom model.

Which Azure Cognitive Services service should you use?

Custom Vision
Custom Vision
Form Recognizer
Form Recognizer
Face
Face
Computer Vision
Computer Vision
Most voted
(1)
Most voted
Suggested answer: C
Explanation:

Reference:

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

asked 26/09/2024
Raymond Chan
38 questions

Question 87

Report Export Collapse

You plan to develop a bot that will enable users to query a knowledge base by using natural language processing.

Which two services should you include in the solution? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

QnA Maker
QnA Maker
Azure Bot Service
Azure Bot Service
Form Recognizer
Form Recognizer
Anomaly Detector
Anomaly Detector
Suggested answer: A, B
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0

https://docs.microsoft.com/en-us/azure/cognitive-services/luis/choose-natural-language-processing-service

asked 26/09/2024
Jackes Matos
46 questions

Question 88

Report Export Collapse

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.

Microsoft AI-900 image Question 88 84318 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 88 84318 09262024054219000
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0

asked 26/09/2024
Camilo Garrido Lizana
37 questions

Question 89

Report Export Collapse

You have a webchat bot that provides responses from a QnA Maker knowledge base.

You need to ensure that the bot uses user feedback to improve the relevance of the responses over time.

What should you use?

key phrase extraction
key phrase extraction
sentiment analysis
sentiment analysis
business logic
business logic
active learning
active learning
Suggested answer: D
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/improve-knowledge-base

asked 26/09/2024
Jim Swift
39 questions

Question 90

Report Export Collapse

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?

Text Analytics
Text Analytics
Azure Bot Service
Azure Bot Service
Translator
Translator
Form Recognizer
Form Recognizer
Suggested answer: B
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0

asked 26/09/2024
Jordan Arribas Aranda
39 questions
Total 275 questions
Go to page: of 28
Search

Related questions