AZ-900 Describe Azure architecture and services Practice Question
Which Azure service provides pre-built AI capabilities like language understanding, vision, and speech without requiring custom model training?
⚠ Common exam trap
It's easy for candidates to confuse Azure Machine Learning (a custom model training platform) with Cognitive Services (pre-built AI APIs), especially since both fall under the 'AI' umbrella, but the question explicitly requires 'without requiring custom model training'.
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 Cognitive Services
Azure Cognitive Services is the correct answer because it provides a suite of pre-built, pre-trained AI models accessible via REST APIs and SDKs for tasks such as language understanding (e.g., LUIS), computer vision (e.g., Computer Vision API), and speech recognition (e.g., Speech-to-Text). These services require no custom model training or machine learning expertise, allowing developers to integrate AI capabilities directly into applications.
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 Machine Learning
Why it's wrong here
Azure Machine Learning is a cloud service for the full lifecycle of custom machine learning: building, training, and deploying models using your own datasets and algorithms. It requires deep data science expertise to engineer features, select algorithms, tune hyperparameters, and manage training pipelines. For consuming pre-existing AI capabilities via straightforward API calls, Azure Cognitive Services is the appropriate offering, not Azure ML.
- ✓
Azure Cognitive Services
Why this is correct
Azure Cognitive Services provides a collection of pre-trained, ready-to-use AI models as REST APIs and SDKs covering vision, speech, language, and decision-making. Developers simply authenticate with a subscription key and call the endpoint—no custom training, data preparation, or ML expertise is required. This makes it the correct service for adding AI capabilities like image analysis, speech recognition, or text translation into applications quickly.
- ✗
Azure Databricks
Why it's wrong here
Azure Databricks is an Apache Spark-based platform designed for large-scale data engineering and collaborative data science, with a focus on transforming massive datasets and building custom machine learning pipelines. It requires provisioning clusters and writing code in notebooks, making it a heavy-weight solution for developers who simply need an AI API. For pre-built AI functionality, Cognitive Services offers a much simpler, managed approach.
- ✗
Azure Bot Service
Why it's wrong here
Azure Bot Service is a framework for creating and managing conversational agents—chatbots—by handling routing, dialogs, and channel integration with services like Teams or WebChat. It does not itself provide the intelligence behind the bot; rather, it needs cognitive models such as language understanding (e.g., LUIS) to process natural language. Therefore, the underlying AI capability actually comes from Azure Cognitive Services, not the Bot Service itself.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AZ-900 question from scratch — 981 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 AZ-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 AZ-900 exam.