Describe features of Natural Language Processing workloads on Azure →easyMultiple ChoiceObjective-mapped
AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure
What is Azure Cognitive Search (Azure AI Search) and what role does it play in AI applications?
⚠ Common exam trap
Candidates often confuse Azure Cognitive Search with a general-purpose web crawler or a billing tool, but the exam specifically tests its role as an enterprise search service that powers RAG by indexing private data for semantic retrieval.
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
✓
An enterprise search and retrieval service that powers RAG by indexing documents for semantic search
Azure Cognitive Search (now Azure AI Search) is a cloud-based enterprise search service that provides full-text search, vector search, and hybrid search capabilities. In AI applications, it plays a critical role in Retrieval Augmented Generation (RAG) by indexing documents and enabling semantic search, which allows AI models to retrieve relevant information from private data sources to ground their responses.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A service for searching Azure subscription costs and billing records
Why it's wrong here
Azure AI Search is not the tool for cost or billing inquiries. Azure subscription costs and billing records are queried through the Azure portal's Cost Management + Billing service, which uses its own data model and APIs. AI Search, by contrast, is a fully managed search service that indexes the content you explicitly push into it—such as documents, JSON, or database rows—and is not wired into Azure's financial telemetry.
- ✓
An enterprise search and retrieval service that powers RAG by indexing documents for semantic search
Why this is correct
Azure AI Search is an enterprise-grade retrieval service that underpins Retrieval-Augmented Generation (RAG) by indexing documents and exposing them via semantic, full-text, and vector queries. It embeds content into a searchable catalog, applies AI enrichment and semantic ranking to retrieve the most relevant passages, and feeds those passages as context to an LLM. This makes it the standard 'retrieval engine' in RAG architectures, enabling chat-over-your-own-data with accurate, grounded answers.
- ✗
A web crawler that indexes public internet content like Bing
Why it's wrong here
Azure AI Search is not a web crawler and does not scan the public internet like Bing. It is an ingest-oriented indexing service that connects to your own data sources (Azure Blob Storage, SQL, Cosmos DB, etc.) and builds a searchable index from that imported content. While Bing indexes public web pages, AI Search completely focuses on private enterprise content and requires you to explicitly feed data into its indexes.
- ✗
A service for searching through Azure ML model training logs
Why it's wrong here
Machine learning training logs live in Azure Machine Learning's run history and in Azure Monitor Logs, where they can be queried via KQL or the ML studio's UI. Azure AI Search has no awareness of training runs or model artifacts unless you intentionally index them as generic content. Its purpose is to provide a rich query layer over text and metadata for information retrieval, not to surface telemetry or runtime diagnostics.
Go deeper
Related to this question
Learn chapter
Azure Machine Learning Studio
Key term
Azure AI Search
Azure AI Search is a cloud search service that uses artificial intelligence to index and search through large amounts of data, returning relevant results that feel as smart as a Google search.
Key term
RAG
Retrieval-Augmented Generation (RAG) is a technique that combines information retrieval with text generation to produce more accurate and contextually relevant answers from large language models.
About these practice questions
Courseiva writes every AI-900 question from scratch — 985 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-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.