AI-102 Implement computer vision solutions Practice Question
Exhibit
{
"kind": "CognitiveServices",
"sku": {
"name": "S0"
},
"properties": {
"customSubDomainName": "myvision"
}
}Refer to the exhibit. You are creating an Azure Cognitive Services account using an ARM template snippet. What type of account is being created?
⚠ Common exam trap
Watch out — candidates often confuse the 'CognitiveServices' kind (multi-service) with a specific single-service account, especially when the ARM template lacks explicit service-specific properties, leading them to pick a single-service option like Azure AI Language or Computer Vision.
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
✓
Azure AI Services multi-service account
The ARM template snippet uses the 'CognitiveServices' resource type and sets 'kind' to 'CognitiveServices', which provisions a multi-service account that provides access to multiple Azure AI services (e.g., Language, Computer Vision, Translator) under a single endpoint and key. This is distinct from single-service accounts, which use specific 'kind' values like 'TextAnalytics' or 'ComputerVision'.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure AI Language
Why it's wrong here
Kind for Language is 'TextAnalytics'.
- ✗
Azure AI Computer Vision
Why it's wrong here
Kind for Computer Vision is 'ComputerVision'.
- ✓
Azure AI Services multi-service account
Why this is correct
The kind 'CognitiveServices' creates a multi-service account.
- ✗
Azure OpenAI Service
Why it's wrong here
Kind for OpenAI is 'OpenAI'.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AI-102 question from scratch — 945 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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-102 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-102 exam.