AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 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?

Show Answer
Correct Answer: BD

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

11 comments
Sign in to comment
AusAvOption: B
Jul 18, 2022

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

zellck
Jul 7, 2023

Gotten this in Jul 2023 exam.

ANIKI51419Option: B
Jun 14, 2022

should be B

crunkiNhereOption: B
May 5, 2023

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

AiEngineerSOption: B
Jul 18, 2022

I think is B.. is that?

EltoothOption: B
Jul 20, 2022

B is correct answer.

rdemontisOption: B
Nov 11, 2023

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

evangelistOption: B
Feb 10, 2024

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

takaimomoGcupOption: B
May 20, 2024

Is this question still available on May 21, 2024?

nanaw770Option: B
Jun 14, 2024

B is the correct answer.

anto69Option: B
Jul 17, 2024

For me it's for sure B