nerdexam
Microsoft

AI-102 · Question #102

Drag and Drop Question You are developing an application that will detect faulty components produced on a factory production line. The components are specific to your business. You need to use the Azu

The correct answer is Create a project.; Upload and tag images.; Train the classifier model.. The correct sequence follows the standard Azure AI Custom Vision workflow: first, you Create a project to establish the working environment and define the project type (classification or object detection); next, you Upload and tag images to provide labeled training data specific

Submitted by rania.sa· Mar 30, 2026Implement image classification solutions using Azure AI Custom Vision

Question

Drag and Drop Question You are developing an application that will detect faulty components produced on a factory production line. The components are specific to your business. You need to use the Azure AI Custom Vision API to help detect common faults. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

AI-102 question #102 exhibit

Answer Area

Drag items

Train the classifier model.Upload and tag images.Initialize the training dataset.Train the object detection model.Create a project.

Correct arrangement

  • Create a project.
  • Upload and tag images.
  • Train the classifier model.

Explanation

The correct sequence follows the standard Azure AI Custom Vision workflow: first, you Create a project to establish the working environment and define the project type (classification or object detection); next, you Upload and tag images to provide labeled training data specific to your faulty components; finally, you Train the classifier model because the scenario involves detecting faults on components (classification of faulty vs. non-faulty), not locating objects within an image. This sequence is mandatory - you cannot tag images without a project, and you cannot train without tagged data.

Topics

#Azure AI Custom Vision#Image Classification#Computer Vision#AI Service Workflow

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice