Pass Microsoft AI-102 in Just 3 Days – Stress-Free, No Study Needed!
Have questions? Contact us directly on WhatsApp for quick support!
You are examining the Text Analytics 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 Text Analytics API is used to analyze the text?
- A. Entity Linking
- B. Named Entity Recognition
- C. Sentiment Analysis
- D. Key Phrase Extraction
HOTSPOT
–
You are building a language learning solution.
You need to recommend which Azure services can be used to perform the following tasks:
• Analyze lesson plans submitted by teachers and extract key fields, such as lesson times and required texts.
• Analyze learning content and provide students with pictures that represent commonly used words or phrases in the text.
The solution must minimize development effort.
Which Azure service should you recommend for each task? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You create a bot by using the Microsoft Bot Framework SDK.
You need to configure the bot to respond to events by using custom text responses.
What should you use?
- A. a dialog
- B. an activity handler
- C. an adaptive card
- D. a skill
Question 184
You have an Azure subscription that contains an AI enrichment pipeline in Azure Cognitive Search and an Azure Storage account that has 10 GB of scanned documents and images.
You need to index the documents and images in the storage account. The solution must minimize how long it takes to build the index.
What should you do?
- A. From the Azure portal, configure parallel indexing.
- B. From the Azure portal, configure scheduled indexing.
- C. Configure field mappings by using the REST API.
- D. Create a text-based indexer by using the REST API.
SIMULATION –
You need to configure bot12345678 support the French (FR-FR) language.
Export the bot to C:\Resources\Bot\Bot1.zip.
To complete this task, use the Microsoft Bot Framework Composer.
Answer:
Step 1: Open Microsoft Bot Framework Composer
Step 2: Select the bot bot12345678
Step 3: Select Configure.
Step 4: Select the Azure Language Understanding tab
Step 5: Select the Set up Language Understanding button. The Set up Language Understanding window will appear, shown below:

Step 7: Now select the Azure directory, Azure subscription, and Language Understanding resource name (French).
Step 8: Select Next on the bottom. Your Key and Region will appear on the next on the next window, shown below:

HOTSPOT –
You have an Azure subscription that contains an Azure AI Document Intelligence resource named DI1.
You create a PDF document named Test.pdf that contains tabular data.
You need to analyze Test.pdf by using DI1.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DRAG DROP
–
You need to analyze video content to identify any mentions of specific company names.
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.

SIMULATION –
You need to configure bot12345678 support the French (FR-FR) language.
Export the bot to C:\Resources\Bot\Bot1.zip.
To complete this task, use the Microsoft Bot Framework Composer.
Answer:
Step 2: Select the bot bot12345678
Step 3: Select Configure.
Step 4: Select the Azure Language Understanding tab
Step 5: Select the Set up Language Understanding button. The Set up Language Understanding window will appear, shown below:

Step 6: Select Use existing resources and then select Next at the bottom of the window.
Step 7: Now select the Azure directory, Azure subscription, and Language Understanding resource name (French).
Step 8: Select Next on the bottom. Your Key and Region will appear on the next on the next window, shown below:
Step 9. Select Done –
You have an Azure AI Search resource named Search1.
You have an app named App1 that uses Search1 to index content.
You need to add a custom skill to App1 to ensure that the app can recognize and retrieve properties from invoices by using Search1.
What should you include in the solution?
- A. Azure AI Immersive Reader
- B. Azure OpenAI
- C. Azure AI Document Intelligence
- D. Azure AI Custom Vision
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 have a chatbot that uses question answering in Azure Cognitive Service for Language.
Users report that the responses of the chatbot lack formality when answering spurious questions.
You need to ensure that the chatbot provides formal responses to spurious questions.
Solution: From Language Studio, you change the chitchat source to qna_chitchat_friendly.tsv, and then retrain and republish the model.
Does this meet the goal?
- A. Yes
- B. No