Courseiva

AI-900 Practice Question: Describe features of computer vision workloads on Azure

A brand monitoring company wants to automatically detect the presence of specific logos (e.g., Apple, Coca-Cola) in social media images. The logos can appear in various orientations and sizes within the image. Which Azure Computer Vision capability is specifically designed to identify popular brands from their logos?

⚠ Common exam trap

A common mix-up: candidates confuse Object Detection (which finds generic objects) with Brand Detection (which is a specialized, pre-trained subset for logos), leading them to select Object Detection because it also uses bounding boxes.

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

Brand Detection

Brand Detection is a specialized Azure Computer Vision capability that uses a pre-trained model to identify thousands of global brands from their logos in images. It is specifically designed to handle variations in logo orientation, size, and placement, making it the correct choice for this scenario.

Answer analysis

Option-by-option breakdown

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

  • Image Classification

    Why it's wrong here

    Image Classification, including the Describe and Tag features in Azure Computer Vision, assigns high-level labels or captions to the entire image based on dominant scene-level content, such as 'city', 'outdoor', or 'appliance'. It does not locate or identify specific brand entities within an image; multiple logos would be collapsed into a single scene label, and no bounding-box or brand-name output is provided. This holistic, non-localized approach makes it unsuitable for detecting brands.

    When this WOULD be correct

    A question asking: 'Which Azure Computer Vision capability should you use to categorize images into predefined categories (e.g., 'sports', 'food') without needing to locate objects?' would make Image Classification correct.

  • Object Detection

    Why it's wrong here

    Object Detection in Azure Computer Vision localizes generic items such as persons, cars, or bicycles by drawing bounding boxes and assigning a label from a fixed set of common object categories. A trademarked logo is not part of that generic object vocabulary, so the model would miss it or label it with a vague, incorrect category. Brand Detection is a separate, purpose-built model optimized specifically for logo recognition, which is why Object Detection is not the right choice.

    When this WOULD be correct

    Object Detection would be correct if the question asked: 'Which Azure Computer Vision capability can be used to detect and locate multiple instances of a custom object (e.g., a specific product) in images, after training a custom model?'

  • Brand Detection

    Why this is correct

    Azure Computer Vision's Brand Detection is a specialized, pre-trained capability that identifies thousands of globally recognized brands from their logos. When presented with a logo, it returns the brand's name, a confidence score, and the coordinates of the detected logo in the image, regardless of slight rotations, background clutter, or size changes. This directly matches the described task of automatically detecting brand presence within the Image Analysis API without requiring custom model training.

  • Optical Character Recognition

    Why it's wrong here

    Optical Character Recognition (OCR) is designed to extract printed or handwritten text sequences from an image, such as street signs or documents, and outputs the raw text along with its location. It does not understand the semantic meaning of a logo: a logo is a graphical design, potentially text-free, and OCR would only capture any embedded letters without identifying the brand. Even when a brand name appears in the logo text, OCR provides characters rather than brand identity, so it is insufficient for brand monitoring.

    When this WOULD be correct

    A question asking: 'Which Azure Computer Vision capability should be used to extract printed text from product packaging images?' would make OCR the correct answer, as it is designed to detect and read text in images.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AI-900 exam frequently reuses these exact scenarios with slightly different constraints.

Brand DetectionCorrect answer

Why this is correct

Azure Computer Vision's Brand Detection is a specialized, pre-trained capability that identifies thousands of globally recognized brands from their logos. When presented with a logo, it returns the brand's name, a confidence score, and the coordinates of the detected logo in the image, regardless of slight rotations, background clutter, or size changes. This directly matches the described task of automatically detecting brand presence within the Image Analysis API without requiring custom model training.

Image ClassificationWrong answer — click to see why

Why this is wrong here

Image Classification assigns a single label to the entire image, but the question requires identifying specific logos that may appear in various orientations and sizes, which is a more granular task.

★ When this WOULD be the correct answer

A question asking: 'Which Azure Computer Vision capability should you use to categorize images into predefined categories (e.g., 'sports', 'food') without needing to locate objects?' would make Image Classification correct.

Why candidates choose this

Candidates may confuse brand detection with general image classification, thinking that classifying an image as containing a brand is similar to classifying it as a 'cat' or 'dog', but brand detection is a specialized sub-task.

Object DetectionWrong answer — click to see why

Why this is wrong here

Object Detection identifies and locates objects within an image but does not have a specialized model for recognizing specific brands or logos. The question asks for a capability specifically designed for brand logo identification, which is Brand Detection.

★ When this WOULD be the correct answer

Object Detection would be correct if the question asked: 'Which Azure Computer Vision capability can be used to detect and locate multiple instances of a custom object (e.g., a specific product) in images, after training a custom model?'

Why candidates choose this

Candidates may confuse Object Detection with Brand Detection because both involve detecting objects in images, and they might think that detecting logos is a subset of object detection without realizing Azure offers a dedicated brand detection service.

Optical Character RecognitionWrong answer — click to see why

Why this is wrong here

Optical Character Recognition (OCR) extracts text from images, not logos. The question specifically asks for identifying brands from their logos, which is a visual recognition task, not text extraction.

★ When this WOULD be the correct answer

A question asking: 'Which Azure Computer Vision capability should be used to extract printed text from product packaging images?' would make OCR the correct answer, as it is designed to detect and read text in images.

Why candidates choose this

Candidates may confuse brand logos with text-based brand names, thinking OCR can recognize logos that contain text, or they may not distinguish between visual logo detection and text extraction.

Analysis generated from the official AI-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

About these practice questions

This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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-900 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-900 exam.