Topic 3: Misc. Questions
You are building an Azure Cognitive Search custom skill.
You have the following custom skill schema definition.
You have 100 chatbots that each has its own Language Understanding model.
Frequently, you must add the same phrases to each model.
You need to programmatically update the Language Understanding models to include the
new phrases.
How should you complete the code? 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.
You are building a chatbot by using the Microsoft Bot Framework Composer.
You have the dialog design shown in the following exhibit.
What should you use to build a Microsoft Power Bi paginated report?
A.
Power BI Report Builder
B.
Charciculator
C.
Power BI Desktop
D.
the Power BI service
Power BI Report Builder
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.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
You plan to build a chatbot to support task tracking.
You create a Conversational Language Understanding service named Iu1.
You need to build a Conversational Language Understanding model to Integrate into the
chatbot. The solution must minimize development time to build 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.
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named
get_text_to_be_translated. The text can be in one of many languages. The content of the
text must remain within the Americas Azure geography.
You need to develop code to translate the text to a single 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.
Select the answer that correctly completes the sentence.
Select the answer that correctly completes the sentence.
Select the answer that correctly completes the sentence.
You are building a chatbot by using the Microsoft Bot Framework SDK.
You use an object named UserProfile to store user profile information and an object named
ConversationData to store information related to a conversation.
You create the following state accessors to store both objects in state.
var userStateAccessors = _userState.CreateProperty<UserProfile>(nameof(UserProfile));
var conversationStateAccessors =
_conversationState.CreateProperty<ConversationData>(nameof(ConversationData));
The state storage mechanism is set to Memory Storage.
For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
NOTE: Each correct selection is worth one point.
Page 8 out of 22 Pages |
Previous |