AI-103 Computer Vision Practice Question
Which HTTP status code does the Azure AI Vision Read API return upon successfully initiating an asynchronous OCR analysis job?
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
✓
202 Accepted
Asynchronous operations in Azure AI Services return HTTP 202 Accepted when the request has been accepted for processing.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
204 No Content
Why it's wrong here
HTTP 204 indicates success with no response body.
- ✗
200 OK
Why it's wrong here
HTTP 200 is used for synchronous operations where results are returned immediately.
- ✓
202 Accepted
Why this is correct
HTTP 202 is returned for accepted asynchronous long-running operations.
- ✗
201 Created
Why it's wrong here
HTTP 201 indicates a new resource was successfully created.
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.