Practice Free AI-900 Exam Online Questions
You have an Al solution that provides users with the ability to control smart devices by using verbal commands.
Which two types of natural language processing (NLP) workloads does the solution use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . text-to-speech
- B . translation
- C . language modeling
- D . key phrase extraction
- E . speech-to-text
You have 100 instructional videos that do NOT contain any audio. Each instructional video has a script. You need to generate a narration audio file for each video based on the script.
Which type of workload should you use?
- A . speech recognition
- B . language modeling
- C . speech synthesis
- D . translation
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.
- A . Train a custom image classification model.
- B . Detect faces in an image.
- C . Recognize handwritten text.
- D . Translate the text in an image between languages.
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
Detect faces in an image -Face API Microsoft Azure provides multiple cognitive services that you can use to detect and analyze faces, including:
Computer Vision, which offers face detection and some basic face analysis, such as determining age.
Video Indexer, which you can use to detect and identify faces in a video.
Face, which offers pre-built algorithms that can detect, recognize, and analyze faces.
Recognize hand written text -Read API
The Read API is a better option for scanned documents that have a lot of text. The Read API also has the ability to automatically determine the proper recognition model
What should you use to extract details from scanned images of contracts?
- A . Azure Al Document Intelligence
- B . Azure Al Immersive Reader
- C . Azure OpenAI
- D . Azure Al Search
You need to analyze images of vehicles on a highway and measure the distance between the vehicles.
Which type of computer vision model should you use?
- A . object detection
- B . image classification
- C . facial recognition
- D . optical character recognition (OCR)
You are designing an AI system that empowers everyone, including people who have hearing, visual, and other impairments.
This is an example of which Microsoft guiding principle for responsible AI?
- A . fairness
- B . inclusiveness
- C . reliability and safety
- D . accountability
B
Explanation:
Inclusiveness: At Microsoft, we firmly believe everyone should benefit from intelligent technology, meaning it must incorporate and address a broad range of human needs and experiences. For the 1 billion people with disabilities around the world, AI technologies can be a game-changer.
Reference: https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles
Which format should you use to send requests to a REST API endpoint for Azure OpenAI?
- A . CSV
- B . ISON
- C . XML
- D . YAML
HOTSPOT
To complete the sentence, select the appropriate option in the answer area.

Explanation:
Table
Description automatically generated with medium confidence
Regression is a machine learning task that is used to predict the value of the label from a set of related features.
What is an example of a regression model in machine learning?
- A . dividing the student data in a dataset based on the age of the students and their educational achievements
- B . identifying subtypes of spam email by examining a large collection of emails that were flagged by users
- C . predicting the sale price of a house based on historical data, the size of the house, and the number of bedrooms in the house
- D . identifying population counts of endangered animals by analyzing images


