Practice Free AI-102 Exam Online Questions
HOTSPOT
You plan to deploy an Azure OpenAI resource by using an Azure Resource Manager (ARM) template.
You need to ensure that the resource can respond to 600 requests per minute.
How should you complete the template? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

You have a text-based chatbot.
You need to enable content moderation by using the Text Moderation API of Content Moderator.
Which two service responses should you use? Each correct answer presents part of the solution NOTE: Each correct selection is worth one point.
- A . the adult classification score
- B . optical character recognition (OCR)
- C . personal data
- D . text classification
- E . the racy classification score
You build a bot by using the Microsoft Bot Framework SDK and the Azure Bot Service.
You plan to deploy the bot to Azure.
You register the bot by using the Bot Channels Registration service.
Which two values are required to complete the deployment? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . botld
- B . tenancld
- C . appld
- D . objeccld
- E . appSecrec
CE
Explanation:
Reference: https://github.com/MicrosoftDocs/bot-docs/blob/live/articles/bot-service-quickstart-registration.md
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.

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.

HOTSPOT
You have an Azure subscription that contains an Azure Al Document Intelligence resource named DM.
You build an app named App1 that analyzes PDF files for handwritten content by using DM.
You need to ensure that App1 will recognize the handwritten content.
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 have the following C# function.
You call the function by using the following code.
Following ‘key phrases’ what output will you receive?
- A . Jumps over the
- B . The quick brown fox jumps over the lazy dog
- C . Quick brown fox lazy dog
- D . The quick
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.

You are building a Language Understanding solution.
You discover that many intents have similar utterances containing airport names or airport codes.
You need to minimize the number of utterances used to fram the model.
Which type of custom entity should you use?
- A . Pattera.any
- B . machine-learning
- C . list
- D . regular expression
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