exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 4 question 5 discussion

Actual exam question from Microsoft's AI-102
Question #: 5
Topic #: 4
[All AI-102 Questions]

HOTSPOT -
You are creating an enrichment pipeline that will use Azure Cognitive Search. The knowledge store contains unstructured JSON data and scanned PDF documents that contain text.
Which projection type should you use for each data type? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Object projection -
Object projections are JSON representations of the enrichment tree that can be sourced from any node.

Box 2: File projection -
File projections are similar to object projections and only act on the normalized_images collection.
Reference:
https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
azurelearner666
Highly Voted 3 years, 10 months ago
Correct!
upvoted 18 times
...
zellck
Highly Voted 1 year, 10 months ago
1. Object 2. File https://learn.microsoft.com/en-us/azure/search/knowledge-store-projections-examples#define-an-object-projection Object projections are JSON representations of the enrichment tree that can be sourced from any node. In comparison with table projections, object projections are simpler to define and are used when projecting whole documents. Object projections are limited to a single projection in a container and can't be sliced. https://learn.microsoft.com/en-us/azure/search/knowledge-store-projections-examples#define-a-file-projection File projections are always binary, normalized images, where normalization refers to potential resizing and rotation for use in skillset execution. File projections, similar to object projections, are created as blobs in Azure Storage, and contain binary data (as opposed to JSON).
upvoted 10 times
...
syupwsh
Most Recent 1 month, 4 weeks ago
JSON --> Object projection is CORRECT. This projection type is used when working with unstructured or semi-structured JSON data in Azure AI Search. It allows the system to project JSON data as objects, making it easier to index and search through unstructured data, such as JSON documents. scanned data --> File projection is CORRECT. When dealing with extracted text from scanned PDF documents, file projection is the appropriate projection type. This type is designed for handling and storing text extracted from files like PDFs, images, or other documents within the Azure AI Search knowledge store.
upvoted 2 times
...
krzkrzkra
9 months, 2 weeks ago
1. Object 2. File
upvoted 1 times
...
NagaoShingo
10 months, 4 weeks ago
1. Object 2. File
upvoted 1 times
...
rdemontis
1 year, 5 months ago
Correct answer. https://learn.microsoft.com/en-us/azure/search/knowledge-store-projections-examples
upvoted 3 times
...
sl_mslconsulting
1 year, 6 months ago
we are dealing with unstructured JSON data here. Due to the potential irregularities in the data it will probably not be feasible using table projection. Using object projection is simpler and sometimes the only choice depending on the nature of the data.
upvoted 1 times
...
RamonKaus
2 years, 9 months ago
java script OBJECT notation (JSON)
upvoted 3 times
...
Eltooth
2 years, 9 months ago
Object File https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview#types-of-projections-and-usage
upvoted 1 times
...
reachmymind
3 years, 1 month ago
Answer 1: Object Projection: Used when you need the full JSON representation of your data and enrichments in one JSON document. As with table projections, only valid JSON objects can be projected as objects, and shaping can help you do that. Answer 2: File Projection: Used when you need to save normalized, binary image files, eg: Optical Character Recognition (OCR) extracts text from binary files Not Answer: Table Projection: Used for data that's best represented as rows and columns, or whenever you need granular representations of your data (for example, as data frames). Table projections allow you to define a schematized shape, using a Shaper skill or use inline shaping to specify columns and rows.
upvoted 2 times
...
Deepusuraj
3 years, 2 months ago
Types of projections and usage A knowledge store is a logical construction that's physically expressed as a loose collection of tables, JSON objects, or binary image files in Azure Storage. TYPES OF PROJECTIONS AND USAGE Projection Storage Usage Tables Azure Table Storage Used for data that's best represented as rows and columns, or whenever you need granular representations of your data (for example, as data frames). Table projections allow you to define a schematized shape, using a Shaper skill or use inline shaping to specify columns and rows. You can organize content into multiple tables based on familiar normalization principles. Tables that are in the same group are automatically related. Objects Azure Blob Storage Used when you need the full JSON representation of your data and enrichments in one JSON document. As with table projections, only valid JSON objects can be projected as objects, and shaping can help you do that. Files Azure Blob Storage Used when you need to save normalized, binary image files.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago