AI-103 Information Extraction Practice Question
You are automating document processing. You want to trigger a workflow only after a Document Intelligence operation finishes. What is the standard way to implement this?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Poll the 'operation-location' URL
The Document Intelligence API returns a 'operation-location' URL; you poll this URL to check the status until completion.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Poll the 'operation-location' URL
Why this is correct
This is the documented pattern for asynchronous operations.
- ✗
Use a fixed-delay thread sleep
Why it's wrong here
This is inefficient and unreliable.
- ✗
Use a WebSocket
Why it's wrong here
The API uses HTTP polling, not WebSockets.
- ✗
Wait for a push notification
Why it's wrong here
The service does not support push notifications for status.
About these practice questions
This AI-103 question is part of Courseiva's 510-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Microsoft exam blueprint
This AI-103 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-103 exam.