Azure AI Apps and Agents Developer Associate · 13% of the exam

Implement computer vision solutions: free practice questions

5 sample questions from our 33-question bank for this domain — answers and explanations included. These are the same scenario-based style as the real Microsoft exam.

1. A retailer wants to use Azure Content Understanding to extract structured visual characteristics — such as dominant colors, detected brand logos, and product category — from a large batch of catalog images, and wants a single configured pipeline to consistently apply the same extraction schema across all images. Which processing approach is MOST appropriate?

  • A. A single-task Content Understanding pipeline invoked separately and inconsistently per image with ad hoc prompts
  • B. A pro-mode Content Understanding pipeline defined once with a consistent extraction schema and reused across the batch✓ Correct
  • C. Manual visual inspection by a human reviewer for each image in the catalog
  • D. A speech-to-text pipeline applied to product description audio narrations
Explanation

A pro-mode Content Understanding pipeline lets you define a reusable, structured extraction schema (colors, logos, category) once and apply it consistently across a batch, which is exactly the stated need for uniform structured extraction at scale. Option A describes ad hoc, per-image prompting without a consistent schema, which risks inconsistent output across the catalog. Option C does not scale and is not an Azure AI capability. Option D is the wrong modality — it processes audio, not visual catalog images.

2. A brand compliance team needs the platform to automatically reject marketing images that use a prohibited competitor logo or violate approved watermark placement rules, even though the images are otherwise safe and non-offensive. Which control category should be configured?

  • A. General unsafe-content filters tuned only for violence and adult-content categories
  • B. Visual policy rules covering watermark, prohibited-symbol and brand-usage checks✓ Correct
  • C. Speech translation rules applied to any voiceover accompanying the image
  • D. A generic image captioning step with no rule enforcement
Explanation

Visual policy rules that specifically check for watermarks, prohibited symbols, and brand usage are the correct control — this is a distinct governance layer from general harm-category safety filtering, since the images in question are not unsafe, just non-compliant with brand policy. Option A only targets harm categories like violence or adult content and would not catch a competitor logo. Option C is unrelated to image content. Option D provides a description but enforces nothing.

3. An engineering team is choosing between building a custom object-detection model from scratch and using a Foundry Tools visual-characteristics capability to identify defects in manufactured parts on an assembly line. Given a tight timeline and the need to detect general visual characteristics (color inconsistency, surface texture, missing components) rather than one narrowly trained defect class, which approach is MOST appropriate to start with?

  • A. Build and train a custom detection model first, since prebuilt capabilities can never detect manufacturing defects
  • B. Start with Azure Content Understanding's visual-characteristics capabilities in Foundry Tools, given the general and varied nature of the defects and the tight timeline✓ Correct
  • C. Skip automated detection entirely and rely on end-of-line manual inspection only
  • D. Use only speech-to-text on operator call-outs to log defects verbally
Explanation

Given a tight timeline and a need to characterize varied, general visual properties (color, texture, missing parts) rather than one narrow trained class, starting with Content Understanding's visual-characteristics capabilities in Foundry Tools is the pragmatic first approach, avoiding the cost and time of custom model training. Option A assumes prebuilt capabilities are never useful, which is an overreach and ignores the stated timeline constraint. Option C abandons automation entirely, which does not meet the goal of building an automated capability. Option D relies on manual verbal logging, which does not perform any visual analysis at all.

4. A quality team notices that a video analysis pipeline correctly detects objects within each segment but fails to convey how the scene changes from one segment to the next, which is needed for a highlight-reel generator. What is the MOST likely gap in the current configuration?

  • A. The pipeline lacks segment-to-segment interpretation that summarizes transitions and scene changes across the video timeline✓ Correct
  • B. The pipeline needs a higher resolution input video with no other configuration change
  • C. The pipeline should switch from video to single-frame image analysis for consistency
  • D. The pipeline needs alt-text generation added, since alt-text summarizes transitions
Explanation

Video analysis workflows need explicit segment interpretation to summarize what changes between segments, not just what is detected within each one — that is the missing capability described. Option B assumes a resolution problem, but the symptom described (missing cross-segment narrative) is a workflow/configuration gap, not an input-quality issue. Option C would remove the temporal dimension entirely, which is the opposite of what a highlight-reel generator needs. Option D misapplies alt-text, which targets static accessibility description, not video segment transitions.

5. A content team generates hundreds of product images per week and wants captions produced automatically for two purposes: a short caption for a thumbnail grid, and a longer, more descriptive caption for the full product page. Which approach is MOST appropriate?

  • A. Use only detailed captioning everywhere and truncate the text for the thumbnail view
  • B. Use concise captioning for the thumbnail grid and detailed captioning for the product page, choosing the mode per use case✓ Correct
  • C. Use alt-text generation for both use cases since it is guideline-compliant
  • D. Use object detection output directly as caption text in both places
Explanation

Captioning capabilities typically support both concise and detailed modes; selecting the appropriate mode per use case — concise for thumbnails, detailed for product pages — produces fit-for-purpose text without wasted effort. Option A (truncating detailed captions) risks cutting sentences awkwardly mid-thought rather than generating text purpose-built to be short. Option C conflates accessibility alt-text, which targets screen readers with specific conventions, with general-purpose marketing captioning. Option D would output raw labels or coordinates, not readable caption prose.

28 more questions in this domain

Practice the full bank with instant grading, flashcards, and a timed mock exam.

Start practicing free