nerdexam
Microsoft

AI-900 · Question #196

Your company manufactures widgets. You have 1,000 digital photos of the widgets. You need to identify the location of the widgets within the photos. What should you use?

The correct answer is B. Custom Vision object detection. To identify and locate specific objects like widgets within images, a custom object detection model is required.

Submitted by rania.sa· Mar 30, 2026Describe features of computer vision workloads on Azure

Question

Your company manufactures widgets. You have 1,000 digital photos of the widgets. You need to identify the location of the widgets within the photos. What should you use?

Options

  • AComputer Vision Spatial Analysis
  • BCustom Vision object detection
  • CComputer Vision Image Analysis
  • DCustom Vision classification

How the community answered

(49 responses)
  • A
    2% (1)
  • B
    78% (38)
  • C
    8% (4)
  • D
    12% (6)

Why each option

To identify and locate specific objects like widgets within images, a custom object detection model is required.

AComputer Vision Spatial Analysis

Computer Vision Spatial Analysis is typically used for analyzing people's movement and presence in a physical space, not for locating specific objects like widgets in static images.

BCustom Vision object detectionCorrect

Custom Vision object detection allows training a model to identify specific objects (widgets) and their bounding box locations within images using your own dataset. This is ideal for finding custom items like manufactured widgets in a collection of photos.

CComputer Vision Image Analysis

Computer Vision Image Analysis provides general insights like tags, descriptions, and categories for an image, but it does not specifically locate custom objects within the image.

DCustom Vision classification

Custom Vision classification assigns a single label to an entire image (e.g., "widget photo" or "not widget photo"), rather than identifying and locating multiple specific objects within an image.

Concept tested: Custom Vision object detection

Source: https://learn.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/overview

Topics

#Custom Vision#object detection#AI Vision

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice