Question 1,000 of 981
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.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.