Topic 3: Misc. Questions
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.
Properties
C.
Keys and Endpoint
D.
Identity
Keys and Endpoint
Explanation:
Obtain values to connect your bot to the knowledge base
1.In the QnA Maker site, select your knowledge base.
2.With your knowledge base open, select the SETTINGS tab. Record the value shown for
service name. This value is useful for finding your knowledge base of interest when using
the QnA Maker portal interface. It's not used to connect your bot app to this knowledge
base.
3.Scroll down to find Deployment details and record the following values from the Postman
sample HTTP request:
4.POST /knowledgebases/<knowledge-base-id>/generateAnswer
5.Host: <your-host-url>
6.Authorization: EndpointKey <your-endpoint-key>
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-qna
You are developing a webpage that will use the Video Indexer service to display videos of
internal company meetings.
You embed the Player widget and the Cognitive Insights widget into the page.
You need to configure the widgets to meet the following requirements:
Ensure that users can search for keywords.
Display the names and faces of people in the video.
Show captions in the video in English (United States).
How should you complete the URL for each widget? 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 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.
dialog
B.
user
C.
curn
D.
conversation
dialog
Explanation:
The dialog scope associates properties with the active dialog. Properties in the dialog
scope are retained until the dialog ends.
Reference:
https://docs.microsoft.com/en-us/composer/concept-memory?tabs=v2x
Note: This question is part of a series of questions that present the same scenario.
Each question in the series contains a unique solution that might meet the stated
goals. Some question sets might have more than one correct solution, while others
might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a
result, these questions will not appear in the review screen.
You create a web app named app1 that runs on an Azure virtual machine named vm1.
Vm1 is on an Azure virtual network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over
the public internet.
Solution: You deploy service1 and a public endpoint to a new virtual network, and you
configure Azure Private Link.
Does this meet the goal?
A.
Yes
B.
No
No
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-virtualnetworks?
tabs=portal#use-private-endpoints
You are developing a new sales system that will process the video and text from a publicfacing
website.
You plan to notify users that their data has been processed by the sales system.
Which responsible AI principle does this help meet?
A.
transparency
B.
fairness
C.
inclusiveness
D.
reliability and safety
transparency
Explanation: "When an AI application relies on personal data, such as a facial recognition
system that takes images of people to recognize them; you should make it clear to the user
how their data is used and retained, and who has access to it." from:
https://docs.microsoft.com/en-us/learn/paths/prepare-for-ai-engineering/
You need to enable speech capabilities for a chatbot.
Which three actions should you perform? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point.
A.
Enable WebSockets for the chatbot app
B.
Create a Speech service
C.
Register a Direct Line Speech channel.
D.
Register a Cortana channel.
E.
Enable CORS for the chatbot app
F.
Create a Language Understanding service.
Enable WebSockets for the chatbot app
Create a Speech service
Register a Direct Line Speech channel.
Explanation:
You can use the Speech service to voice-enable a chat bot.
The Direct Line Speech channel uses the text-to-speech service, which has neural and
standard voices.
You'll need to make a small configuration change so that your bot can communicate with
the Direct Line Speech channel using web sockets.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/tutorial-voiceenable-
your-bot-speech-sdk
You are developing an application that will use the Computer Vision client library. The
application has the following code.
You plan to use a Language Understanding application named app1 that is deployed to a
container.
App1 was developed by using a Language Understanding authoring resource named lu1.
App1 has the versions shown in the following table.
You plan to perform predictive maintenance.
You collect IoT sensor data from 100 industrial machines for a year. Each machine has 50
different sensors that generate data at one-minute intervals. In total, you have 5,000 time
series datasets.
You need to identify unusual values in each time series to help predict machinery failures.
Which Azure Cognitive Services service should you use?
A.
Anomaly Detector
B.
Cognitive Search
C.
Form Recognizer
D.
Custom Vision
Anomaly Detector
A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys
(CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a
complete solution.
NOTE: Each correct selection is worth one point.
A.
The index size will increase.
B.
Query times will increase
C.
A self-signed X.509 certificate is required.
D.
The index size will decrease
E.
Query times will decrease
F.
Azure Key Vault is required.
The index size will increase.
Query times will increase
Azure Key Vault is required.
Explanation: "Customer-managed keys require an additional billable service, Azure Key
Vault, which can be in a different region, but under the same subscription, as Azure
Cognitive Search. Enabling CMK encryption will increase index size and degrade query
performance."
same document also lists Azure Key Vault as a requirement:
https://docs.microsoft.com/en-us/azure/search/search-security-overview#data-protection
You are developing a text processing solution.
You have the function shown below.
Select the answer that correctly completes the sentence.
Page 9 out of 22 Pages |
Previous |