AI-103 Computer Vision Practice Question
You are deploying a Custom Vision model as a Docker container. You need to verify that the container is running and healthy before routing production traffic to it. Which health check endpoint should your load balancer ping?
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
✓
/ready
Cognitive Services containers provide a standard liveness/readiness health check endpoint at `/live` or `/ready` depending on container configuration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
/status
Why it's wrong here
This is not the standard Cognitive Services container health path.
- ✗
/ping
Why it's wrong here
/ping is not used by Azure AI containers.
- ✗
/health
Why it's wrong here
Cognitive Services containers use /live and /ready endpoints.
- ✓
/ready
Why this is correct
The /ready endpoint indicates whether the container has initialized and is ready to accept prediction requests.
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.