- (Topic 3)
You need to measure the public perception of your brand on social media by using natural language processing. Which Azure service should you use?
Correct Answer:
D
HOTSPOT - (Topic 3)
You are developing an application to recognize employees’ faces by using the Face Recognition API. Images of the faces will be accessible from a URI endpoint.
The application has the following code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Solution:
B: see this example code from documentation that uses PersonGroup of size 10,000 : https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/how- to-add-faces
the question wants to trick you into thinking you need to use a LargePersonGroup for a size of 10,000 - but the documentation for it doesn't include this limitation or criteria: https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/how- to-use-large-scale
Does this meet the goal?
Correct Answer:
A
- (Topic 3)
What is used to define a query in a stream processing jobs in Azure Stream Analytics?
Correct Answer:
A
- (Topic 3)
You plan to provision a QnA Maker service in a new resource group named RG1. In RG1, you create an App Service plan named AP1.
Which two Azure resources are automatically created in RG1 when you provision the QnA Maker service? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer:
DE
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/set-up-qnamaker-service-azure?tabs=v1#delete-azure-resources
"When you create a QnAMaker resource, you host the data in your own Azure subscription. Azure Search is used to index your data." & "When you create a QnAMaker resource, you host the runtime in your own Azure subscription. App Service is the compute engine that runs the QnA Maker queries for you."
HOTSPOT - (Topic 3)
Select the answer that correctly completes the sentence.
Solution:
Does this meet the goal?
Correct Answer:
A