Practice Free AI-102 Exam Online Questions
You are building a solution that will detect anomalies in sensor data from the previous 24 hours.
You need to ensure that the solution scans the entire dataset, at the same time, for anomalies.
Which type of detection should you use?
- A . batch
- B . streaming
- C . change point
A
Explanation:
Batch anomaly detection is a type of anomaly detection that scans the entire dataset at once for outliers and unusual patterns. Batch anomaly detection is suitable for offline analysis of historical data, such as sensor data from the previous 24 hours. Batch anomaly detection can use various techniques, such as statistical methods, machine learning methods, or hybrid methods, to identify anomalies in the data123.
DRAG DROP
You have a Custom Vision resource named acvdev in a development environment.
You have a Custom Vision resource named acvprod in a production environment.
In acvdev, you build an object detection model named obj1 in a project named proj1.
You need to move obj1 to acvprod.
Which three 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.

Explanation:
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-tutorial-pattern#what-did-this-tutorial-accomplish
HOTSPOT
You are building a chatbot.
You need to use the Content Moderator API to identify aggressive and sexually explicit language.
Which three settings should you configure? To answer, select the appropriate settings in the answer area. NOTE: Each correct selection is worth one point.
HOTSPOT
You have an Azure subscription
You need to create a new resource that will generate fictional stories in response to user prompts.
The solution must ensure that the resource uses a customer-managed key to protect data.
How should you complete the script? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

DRAG DROP
Match the Azure Cosmos DB APIs to the appropriate data structures.
To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API may be used once, more than once, or not at all. NOTE: Each correct match is worth one point.

DRAG DROP
Match the Azure Cosmos DB APIs to the appropriate data structures.
To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API may be used once, more than once, or not at all. NOTE: Each correct match is worth one point.

You are building a Language Understanding model for an e-commerce chatbot. Users can speak or type their billing address when prompted by the chatbot.
You need to construct an entity to capture billing addresses.
Which entity type should you use?
- A . machine learned
- B . Regex
- C . list
- D . Pattern.any
B
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types
ML Entity with Structure
An ML entity can be composed of smaller sub-entities, each of which can have its own properties.
For example, Address could have the following structure:
Address: 4567 Main Street, NY, 98052, USA
Building Number: 4567
Street Name: Main Street
State: NY
Zip Code: 98052
Country: USA
You are designing a content management system.
You need to ensure that the reading experience is optimized for users who have reduced comprehensive and learning differences, such as dyslexia.
Which Azure service should you include in the solution?
- A . Azure AI Translator
- B . Azure AI Document Intelligence
- C . Azure AI Immersive Reader
- D . Azure AI Language
You have a Microsoft OneDrive folder that contains a 20-GB video file named FileVavi. You need to index File1.avi by using the Azure Video Indexer website.
What should you do?
- A . Upload File1.avi to the www.youtube.com webpage. and then copy the URL of the video to the Azure Al Video Indexer website
- B . From OneDrive. create a download link, and then copy the link to the Azure Al Video Indexer website.
- C . From OneDrive, create a sharing link for File1.avi and then copy the link to the Azure Al Video Indexer website.
- D . Download File1 avi to a local computer, and then upload the file to the Azure Al Video Indexer website.