[Jan-2026] AI-102 PDF Dumps Are Helpful To produce Your Dreams Correct QA's
New AI-102 exam Free Sample Questions to Practice
Microsoft AI-102: Designing and Implementing a Microsoft Azure AI Solution Exam is a comprehensive exam that tests your knowledge and skills in designing and implementing AI solutions using Microsoft Azure technologies. AI-102 exam is a great way to demonstrate your expertise in AI solutions and is highly valued by employers and clients. With the right preparation, individuals can clear the exam and open up new opportunities in the field of AI solution design and implementation.
If you are looking to demonstrate your skills in designing and implementing Microsoft Azure AI solutions, then the Microsoft AI-102: Designing and Implementing a Microsoft Azure AI Solution exam is the right choice for you. AI-102 exam covers all the essential topics related to designing and implementing AI solutions using Azure services and tools. Passing AI-102 exam will help you earn the Microsoft Certified: Azure AI Engineer Associate certification, which is highly valued by employers and recognized globally.
NEW QUESTION # 77
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 # 78
You are developing a photo application that will find photos of a person based on a sample image by using the Face API.
You need to create a POST request to find the photos.
How should you complete the 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:
Explanation
Box 1: findsimilars
https://docs.microsoft.com/en-us/rest/api/faceapi/face/find-similar
Box 2: matchPerson
Find similar has two working modes, "matchPerson" and "matchFace". "matchPerson" is the default mode that it tries to find faces of the same person as possible by using internal same-person thresholds. It is useful to find a known person's other photos. Note that an empty list will be returned if no faces pass the internal thresholds.
"matchFace" mode ignores same-person thresholds and returns ranked similar faces anyway, even the similarity is low. It can be used in the cases like searching celebrity-looking faces.
Reference:
https://docs.microsoft.com/en-us/rest/api/faceapi/face/detectwithurl
https://docs.microsoft.com/en-us/rest/api/faceapi/face/findsimilar
NEW QUESTION # 79
You are reviewing the design of a chatbot. The chatbot includes a language generation file that contains the following fragment.
# Greet(user)
- ${Greeting()}, ${user.name}
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:
Explanation
Box 1: No
Example: Greet a user whose name is stored in `user.name`
- ${ welcomeUser(user.name) }
Example: Greet a user whose name you don't know:
- ${ welcomeUser() }
Box 2: No
Greet(User) is a Send a response action.
Box 3: Yes
Reference:
https://docs.microsoft.com/en-us/composer/how-to-ask-for-user-input
NEW QUESTION # 80
Select the answer that correctly completes the sentence.
Answer:
Explanation:
Explanation:
NEW QUESTION # 81
Hotspot Question
You are building an app by using the Azure AI Speech SDK. The app will translate speech from French to German by using natural language processing.
You need to define the source language and the output language.
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:
NEW QUESTION # 82
You have an app that analyzes images by using the Azure AI Computer Vision API.
You need to configure the app to provide an output for users who are vision impaired. The solution must provide the output in complete sentences.
Which API call should you perform?
- A. readInStreamAsync
- B. describeImageInStreamAsync
- C. analyzeImagesByDomainInStreamAsync
- D. tagImageInStreamAsync
Answer: B
Explanation:
The API call you should perform to provide an output in complete sentences for users who are vision impaired is describeImageInStreamAsync.
The describe feature of the Computer Vision API generates a human-readable sentence to describe the contents of an image. This is particularly useful for accessibility purposes, as it allows visually impaired users to understand what is in an image without needing to see it. The describe feature can also be customized to provide additional details or context, if desired.
NEW QUESTION # 83
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 # 84
Match the Azure services to the appropriate locations in the architecture.
To answer, drag the appropriate service from the column on the left to its location on the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.
Answer:
Explanation:
Explanation:
NEW QUESTION # 85
You are developing a text processing solution.
You have the function shown below.

Answer:
Explanation:
NEW QUESTION # 86
You need to develop code to upload images for the product creation project. The solution must meet the accessibility requirements.
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:
Explanation
Graphical user interface, text, application, email Description automatically generated
Reference:
https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/blob/master/documentation-samples/qu
NEW QUESTION # 87
Hotspot Question
You are developing an application that will use the Azure AI 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:
Explanation:
Box 1: No
The code generates description and tags. See line 3,4.
Box 2: Yes
The ComputerVision.analyzeImageInStreamAsync operation extracts a rich set of visual features based on the image content.
Box 3: Yes
File.OpenRead reads a local file.
Reference:
https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openread?view=net-6.0
https://docs.microsoft.com/en-
us/java/api/com.microsoft.azure.cognitiveservices.vision.computervision.computervision.analyzei mageinstreamasync?view=azure-java-legacy
NEW QUESTION # 88
You are developing an internet-based training solution for remote learners.
Your company identifies that during the training, some learners leave their desk for long periods or become distracted.
You need to use a video and audio feed from each learner's computer to detect whether the learner is present and paying attention. The solution must minimize development effort and identify each learner.
Which Azure Cognitive Services service should you use for each requirement? 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/what-are-cognitive-services
NEW QUESTION # 89
You are building a Language Understanding model for purchasing tickets.
You have the following utterance for an intent named PurchaseAndSendTickets.
Purchase [2 audit business] tickets to [Paris] [next Monday] and send tickets to [[email protected]] You need to select the entity types. The solution must use built-in entity types to minimize training data whenever possible.
Which entity type should you use for each label? To answer, drag the appropriate entity types to the correct labels. Each entity type 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:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-geographyv2
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-email
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/reference-entity-machine-learned-entity
NEW QUESTION # 90
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 # 91
You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click the Exhibit tab.)
The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.
The user input will be stored in a property named name.
You need to ensure that you can dispose of the property when the last active dialog ends.
Which scope should you assign to name?
- A. conversation
- B. user
- C. curn
- D. dialog
Answer: D
Explanation:
The dialog scope associates properties with the active dialog. Properties in the dialog scope are retained until the dialog ends.
Incorrect Answers:
A: The conversation scope associates properties with the current conversation. Properties in the conversation scope have a lifetime of the conversation itself. These properties are in scope while the bot is processing an activity associated with the conversation (for example, multiple users together in a Microsoft Teams channel).
B: The user scope associates properties with the current user. Properties in the user scope do not expire. These properties are in scope while the bot is processing an activity associated with the user.
C: The turn scope associates properties with the current turn. Properties in the turn scope expire at the end of the turn.
Reference:
https://docs.microsoft.com/en-us/composer/concept-memory?tabs=v2x
NEW QUESTION # 92
......
The Designing and Implementing a Microsoft Azure AI Solution certification exam covers various topics related to designing and implementing AI solutions using Azure services, including natural language processing, computer vision, speech recognition, and machine learning. AI-102 exam also covers topics related to data preparation, data wrangling, and data analysis, which are essential skills for designing and implementing AI solutions. Candidates are expected to have a good understanding of Azure services, including Azure Cognitive Services, Azure Machine Learning, and Azure Databricks.
Cover AI-102 Exam Questions Make Sure You 100% Pass: https://freedownload.prep4sures.top/AI-102-real-sheets.html