AI-102 Question 384
Single answerYou are tasked with configuring a Knowledge Store in Azure Cognitive Search to manage the output of an AI skillset. The requirement is to project the enriched data into a format that allows for hierarchical navigation and structured querying. Which projection type should you use?
- A
File projection
- B
Object projection
- C
Table projection
- D
Blob projection
Show answer and explanation
Correct answer: B
Explanation
Object projection is the correct choice when the enriched data needs to be represented in a hierarchical structure to facilitate structured querying and navigation. This makes it suitable for scenarios requiring flexible exploration of complex data relationships. File and table projections serve different purposes, and 'Blob projection' is not a supported projection type in Azure Cognitive Search.
- A. Incorrect.
File projection is used when you want to store the output as files, such as PDFs or JSON files, for later use or download. It is not suitable for hierarchical navigation and querying.
- B. Correct.
Object projection is designed to store data in a hierarchical format, making it ideal for scenarios requiring structured querying and navigation.
- C. Incorrect.
Table projection is used to store data in tabular formats, such as rows and columns, which is better suited for flat, relational data rather than hierarchical navigation.
- D. Incorrect.
Blob projection is not a valid projection type for a Knowledge Store in Azure Cognitive Search.