nerdexam
Microsoft

AI-102 · Question #229

Drag and Drop Question You have a factory that produces cardboard packaging for food products. The factory has intermittent internet connectivity. The packages are required to include four samples…

The correct answer is Object detection; General (compact). Object Detection is the correct project type because the question requires not only identifying defects but also providing the location of defects (bounding boxes) and verifying that exactly four products are present in each package - tasks that require detecting and locating…

Submitted by wei.xz· Mar 30, 2026Design and implement computer vision solutions using Azure AI Vision / Custom Vision, including selecting appropriate project types and domains based on connectivity and inference requirements

Question

Drag and Drop Question You have a factory that produces cardboard packaging for food products. The factory has intermittent internet connectivity. The packages are required to include four samples of each product. You need to build a Custom Vision model that will identify defects in packaging and provide the location of the defects to an operator. The model must ensure that each package contains the four products. Which project type and domain should you use? To answer, drag the appropriate options to the correct targets. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AI-102 question #229 exhibit

Answer Area

Drag items

FoodGeneralGeneral (compact)Image classificationLogoObject detection

Correct arrangement

  • Object detection
  • General (compact)

Explanation

Object Detection is the correct project type because the question requires not only identifying defects but also providing the location of defects (bounding boxes) and verifying that exactly four products are present in each package - tasks that require detecting and locating objects within an image, not just classifying the whole image. General (compact) is the correct domain because the factory has intermittent internet connectivity, meaning the model must be exported and run locally/offline, which only compact domains support; the standard 'General' domain requires cloud connectivity for inference.

Topics

#Azure Custom Vision#Object Detection#Compact Domains#Edge AI / Offline Inference

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice