MultipleChoice
You are building an app that will process scanned expense claims and extract and label the following data:
. Merchant information
. Time of transaction
. Date of transaction
. Taxes paid
. Total cost
You need to recommend an Azure Al Document Intelligence model for the app. The solution must minimize development effort.
What should you use?
OptionsMultipleChoice
You are developing a text processing solution.
You have the following function.
static void GotKeyWords(TextAnalyticsClient textAnalyticsClient, string text)
var response = textAnalyticsClient.RecognizeEntities (text);
Console.WriteLine('Key words:');
foreach (CategorizedEntity entity in response.Value)
Console.WriteLine($'\t{entity.Text}');
You call the function and use the following string as the second argument.
Our tour of London included a visit to Buckinghan Palace
What will the function return?
OptionsHotspot
You are developing an app that will use the Azure Al Vision API to analyze an image.
You need configure the request that will be used by the app to identify whether an image is clipart or a line drawing.
How should you complete the request? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
MultipleChoice
You have a Microsoft OneDrive folder that contains a 20-GB video file named File1.avi.
You need to index File1.avi by using the Azure Video Indexer website.
What should you do?
OptionsMultipleChoice
You have an Azure subscription that contains an Azure OpenAI resource named AI1 and an Azure AI Content Safety resource named CS1.
You build a chatbot that uses AI1 to provide generative answers to specific questions and CS1 to check input and output for objectionable content.
You need to optimize the content filter configurations by running tests on sample questions.
Solution: From Content Safety Studio, you use the Protected material detection feature to run the tests.
Does this meet the requirement?
OptionsHotspot
You have an Azure subscription that contains an Azure Al Document Intelligence resource named DI1.
You create a PDF document named Test.pdf that contains tabular data.
You need to analyze Test.pdf by using DI1.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
MultipleChoice
You are building a chatbot that will use question answering in Azure Cognitive Service for Language.
You have a PDF named Docl.pdf that contains a product catalogue and a price list You upload Docl.pdf and train the model.
During testing, users report that the chatbot responds correctly to the following question: What is the price of
< product>?
The chatbot fails to respond to the following question: How much does Solution: From Language Studio, you create an entity for cost, and then retrain and republish the model. Does this meet the goal?
MultipleChoice
You need to ensure that the chatbot responds correctly to both questions.
Solution: From Language Studio, you create an entity for cost, and then retrain and republish the model.
Does this meet the goal?
OptionsHotspot
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.
Generate Answer
MultipleChoice
You are building a chatbot that will use question answering in Azure Cognitive Service for Language.
You have a PDF named Docl.pdf that contains a product catalogue and a price list
You upload Docl.pdf and train the model.
During testing, users report that the chatbot responds correctly to the following Question;
What is the price of product>?
The chatbot fails to respond to the following Question;
How much does You need to ensure that the chatbot responds correctly to both questions. Solution: From Language Studio, you create an entity for cost, and then retrain and republish the model. Does this meet the goal?