AI-900-CN Exam Question 76
選出正確完成句子的答案。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study materials and Microsoft Learn module "Describe features of common AI workloads," an anomaly detection workload is designed to identify data points or patterns that deviate significantly from what is expected or normal. These anomalies often indicate irregularities, faults, or potential issues that require attention.
In this scenario, the AI system monitors temperature data from a large machine. Normally, the machine operates within a predictable temperature range. When the AI detects sudden or unexpected temperature spikes or drops - behavior that does not match the historical pattern - it flags these occurrences as anomalies. This type of workload is fundamental in predictive maintenance and industrial monitoring, where it helps detect equipment failures, safety hazards, or energy inefficiencies before they escalate.
Microsoft's AI-900 curriculum emphasizes that anomaly detection workloads are often used in:
* Industrial IoT systems (detecting abnormal sensor readings or machine behavior)
* Finance (fraud detection or unusual transaction monitoring)
* Cybersecurity (detecting irregular network traffic or access patterns)
* Operations (identifying abnormal variations in production data)
The Azure service used for this purpose is Azure Anomaly Detector, part of Azure Cognitive Services, which uses advanced statistical and machine learning models to automatically detect outliers in time-series data such as temperature, pressure, or transaction logs.
By comparison:
* Computer vision handles image or video analysis.
* Knowledge mining extracts insights from large document collections.
* Natural Language Processing (NLP) interprets human language.
Thus, based on the official Microsoft AI-900 study guide and Microsoft Learn, the correct and verified answer is An anomaly detection workload, since detecting unusual temperature fluctuations precisely fits this AI workload type.
AI-900-CN Exam Question 77
您需要使用 Azure 機器學習設計器來建立預測汽車價格的模型。
您應該使用哪種類型的模組來完成模型?要回答,請將適當的模組拖曳到正確的位置。每個模組可以使用一次、多次或完全不使用。您可能需要拖曳窗格之間的分割欄或捲動才能查看內容。
注意:每個正確的選擇都值得一分。

您應該使用哪種類型的模組來完成模型?要回答,請將適當的模組拖曳到正確的位置。每個模組可以使用一次、多次或完全不使用。您可能需要拖曳窗格之間的分割欄或捲動才能查看內容。
注意:每個正確的選擇都值得一分。

Correct Answer:

Explanation:

Box 1: Select Columns in Dataset
For Columns to be cleaned, choose the columns that contain the missing values you want to change. You can choose multiple columns, but you must use the same replacement method in all selected columns.
Example:

The task is to build a machine learning model in Azure Machine Learning designer to predict automobile prices, which is a regression problem since the output (price) is a continuous numeric value. The pipeline must follow the logical data preparation, training, and evaluation flow as outlined in the Microsoft Azure AI Fundamentals (AI-900) study guide and Microsoft Learn module "Create a machine learning model with Azure Machine Learning designer." Here's the correct sequence and reasoning:
* Select Columns in Dataset:The first step after loading the raw automobile dataset is to choose the relevant columns that will be used as features (inputs) and the label (output). This module ensures that only necessary fields (for example, horsepower, engine size, mileage, etc.) are used to train the model while excluding irrelevant columns like vehicle ID or serial number.
* Split Data:Next, the cleaned and filtered dataset must be split into two subsets: training data and testing data (often 70/30 or 80/20). This allows the model to be trained on one portion and evaluated on the other to measure predictive accuracy.
* Linear Regression:Since automobile price prediction is a numeric prediction task, the appropriate learning algorithm is Linear Regression. This supervised algorithm learns relationships between numeric features and the target (price).
Finally, the workflow connects the training data and Linear Regression module to the Train Model module, which outputs a trained regression model. The trained model is then linked to the Score Model module to compare predicted vs. actual prices.
This pipeline fully aligns with Microsoft's recommended process for regression in Azure ML Designer.
AI-900-CN Exam Question 78
選出正確完成句子的答案。


Correct Answer:

Explanation:

In Microsoft's Responsible AI framework, the Reliability and Safety principle ensures that AI systems perform consistently, safely, and as intended across diverse conditions - even when faced with incomplete, unusual, or unexpected data. Correctly handling unusual or missing values in a dataset directly demonstrates this principle, as it helps prevent faulty predictions, biased results, or unsafe system behaviors.
According to the Microsoft Learn Responsible AI module (from the AI-900 and AI-102 study paths), a reliable AI model should maintain its performance when encountering data anomalies. This includes validating inputs, managing missing or extreme values, and testing models to ensure they behave as expected in real-world scenarios. Such practices make AI systems robust and trustworthy, which aligns exactly with the Reliability and Safety principle.
The other Responsible AI principles address different concerns:
* Inclusiveness: Ensures AI empowers and serves all users equitably.
* Privacy and Security: Focuses on safeguarding personal data and preventing unauthorized access.
* Transparency: Ensures that AI decisions are understandable and explainable to users.
While all principles are essential, managing data integrity and system stability-including how a model responds to missing or anomalous values-is primarily a matter of reliability and safety. It ensures the AI behaves predictably and minimizes risks of errors or unintended harm.
Therefore, the correct completion of the sentence is:
"Correctly handling unusual or missing values is an example of the application of the Reliability and Safety principle for Responsible AI."
AI-900-CN Exam Question 79
您計劃建立一個可以在 Microsoft Teams 中顯示的對話式 AI 解決方案。微軟 Cortana 和亞馬遜 Alex 您應該使用哪種服務?
Correct Answer: A
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Describe features of conversational AI workloads on Azure," the Azure Bot Service is the dedicated Azure service for building, connecting, deploying, and managing conversational AI experiences across multiple channels - such as Microsoft Teams, Cortana, and Amazon Alexa.
The Azure Bot Service integrates with the Bot Framework SDK to design intelligent chatbots that can communicate with users in natural language. It also connects seamlessly with other Azure Cognitive Services, such as Language Service (LUIS) for intent understanding and Speech Service for voice input/output.
The question specifies that the conversational AI must be accessible through multiple platforms, including Microsoft Teams, Cortana, and Alexa. Azure Bot Service supports this multi-channel communication model out of the box, allowing developers to configure a single bot that interacts through many endpoints simultaneously.
Other options:
* B. Azure Cognitive Search: Used for information retrieval and knowledge mining, not conversational AI.
* C. Language Service: Provides natural language understanding, key phrase extraction, sentiment analysis, etc., but doesn't handle multi-channel communication.
* D. Speech: Provides speech-to-text and text-to-speech conversion but is not a chatbot platform.
Therefore, the best solution for building and deploying a multi-channel conversational AI system is Azure Bot Service, as clearly defined in Microsoft's AI-900 learning content.
The Azure Bot Service integrates with the Bot Framework SDK to design intelligent chatbots that can communicate with users in natural language. It also connects seamlessly with other Azure Cognitive Services, such as Language Service (LUIS) for intent understanding and Speech Service for voice input/output.
The question specifies that the conversational AI must be accessible through multiple platforms, including Microsoft Teams, Cortana, and Alexa. Azure Bot Service supports this multi-channel communication model out of the box, allowing developers to configure a single bot that interacts through many endpoints simultaneously.
Other options:
* B. Azure Cognitive Search: Used for information retrieval and knowledge mining, not conversational AI.
* C. Language Service: Provides natural language understanding, key phrase extraction, sentiment analysis, etc., but doesn't handle multi-channel communication.
* D. Speech: Provides speech-to-text and text-to-speech conversion but is not a chatbot platform.
Therefore, the best solution for building and deploying a multi-channel conversational AI system is Azure Bot Service, as clearly defined in Microsoft's AI-900 learning content.
AI-900-CN Exam Question 80
要完成句子,請在答案區中選擇適當的選項。


Correct Answer:

Explanation:

The correct answer is "adding and connecting modules on a visual canvas." According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Explore automated machine learning in Azure Machine Learning," the Azure Machine Learning designer is a drag-and-drop, no-code environment that allows users to create, train, and deploy machine learning models visually. It is specifically designed for users who prefer an intuitive graphical interface rather than writing extensive code.
Microsoft Learn defines Azure Machine Learning designer as a tool that allows you to "build, test, and deploy machine learning models by dragging and connecting pre-built modules on a visual canvas." These modules can represent data inputs, transformations, training algorithms, and evaluation processes. By linking them together, users can create an end-to-end machine learning pipeline.
The designer simplifies the machine learning workflow by allowing data scientists, analysts, and even non- developers to:
* Import and prepare datasets visually.
* Choose and connect algorithm modules (e.g., classification, regression, clustering).
* Train and evaluate models interactively.
* Publish inference pipelines as web services for prediction.
Let's analyze the other options:
* Automatically performing common data preparation tasks - This describes Automated ML (AutoML), not the Designer.
* Automatically selecting an algorithm to build the most accurate model - Also a characteristic of AutoML, where the system tests multiple algorithms automatically.
* Using a code-first notebook experience - This describes the Azure Machine Learning notebooks environment, which uses Python and SDKs, not the Designer interface.
Therefore, based on the official AI-900 learning objectives and Microsoft Learn documentation, the Azure Machine Learning designer allows you to create models by adding and connecting modules on a visual canvas, providing a no-code, interactive experience ideal for users building custom machine learning workflows visually.
- 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
- 135Microsoft.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
