AI-900 Practice Question: Describe features of computer vision workloads on Azure
What does Azure AI Vision's 'smart crops' feature do?
⚠ Common exam trap
Many exam-takers confuse 'smart crops' with general image editing features like background removal or editing detection, but the key differentiator is that smart crops specifically focuses on preserving the most important region when resizing to different aspect ratios.
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
✓
Identifies the most important region for optimal thumbnail cropping at any aspect ratio
Azure AI Vision's smart crops feature uses AI to identify the most important region of an image and then crops it to any specified aspect ratio while keeping that region in focus. This is particularly useful for generating thumbnails that maintain visual context across different display sizes, such as social media previews or responsive web design.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Identifies agricultural crops in satellite imagery
Why it's wrong here
Agricultural crop identification is a geospatial remote-sensing task: it classifies field boundaries, crop types, and plant health from satellite or drone imagery using multispectral analysis. Azure AI Vision’s Smart Crops feature has no agricultural function; it analyzes pixel-level visual saliency to propose optimal thumbnail crop coordinates. The name 'crop' refers to image cropping, not agricultural crops.
- ✓
Identifies the most important region for optimal thumbnail cropping at any aspect ratio
Why this is correct
Smart Cropping computes a visual saliency map of the image to detect regions most likely to draw human attention, such as faces, text, or focal objects. It then returns a bounding box optimized for a caller-provided aspect ratio, letting developers generate thumbnails that preserve important composition. This exactly describes identifying the most important region for optimal thumbnail cropping at any aspect ratio.
- ✗
Removes unwanted background elements from images
Why it's wrong here
Background removal is a pixel-level segmentation operation where foreground matting separates the subject from the backdrop and produces a new image with the background erased. Smart Cropping, in contrast, never modifies pixel data—it only outputs rectangle coordinates representing the suggested crop window. It cannot remove unwanted objects; it can merely reframe what is visible inside that rectangle.
- ✗
Detects when an image has been cropped or edited
Why it's wrong here
Detecting whether an image has been cropped or edited is an image forensics or tamper-detection problem, often relying on compression artifacts, noise inconsistencies, or metadata anomalies. Smart Cropping assumes the input image is authentic and focuses entirely on visual saliency and composition, with no authenticity verification in its pipeline. Manipulation localization requires a different model trained for forensic analysis, not for saliency-based thumbnail generation.
Go deeper
Related to this question
Learn chapter
Azure Machine Learning Studio
Key term
Feature
A feature is a distinct unit of functionality that delivers value to the user, often managed and tracked throughout the software development lifecycle.
Key term
Azure AI Vision
Azure AI Vision is a cloud-based service from Microsoft that uses pre-built machine learning models to extract information from images and videos, such as objects, text, faces, and scene descriptions.
About these practice questions
One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
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.