Exam AI-102 All QuestionsBrowse all questions from this exam
Question 282

You need to develop an extract solution for the receipt images. The solution must meet the document processing requirements and the technical requirements.

You upload the receipt images to the Form Recognizer API for analysis, and the API returns the following JSON.

Which expression should you use to trigger a manual review of the extracted information by a member of the Consultant-Bookkeeper group?

    Correct Answer: B

    To trigger a manual review of the extracted information when the confidence score is lower than 70 percent for any field, you need an expression that evaluates the confidence score across all fields comprehensively. The correct option is to use 'documentResults.fields.*.confidence < 0.7' because it correctly identifies if any field's confidence score falls below the 70 percent threshold, thereby indicating the need for human intervention. This ensures that all potentially unreliable results are flagged and reviewed, meeting the requirement for accuracy.

Discussion
AusAvOption: B

Answer is B as I just did the exam and got 100% for the section :)

zellck

Gotten this in Jul 2023 exam.

crunkiNhereOption: B

I can't imagine a world where the answer could be anything but B

ANIKI51419Option: B

should be B

evangelistOption: B

The question:"AI solution responses must have a confidence score that is equal to or greater than 70 percent. When the response confidence score of an AI response is lower than 70 percent, the response must be improved by human input." so it has to be fields.*.confidence >0.7

rdemontisOption: B

I think the correct answer is B because that expression evaluates whether the confidence score of any field in the extracted information is less than 70 percent. Option D focus on a specific field (MerchantName) but do not consider the overall confidence score across all fields

EltoothOption: B

B is correct answer.

AiEngineerSOption: B

I think is B.. is that?

anto69Option: B

For me it's for sure B

nanaw770Option: B

B is the correct answer.

takaimomoGcupOption: B

Is this question still available on May 21, 2024?