exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 25 discussion

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

You have a collection of 50,000 scanned documents that contain text.
You plan to make the text available through Azure Cognitive Search.
You need to configure an enrichment pipeline to perform optical character recognition (OCR) and text analytics. The solution must minimize costs.
What should you attach to the skillset?

  • A. a new Computer Vision resource
  • B. a free (Limited enrichments) Cognitive Services resource
  • C. an Azure Machine Learning Designer pipeline
  • D. a new Cognitive Services resource that uses the S0 pricing tier
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Pyguy
Highly Voted 1 year, 12 months ago
Selected Answer: D
Question says : ..."You need to configure an enrichment pipeline to perform optical character recognition (OCR) and "text analytics"... Just because of this second requirement Answer is a Multi Cognitive Service (D), alone vision service (=OCR wont make any text analytics, text extraction is not a text analytics !).. Read here : https://learn.microsoft.com/en-us/azure/search/cognitive-search-attach-cognitive-services?tabs=portal
upvoted 32 times
claps92
1 year, 10 months ago
i agree
upvoted 1 times
...
rdemontis
1 year, 1 month ago
I totally agree with you.
upvoted 3 times
...
...
evangelist
Highly Voted 9 months, 3 weeks ago
Selected Answer: D
For processing 50,000 documents with OCR and text analytics in an enrichment pipeline, while still aiming to minimize costs, a more practical approach would be: D. a new Cognitive Services resource that uses the S0 pricing tier This option is more suitable for several reasons: Capacity and Scalability: The S0 pricing tier offers a higher transaction limit, making it more suitable for processing a large volume of documents like 50,000. It can handle the scale of operations required for this task without hitting the cap as quickly as the free tier might. Cost Efficiency at Scale: While the S0 tier incurs costs, it is designed to be cost-effective for medium to large-scale operations. By carefully managing the use of resources and optimizing the processing pipeline, it's possible to keep costs under control while meeting the project's requirements.
upvoted 6 times
...
anto69
Most Recent 3 months, 3 weeks ago
I checked with many LLM services and get answer B: a free (Limited enrichments) Cognitive Services resource
upvoted 1 times
AL_everyday
3 weeks, 5 days ago
The free tier (F0) allows for 5,000 free transactions per month, Perform OCR for 50000 document would take 10 months
upvoted 1 times
...
...
etellez
5 months, 2 weeks ago
Copilot says A. a new Computer Vision resource Explanation: To perform optical character recognition (OCR) on scanned documents, you would need to use the Computer Vision service, which is part of Azure Cognitive Services. This service can extract printed and handwritten text from images and documents. It's also capable of extracting rich information from images to categorize and process visual data. The Text Analytics service, also part of Azure Cognitive Services, can be used for processing the text once it's extracted, but the question specifically asks about the OCR part of the pipeline, so the Computer Vision service is the correct choice. The cost would depend on the volume of data processed, but using a dedicated Computer Vision resource is likely to be more cost-effective than using a general Cognitive Services resource or an Azure Machine Learning Designer pipeline. The free tier of Cognitive Services is not suitable for processing a large volume of documents like 50,000.
upvoted 2 times
...
PeteColag
6 months, 1 week ago
Selected Answer: D
A Multiservice account is required since both OCR and text analytics are required. Since a multiservice account does not support the free tier (F0), then B is not a valid option. So, the answer has to be D.
upvoted 1 times
...
nanaw770
6 months, 2 weeks ago
Selected Answer: D
Use S0 SKU
upvoted 1 times
...
reiwanotora
6 months, 2 weeks ago
Selected Answer: D
D is right.
upvoted 1 times
...
Alok1105
7 months ago
Selected Answer: B
Given the goal of minimizing costs while performing OCR and text analytics on a collection of 50,000 scanned documents, and considering that the Limited enrichments tier offers basic enrichments at no additional cost, the most suitable choice is indeed: B. a free (Limited enrichments) Cognitive Services resource.
upvoted 3 times
...
brajesh8684
7 months, 2 weeks ago
B. a free (Limited enrichments) Cognitive Services resource Explanation: The free (Limited enrichments) tier of Cognitive Services provides access to Optical Character Recognition (OCR) and basic text analytics capabilities. Attaching this Cognitive Services resource to the skillset allows you to perform OCR and text analytics on the scanned documents. Since the requirement is to minimize costs, choosing the free tier is the most cost-effective option. This option aligns with the goal of making the text available through Azure Cognitive Search while keeping costs low.
upvoted 2 times
vovap0vovap
6 months, 1 week ago
That limited to 5000 transactions per month, so no go
upvoted 1 times
...
...
CDL_Learner
7 months, 3 weeks ago
Selected Answer: D
Correct option is D - a new Cognitive Services resource that uses the S0 pricing tier We can't do this with free tier, thus we can't select Option B
upvoted 2 times
...
3606c4a
9 months ago
to minimize cost you would not use a S0 tier which is why the answer is A
upvoted 1 times
Mehe323
8 months, 2 weeks ago
AI Vision OCR is only for very simple OCR tasks and not suitable for more complicated solutions. I don't have the exact source of below note I made about this, I think it was from Microsoft Learn: If you want to extract simple words and text from a picture of a form or document, without contextual information, Azure AI Vision OCR is an appropriate service to consider. You might want to use this service if you already have your own analysis code, for example. However, Azure AI Document Intelligence includes a more sophisticated analysis of documents. For example, it can identify key/value pairs, tables, and context-specific fields. If you want to deploy a complete document analysis solution that enables users to both extract and understand text, consider Azure AI Document Intelligence.
upvoted 1 times
...
...
sca88
1 year ago
Selected Answer: D
OCR is a built-in skillset that required billable tier of Azure AI Search, so the D is correct
upvoted 1 times
...
rdemontis
1 year, 1 month ago
Selected Answer: D
correct answer is D because you need to support a multiservice resource and it cannot be free.
upvoted 1 times
...
zellck
1 year, 5 months ago
Selected Answer: D
D is the answer. https://learn.microsoft.com/en-us/azure/search/cognitive-search-attach-cognitive-services?tabs=portal When configuring an optional AI enrichment pipeline in Azure Cognitive Search, you can enrich a limited number of documents free of charge. For larger and more frequent workloads, you should attach a billable multi-service Cognitive Services resource. A multi-service resource references "Cognitive Services" as the offering, rather than individual services, with access granted through a single API key. This key is specified in a skillset and allows Microsoft to charge you for using these APIs: - Computer Vision for image analysis and optical character recognition (OCR) - Language service for language detection, entity recognition, sentiment analysis, and key phrase extraction - Translator for machine text translation
upvoted 3 times
dd11121996
1 year, 4 months ago
what about option B ?
upvoted 1 times
Mehe323
8 months, 2 weeks ago
Option B is not possible, the free tier is up to 10,000 documents.
upvoted 1 times
...
...
...
EliteAllen
1 year, 5 months ago
Selected Answer: D
Based on the information from the official Azure documentation, the most cost-effective way to configure an enrichment pipeline for OCR and text analytics in Azure Cognitive Search would be to use a billable Cognitive Services resource. This is because built-in skills, such as OCR and text analytics, are based on the Cognitive Services APIs and unless your content input is small, you would need to attach a billable Cognitive Services resource to run larger workloads. Therefore, the correct answer to your question would be: D. a new Cognitive Services resource that uses the S0 pricing tier This option allows you to use the necessary built-in skills for OCR and text analytics and can handle larger workloads, which would be necessary for processing a large number of documents. The S0 pricing tier is a standard tier that provides a balance between cost and capabilities.
upvoted 4 times
...
Rob77
1 year, 6 months ago
D - free tier is limited to 10,000 documents https://learn.microsoft.com/en-us/azure/search/search-limits-quotas-capacity#indexer-limits
upvoted 2 times
...
dev2dev
1 year, 10 months ago
D is not possible because OCR requires s2 pricing tier and the options sys to use s0 so answer is A
upvoted 2 times
marti_tremblay000
1 year, 8 months ago
What about the text analytics part ? Computer Vision does not perform Text Analytics... You need a Language service to do so and therefore you must provision Cognitive Services as a whole to perform the 2 tasks.
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 ...