Courseiva
Containerized AI WorkloadshardMultiple ChoiceObjective-mapped

AI-200 Containerized AI Workloads Practice Question

You are deploying a custom AI model container to Azure Container Apps. The container listens on port 8080 and requires health probes to verify readiness before routing traffic. How should you configure the probes?

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

Configure an HTTP readiness probe targeting port 8080 on your health check endpoint

Azure Container Apps supports liveness, readiness, and startup probes configured via HTTP, TCP, or gRPC.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Configure an Azure Front Door health probe pointing to the internal container IP

    Why it's wrong here

    Container health probes are native configurations inside the container app revision, not external Front Door probes.

  • Configure a TCP liveness probe pointing to port 22 for SSH management

    Why it's wrong here

    Container best practices advise against running SSH daemons inside containers; probes should target application health endpoints.

  • Configure an HTTP readiness probe targeting port 8080 on your health check endpoint

    Why this is correct

    Readiness probes ensure the container accepts traffic only when fully initialized and healthy on its listening port.

  • Configure a startup probe that restarts the container if CPU usage drops below 5 percent

    Why it's wrong here

    Startup probes check container initialization status, not low CPU thresholds.

About these practice questions

This AI-200 question is part of Courseiva's 507-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 →

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-200 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-200 exam.