AI-900-CN Exam Question 66
將 AI 工作負載類型與適當的場景相匹配。
若要回答,請將適當的工作負載類型從左側列拖曳到右側的場景。每種工作負載類型可以使用一次、多次或完全不使用。
注意:每個正確的選擇都值得一分。

若要回答,請將適當的工作負載類型從左側列拖曳到右側的場景。每種工作負載類型可以使用一次、多次或完全不使用。
注意:每個正確的選擇都值得一分。

Correct Answer:

Explanation:

This question tests understanding of AI workload types, a fundamental topic in the Microsoft Azure AI Fundamentals (AI-900) curriculum. Each workload type-Computer Vision, Natural Language Processing, Machine Learning (Regression), and Anomaly Detection-serves a specific function within the AI landscape, as explained in Microsoft Learn's module "Describe features of common AI workloads."
* Computer Vision enables computers to "see" and interpret visual information such as images or videos.
Identifying handwritten letters requires analyzing image patterns, shapes, and strokes, which is a classic image recognition task. Azure's Computer Vision API and Custom Vision services are specifically designed for such tasks.
* Natural Language Processing (NLP) involves interpreting human language, both written and spoken.
Determining the sentiment of a social media post (positive, negative, or neutral) is a typical text analytics use case within NLP, often implemented using Azure's Text Analytics for Sentiment Analysis.
* Anomaly Detection focuses on identifying data points that deviate from normal patterns. Detecting fraudulent credit card payments requires finding transactions that are unusual compared to historical spending behavior. Azure's Anomaly Detector API applies machine learning to identify such irregularities.
* Machine Learning (Regression) is used for predicting continuous numerical outcomes based on historical data. Estimating next month's toy sales is a regression problem-an example of supervised learning where the model predicts future sales values from past sales data.
Thus, based on Microsoft's official AI-900 learning objectives, the correct mapping of workloads to scenarios is:
* Computer Vision # Identify handwritten letters
* NLP # Predict sentiment
* Anomaly Detection # Fraud detection
* Machine Learning (Regression) # Predict toy sales
AI-900-CN Exam Question 67
從大量非結構化資料中提取資料之間的關係是哪種類型的人工智慧工作負載的一個例子?
Correct Answer: B
Extracting relationships and insights from large volumes of unstructured data (such as documents, text files, or images) aligns with the Knowledge Mining workload in Microsoft Azure AI. According to the Microsoft AI Fundamentals (AI-900) study guide and Microsoft Learn module "Describe features of common AI workloads," knowledge mining involves using AI to search, extract, and structure information from vast amounts of unstructured or semi-structured content.
In a typical knowledge mining solution, tools like Azure AI Search and Azure AI Document Intelligence work together to index data, apply cognitive skills (such as OCR, key phrase extraction, and entity recognition), and then enable users to discover relationships and patterns through intelligent search. The process transforms raw content into searchable knowledge.
The key characteristics of knowledge mining include:
* Using AI to extract entities and relationships between data points.
* Applying cognitive skills to text, images, and documents.
* Creating searchable knowledge stores from unstructured data.
Hence, B. Knowledge Mining is correct.
The other options-computer vision, NLP, and anomaly detection-deal with image recognition, language understanding, and data irregularities, respectively, not large-scale information extraction.
In a typical knowledge mining solution, tools like Azure AI Search and Azure AI Document Intelligence work together to index data, apply cognitive skills (such as OCR, key phrase extraction, and entity recognition), and then enable users to discover relationships and patterns through intelligent search. The process transforms raw content into searchable knowledge.
The key characteristics of knowledge mining include:
* Using AI to extract entities and relationships between data points.
* Applying cognitive skills to text, images, and documents.
* Creating searchable knowledge stores from unstructured data.
Hence, B. Knowledge Mining is correct.
The other options-computer vision, NLP, and anomaly detection-deal with image recognition, language understanding, and data irregularities, respectively, not large-scale information extraction.
AI-900-CN Exam Question 68
您有一個 Azure 機器學習模型,它使用臨床數據來預測患者是否患有疾病。
您清理並轉換臨床數據。
您需要確保模型的準確性可以證明。
接下來你該做什麼?
您清理並轉換臨床數據。
您需要確保模型的準確性可以證明。
接下來你該做什麼?
Correct Answer: B
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn modules on machine learning concepts, ensuring that the accuracy of a predictive model can be proven requires data partitioning-specifically splitting the available data into training and testing datasets. This is a foundational concept in supervised machine learning.
When you split the data, typically about 70-80% of the dataset is used for training the model, while the remaining 20-30% is used for testing (or validation). The reason behind this approach is to ensure that the model's performance metrics-such as accuracy, precision, recall, and F1-score-are evaluated on data the model has never seen before. This prevents overfitting and allows you to demonstrate that the model generalizes well to new, unseen data.
In the AI-900 Microsoft Learn content under "Describe the machine learning process", it is explained that after cleaning and transforming the data, the next essential step is data splitting to "evaluate model performance objectively." By keeping training and testing data separate, you can prove the reliability and accuracy of the model's predictions, which is particularly crucial in sensitive domains like clinical or healthcare analytics, where decision transparency and validation are vital.
* Option A (Train the model by using the clinical data) is incorrect because you should not train and evaluate on the same data-it would lead to biased results.
* Option C (Train the model using automated ML) is incorrect because automated ML is a method for training and tuning, but it doesn't inherently prove accuracy.
* Option D (Validate the model by using the clinical data) is also incorrect if you use the same dataset for validation and training-it would not prove true accuracy.
Therefore, per Microsoft's official AI-900 study content, the verified correct answer is B. Split the clinical data into two datasets.
When you split the data, typically about 70-80% of the dataset is used for training the model, while the remaining 20-30% is used for testing (or validation). The reason behind this approach is to ensure that the model's performance metrics-such as accuracy, precision, recall, and F1-score-are evaluated on data the model has never seen before. This prevents overfitting and allows you to demonstrate that the model generalizes well to new, unseen data.
In the AI-900 Microsoft Learn content under "Describe the machine learning process", it is explained that after cleaning and transforming the data, the next essential step is data splitting to "evaluate model performance objectively." By keeping training and testing data separate, you can prove the reliability and accuracy of the model's predictions, which is particularly crucial in sensitive domains like clinical or healthcare analytics, where decision transparency and validation are vital.
* Option A (Train the model by using the clinical data) is incorrect because you should not train and evaluate on the same data-it would lead to biased results.
* Option C (Train the model using automated ML) is incorrect because automated ML is a method for training and tuning, but it doesn't inherently prove accuracy.
* Option D (Validate the model by using the clinical data) is also incorrect if you use the same dataset for validation and training-it would not prove true accuracy.
Therefore, per Microsoft's official AI-900 study content, the verified correct answer is B. Split the clinical data into two datasets.
AI-900-CN Exam Question 69
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:
Statement
Yes / No
Providing an explanation of the outcome of a credit loan application is an example of the Microsoft transparency principle for responsible AI.
Yes
A triage bot that prioritizes insurance claims based on injuries is an example of the Microsoft reliability and safety principle for responsible AI.
Yes
An AI solution that is offered at different prices for different sales territories is an example of the Microsoft inclusiveness principle for responsible AI.
No
This question is based on the Responsible AI principles defined by Microsoft, a major topic in the AI-900:
Microsoft Azure AI Fundamentals certification. The goal of Responsible AI is to ensure that artificial intelligence is developed and used ethically, safely, and transparently to benefit people and society. Microsoft' s framework defines six core principles: Fairness, Reliability and Safety, Privacy and Security, Inclusiveness, Transparency, and Accountability.
* Transparency Principle - YesProviding an explanation for a loan application decision clearly reflects transparency. According to Microsoft's Responsible AI guidelines, transparency involves ensuring that users and stakeholders understand how AI systems make decisions. When a financial AI model explains why a loan was approved or denied, it promotes user trust and confidence in automated decision- making. Transparency helps individuals understand influencing factors (like income or credit score), thereby fostering ethical AI deployment.
* Reliability and Safety Principle - YesA triage bot that prioritizes insurance claims based on injury severity demonstrates reliability and safety. This principle ensures that AI systems consistently operate as intended, handle data accurately, and do not cause unintended harm. For a triage bot, safety means it must correctly interpret medical or claim information and consistently provide appropriate prioritization. Microsoft emphasizes that reliable AI systems must be tested rigorously, function correctly in various scenarios, and maintain user safety at all times.
* Inclusiveness Principle - NoAn AI solution priced differently for various sales territories is unrelated to inclusiveness. Inclusiveness focuses on designing AI systems that are accessible and fair to all users, including those with disabilities or from different demographic backgrounds. Price variation across territories is a business strategy, not an ethical AI inclusion concern. Hence, this statement does not align with any Responsible AI principle.
AI-900-CN Exam Question 70
您可以使用 Azure 機器學習設計器來發佈推理管道。
您應該使用哪兩個參數來使用管道?每個正確答案都代表了解決方案的一部分。
注意:每個正確的選擇都值得一分。
您應該使用哪兩個參數來使用管道?每個正確答案都代表了解決方案的一部分。
注意:每個正確的選擇都值得一分。
Correct Answer: C,D
According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Explore Azure Machine Learning", when you publish an inference pipeline (a deployed web service for real-time predictions) using Azure Machine Learning designer, you make the model accessible as a RESTful endpoint. Consumers-such as applications, scripts, or services-interact with this endpoint to submit data and receive predictions.
To securely access this deployed pipeline, two critical parameters are required:
* REST endpoint (Option D):The REST endpoint is a URL automatically generated when the inference pipeline is deployed. It defines the network location where clients send HTTP POST requests containing input data (usually in JSON format). The endpoint routes these requests to the deployed model, which processes the data and returns prediction results. The REST endpoint acts as the primary access point for consuming the model's inferencing capability programmatically.
* Authentication key (Option C):The authentication key (or API key) is a security token provided by Azure to ensure that only authorized users or systems can access the endpoint. When invoking the REST service, the key must be included in the request header (typically as the value of the Authorization header). This mechanism enforces secure, authenticated access to the deployed model.
The other options are incorrect:
* A. The model name is not required to consume the endpoint; it is used internally within the workspace.
* B. The training endpoint is used for training pipelines, not for inference.
Therefore, according to Microsoft's official AI-900 learning objectives and Azure Machine Learning documentation, when consuming a published inference pipeline, you must use both the REST endpoint (D) and the authentication key (C). These parameters ensure secure, controlled, and programmatic access to the deployed AI model for real-time predictions.
To securely access this deployed pipeline, two critical parameters are required:
* REST endpoint (Option D):The REST endpoint is a URL automatically generated when the inference pipeline is deployed. It defines the network location where clients send HTTP POST requests containing input data (usually in JSON format). The endpoint routes these requests to the deployed model, which processes the data and returns prediction results. The REST endpoint acts as the primary access point for consuming the model's inferencing capability programmatically.
* Authentication key (Option C):The authentication key (or API key) is a security token provided by Azure to ensure that only authorized users or systems can access the endpoint. When invoking the REST service, the key must be included in the request header (typically as the value of the Authorization header). This mechanism enforces secure, authenticated access to the deployed model.
The other options are incorrect:
* A. The model name is not required to consume the endpoint; it is used internally within the workspace.
* B. The training endpoint is used for training pipelines, not for inference.
Therefore, according to Microsoft's official AI-900 learning objectives and Azure Machine Learning documentation, when consuming a published inference pipeline, you must use both the REST endpoint (D) and the authentication key (C). These parameters ensure secure, controlled, and programmatic access to the deployed AI model for real-time predictions.
- Latest Upload
- 172CompTIA.220-1202.v2026-06-16.q110
- 124TheInstitutes.CPCU-500.v2026-06-16.q25
- 178ACAMS.CAMS7-CN.v2026-06-16.q170
- 188CBIC.CIC.v2026-06-15.q123
- 133Peoplecert.ITIL-4-Specialist-High-velocity-IT.v2026-06-15.q16
- 227HashiCorp.Terraform-Associate-004.v2026-06-15.q126
- 133Peoplecert.ITILFNDv5.v2026-06-15.q26
- 133Workday.Workday-Pro-HCM-Reporting.v2026-06-15.q28
- 135Fortinet.NSE5_SSE_AD-7.6.v2026-06-15.q17
- 355PMI.PMI-ACP.v2026-06-15.q523
[×]
Download PDF File
Enter your email address to download Microsoft.AI-900-CN.v2026-03-07.q156 Practice Test
