AI-900-CN Exam Question 1
要完成句子,請在答案區中選擇適當的選項。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Describe core concepts of machine learning on Azure", labeling is the process of assigning correct output values (labels) to training data before model training. In supervised learning, every input in the dataset must be paired with its corresponding output so the algorithm can learn the relationship between the two.
In this scenario, the task is to assign classes to images before training a classification model-for example, marking images as "cat," "dog," or "bird." This process defines the target variable (label) that the model will later predict. During training, the classification model uses these labeled examples to learn patterns and distinguish between categories.
Microsoft's official materials clearly define labeling as:
"The process of tagging data with the correct answer so that the model can learn to make predictions." Labeling is a crucial early step in the machine learning lifecycle, especially for image classification and natural language processing (NLP) tasks. Without accurate labels, the model cannot learn correctly and its predictions will be unreliable.
Let's briefly clarify why the other options are incorrect:
* Evaluation refers to testing the model after training to measure accuracy or performance using metrics like precision, recall, or F1 score.
* Feature engineering involves creating or selecting the most relevant input features from raw data but does not involve tagging output labels.
* Hyperparameter tuning adjusts parameters (like learning rate or depth of a tree) to optimize model performance after labeling and training have begun.
Thus, assigning classes to images prior to model training is definitively a Labeling task.
AI-900-CN Exam Question 2
貴公司正在探索在其智慧家庭設備中使用語音辨識技術。該公司希望找出可能無意中遺漏特定用戶群的任何障礙。
這是微軟負責任人工智慧指導原則的一個例子?
這是微軟負責任人工智慧指導原則的一個例子?
Correct Answer: C
According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Responsible AI Framework, Inclusiveness is one of the six guiding principles for responsible AI. The principle of inclusiveness ensures that AI systems are designed to empower everyone and engage people of all abilities. Microsoft emphasizes that inclusive AI systems must be developed with awareness of potential barriers that could unintentionally exclude certain user groups. This directly aligns with the scenario described-where the company is examining voice recognition technologies in smart home devices to identify barriers that might leave out users, such as those with speech impairments, accents, or language differences.
The official Microsoft Learn module "Identify guiding principles for responsible AI" explains that inclusiveness focuses on creating systems that can understand and serve users with diverse needs. For example, voice recognition models should account for variations in dialect, tone, accent, and speech patterns to ensure equitable access for all. A lack of inclusiveness could cause bias or misrecognition for underrepresented groups, leading to unintentional exclusion.
Microsoft's guidance further stresses that designing for inclusiveness involves involving diverse users in the data collection and testing phases, conducting accessibility assessments, and continuously improving model performance across different demographic groups. In this way, inclusiveness promotes fairness, accessibility, and usability across cultural and physical differences.
In contrast:
* A. Accountability is about ensuring humans are responsible for AI outcomes.
* B. Fairness focuses on preventing bias and discrimination in data or algorithms.
* D. Privacy and security ensure protection of personal data and secure handling of information.
Thus, evaluating potential barriers that could exclude specific user groups exemplifies Inclusiveness, as it demonstrates a proactive approach to making AI accessible and beneficial for all users.
The official Microsoft Learn module "Identify guiding principles for responsible AI" explains that inclusiveness focuses on creating systems that can understand and serve users with diverse needs. For example, voice recognition models should account for variations in dialect, tone, accent, and speech patterns to ensure equitable access for all. A lack of inclusiveness could cause bias or misrecognition for underrepresented groups, leading to unintentional exclusion.
Microsoft's guidance further stresses that designing for inclusiveness involves involving diverse users in the data collection and testing phases, conducting accessibility assessments, and continuously improving model performance across different demographic groups. In this way, inclusiveness promotes fairness, accessibility, and usability across cultural and physical differences.
In contrast:
* A. Accountability is about ensuring humans are responsible for AI outcomes.
* B. Fairness focuses on preventing bias and discrimination in data or algorithms.
* D. Privacy and security ensure protection of personal data and secure handling of information.
Thus, evaluating potential barriers that could exclude specific user groups exemplifies Inclusiveness, as it demonstrates a proactive approach to making AI accessible and beneficial for all users.
AI-900-CN Exam Question 3
分析社交媒體貼文以識別其語氣的應用程式是哪種類型的自然語言處理 (NLP) 工作負載的範例?
Correct Answer: A
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Describe features of natural language processing (NLP) workloads on Azure," sentiment analysis is an NLP workload that determines the emotional tone or opinion expressed in a piece of text. This could be positive, negative, or neutral sentiment.
When an app analyzes social media posts to identify their tone, it is performing sentiment analysis, since it aims to understand the emotional context behind user-generated text such as tweets, reviews, or comments.
Azure provides this functionality through the Azure Cognitive Services - Text Analytics API, which evaluates text and returns sentiment scores.
Other options are not suitable:
* Key phrase extraction identifies main ideas in text but not tone.
* Entity recognition identifies names of people, organizations, or locations.
* Speech recognition converts spoken words into text, not emotional analysis.
Therefore, analyzing social media tone is an example of sentiment analysis, a key NLP workload in Microsoft' s AI-900 syllabus.
When an app analyzes social media posts to identify their tone, it is performing sentiment analysis, since it aims to understand the emotional context behind user-generated text such as tweets, reviews, or comments.
Azure provides this functionality through the Azure Cognitive Services - Text Analytics API, which evaluates text and returns sentiment scores.
Other options are not suitable:
* Key phrase extraction identifies main ideas in text but not tone.
* Entity recognition identifies names of people, organizations, or locations.
* Speech recognition converts spoken words into text, not emotional analysis.
Therefore, analyzing social media tone is an example of sentiment analysis, a key NLP workload in Microsoft' s AI-900 syllabus.
AI-900-CN Exam Question 4
將 Al 解決方案與適當的任務相匹配。
要回答,請將適當的解決方案從左側的列拖曳到右側的任務中。每種溶液可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

要回答,請將適當的解決方案從左側的列拖曳到右側的任務中。每種溶液可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

Correct Answer:

Explanation:

This question evaluates your understanding of how different Azure AI workloads correspond to specific tasks in image, text, and content generation scenarios, as explained in the Microsoft Azure AI Fundamentals (AI-
900) study guide and Microsoft Learn modules covering common AI workloads and Azure services.
* Generate a caption from a given image # Computer VisionThis is a computer vision task because it involves analyzing the visual elements of an image and producing descriptive text (a caption). Azure AI Vision provides image analysis and captioning capabilities through its Describe Image API, which uses deep learning models to recognize objects, scenes, and actions in an image and automatically generate natural-language descriptions (e.g., "A cat sitting on a sofa").
* Generate an image from a given caption # Generative AIThis task belongs to Generative AI, which focuses on creating new content such as text, code, or images based on prompts. Tools like Azure OpenAI Service with DALL-E can interpret text descriptions and generate realistic images that match the given caption. Generative AI is capable of creative synthesis, not just analysis, making it the appropriate category.
* Generate a 200-word summary from a 2,000-word article # Text AnalyticsText analytics (a subset of natural language processing) allows summarization, sentiment analysis, and entity recognition from large text corpora. Azure AI Language includes text summarization capabilities that condense long documents into concise summaries while preserving meaning and key information.
AI-900-CN Exam Question 5
哪種機器學習技術可用於異常檢測?
Correct Answer: C
According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Explore fundamental principles of machine learning," anomaly detection is a specialized machine learning technique used to identify data points, patterns, or events that deviate significantly from normal behavior.
Anomaly detection is widely used for monitoring time-series data and detecting unexpected or rare occurrences that may indicate problems, opportunities, or fraud. For example:
* Detecting fraudulent transactions in banking systems.
* Identifying equipment malfunctions in industrial IoT applications.
* Monitoring network intrusions in cybersecurity.
* Detecting unexpected spikes or drops in web traffic or sales.
In Azure, this workload is supported by the Azure AI Anomaly Detector service, which uses statistical and machine learning algorithms to learn from historical data and establish a baseline of normal behavior. When the system detects data points that fall outside expected patterns, it flags them as anomalies.
Let's evaluate the incorrect options:
* A. A machine learning technique that understands written and spoken language # This describes Natural Language Processing (NLP), not anomaly detection.
* B. A machine learning technique that classifies objects based on user-supplied images # This refers to image classification, typically using computer vision.
* D. A machine learning technique that classifies images based on their contents # Also describes computer vision, not anomaly detection.
Therefore, the correct answer is C, since anomaly detection specifically refers to analyzing data over time and identifying unusual or abnormal patterns that differ from the expected trend.
Anomaly detection is widely used for monitoring time-series data and detecting unexpected or rare occurrences that may indicate problems, opportunities, or fraud. For example:
* Detecting fraudulent transactions in banking systems.
* Identifying equipment malfunctions in industrial IoT applications.
* Monitoring network intrusions in cybersecurity.
* Detecting unexpected spikes or drops in web traffic or sales.
In Azure, this workload is supported by the Azure AI Anomaly Detector service, which uses statistical and machine learning algorithms to learn from historical data and establish a baseline of normal behavior. When the system detects data points that fall outside expected patterns, it flags them as anomalies.
Let's evaluate the incorrect options:
* A. A machine learning technique that understands written and spoken language # This describes Natural Language Processing (NLP), not anomaly detection.
* B. A machine learning technique that classifies objects based on user-supplied images # This refers to image classification, typically using computer vision.
* D. A machine learning technique that classifies images based on their contents # Also describes computer vision, not anomaly detection.
Therefore, the correct answer is C, since anomaly detection specifically refers to analyzing data over time and identifying unusual or abnormal patterns that differ from the expected trend.
- Other Version
- 415Microsoft.AI-900-CN.v2026-07-03.q148
- 566Microsoft.AI-900-CN.v2026-04-21.q135
- 720Microsoft.AI-900-CN.v2025-12-26.q125
- Latest Upload
- 148Pegasystems.PEGACPDC25V1.v2026-07-17.q45
- 233CompTIA.N10-009.v2026-07-17.q230
- 168EMC.D-PDM-DY-23.v2026-07-17.q66
- 163Salesforce.ADM-201.v2026-07-17.q63
- 400PMI.CAPM.v2026-07-17.q643
- 166Cisco.300-215.v2026-07-17.q60
- 439CollegeAdmission.PMHNP.v2026-07-17.q640
- 226Microsoft.MB-240.v2026-07-17.q174
- 140SAP.C_CE325_2601.v2026-07-17.q37
- 293Microsoft.AZ-900.v2026-07-16.q224
[×]
Download PDF File
Enter your email address to download Microsoft.AI-900-CN.v2026-03-07.q156 Practice Test
