AZ-900 Describe Azure architecture and services Practice Question
Which Azure service provides intelligent search capabilities with AI-powered features like OCR, entity recognition, and key phrase extraction?
⚠ Common exam trap
Watch out — candidates often confuse Azure Cognitive Search with Azure Form Recognizer or Azure Text Analytics because both offer OCR or entity extraction, but only Cognitive Search combines these AI enrichments with a full-text search engine and indexing pipeline.
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 Azure AI Search) is the correct answer because it is a cloud search-as-a-service solution that integrates AI-powered capabilities such as OCR (optical character recognition), entity recognition, and key phrase extraction via built-in cognitive skills. These skills enrich the indexing pipeline, allowing unstructured data to be transformed into searchable, structured content without custom ML code.
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 Form Recognizer
Why it's wrong here
Azure Form Recognizer is a specialized document analysis service focused on extracting structured data such as key-value pairs, tables, and fields from forms, invoices, and receipts using prebuilt or custom models. While it can perform OCR, its output is a structured representation of the input form, not a search index over a document corpus, and it does not offer query-time full-text search or relevance ranking. Form Recognizer can be used as a skill within Cognitive Search's enrichment pipeline, but by itself it cannot power search across many documents.
- ✓
Azure Cognitive Search
Why this is correct
Azure Cognitive Search is a fully managed search-as-a-service solution that creates a persistent inverted index over content from various data sources, enabling full-text, fuzzy, and faceted search with relevance scoring. It natively supports AI enrichment through skillsets that invoke OCR, entity recognition, key phrase extraction, and translation, allowing unstructured documents to be turned into searchable knowledge. This combination of indexing, query capabilities, and AI-based enrichment makes it the correct choice for building an enterprise search experience over large document collections.
- ✗
Azure Language Understanding
Why it's wrong here
Azure Language Understanding (LUIS) is a conversational AI service designed to identify intents and extract entities from user utterances so that bots can understand and respond to natural language instructions. It is not a document search engine; it does not index file content, perform full-text queries, or integrate with document stores like Blob Storage for large-scale retrieval. The core purpose of LUIS is dialog and task automation, not locating information across a document collection, which is why it cannot replace Cognitive Search for that scenario.
- ✗
Azure Text Analytics
Why it's wrong here
Azure Text Analytics is a natural language processing service that performs sentiment analysis, key phrase extraction, language detection, and named entity recognition on individual text inputs. It does not build a persistent searchable index or support relevance-ranked queries across a large document corpus, nor does it provide full-text search capabilities. For a scenario requiring users to find and retrieve relevant content from thousands of documents, Cognitive Search is the appropriate service because it ingests, enriches, and indexes content for querying.
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
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
OCR
Optical Character Recognition is technology that converts images of text, like scanned documents or photos, into machine-readable text data.
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.