AI-900-CN Exam Question 71
您需要將收據轉換為電子表格中的交易。電子表格必須包含交易日期、商家的總支出以及已繳納的稅金。
您應該使用哪種 Azure Al 服務?
您應該使用哪種 Azure Al 服務?
Correct Answer: C
To extract structured data such as transaction date, merchant name, total amount, and taxes from receipts, the best service is Azure AI Document Intelligence (formerly known as Form Recognizer). As described in the Microsoft Learn module: "Extract data from documents with Azure AI Document Intelligence", this service applies optical character recognition (OCR) combined with machine learning models to identify and extract key-value pairs and tabular data from semi-structured documents like invoices, receipts, and forms.
The prebuilt receipt model of Document Intelligence can automatically recognize common receipt fields, including:
* Merchant Name
* Transaction Date
* Total Amount
* Taxes
* Items Purchased
It outputs structured JSON that can easily be converted into spreadsheet or database entries. This capability eliminates the need for manual data entry, ensuring accuracy and efficiency in digitizing financial documents.
The other options are incorrect:
* A. Face detects and verifies human faces but does not extract text or numerical data.
* B. Azure AI Language analyzes text sentiment, key phrases, and entities but does not interpret scanned documents.
* D. Azure AI Custom Vision is for training image classification or object detection models, not document data extraction.
Therefore, the most accurate and Microsoft-verified service for converting receipts into structured transactions in a spreadsheet is C. Azure AI Document Intelligence.
The prebuilt receipt model of Document Intelligence can automatically recognize common receipt fields, including:
* Merchant Name
* Transaction Date
* Total Amount
* Taxes
* Items Purchased
It outputs structured JSON that can easily be converted into spreadsheet or database entries. This capability eliminates the need for manual data entry, ensuring accuracy and efficiency in digitizing financial documents.
The other options are incorrect:
* A. Face detects and verifies human faces but does not extract text or numerical data.
* B. Azure AI Language analyzes text sentiment, key phrases, and entities but does not interpret scanned documents.
* D. Azure AI Custom Vision is for training image classification or object detection models, not document data extraction.
Therefore, the most accurate and Microsoft-verified service for converting receipts into structured transactions in a spreadsheet is C. Azure AI Document Intelligence.
AI-900-CN Exam Question 72
使用 Azure Al Vision 服務可以執行哪些動作?
Correct Answer: A
The Azure AI Vision service (formerly Computer Vision) is designed to analyze visual content in images and videos. According to Microsoft Learn's "Describe features of computer vision workloads," Azure AI Vision can identify objects, people, text, and scenes, and even classify images or detect objects in real time.
Identifying breeds of animals in live video streams is an example of image classification or object detection- core capabilities of Azure AI Vision. The Vision service can analyze each frame in a video, recognize animals, and classify them according to known categories, making this the correct answer.
The other options are incorrect:
* B. Extracting key phrases from documents # Done by Azure AI Language (Text Analytics).
* C. Extracting data from handwritten letters # Done by Azure AI Document Intelligence (Form Recognizer) using OCR.
* D. Creating thumbnails for training videos # While possible in Azure Media Services, it's not a primary Azure AI Vision function.
Thus, the best answer is A. Identifying breeds of animals in live video streams.
Identifying breeds of animals in live video streams is an example of image classification or object detection- core capabilities of Azure AI Vision. The Vision service can analyze each frame in a video, recognize animals, and classify them according to known categories, making this the correct answer.
The other options are incorrect:
* B. Extracting key phrases from documents # Done by Azure AI Language (Text Analytics).
* C. Extracting data from handwritten letters # Done by Azure AI Document Intelligence (Form Recognizer) using OCR.
* D. Creating thumbnails for training videos # While possible in Azure Media Services, it's not a primary Azure AI Vision function.
Thus, the best answer is A. Identifying breeds of animals in live video streams.
AI-900-CN Exam Question 73
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

This question is based on identifying Natural Language Processing (NLP) workloads, which is a fundamental topic in the Microsoft Azure AI Fundamentals (AI-900) certification. According to the official Microsoft Learn module "Describe features of natural language processing (NLP) workloads on Azure", NLP enables computers to understand, interpret, and generate human language - both written and spoken.
* A bot that responds to queries by internal users - YesThis is an example of a natural language processing workload because it involves understanding and generating human language. A chatbot interprets user input (queries written or spoken) using language understanding and text analytics, and then produces appropriate responses. On Azure, this can be implemented using Azure AI Language (LUIS) and the Azure Bot Service, both core NLP technologies.
* A mobile application that displays images relating to an entered search term - NoThis application involves searching for or displaying images, which falls under the computer vision workload, not NLP.
Computer vision focuses on analyzing and interpreting visual data like photos or videos, while NLP deals with language and text processing.
* A web form used to submit a request to reset a password - NoA password reset form involves structured input fields and user authentication, not natural language understanding or generation. It's part of standard web development and identity management, not an NLP-related process.
Therefore, based on Microsoft's AI-900 curriculum definitions:
# The only true NLP example is the bot responding to user queries, since it processes and understands natural language input to generate conversational output.
AI-900-CN Exam Question 74
您正在處理比賽中跑者的照片。
你需要讀取跑者T恤上的數字來辨識照片中的跑者。你應該使用哪種類型的電腦視覺?
你需要讀取跑者T恤上的數字來辨識照片中的跑者。你應該使用哪種類型的電腦視覺?
Correct Answer: B
The correct answer is B. Optical Character Recognition (OCR).
Optical Character Recognition (OCR) is a feature of Azure AI Vision that converts printed or handwritten text within images into machine-readable text. In this scenario, the goal is to read runner numbers on shirts from race photos. OCR can identify and extract these numbers, allowing them to be associated with specific participants.
Option analysis:
* A. Image classification: Categorizes entire images (e.g., "runner," "crowd"), not text.
* B. Optical Character Recognition (OCR) - # Correct. Extracts alphanumeric text from images.
* C. Object detection: Identifies and locates objects (e.g., shoes, cars) but doesn't read text.
* D. Facial recognition: Identifies individuals by matching facial features to known identities, not by reading numbers.
Therefore, to read and extract runner numbers from photos, the correct computer vision technique is Optical Character Recognition (OCR).
Optical Character Recognition (OCR) is a feature of Azure AI Vision that converts printed or handwritten text within images into machine-readable text. In this scenario, the goal is to read runner numbers on shirts from race photos. OCR can identify and extract these numbers, allowing them to be associated with specific participants.
Option analysis:
* A. Image classification: Categorizes entire images (e.g., "runner," "crowd"), not text.
* B. Optical Character Recognition (OCR) - # Correct. Extracts alphanumeric text from images.
* C. Object detection: Identifies and locates objects (e.g., shoes, cars) but doesn't read text.
* D. Facial recognition: Identifies individuals by matching facial features to known identities, not by reading numbers.
Therefore, to read and extract runner numbers from photos, the correct computer vision technique is Optical Character Recognition (OCR).
AI-900-CN Exam Question 75
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Identify features of common machine learning types", there are three main types of machine learning: supervised learning, unsupervised learning, and reinforcement learning. Within supervised learning, two common approaches are regression and classification, while clustering is a primary example of unsupervised learning.
* "You train a regression model by using unlabeled data." - No.Regression models are trained with labeled data, meaning the input data includes both features (independent variables) and target labels (dependent variables) representing continuous numerical values. Examples include predicting house prices or sales forecasts. Unlabeled data (data without target output values) cannot be used to train regression models; such data is used in unsupervised learning tasks like clustering.
* "The classification technique is used to predict sequential numerical data over time." - No.
Classification is used for categorical predictions, where outputs belong to discrete classes, such as spam
/not spam or disease present/absent. Predicting sequential numerical data over time refers to time series forecasting, which is typically a regression or forecasting problem, not classification. The AI-900 syllabus clearly separates classification (categorical prediction) from regression (continuous value prediction) and time series (temporal pattern analysis).
* "Grouping items by their common characteristics is an example of clustering." - Yes.This statement is correct. Clustering is an unsupervised learning technique used to group similar data points based on their features. The AI-900 study materials describe clustering as the process of "discovering natural groupings in data without predefined labels." Common examples include customer segmentation or document grouping.
Therefore, based on Microsoft's AI-900 training objectives and definitions:
* Regression # supervised learning using labeled continuous data (No)
* Classification # categorical prediction, not sequential numeric forecasting (No)
* Clustering # grouping by similarity (Yes)
- 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
- 133Microsoft.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
