nerdexam
Microsoft

AI-900 · Question #242

Which Azure Cognitive Services service can be used to identify documents that contain sensitive information?

The correct answer is C. Form Recognizer. Azure AI Document Intelligence (formerly Form Recognizer) can be used to identify sensitive information by extracting structured data from documents.

Submitted by marco_it· Mar 30, 2026Describe features of Natural Language Processing (NLP) workloads on Azure

Question

Which Azure Cognitive Services service can be used to identify documents that contain sensitive information?

Options

  • ACustom Vision
  • BConversational Language Understanding
  • CForm Recognizer

How the community answered

(59 responses)
  • A
    3% (2)
  • B
    5% (3)
  • C
    92% (54)

Why each option

Azure AI Document Intelligence (formerly Form Recognizer) can be used to identify sensitive information by extracting structured data from documents.

ACustom Vision

Azure AI Custom Vision is used for image classification and object detection tasks, not for analyzing text content in documents.

BConversational Language Understanding

Azure AI Language service, specifically Conversational Language Understanding, is for understanding user intent and entities in conversational inputs, not for extracting structured data from documents to identify sensitive information.

CForm RecognizerCorrect

Azure AI Document Intelligence (formerly Form Recognizer) is designed to extract structured data from documents, including key-value pairs, tables, and specific fields, which can then be analyzed programmatically to identify sensitive information like personally identifiable information (PII) or financial data based on custom rules or pre-built models.

Concept tested: Identifying sensitive information in documents with Azure AI services

Source: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/overview

Topics

#Form Recognizer#Document intelligence#Sensitive data detection

Community Discussion

No community discussion yet for this question.

Full AI-900 Practice