nerdexam
MicrosoftMicrosoft

AI-102 · Question #15

AI-102 Question #15: Real Exam Question with Answer & Explanation

The correct answer is A: tableName. 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

Submitted by amina.ke· Mar 30, 2026

Question

You need to implement a table projection to generate a physical expression of an Azure AI 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.

Options

  • AtableName
  • BgeneratedKeyName
  • CdataSource
  • DdataSourceConnection
  • Esource

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. https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview

Topics

#Azure AI Search#Skillset configuration#Table projection#JSON syntax

Community Discussion

No community discussion yet for this question.

Full AI-102 PracticeBrowse All AI-102 Questions