AI-900-CN Exam Question 86
表單辨識器服務可以在哪兩種場景下使用?每個正確答案都代表一個完整的解決方案。
注意:每個正確的選擇都值得一分。
注意:每個正確的選擇都值得一分。
Correct Answer: A,D
The correct answers are A and D because both scenarios involve extracting structured information from documents, which is exactly what Azure Form Recognizer is designed to do.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Explore computer vision", Form Recognizer is an Azure Cognitive Service that uses advanced Optical Character Recognition (OCR) and machine learning to extract key-value pairs, tables, and text from structured and semi-structured documents such as receipts, invoices, business cards, and forms. It allows organizations to automate data entry and digitize document processing.
* A. Extract the invoice number from an invoice # CorrectForm Recognizer can identify fields such as invoice number, total amount, date, vendor name, and billing address directly from invoices. It uses prebuilt models for invoices and receipts that automatically detect and extract relevant information without requiring extensive manual labeling. As stated in Microsoft Learn, "Form Recognizer extracts information from documents like receipts and invoices and returns structured data including key-value pairs."
* D. Identify the retailer from a receipt # CorrectThe prebuilt receipt model in Form Recognizer can read printed or scanned receipts and extract data points such as retailer name, transaction date, total amount, and tax information. This makes it ideal for expense reporting, auditing, or financial reconciliation.
The following options are incorrect:
* B. Translate a form from French to English # This task involves language translation, which is performed by Azure Translator, not Form Recognizer.
* C. Find an image of a product in a catalog # This requires object detection or image classification, which are part of Computer Vision, not Form Recognizer.
Therefore, based on Microsoft's AI-900 learning objectives and documentation, the two correct scenarios are:
# A. Extract the invoice number from an invoice
# D. Identify the retailer from a receipt
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Explore computer vision", Form Recognizer is an Azure Cognitive Service that uses advanced Optical Character Recognition (OCR) and machine learning to extract key-value pairs, tables, and text from structured and semi-structured documents such as receipts, invoices, business cards, and forms. It allows organizations to automate data entry and digitize document processing.
* A. Extract the invoice number from an invoice # CorrectForm Recognizer can identify fields such as invoice number, total amount, date, vendor name, and billing address directly from invoices. It uses prebuilt models for invoices and receipts that automatically detect and extract relevant information without requiring extensive manual labeling. As stated in Microsoft Learn, "Form Recognizer extracts information from documents like receipts and invoices and returns structured data including key-value pairs."
* D. Identify the retailer from a receipt # CorrectThe prebuilt receipt model in Form Recognizer can read printed or scanned receipts and extract data points such as retailer name, transaction date, total amount, and tax information. This makes it ideal for expense reporting, auditing, or financial reconciliation.
The following options are incorrect:
* B. Translate a form from French to English # This task involves language translation, which is performed by Azure Translator, not Form Recognizer.
* C. Find an image of a product in a catalog # This requires object detection or image classification, which are part of Computer Vision, not Form Recognizer.
Therefore, based on Microsoft's AI-900 learning objectives and documentation, the two correct scenarios are:
# A. Extract the invoice number from an invoice
# D. Identify the retailer from a receipt
AI-900-CN Exam Question 87
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

This question tests understanding of Microsoft's six guiding principles for Responsible AI, which are:
fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability. These principles, as described in the Microsoft Azure AI Fundamentals (AI-900) study guide and Microsoft Learn Responsible AI module, help ensure that AI systems are developed and used ethically and responsibly.
* Transparency - Yes:Transparency means users should understand how and why an AI system makes certain decisions. Providing an explanation of the outcome of a credit loan application clearly supports transparency because it helps customers know the reasoning behind approval or rejection. According to Microsoft Learn, transparency ensures that "AI systems are understandable by users and stakeholders," especially in sensitive applications such as finance and credit scoring. Thus, the first statement is Yes.
* Reliability and Safety - Yes:The reliability and safety principle ensures AI systems perform consistently, safely, and as intended, even in complex or high-risk environments. A triage bot that prioritizes insurance claims based on injury type aligns with this principle-it must be accurate, dependable, and safe to ensure claims are processed correctly and not influenced by errors or faulty algorithms. Microsoft teaches that AI should be "reliable under expected and unexpected conditions" to prevent harm or misjudgment. Therefore, this statement is Yes.
* Inclusiveness - No:Inclusiveness focuses on ensuring AI systems empower and benefit all users, especially those with different abilities or backgrounds. Offering an AI solution at different prices across sales territories is a business decision, not an ethical or inclusiveness principle issue. It does not relate to accessibility or equal participation of diverse users. Therefore, this final statement is No.
AI-900-CN Exam Question 88
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn documentation for Azure AI Custom Vision, this service is a specialized part of the Azure AI Vision family that enables developers to train custom image classification and object detection models. It allows organizations to build tailored computer vision models that recognize images or specific objects relevant to their business needs.
* Detect objects in an image # YesThe Azure AI Custom Vision service supports both image classification (assigning an image to one or more categories) and object detection (identifying and locating objects within an image using bounding boxes). This means it can indeed detect and differentiate multiple objects in a single image, making this statement true.
* Requires your own data to train the model # YesThe Custom Vision service is designed to be customizable. Unlike prebuilt Azure AI Vision models that work out of the box, Custom Vision requires you to upload and label your own dataset for training. The model then learns from your examples to perform specialized image recognition tasks relevant to your domain. Thus, this statement is also true.
* Analyze video files # NoWhile Custom Vision can analyze images, it does not directly process or analyze video files. Video analysis is handled by a different service-Azure Video Indexer-which can extract insights such as spoken words, scenes, and faces from videos.
In summary:
# Yes - Detect objects in images
# Yes - Requires your own data
# No - Does not analyze video files.
AI-900-CN Exam Question 89
微軟負責任的 AI 原則的一個例子是什麼?
Correct Answer: A
Full Detailed Explanation (250-300 words):
The correct answer is A. AI systems should treat people fairly.
This statement aligns with one of Microsoft's six Responsible AI principles, which are:
* Fairness - AI systems should treat all people fairly and avoid bias.
* Reliability and Safety
* Privacy and Security
* Inclusiveness
* Transparency
* Accountability
The principle of Fairness ensures that AI models do not discriminate based on factors such as race, gender, age, or socioeconomic background. For example, a loan approval or hiring model must provide equal opportunity to all qualified applicants regardless of demographic differences.
* B (Not revealing design details) contradicts Transparency, which promotes openness about AI functionality.
* C (Black-box models) goes against Microsoft's push for Explainable AI.
* D (Protect developers' interests) is not part of Microsoft's Responsible AI framework.
Therefore, the verified correct answer is A. AI systems should treat people fairly.
The correct answer is A. AI systems should treat people fairly.
This statement aligns with one of Microsoft's six Responsible AI principles, which are:
* Fairness - AI systems should treat all people fairly and avoid bias.
* Reliability and Safety
* Privacy and Security
* Inclusiveness
* Transparency
* Accountability
The principle of Fairness ensures that AI models do not discriminate based on factors such as race, gender, age, or socioeconomic background. For example, a loan approval or hiring model must provide equal opportunity to all qualified applicants regardless of demographic differences.
* B (Not revealing design details) contradicts Transparency, which promotes openness about AI functionality.
* C (Black-box models) goes against Microsoft's push for Explainable AI.
* D (Protect developers' interests) is not part of Microsoft's Responsible AI framework.
Therefore, the verified correct answer is A. AI systems should treat people fairly.
AI-900-CN Exam Question 90
您可以使用電腦視覺來處理哪兩種工作負載?每個正確答案都代表一個完整的解決方案。注意:每個正確的選擇都值得一分。
Correct Answer: B,C
The correct answers are B. assigning the color pixels in an image to object names and C. describing the contents of an image.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Describe features of computer vision workloads on Azure," computer vision is a branch of AI that enables systems to analyze, interpret, and understand visual data from images and videos. It allows machines to identify objects, people, text, and even describe scenes automatically.
* Option B: Assigning color pixels in an image to object names represents image classification or object detection, which are key computer vision workloads. In these tasks, AI analyzes pixel patterns to determine which pixels correspond to specific objects (for example, classifying pixels as "car," "tree," or "road").
* Option C: Describing the contents of an image corresponds to image captioning, another computer vision workload. It involves using AI models trained to generate natural language descriptions of what is visible in an image, such as "A group of people sitting at a dining table." Azure's Computer Vision service provides this functionality through its "Describe Image" API.
Incorrect options:
* A. Creating photorealistic images involves generative AI and 3D modeling, not traditional computer vision.
* D. Detecting inconsistencies and anomalies in a data stream relates to anomaly detection, not computer vision.
* E. Creating visual representations of numerical data involves data visualization, not AI-driven image analysis.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Describe features of computer vision workloads on Azure," computer vision is a branch of AI that enables systems to analyze, interpret, and understand visual data from images and videos. It allows machines to identify objects, people, text, and even describe scenes automatically.
* Option B: Assigning color pixels in an image to object names represents image classification or object detection, which are key computer vision workloads. In these tasks, AI analyzes pixel patterns to determine which pixels correspond to specific objects (for example, classifying pixels as "car," "tree," or "road").
* Option C: Describing the contents of an image corresponds to image captioning, another computer vision workload. It involves using AI models trained to generate natural language descriptions of what is visible in an image, such as "A group of people sitting at a dining table." Azure's Computer Vision service provides this functionality through its "Describe Image" API.
Incorrect options:
* A. Creating photorealistic images involves generative AI and 3D modeling, not traditional computer vision.
* D. Detecting inconsistencies and anomalies in a data stream relates to anomaly detection, not computer vision.
* E. Creating visual representations of numerical data involves data visualization, not AI-driven image analysis.
- Other Version
- 451Microsoft.AI-900-CN.v2026-04-21.q135
- 374Microsoft.AI-900-CN.v2026-03-07.q156
- 584Microsoft.AI-900-CN.v2025-12-26.q125
- Latest Upload
- 133Microsoft.AB-731.v2026-07-03.q32
- 137Microsoft.AI-900-CN.v2026-07-03.q148
- 149GIAC.GICSP.v2026-07-03.q43
- 190EC-COUNCIL.212-89.v2026-07-03.q125
- 153Salesforce.Plat-Admn-201.v2026-07-02.q74
- 275AAPC.CPC.v2026-07-02.q224
- 165Cisco.820-605.v2026-07-02.q83
- 165Cisco.300-435.v2026-07-02.q95
- 131PaloAltoNetworks.XSIAM-Analyst.v2026-07-02.q35
- 223IIA.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
