ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 34 - AI-102 discussion

Report
Export

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
Answers
A.
tableName
B.
generatedKeyName
Answers
B.
generatedKeyName
C.
datasource
Answers
C.
datasource
D.
dataSourceConnection
Answers
D.
dataSourceConnection
E.
source
Answers
E.
source
Suggested answer: A, B, E

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

asked 26/09/2024
Rui Carrapico
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first