AI-900 Practice Question: Describe features of computer vision workloads on Azure
What is the Azure AI Custom Vision portal used for?
⚠ Common exam trap
Many exam-takers confuse the Custom Vision portal with other Azure AI services like Computer Vision or LUIS, assuming it handles general image analysis or NLP tasks, when it is specifically for training custom models with user-provided labeled data.
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
✓
Training and evaluating custom image classification and object detection models without code
The Azure AI Custom Vision portal is a no-code web interface that allows users to upload images, label them, and train custom image classification or object detection models. It abstracts away the underlying machine learning code, making it accessible for non-developers to build and evaluate computer vision models tailored to their specific use cases.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Managing Azure subscription billing for AI services
Why it's wrong here
Azure subscription billing, budgets, and cost management are administered in the Azure portal under the Cost Management + Billing blade, not in any AI-specific development console. The Custom Vision portal is a training and deployment environment for custom vision models, and while it shows basic resource usage, it is not a tool for financial accounting, invoices, or subscription management. Confusing the two misunderstands the separation between Azure's operational controls and Custom Vision's model-building scope.
- ✓
Training and evaluating custom image classification and object detection models without code
Why this is correct
The Custom Vision portal provides a fully no-code workflow for image classification and object detection: you upload and tag images, train a model, and immediately evaluate performance on a test set. It supports both single-label and multi-label classification as well as object detection with bounding boxes, and it lets you iterate on training runs without writing a single line of code. After evaluation, you can publish or export the model for integration, but training and evaluation are the portal's core strengths.
- ✗
Building chatbots using natural language understanding
Why it's wrong here
Building chatbots with natural language understanding relies on Azure AI Language, LUIS, QnA Maker, or Azure Bot Service to parse user intents and answer from a knowledge base. The Custom Vision portal is scoped exclusively to computer vision workloads such as image classification and object detection, not conversational AI. Using it for chatbots would be a domain mismatch because it has no NLP capabilities or dialog management features.
- ✗
Monitoring the health of deployed AI services
Why it's wrong here
Monitoring deployed AI services is handled by Azure Monitor and Application Insights, which track endpoint health, latency, request rates, and errors. The Custom Vision portal is only for building and evaluating vision models; it does not provide dashboards or alerts for the operational health of your hosted prediction endpoints. If you need runtime health monitoring, you use Azure's monitoring stack around Custom Vision's published endpoints, not the portal itself.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Label
A label is a piece of metadata attached to data, objects, or resources to identify, classify, or describe them for easier management and retrieval.
Key term
Classification
Classification is a supervised machine learning technique used to predict a category or class label for new data based on patterns learned from labeled training data.
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.