exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 2 question 18 discussion

Actual exam question from Microsoft's PL-100
Question #: 18
Topic #: 2
[All PL-100 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You build a canvas app for a manufacturing company. The company receives parts and materials from many vendors. You create a form to collect information from packing slips.
Receivers must be able to take a picture of packing slips to receive materials instead of manually entering data in the app.
You need to ensure that users can scan packing slip information into the form.
Proposed solution: Use a Text Recognition model.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
pratkm30
Highly Voted 4 years ago
It says multiple vendor. Then might be chances form processing will not help as you will not have your AI model ready and trained. To meet this goal text recognition AI model is fine.
upvoted 25 times
D24G
3 years, 5 months ago
Form processing is the optimal answer here BUT the question is whether text processing will meet the needs, it will
upvoted 3 times
...
YYCRMGuy
3 years, 6 months ago
Form Processing allows for the use of collections to cover the multiple vendors. https://docs.microsoft.com/en-us/ai-builder/create-form-processing-model#group-documents-by-collections Besides Text Recognition would give you results that would be difficult to say the least to parse into form inputs.
upvoted 6 times
Nitrix
3 years ago
Indeed, text recognition just gives you lines of text without meaning.. so the app does not know what text is a slip number or a material code.. you need to use form processing model.
upvoted 2 times
Aarushiarjun154
2 years, 4 months ago
Actually we can train them to classify the data. So yeah we can use it
upvoted 1 times
...
...
...
...
albertto09
Highly Voted 4 years ago
False. You need "Form Processing" for do it.
upvoted 12 times
RudiAtjil
3 years, 6 months ago
agree ... the answer should B
upvoted 1 times
...
Shogun
3 years, 11 months ago
Why would Text recognition not be enough?
upvoted 4 times
platformsofpower
3 years, 10 months ago
Yes it needs to be Text Recognition; the question states you receive packing slips from many vendors; for Form Processing to be an option you need to train a model to find info from a consistent layout (ie an Invoice from the same supplier). As this is packing slips from many vendors, the Text Recognition model is the right answer as pulls any recognised text from any unstructured text layout.
upvoted 9 times
...
...
bad_atitude
3 years, 9 months ago
agree it is B . it talks about form! the result of text processing is not a form!
upvoted 2 times
...
...
Niharika06
Most Recent 1 year ago
so frustrating
upvoted 1 times
...
farouk450
1 year, 4 months ago
Selected Answer: B
in the question you create a form , does this make the form processing the right answer
upvoted 1 times
...
MeHungarian
1 year, 10 months ago
Yes, the proposed solution of using a Text Recognition model to scan packing slip information and populate the form aligns with the goal of allowing users to easily receive materials by taking pictures of packing slips instead of manually entering data into the app. This approach can significantly streamline the data entry process and improve efficiency for the manufacturing company.
upvoted 1 times
...
Edriska
1 year, 11 months ago
Selected Answer: A
A. Yes. The proposed solution of using a Text Recognition model would meet the goal of allowing receivers to scan packing slip information into the form. Text Recognition models can extract text from images, so this would enable users to take a picture of the packing slip and have the information automatically entered into the form.
upvoted 1 times
...
Edriska
1 year, 12 months ago
Selected Answer: A
Yes, the proposed solution meets the goal. By using a Text Recognition model, users can scan packing slip information into the form . Text recognition is the process of detecting text in images and converting it into machine-readable text . This can be done using a variety of techniques, including optical character recognition (OCR) and machine learning .
upvoted 1 times
...
HotDurian
2 years, 2 months ago
Selected Answer: B
Should be using AI Builder form processor component instead. https://learn.microsoft.com/en-us/ai-builder/form-processor-component-in-powerapps
upvoted 1 times
...
Aarushiarjun154
2 years, 4 months ago
Selected Answer: B
The answer is no. Form processing is the suitable because it can store a lot of information( multiple column). While text recognition will print it all in one column which is not suitable You can refer here: https://learn.microsoft.com/en-us/ai-builder/model-types
upvoted 1 times
...
RazielLycas
2 years, 7 months ago
Selected Answer: B
We should think using the Microsoft head, it doesn't matter if with a punk solution (text builder + somehow power automate flow to parse the extracted text) you could be able to make it work, a trained FORM processing / INVOICE processing will do it better (in MS head) https://learn.microsoft.com/en-us/ai-builder/prebuilt-text-recognition https://learn.microsoft.com/en-us/ai-builder/prebuilt-invoice-processing
upvoted 2 times
...
Bucheron
2 years, 9 months ago
One of "Part of question" is YES, if you say NO for all, what the purpose of this question type ??? If Form processing does not appear in answers, you can not say NO for all sames questions !
upvoted 1 times
...
Domenic
3 years, 3 months ago
"B" No - only Form processing will acheive the outcome. Multiple vendors will have the field information in different formats, Text recognition will not separate that information
upvoted 2 times
...
dfretyhg
3 years, 4 months ago
Form processing is a type of text recognition. The main thing of the question seems to be if you can get data with just taking a picture which you can so I say A.
upvoted 3 times
...
DiegosPizza
3 years, 7 months ago
the use to make pictures, to i could not find a hint to use forms processing - the text recognition is able to get images to text
upvoted 2 times
...
DiegosPizza
3 years, 7 months ago
The text recognition prebuilt model extracts words from documents and images into machine-readable character streams. It uses state-of-the-art optical character recognition (OCR) to detect printed and handwritten text in images. This model processes images and document files to extract lines of printed or handwritten text.
upvoted 1 times
...
krishna1234
3 years, 8 months ago
Yes text recognition
upvoted 2 times
...
Stepnwolf78
3 years, 9 months ago
This is the same question as question 7
upvoted 2 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 ...