Practice Free AI-102 Exam Online Questions
You plan to perform predictive maintenance.
You collect IoT sensor data from 100 industrial machines for a year. Each machine has 50 different sensors that generate data at one-minute intervals. In total, you have 5,000 time series datasets.
You need to identify unusual values in each time series to help predict machinery failures.
Which Azure Cognitive Services service should you use?
- A . Anomaly Detector
- B . Cognitive Search
- C . Form Recognizer
- D . Custom Vision
HOTSPOT
You are developing an app that will use the Azure AI vision API to analyze an image.
You need configure the request that will be used by the app to identity whether an image is clipart or a line drawing.
How should you complete the request? To answer. Select the appropriate options in the answer area. NOTE: Each correct select is worth one point.

You are building an image sharing app that will use Azure AI to prevent users from sharing sexually explicit images.
You need to ensure that inappropriate images are identified correctly. The solution must minimize development effort.
What should you use?
- A . Visual Studio
- B . Vision Studio in Azure AI Vision
- C . Azure AI Content Safety Studio
- D . Azure AI Studio
HOTSPOT
You have an Azure subscription that contains an Azure Al Content Safety resource.
You are building a social media app that will enable users to share images.
You need to configure the app to moderate inappropriate content uploaded by the users.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection 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
HOTSPOT
You have a chatbot.
You need to test the bot by using the Bot Framework Emulator. The solution must ensure that you are prompted for credentials when you sign in to the bot.
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 build a chatbot by using Azure OpenAI Studio.
You need to ensure that the responses are more deterministic and less creative.
Which two parameters should you configure? To answer, select the appropriate parameters in the answer area. NOTE: Each correct answer is worth one point.

HOTSPOT
You are developing a text processing solution.
You have the function shown below.
For the second argument, you call the function and specify the following string.
Our tour of Paris included a visit to the Eiffel Tower.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

HOTSPOT
You are developing a text processing solution.
You have the function shown below.
For the second argument, you call the function and specify the following string.
Our tour of Paris included a visit to the Eiffel Tower.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

HOTSPOT
You are building an Azure web app named App1 that will translate text from English to Spanish.
You need to use the Text Translation REST API to perform the translation. The solution must ensure that you have data sovereignty in the United States.
How should you complete the URI? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation: