Pass Microsoft AI-102 in Just 3 Days – Stress-Free, No Study Needed!
Have questions? Contact us directly on WhatsApp for quick support!
HOTSPOT
–
You are building an app that will automatically translate speech from English to French, German, and Spanish by using Azure AI service.
You need to define the output languages and configure the Azure AI Speech service.
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 an Azure AI 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 train the model.
Which type of custom entity should you use?
- A. Pattern.any
- B. machine-learning
- C. regular expression
- D. list
You are developing a text processing solution.
You have the following function.

You call the function and use the following string as the second argument.
Our tour of London included a visit to Buckingham Palace
What will the function return?
- A. London and Buckingham Palace only
- B. Tour and visit only
- C. London and Tour only
- D. Our tour of London included visit to Buckingham Palace
You have the following Python function.

You call the function by using the following code.
my_function(text_analytics_client, “the quick brown fox jumps over the lazy dog”)
Following ‘Key phrases’, what output will you receive?
- A. The quick –
The lazy - B. jumps over the
- C. quick brown fox
lazy dog - D. the quick brown fox jumps over the lazy dog
You have an Azure subscription.
You need to deploy an Azure AI Search resource that will recognize geographic locations.
Which built-in skill should you include in the skillset for the resource?
- A. AzureOpenAIEmbeddingSkill
- B. DocumentExtractionSkill
- C. EntityRecognitionSkill
- D. EntityLinkingSkill
HOTSPOT –
You are planning the product creation project.
You need to build the REST endpoint to create the multilingual product descriptions.
How should you complete the URI? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

HOTSPOT –
You build a QnA Maker resource to meet the chatbot requirements.
Which RBAC role should you assign to each group? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:


You are developing the chatbot.
You create the following components:
– A QnA Maker resource
– A chatbot by using the Azure Bot Framework SDK
You need to add an additional component to meet the technical requirements and the chatbot requirements.
What should you add?
- A. Microsoft Translator
- B. Language Understanding
- C. Orchestrator
- D. chatdown
HOTSPOT –
You are developing a text processing solution.
You develop the following method.

You call the method by using the following code.
GetKeyPhrases(textAnalyticsClient, “the cat sat on the mat”);
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

What is used to define a query in a stream processing jobs in Azure Stream Analytics?
- A. SQL
- B. XML
- C. YAML
- D. KOL