Practice Free AI-102 Exam Online Questions
DRAG DROP
You plan to use a Language Understanding application named app1 that is deployed to a container.
App1 was developed by using a Language Understanding authoring resource named lu1.
App1 has the versions shown in the following table.
You need to create a container that uses the latest deployable version of app1.
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. (Choose three.)

Explanation:
Step 1: Export the model using the Export for containers (GZIP) option.
Export versioned app’s package from LUIS portal
The versioned app’s package is available from the Versions list page.
✑ Sign on to the LUIS portal.
✑ Select the app in the list.
✑ Select Manage in the app’s navigation bar.
✑ Select Versions in the left navigation bar.
✑ Select the checkbox to the left of the version name in the list.
✑ Select the Export item from the contextual toolbar above the list.
✑ Select Export for container (GZIP).
✑ The package is downloaded from the browser.
Step 2: Select v1.1 of app1.
A trained or published app packaged as a mounted input to the container with its associated App ID.
Step 3: Run a contain and mount the model file.
Run the container, with the required input mount and billing settings.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto
DRAG DROP
You plan to use a Language Understanding application named app1 that is deployed to a container.
App1 was developed by using a Language Understanding authoring resource named lu1.
App1 has the versions shown in the following table.
You need to create a container that uses the latest deployable version of app1.
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. (Choose three.)

Explanation:
Step 1: Export the model using the Export for containers (GZIP) option.
Export versioned app’s package from LUIS portal
The versioned app’s package is available from the Versions list page.
✑ Sign on to the LUIS portal.
✑ Select the app in the list.
✑ Select Manage in the app’s navigation bar.
✑ Select Versions in the left navigation bar.
✑ Select the checkbox to the left of the version name in the list.
✑ Select the Export item from the contextual toolbar above the list.
✑ Select Export for container (GZIP).
✑ The package is downloaded from the browser.
Step 2: Select v1.1 of app1.
A trained or published app packaged as a mounted input to the container with its associated App ID.
Step 3: Run a contain and mount the model file.
Run the container, with the required input mount and billing settings.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto
You are developing a solution to generate a word cloud based on the reviews of a company’s products.
Which Text Analytics REST API endpoint should you use?
- A . keyPhrases
- B . sentiment
- C . languages
- D . entities/recognition/general
A
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview
You are building a flight booking bot by using the Microsoft Bot Framework SDK.
The bot will ask users for their departure date. The bot must repeat the question until a valid date is given, or the users cancel the transaction.
Which type of dialog should you use?
- A . prompt
- B . action
- C . waterfall
- D . adaptive
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop an application to identify species of flowers by training a Custom Vision model. You receive images of new flower species.
You need to add the new images to the classifier.
Solution: You add the new images, and then use the Smart Labeler tool.
Does this meet the goal?
- A . Yes
- B . No
B
Explanation:
The model need to be extended and retrained.
Note: Smart Labeler to generate suggested tags for images. This lets you label a large number of images more quickly when training a Custom Vision model.
HOTSPOT
You are building an app that will process incoming email and direct email messages to either French or English language support teams.
Which Azure Cognitive Services API should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

You are examining the Language service output of an application.
The text analyzed is: Our tour guide took us up the Space Needle during our trip to Seattle last week.
The response contains the data shown in the following table.
Which Language service API is used 10 analyze the Text?
- A . Entity Linking
- B . Named Entity Recognition
- C . Key Phrase Extraction
- D . Sentiment Analysis
You have an Azure Cognitive Services model named Model that identifies the intent of text input.
You develop an app in C# named App1.
You need to configure App1 to use Model1.
Which package should you add to App1?
- A . Azure.AI.Language.Conversations
- B . SpeechServicesToolkit
- C . Universal.Microsoft.CognitiveServices.Speech
- D . Xamarin.Cognitive.Speech
You are building a bot by using Microsoft Bot Framework.
You need to configure the bot to respond to spoken requests. The solution must minimize
development effort.
What should you do?
- A . Deploy the bot to Azure and register the bot with a Direct Une Speech channel
- B . Integrate the bot with Cortana by using the Bot Framework SDK.
- C . Create an Azure function that will call the Speech service and connect the bot to the function.
- D . Deploy the bot to Azure and register the bot with a Microsoft Teams channel.
You have a product knowledgebase that contains multiple PDF documents.
You need to build a chatbot that will provide responses based on data in the knowledgebase. The solution must minimize development effort and costs.
What should you include in the solution?
- A . Azure Al Language conversational language understanding (CLU)
- B . Azure Al language detection
- C . Azure Al Language custom question answering
- D . Azure OpenAI