Courseiva
Computer VisionmediumMultiple ChoiceObjective-mapped

AI-103 Computer Vision Practice Question

You are integrating Azure AI Vision Read API into a high-throughput workflow. You receive an HTTP 202 Accepted response. What action should your application take next?

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 URL specified in the Operation-Location response header until the status is succeeded.

An HTTP 202 response indicates the asynchronous operation has started. The application must poll the URL provided in the Operation-Location header.

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 URL specified in the Operation-Location response header until the status is succeeded.

    Why this is correct

    Asynchronous OCR operations require polling the Operation-Location endpoint.

  • Switch to synchronous Read API endpoint.

    Why it's wrong here

    Image Analysis 4.0 Read is an asynchronous operation.

  • Parse the response body directly for the extracted text results.

    Why it's wrong here

    An HTTP 202 response body does not contain the final OCR payload.

  • Immediately retry the POST request with an increased timeout value.

    Why it's wrong here

    Retrying the initial POST will start a new job instead of checking the existing one.

About these practice questions

One of 510 original AI-103 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.