Courseiva
hardMultiple ChoiceObjective-mapped

AI-102 Practice Question: The Azure AI engineer for a large e-commerce…

You are the Azure AI engineer for a large e-commerce company. The company uses Azure Computer Vision to automatically tag product images uploaded by sellers. The system has been running smoothly for months. However, after a recent update to the Computer Vision API, you notice that certain images of clothing items are being tagged with incorrect labels, such as 'shoe' for a shirt. The images are clear and well-lit. You have confirmed that the image format (JPEG) is supported and the size is within limits. The issue occurs consistently for clothing items with similar colors. Other product categories work fine. You suspect the issue is related to the API version. What should you do first?

⚠ Common exam trap

The trap here is that candidates may jump to retraining a custom model (Option C) or adjusting confidence thresholds (Option D) without first verifying the API version, which is the simplest and most cost-effective diagnostic step in Azure AI troubleshooting.

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

Check the API version used in the application code and compare with the latest version.

The issue began after a Computer Vision API update, and the problem is specific to certain clothing images with similar colors, indicating a potential regression or behavioral change in the API version. Checking the API version used in the application code against the latest version is the first logical troubleshooting step to identify if a breaking change or bug was introduced. This aligns with Azure AI best practices: always verify API version compatibility before modifying thresholds or retraining models.

Answer analysis

Option-by-option breakdown

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

  • Increase the image size limit.

    Why it's wrong here

    Size is within limits; not the cause.

  • Check the API version used in the application code and compare with the latest version.

    Why this is correct

    API updates may change behavior; rolling back or updating code may fix.

  • Switch to a custom model trained on clothing items.

    Why it's wrong here

    Custom model may not be necessary; issue likely version-related.

  • Reduce the confidence threshold to 50% to see if more tags appear.

    Why it's wrong here

    May worsen accuracy.

About these practice questions

One of 945 original AI-102 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 by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI-102 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-102 exam.