[Jan-2023] Get 100% Real Free Azure AI Engineer Associate AI-102 Sample Questions
Accurate AI-102 Questions with Free and Fast Updates
Designing and Implementing a Microsoft Azure AI Solution Exam Certification Details:
| Exam Name | Microsoft Certified - Azure AI Engineer Associate |
| Sample Questions | Designing and Implementing a Microsoft Azure AI Solution Sample Questions |
| Number of Questions | 40-60 |
| Exam Price | $165 (USD) |
NEW QUESTION 69
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. appSecrec
- B. appld
- C. tenancld
- D. objeccld
- E. botld
Answer: A,B
Explanation:
Reference:
https://github.com/MicrosoftDocs/bot-docs/blob/live/articles/bot-service-quickstart-registration.md
NEW QUESTION 70
Match the Azure Cosmos DB APIs to the appropriate data structures.
To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.
Answer:
Explanation:
NEW QUESTION 71
Select the answer that correctly completes the sentence.
Answer:
Explanation:
NEW QUESTION 72
You are building a bot and that will use Language Understanding.
You have a LUDown file that contains the following content.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://github.com/solliancenet/tech-immersion-data-ai/blob/master/ai-exp1/README.md
NEW QUESTION 73
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 build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent named FindContact.
A conversational expert provides you with the following list of phrases to use for training.
Find contacts in London. Who do I know in Seattle?
Search for contacts in Ukraine.
You need to implement the phrase list in Language Understanding.
Solution: You create a new pattern in the FindContact intent.
Does this meet the goal?
- A. No
- B. Yes
Answer: A
Explanation:
Instead use a new intent for location.
Note: An intent represents a task or action the user wants to perform. It is a purpose or goal expressed in a user's utterance.
Define a set of intents that corresponds to actions users want to take in your application. Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-intent
NEW QUESTION 74
You are developing an application that will use the Computer Vision client library. The application has the following code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 75
A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. Query times will decrease.
- B. Azure Key Vault is required.
- C. A self-signed X.509 certificate is required.
- D. The index size will decrease.
- E. The index size will increase.
- F. Query times will increase.
Answer: A,E,F
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/search/search-security-overview
NEW QUESTION 76
Your company needs to implement a relational database in Azure. The solution must minimize ongoing maintenance. Which Azure service should you use?
- A. Azure Cosmos DB
- B. SQL Server on Azure Virtual Machines
- C. Azure SOL Database
- D. Azure HDInsight
Answer: C
NEW QUESTION 77
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.)
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto
NEW QUESTION 78
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 labels to the existing model. You retrain the model, and then publish the model.
Does this meet the goal?
- A. Yes
- B. No
Answer: A
Explanation:
Explanation
The model needs to be extended and retrained.
NEW QUESTION 79
You are developing a text processing solution.
You have the function shown below.

Answer:
Explanation:
NEW QUESTION 80
You have a chatbot that uses a QnA Maker application.
You enable active learning for the knowledge base used by the QnA Maker application.
You need to integrate user input into the model.
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.
Answer:
Explanation:
1 - For the knowledge base, select Show active learning suggestions.
2 - Approve and reject suggestions.
3 - Save and train the knowledge base.
4 - Publish the knowledge base.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/improve-knowledge-base
NEW QUESTION 81
You are building a bot and that will use Language Understanding.
You have a LUDown file that contains the following content.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Graphical user interface, text, application, email Description automatically generated
Reference:
https://github.com/solliancenet/tech-immersion-data-ai/blob/master/ai-exp1/README.md
NEW QUESTION 82
You are building a retail chatbot that will use a QnA Maker service.
You upload an internal support document to train the model. The document contains the following question: "What is your warranty period?" Users report that the chatbot returns the default QnA Maker answer when they ask the following question: "How long is the warranty coverage?" The chatbot returns the correct answer when the users ask the following question: 'What is your warranty period?" Both questions should return the same answer.
You need to increase the accuracy of the chatbot responses.
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.)
Answer:
Explanation:
Explanation:
Step 1: Add alternative phrasing to the question and answer (QnA) pair.
Add alternate questions to an existing QnA pair to improve the likelihood of a match to a user query.
Step 2: Retrain the model.
Periodically select Save and train after making edits to avoid losing changes.
Step 3: Republish the model
Note: A knowledge base consists of question and answer (QnA) pairs. Each pair has one answer and a pair contains all the information associated with that answer.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/edit-knowledge-base
NEW QUESTION 83
You are building a retail chatbot that will use a QnA Maker service.
You upload an internal support document to train the model. The document contains the following question: "What is your warranty period?" Users report that the chatbot returns the default QnA Maker answer when they ask the following question: "How long is the warranty coverage?" The chatbot returns the correct answer when the users ask the following question: 'What is your warranty period?" Both questions should return the same answer.
You need to increase the accuracy of the chatbot responses.
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.)
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/edit-knowledge-base
NEW QUESTION 84
You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3 encoding.
You need to develop a method to convert speech to text for streaming MP3 data.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-codec-compressed-audio-input-streams?tabs=debian&pivots=programming-language-csharp
NEW QUESTION 85
You are developing a call to the Face API. The call must find similar faces from an existing list named employeefaces. The employeefaces list contains 60,000 images.
How should you complete the body of the HTTP request? To answer, drag the appropriate values to the correct targets. Each value 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.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/rest/api/faceapi/face/findsimilar
NEW QUESTION 86
You train a Custom Vision model used in a mobile app.
You receive 1,000 new images that do not have any associated data.
You need to use the images to retrain the model. The solution must minimize how long it takes to retrain the model.
Which three actions should you perform in the Custom Vision portal? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Explanation
Text Description automatically generated
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifie
NEW QUESTION 87
You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns a collection of brands named brands.
You have the following code segment.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-detecting-faces
NEW QUESTION 88
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. Key Phrase Extraction
- B. Sentiment Analysis
- C. Entity Linking
- D. Named Entity Recognition
Answer: C
NEW QUESTION 89
You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3 encoding.
You need to develop a method to convert speech to text for streaming MP3 data.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-codec-compressed-audio-input-streams?tabs=debian&pivots=programming-language-csharp
NEW QUESTION 90
......
Topics Covered
Exam AI-102 contains five topics each of which is intended to check specific skills.
1. Plan and Manage an Azure Cognitive Services Solution
This topic implies your ability to choose the suitable Cognitive Services resource, create it, plan and design security for a Cognitive Services solution, and apply Cognitive Services containers. This means that you should be competent in selecting the appropriate cognitive service for solutions that refer to language analysis, speech, decision support, and vision. You also should possess skills to operate costs of Cognitive Services, create a Cognitive Services resource, and monitor a cognitive service. This part also checks how well you can operate Cognitive Services account keys, and protect Cognitive Services. Your knowledge of using Face API, Computer Vision, Speech, Text Analysis, and ability to integrate Cognitive Services Containers in Microsoft Azure will also be assessed.
2. Implement Computer Vision Solutions
The second topic is designed to check your skills in using the Computer Vision API to get image descriptions, define landmarks, find brands, edit content in images, and create thumbnails. In this part, you are expected to be able to detect faces and recognize them in images, analyze facial features, and match similar faces with the help of the Face API. Being competent in utilizing the Custom Vision service, you should demonstrate your skills in applying image classification and implementing an object detection solution. Besides, your ability to analyze video by implementing Azure Video Analyzer for Media will be measured.
3. Implement Natural Language Processing Solutions
In the third topic, candidates are required to show their skills in analyzing text by utilizing the Text Analytics service, control speech by implementing the Speech service, translate the text with the help of the Translator service. This domain also checks your proficiency in creating and optimizing an initial language model by utilizing LUIS, and finally, managing it.
4. Implement Knowledge Mining Solutions
In this domain, you will be required to have expertise related to applying a Cognitive Search solution, which implies creating data sources, identifying an index, running an indexer, and using synonyms. This topic also aims to evaluate your ability to apply an enrichment pipeline, use a knowledge store, operate a Cognitive Search solution and indexing.
5. Implement Conversational AI Solutions
This domain will evaluate your capacity in utilizing QnA Maker to make a knowledge base, creating and implementing conversation flow, creating a bot by utilizing either the Bot Framework Composer or the Bot Framework SDK. Finally, you will need to demonstrate your skills in integrating Cognitive Services into a bot.
Schedule exam
Languages: English, Japanese, Chinese (Simplified), Korean
Retirement date: none
This exam measures your ability to accomplish the following technical tasks: plan and manage an Azure Cognitive Services solutions; implement Computer Vision solutions; implement natural language processing solutions; implement knowledge mining solutions; and implement conversational AI solutions.
AI-102 Study Guide Realistic Verified Dumps: https://www.testsdumps.com/AI-102_real-exam-dumps.html
Self-Study Guide for Becoming an Designing and Implementing a Microsoft Azure AI Solution Expert: https://drive.google.com/open?id=15pjTdTC0QKar-lnSlun5heitdrTA-Rfk
