nerdexam
Microsoft

AI-102 · Question #38

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is A. Yes. Option A is correct because this is exactly the proper workflow for updating an Azure Custom Vision classifier with new data: upload the new labeled images to the existing project, retrain the model so it learns the new patterns, and then publish the updated iteration so the…

Submitted by ngozi_ng· Mar 30, 2026Implement computer vision solutions

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You develop an application to identify species of flowers by training a Custom Vision model. You receive images of new flower species. You need to add the new images to the classifier. Solution: You add the new images and labels to the existing model. You retrain the model, and then publish the model. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(64 responses)
  • A
    78% (50)
  • B
    22% (14)

Explanation

Option A is correct because this is exactly the proper workflow for updating an Azure Custom Vision classifier with new data: upload the new labeled images to the existing project, retrain the model so it learns the new patterns, and then publish the updated iteration so the application can use it via the prediction endpoint.

There are no distractors here - this is a Yes/No question where B ("No") would be wrong because skipping any of these steps (adding labels, retraining, or publishing) would either fail to incorporate the new species or leave the old model in production.

Memory tip: Think of it as "Label → Train → Publish" - the three-step Custom Vision update cycle. If any step is missing (e.g., retraining but not publishing, or adding images without labels), the goal is not fully met. This question includes all three steps, so it's a complete and valid solution.

Topics

#Custom Vision#Image classification#Model retraining#Azure AI Vision

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice