AI-900-CN Exam Question 11
您應該使用什麼來從合約的掃描圖像中提取詳細資訊?
Correct Answer: A
The correct answer is A. Azure AI Document Intelligence (previously known as Form Recognizer). This Azure Cognitive Service is specifically designed to extract structured data and key information from scanned documents, forms, and contracts using advanced Optical Character Recognition (OCR) combined with machine learning models.
According to the Microsoft Learn module "Extract data from documents with Azure AI Document Intelligence", this service enables automated data extraction from unstructured or semi-structured documents such as contracts, invoices, receipts, and purchase orders. It identifies key-value pairs, tables, and fields such as names, dates, amounts, and signatures. This makes it ideal for digitizing legal and business documents like contracts into structured formats that can be easily searched or stored in databases.
Azure AI Document Intelligence offers several model types:
* Prebuilt models for common documents (invoices, receipts, business cards, etc.).
* Custom models trained on your specific contract layouts.
* Layout model for extracting raw text, tables, and structures.
The other options are incorrect:
* B. Azure AI Immersive Reader enhances reading comprehension and accessibility but does not extract data from documents.
* C. Azure OpenAI provides natural language generation and understanding but is not used for scanning or data extraction.
* D. Azure AI Search indexes and searches textual or document content but relies on other services (like Document Intelligence) to extract the data first.
Therefore, to automatically extract details such as contract terms, names, dates, and signatures from scanned contract images, the best Microsoft AI service is A. Azure AI Document Intelligence
According to the Microsoft Learn module "Extract data from documents with Azure AI Document Intelligence", this service enables automated data extraction from unstructured or semi-structured documents such as contracts, invoices, receipts, and purchase orders. It identifies key-value pairs, tables, and fields such as names, dates, amounts, and signatures. This makes it ideal for digitizing legal and business documents like contracts into structured formats that can be easily searched or stored in databases.
Azure AI Document Intelligence offers several model types:
* Prebuilt models for common documents (invoices, receipts, business cards, etc.).
* Custom models trained on your specific contract layouts.
* Layout model for extracting raw text, tables, and structures.
The other options are incorrect:
* B. Azure AI Immersive Reader enhances reading comprehension and accessibility but does not extract data from documents.
* C. Azure OpenAI provides natural language generation and understanding but is not used for scanning or data extraction.
* D. Azure AI Search indexes and searches textual or document content but relies on other services (like Document Intelligence) to extract the data first.
Therefore, to automatically extract details such as contract terms, names, dates, and signatures from scanned contract images, the best Microsoft AI service is A. Azure AI Document Intelligence
AI-900-CN Exam Question 12
您需要建立一個模型來標記您的個人數位照片集。
您應該使用哪種 Azure Al 服務?
您應該使用哪種 Azure Al 服務?
Correct Answer: D
According to the Microsoft Azure AI Fundamentals (AI-900) official study materials and Microsoft Learn module "Describe features of Computer Vision workloads on Azure", the Azure AI Custom Vision service allows users to build, train, and deploy custom image classification or object detection models. It is specifically designed for scenarios where you need a model tailored to your unique image dataset - in this case, personal digital photographs.
Custom Vision lets you upload and label your own images (for example, "family," "friends," "vacations," or
"pets") and then train a model that learns to recognize those categories. The system automatically extracts relevant features from the training images and creates a model capable of classifying new images into the predefined labels. You can iteratively refine your model by adding more images or re-training to improve accuracy.
The other options do not fit this requirement:
* A. Azure AI Language deals with text-based tasks such as language understanding, sentiment analysis, and key phrase extraction - not image processing.
* B. Azure AI Computer Vision provides prebuilt image analysis models (e.g., object detection, tag generation, scene description), but it cannot learn custom categories unique to your dataset. It's great for general image recognition but not for specialized labeling tasks.
* C. Azure AI Document Intelligence (Form Recognizer) is used to extract information from structured or semi-structured documents such as forms, invoices, or receipts - not photographs.
Therefore, when you need to label or categorize personal photos with custom-defined tags, the right service is Azure AI Custom Vision, because it allows you to build a model trained specifically on your own collection of images.
Custom Vision lets you upload and label your own images (for example, "family," "friends," "vacations," or
"pets") and then train a model that learns to recognize those categories. The system automatically extracts relevant features from the training images and creates a model capable of classifying new images into the predefined labels. You can iteratively refine your model by adding more images or re-training to improve accuracy.
The other options do not fit this requirement:
* A. Azure AI Language deals with text-based tasks such as language understanding, sentiment analysis, and key phrase extraction - not image processing.
* B. Azure AI Computer Vision provides prebuilt image analysis models (e.g., object detection, tag generation, scene description), but it cannot learn custom categories unique to your dataset. It's great for general image recognition but not for specialized labeling tasks.
* C. Azure AI Document Intelligence (Form Recognizer) is used to extract information from structured or semi-structured documents such as forms, invoices, or receipts - not photographs.
Therefore, when you need to label or categorize personal photos with custom-defined tags, the right service is Azure AI Custom Vision, because it allows you to build a model trained specifically on your own collection of images.
AI-900-CN Exam Question 13
將負責任的人工智慧的原則與適當的描述相匹配。
要回答,請將適當的原則從左側的列拖曳到右側的描述中。每個原則可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

要回答,請將適當的原則從左側的列拖曳到右側的描述中。每個原則可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

Correct Answer:

Explanation:

The correct answers are derived from the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Identify guiding principles for responsible AI." Microsoft defines six core principles of Responsible AI:
* Fairness
* Reliability and safety
* Privacy and security
* Inclusiveness
* Transparency
* Accountability
Each principle addresses a key ethical and operational requirement for developing and deploying trustworthy AI systems.
* Reliability and safety - "AI systems must consistently operate as intended, even under unexpected conditions."This principle ensures that AI models are dependable, robust, and perform accurately under diverse circumstances. Microsoft emphasizes that systems should be thoroughly tested and monitored to guarantee predictable behavior, prevent harm, and maintain safety. A reliable AI solution should continue to function properly when faced with unusual or noisy inputs, and fail safely when issues arise.
This principle focuses on stability, testing, and dependable performance.
* Privacy and security - "AI systems must protect and secure personal and business information."This principle ensures that AI systems comply with data privacy laws and ethical standards. It protects users' sensitive data against unauthorized access and misuse. Microsoft highlights that organizations must implement strong encryption, data anonymization, and access control mechanisms to maintain confidentiality. Protecting user data is essential to building trust and compliance with global standards like GDPR.
Other principles such as fairness and inclusiveness apply to ensuring equitable and accessible AI, but they do not directly relate to system operation or information protection.
# Final Answers:
* "Operate as intended" # Reliability and safety
* "Protect and secure information" # Privacy and security
AI-900-CN Exam Question 14
什麼可以用來分析掃描的發票並提取數據,例如帳單地址和應付總額?
Correct Answer: B
The correct answer is B. Azure AI Document Intelligence (formerly Form Recognizer).
This Azure service uses AI and OCR technologies to analyze and extract structured data from documents such as invoices, receipts, and purchase orders. It identifies key fields like billing address, invoice number, total amount due, and line items. The service supports prebuilt models for common document types and custom models for specialized layouts.
Option review:
* A. Azure AI Search: Used for knowledge mining and semantic search, not document data extraction.
* B. Azure AI Document Intelligence - # Correct. Designed for form and invoice extraction.
* C. Azure AI Custom Vision: Used for image classification and object detection, not text extraction.
* D. Azure OpenAI: Generates or processes language but not structured document data.
Therefore, Azure AI Document Intelligence is the right service to extract data from scanned invoices.
This Azure service uses AI and OCR technologies to analyze and extract structured data from documents such as invoices, receipts, and purchase orders. It identifies key fields like billing address, invoice number, total amount due, and line items. The service supports prebuilt models for common document types and custom models for specialized layouts.
Option review:
* A. Azure AI Search: Used for knowledge mining and semantic search, not document data extraction.
* B. Azure AI Document Intelligence - # Correct. Designed for form and invoice extraction.
* C. Azure AI Custom Vision: Used for image classification and object detection, not text extraction.
* D. Azure OpenAI: Generates or processes language but not structured document data.
Therefore, Azure AI Document Intelligence is the right service to extract data from scanned invoices.
AI-900-CN Exam Question 15
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

This question examines your understanding of Natural Language Processing (NLP) as described in the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Explore natural language processing." NLP is a branch of artificial intelligence that enables computers to analyze, understand, and generate human language - both written and spoken. Typical NLP tasks include text analytics, language understanding, sentiment analysis, key phrase extraction, and profanity detection.
* Monitoring online service reviews for profanities # YesThis is a classic example of NLP. Detecting profane or inappropriate words in customer reviews requires analyzing text content. Azure Cognitive Services offers Content Moderator and Text Analytics APIs that can detect and filter profanity, sentiment, and offensive language automatically. Microsoft Learn states: "Natural language processing is used to process and analyze text to detect sentiment, key phrases, and inappropriate content." Hence, this task is correctly classified as NLP.
* Identifying brand logos in an image # NoThis task belongs to Computer Vision, not NLP. The Computer Vision API and Custom Vision service in Azure are designed to detect and classify visual elements like logos, objects, or scenes. Since it involves images, not text, it is unrelated to natural language processing.
* Monitoring public news sites for negative mentions of a product # YesThis is another valid example of NLP. The process involves analyzing the sentiment of text from online articles to determine whether mentions of a product are positive, neutral, or negative. Azure Text Analytics provides prebuilt sentiment analysis and entity recognition capabilities that help automate such monitoring.
- Other Version
- 451Microsoft.AI-900-CN.v2026-04-21.q135
- 374Microsoft.AI-900-CN.v2026-03-07.q156
- 583Microsoft.AI-900-CN.v2025-12-26.q125
- Latest Upload
- 130Microsoft.AB-731.v2026-07-03.q32
- 108Microsoft.AI-900-CN.v2026-07-03.q148
- 135GIAC.GICSP.v2026-07-03.q43
- 173EC-COUNCIL.212-89.v2026-07-03.q125
- 153Salesforce.Plat-Admn-201.v2026-07-02.q74
- 273AAPC.CPC.v2026-07-02.q224
- 153Cisco.820-605.v2026-07-02.q83
- 164Cisco.300-435.v2026-07-02.q95
- 131PaloAltoNetworks.XSIAM-Analyst.v2026-07-02.q35
- 222IIA.IIA-CIA-Part3-CN.v2026-07-02.q222
[×]
Download PDF File
Enter your email address to download Microsoft.AI-900-CN.v2026-07-03.q148 Practice Test
