What should you include in the solution?
You are developing the knowledgebase by using Azure Cognitive Search. You need to meet the knowledgebase requirements for searching equivalent terms. What should you include in the solution?A . a synonym mapB . a suggesterC . a custom analyzerD . a built-in key phrase extraction skillView AnswerAnswer: A Explanation: Within...
Which code should you use?
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",...
From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?
You build a conversational bot named bot1. You need to configure the bot to use a QnA Maker application. From the Azure Portal, where can you find the information required by bot1 to connect to the QnA Maker application?A . Access control (IAM)B . PropertiesC . Keys and EndpointD ....
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
HOTSPOT 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...
Which three actions should you perform in sequence?
DRAG DROP You train a Custom Vision model to identify a company’s products by using the Retail domain. You plan to deploy the model as part of an app for Android phones. You need to prepare the model for deployment. Which three actions should you perform in sequence? To answer,...
You are building a bot and that will use Language Understanding
HOTSPOT 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...
Which RBAC role should you assign to each group?
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. View AnswerAnswer: Explanation: Box 1: Cognitive Service User Ensure that the...
Which three actions should you perform in sequence?
DRAG DROP You are using a Language Understanding service to handle natural language input from the users of a web-based customer agent. The users report that the agent frequently responds with the following generic response: "Sorry, I don't understand that." You need to improve the ability of the agent to...
Which three actions should you perform in sequence?
DRAG DROP You train a Custom Vision model to identify a company’s products by using the Retail domain. You plan to deploy the model as part of an app for Android phones. You need to prepare the model for deployment. Which three actions should you perform in sequence? To answer,...
Which two actions should you include in the method?
You are building an Azure Weblob that will create knowledge bases from an array of URLs. You instantiate a QnAMakerClient object that has the relevant API keys and assign the object to a variable named client. You need to develop a method to create the knowledge bases. Which two actions...