Topic 3: Misc. Questions
You need to implement a table projection to generate a physical expression of an Azure
Cognitive Search index.
Which three properties should you specify in the skillset definition JSON configuration table
node? Each correct answer presents part of the solution. (Choose three.)
NOTE: Each correct selection is worth one point.
A.
tableName
B.
generatedKeyName
C.
dataSource
D.
dataSourceConnection
E.
source
tableName
generatedKeyName
source
Explanation:
Defining a table projection.
Each table requires three properties:
tableName: The name of the table in Azure Storage.
generatedKeyName: The column name for the key that uniquely identifies this row.
source: The node from the enrichment tree you are sourcing your enrichments from. This
node is usually the output of a shaper, but could be the output of any of the skills.
Reference:
https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview
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.
Select the answer that correctly completes the sentence.
You have a web app that uses Azure Cognitive Search.
When reviewing billing for the app, you discover much higher than expected charges. You
suspect that the query key is compromised.
You need to prevent unauthorized access to the search endpoint and ensure that users
only have read only access to the documents collection. The solution must minimize app
downtime.
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.
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 11 out of 51 Pages |
Previous |