AZ-900 Describe Azure architecture and services Practice Question
Which Azure AI service provides the ability to search, query, and extract insights from large document collections using AI?
⚠ Common exam trap
A common mix-up: candidates confuse Azure Cognitive Search (a search/indexing service with AI enrichment) with Azure Cognitive Services Text Analytics (a pure text analysis API), because both involve AI and text, but only Cognitive Search provides the ability to search and query over large document collections.
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 Search
Azure Cognitive Search (now part of Azure AI Search) is the correct service because it is specifically designed to index, search, and extract insights from large document collections using built-in AI capabilities like OCR, entity recognition, key phrase extraction, and language detection. It integrates with Azure Cognitive Services to enrich documents during indexing, enabling powerful search and query experiences over unstructured data.
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 Cognitive Services Text Analytics
Why it's wrong here
Azure Cognitive Services Text Analytics is a single-document NLP API that extracts sentiment, key phrases, named entities, and language from text. It does not create a persistent, queryable index across a document collection, nor does it support relevance scoring, faceted navigation, or full-text search. For a use case of exploring or searching thousands of documents, Text Analytics lacks the indexing and retrieval engine that Azure Cognitive Search provides.
- ✓
Azure Cognitive Search
Why this is correct
Azure Cognitive Search is a PaaS search-as-a-service offering that ingests content from various data sources into an inverted index, enabling fast full-text search, filters, and relevance ranking. With AI enrichment skillsets, it can invoke capabilities such as OCR, entity extraction, and language detection during the indexing pipeline, making documents searchable by their semantic content. Semantic ranking further improves results by understanding query intent, which is exactly what the scenario of searching across a large document collection requires.
- ✗
Azure Form Recognizer
Why it's wrong here
Azure Form Recognizer is a specialized document understanding service for extracting structured fields from forms, invoices, receipts, and other layout-defined documents using prebuilt or custom models. Its output is key-value data per document, not a search index, and it has no facilities for query ranking, scoring, or cross-document retrieval. Because the requirement is to search across an entire set of documents rather than to parse individual forms, Form Recognizer does not satisfy the need.
- ✗
Azure Machine Learning text classification
Why it's wrong here
Azure Machine Learning text classification requires training a custom model to assign labels to text, typically as part of a supervised ML pipeline. While it can decide whether a document belongs to a category, it does not build an inverted index, support full-text queries with fuzzy matching, or return ranked search results across a corpus; you would have to construct and maintain retrieval infrastructure yourself. Thus, it addresses categorization rather than the indexing-and-search function central to this requirement.
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
Key phrase extraction
Key phrase extraction is an Azure AI service feature that automatically identifies and extracts the most important words and phrases from a piece of text.
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.
About these practice questions
This AZ-900 question is part of Courseiva's 981-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.