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

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

Add to Whishlist

List of questions

Question 21

Report Export Collapse

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

Microsoft AI-900 image Question 21 84251 09262024174219000000

Which two fields should you use as features? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Education Level
Education Level
Last Name
Last Name
Age
Age
Income Range
Income Range
First Name
First Name
Suggested answer: A, C
Explanation:

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.

asked 26/09/2024
Avtandili Tsagareishvili
48 questions

Question 22

Report Export Collapse

You need to develop a mobile app for employees to scan and store their expenses while travelling.

Which type of computer vision should you use?

semantic segmentation
semantic segmentation
image classification
image classification
object detection
object detection
optical character recognition (OCR)
optical character recognition (OCR)
Suggested answer: D
Explanation:

Azure's Computer Vision API includes Optical Character Recognition (OCR) capabilities that extract printed or handwritten text from images. You can extract text from images, such as photos of license plates or containers with serial numbers, as well as from documents - invoices, bills, financial reports, articles, and more.

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-recognizing-text

asked 26/09/2024
Peter Urban
48 questions

Question 23

Report Export Collapse

You need to determine the location of cars in an image so that you can estimate the distance between the cars. Which type of computer vision should you use?

optical character recognition (OCR)
optical character recognition (OCR)
object detection
object detection
image classification
image classification
face detection
face detection
Suggested answer: B
Explanation:

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://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

asked 26/09/2024
Damien Fenderson
39 questions

Question 24

Report Export Collapse

You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit.

Microsoft AI-900 image Question 24 84254 09262024174219000000

Which type of computer vision was used?

object detection
object detection
face detection
face detection
optical character recognition (OCR)
optical character recognition (OCR)
image classification
image classification
Suggested answer: A
Explanation:

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://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

asked 26/09/2024
Daniel Hernandez Villar
38 questions

Question 25

Report Export Collapse

What are two tasks that can be performed by using the Computer Vision service? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Train a custom image classification model.
Train a custom image classification model.
Detect faces in an image.
Detect faces in an image.
Recognize handwritten text.
Recognize handwritten text.
Translate the text in an image between languages.
Translate the text in an image between languages.
Suggested answer: B, C
Explanation:

B: Azure's Computer Vision service provides developers with access to advanced algorithms that process images and return information based on the visual features you're interested in. For example, Computer Vision can determine whether an image contains adult content, find specific brands or objects, or find human faces.

C: Computer Vision includes Optical Character Recognition (OCR) capabilities. You can use the new Read API to extract printed and handwritten text from images and documents.

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home

asked 26/09/2024
shaoyu huang
32 questions

Question 26

Report Export Collapse

What is a use case for classification?

predicting how many cups of coffee a person will drink based on how many hours the person slept the previous night.
predicting how many cups of coffee a person will drink based on how many hours the person slept the previous night.
analyzing the contents of images and grouping images that have similar colors
analyzing the contents of images and grouping images that have similar colors
predicting whether someone uses a bicycle to travel to work based on the distance from home to work
predicting whether someone uses a bicycle to travel to work based on the distance from home to work
Most voted
(1)
Most voted
predicting how many minutes it will take someone to run a race based on past race times
predicting how many minutes it will take someone to run a race based on past race times
Suggested answer: D
asked 26/09/2024
tho nguyen
39 questions

Question 27

Report Export Collapse

What are two tasks that can be performed by using computer vision? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Predict stock prices.
Predict stock prices.
Detect brands in an image.
Detect brands in an image.
Detect the color scheme in an image
Detect the color scheme in an image
Translate text between languages.
Translate text between languages.
Extract key phrases.
Extract key phrases.
Suggested answer: B, C
Explanation:

B: Identify commercial brands in images or videos from a database of thousands of global logos. You can use this feature, for example, to discover which brands are most popular on social media or most prevalent in media product placement.

C: Analyze color usage within an image. Computer Vision can determine whether an image is black & white or color and, for color images, identify the dominant and accent colors.

Reference:

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

asked 26/09/2024
Dave Breath
55 questions

Question 28

Report Export Collapse

Your company wants to build a recycling machine for bottles. The recycling machine must automatically identify bottles of the correct shape and reject all other items. Which type of AI workload should the company use?

anomaly detection
anomaly detection
conversational AI
conversational AI
computer vision
computer vision
natural language processing
natural language processing
Suggested answer: C
Explanation:

Azure's Computer Vision service gives you access to advanced algorithms that process images and return information based on the visual features you're interested in. For example, Computer Vision can determine whether an image contains adult content, find specific brands or objects, or find human faces.

Reference:

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

asked 26/09/2024
Abraham Ermann
47 questions

Question 29

Report Export Collapse

In which two scenarios can you use the Form Recognizer service? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Extract the invoice number from an invoice.
Extract the invoice number from an invoice.
Translate a form from French to English.
Translate a form from French to English.
Find image of product in a catalog.
Find image of product in a catalog.
Identify the retailer from a receipt.
Identify the retailer from a receipt.
Suggested answer: A, D
Explanation:

Reference:

https://azure.microsoft.com/en-gb/services/cognitive-services/form-recognizer/#features

asked 26/09/2024
Darren Sloan
47 questions

Question 30

Report Export Collapse

Your website has a chatbot to assist customers.

You need to detect when a customer is upset based on what the customer types in the chatbot.

Which type of AI workload should you use?

anomaly detection
anomaly detection
semantic segmentation
semantic segmentation
regression
regression
natural language processing
natural language processing
Suggested answer: D
Explanation:

Natural language processing (NLP) is used for tasks such as sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization.

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

Reference:

https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

asked 26/09/2024
Martynas Abrutis
43 questions
Total 275 questions
Go to page: of 28
Search

Related questions