Microsoft AI-102 Designing and Implementing a Microsoft Azure AI Solution Online Training
Microsoft AI-102 Online Training
The questions for AI-102 were last updated at Nov 20,2024.
- Exam Code: AI-102
- Exam Name: Designing and Implementing a Microsoft Azure AI Solution
- Certification Provider: Microsoft
- Latest update: Nov 20,2024
You need to build a chatbot that meets the following requirements:
✑ Supports chit-chat, knowledge base, and multilingual models
✑ Performs sentiment analysis on user messages
✑ Selects the best language model automatically
What should you integrate into the chatbot?
- A . QnA Maker, Language Understanding, and Dispatch
- B . Translator, Speech, and Dispatch
- C . Language Understanding, Text Analytics, and QnA Maker
- D . Text Analytics, Translator, and Dispatch
Your company wants to reduce how long it takes for employees to log receipts in expense reports. All the receipts are in English.
You need to extract top-level information from the receipts, such as the vendor and the transaction total. The solution must minimize development effort.
Which Azure Cognitive Services service should you use?
- A . Custom Vision
- B . Personalizer
- C . Form Recognizer
- D . Computer Vision
HOTSPOT
You need to create a new resource that will be used to perform sentiment analysis and optical character recognition (OCR).
The solution must meet the following requirements:
✑ Use a single key and endpoint to access multiple services.
✑ Consolidate billing for future services that you might use.
✑ Support the use of Computer Vision in the future.
How should you complete the HTTP request to create the new resource? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You are developing a new sales system that will process the video and text from a public-facing website.
You plan to monitor the sales system to ensure that it provides equitable results regardless of the user’s location or background.
Which two responsible AI principles provide guidance to meet the monitoring requirements? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose two.)
- A . transparency
- B . fairness
- C . inclusiveness
- D . reliability and safety
- E . privacy and security
DRAG DROP
You plan to use containerized versions of the Anomaly Detector API on local devices for testing and in on-premises datacenters.
You need to ensure that the containerized deployments meet the following requirements:
Prevent billing and API information from being stored in the command-line histories of the devices that run the container.
Control access to the container images by using Azure role-based access control (Azure RBAC).
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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. (Choose four.)
HOTSPOT
You plan to deploy a containerized version of an Azure Cognitive Services service that will be used for text analysis.
You configure https://contoso.cognitiveservices.azure.com as the endpoint URI for the service, and you pull the latest version of the Text Analytics Sentiment Analysis container.
You need to run the container on an Azure virtual machine by using Docker.
How should you complete the command? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You have the following C# method for creating Azure Cognitive Services resources programmatically.
You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?
- A . create_resource(client, "res1", "ComputerVision", "F0", "westus")
- B . create_resource(client, "res1", "CustomVision.Prediction", "F0", "westus")
- C . create_resource(client, "res1", "ComputerVision", "S0", "westus")
- D . create_resource(client, "res1", "CustomVision.Prediction", "S0", "westus")
You successfully run the following HTTP request.
POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-
a54745f708a1/resourceGroups/RG1/providers/Microsoft.CognitiveServices/accounts/contosol/rege
nerateKey?api-version=2017-04-18
Body{"keyName": "Key2"}
What is the result of the request?
- A . A key for Azure Cognitive Services was generated in Azure Key Vault.
- B . A new query key was generated.
- C . The primary subscription key and the secondary subscription key were rotated.
- D . The secondary subscription key was reset.
You build a custom Form Recognizer model.
You receive sample files to use for training the model as shown in the following table.
Which three files can you use to train the model? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. (Choose three.)
- A . File1
- B . File2
- C . File3
- D . File4
- E . File5
- F . File6
You have a Video Indexer service that is used to provide a search interface over company videos on your company’s website.
You need to be able to search for videos based on who is present in the video.
What should you do?
- A . Create a person model and associate the model to the videos.
- B . Create person objects and provide face images for each object.
- C . Invite the entire staff of the company to Video Indexer.
- D . Edit the faces in the videos.
- E . Upload names to a language model.