Exam AI-901 Topic 1 Question 147 Discussion

Actual exam question for Microsoft's AI-901 exam
Question #: 147
Topic #: 1
You are developing an application that extracts fields from PDFs by using Azure Content Understanding in Foundry Tools.
You need to use the Python SDK to submit a PDF for analysis and retrieve the extraction results.
What should you do?

Suggested Answer: C Vote an answer

To build an application that extracts fields from PDFs using Azure Content Understanding in Foundry Tools, you need to initialize the client library, use begin_analyze_binary to submit the file stream, and poll the long-running operation for the result.
Detail from implemenation:
Wait for the operation to complete and poll the results
result = poller.result()
Reference:
https://lobehub.com/pt-BR/skills/frank-luongt-faos-skills-marketplace-azure-ai-contentunderstanding-py

by Geoffrey at Aug 29, 2026, 06:04 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
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.

0
0
0
10