AI 102 Questions - RECENT
AI 102 Questions - RECENT
AI 102 Questions - RECENT
AI-102 Exam
Designing and Implementing a Microsoft Azure AI Solution
Questions & Answers
Demo
Questions & Answers PDF Page 2
Version: 21.0
Question: 1
DRAG DROP
You need to design the skillset to include the contents of PDFs in searches.
How should you complete the skillset design diagram? To answer, drag the appropriate services to
the correct stages. Each service may be used once, more than once, or not at all. You may need to
drag the split bar between panes or scroll to view content.
Answer:
Explanation:
The Computer Vision Read API is Azure's latest OCR technology (learn what's new) that extracts
printed text (in several languages), handwritten text (English only), digits, and currency symbols from
images and multi-page PDF documents.
Incorrect Answers:
The custom vision API from Microsoft Azure learns to recognize specific content in imagery and
becomes smarter with training and time.
Reference:
https://docs.microsoft.com/en-us/azure/search/cognitive-search-concept-intro
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr
Question: 2
DRAG DROP
Which four 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 four.)
Questions & Answers PDF Page 4
Answer:
Explanation:
Questions & Answers PDF Page 5
Scenario: All videos must have transcripts that are associated to the video and included in product
descriptions.
Product descriptions, transcripts, and all text must be available in English, Spanish, and Portuguese.
Reference:
https://azure.microsoft.com/en-us/blog/get-video-insights-in-even-more-languages/
https://docs.microsoft.com/en-us/azure/media-services/video-indexer/video-indexer-output-json-
v2
Question: 3
HOTSPOT
Questions & Answers PDF Page 6
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.
Answer:
Explanation:
Box 1: api-nam.cognitive.microsofttranslator.com
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference
Box 2: /translate
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate
Question: 4
You are developing the smart e-commerce project.
Which three actions should you perform? Each correct answer presents part of the solution. (Choose
three.)
A. Make API queries to the autocomplete endpoint and include suggesterName in the body.
B. Add a suggester that has the three product name fields as source fields.
C. Make API queries to the search endpoint and include the product name fields in the searchFields
query parameter.
D. Add a suggester for each of the three product name fields.
E. Set the searchAnalyzer property for the three product name variants.
F. Set the analyzer property for the three product name variants.
Answer: ABF
Explanation:
Questions & Answers PDF Page 7
Scenario: Support autocompletion and autosuggestion based on all product name variants.
POST /indexes/myxboxgames/docs/autocomplete?search&api-version=2020-06-30
{
"search": "minecraf",
"suggesterName": "sg"
}
F. Use the default standard Lucene analyzer ("analyzer": null) or a language analyzer (for example,
"analyzer": "en.Microsoft") on the field.
Reference:
https://docs.microsoft.com/en-us/azure/search/index-add-suggesters
Question: 5
HOTSPOT
Which role should you assign to AllUsers and LeadershipTeam? To answer, select the appropriate
options in the answer area.
Answer:
Explanation:
Questions & Answers PDF Page 9
Box 2: Contributor
Scenario: Only senior managers must be able to publish updates.
Contributor permission: All except ability to add new members to roles
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/reference-role-based-access-
control