AI-900-CN Exam Question 36
微軟負責任的 AI 透明原則的一個例子是什麼?
Correct Answer: A
The correct answer is A. Helping users understand the decisions made by an AI system.
According to the Microsoft Responsible AI principles described in the AI-900 study guide and Microsoft Learn Responsible AI documentation, transparency focuses on ensuring that users and stakeholders clearly understand how an AI system functions, makes decisions, and what data it relies on. This includes communicating limitations, assumptions, and levels of confidence in AI-driven outcomes.
For instance, if an AI model recommends loan approvals, transparency means explaining which factors influenced the decision and how much weight each factor carried. This helps build trust and accountability while allowing users to make informed judgments about the AI's reliability.
Option review:
* A. Helping users understand decisions made by an AI system - # Correct.
* B. Accountability: Refers to ensuring developers or organizations are responsible for AI outcomes.
* C. Fairness: Ensures equal opportunities and mitigates bias.
* D. Privacy and security: Focuses on protecting user data.
Hence, Transparency = clarity and explainability about AI processes.
According to the Microsoft Responsible AI principles described in the AI-900 study guide and Microsoft Learn Responsible AI documentation, transparency focuses on ensuring that users and stakeholders clearly understand how an AI system functions, makes decisions, and what data it relies on. This includes communicating limitations, assumptions, and levels of confidence in AI-driven outcomes.
For instance, if an AI model recommends loan approvals, transparency means explaining which factors influenced the decision and how much weight each factor carried. This helps build trust and accountability while allowing users to make informed judgments about the AI's reliability.
Option review:
* A. Helping users understand decisions made by an AI system - # Correct.
* B. Accountability: Refers to ensuring developers or organizations are responsible for AI outcomes.
* C. Fairness: Ensures equal opportunities and mitigates bias.
* D. Privacy and security: Focuses on protecting user data.
Hence, Transparency = clarity and explainability about AI processes.
AI-900-CN Exam Question 37
您需要建立一個能夠識別圖像中名人的應用程式。
您應該使用哪種服務?
您應該使用哪種服務?
Correct Answer: D
According to the Microsoft Azure AI Fundamentals (AI-900) official learning path, the appropriate service for recognizing celebrities in images is Azure AI Vision (formerly Computer Vision). This service is part of Azure's Cognitive Services suite and specializes in analyzing visual content using pretrained deep learning models. One of its built-in capabilities, as documented in Microsoft Learn: "Analyze images with Azure AI Vision", includes object detection, face detection, and celebrity recognition.
The Azure AI Vision Analyze API can detect and identify thousands of objects, brands, and celebrities. When an image is submitted to the service, the model compares detected faces to a known database of public figures and returns metadata including celebrity names, confidence scores, and bounding box coordinates. This makes it ideal for applications that need to recognize well-known individuals automatically-such as media cataloging, content tagging, or entertainment apps.
The other options are incorrect:
* A. Azure OpenAI Service provides generative AI and language models (like GPT-4), but it cannot analyze image content directly in the context of AI-900 fundamentals.
* B. Azure Machine Learning is for custom model training and deployment, not a prebuilt vision recognition service.
* C. Conversational Language Understanding (CLU) processes natural language input, not images.
Therefore, the correct service for identifying celebrities in images is D. Azure AI Vision.
The Azure AI Vision Analyze API can detect and identify thousands of objects, brands, and celebrities. When an image is submitted to the service, the model compares detected faces to a known database of public figures and returns metadata including celebrity names, confidence scores, and bounding box coordinates. This makes it ideal for applications that need to recognize well-known individuals automatically-such as media cataloging, content tagging, or entertainment apps.
The other options are incorrect:
* A. Azure OpenAI Service provides generative AI and language models (like GPT-4), but it cannot analyze image content directly in the context of AI-900 fundamentals.
* B. Azure Machine Learning is for custom model training and deployment, not a prebuilt vision recognition service.
* C. Conversational Language Understanding (CLU) processes natural language input, not images.
Therefore, the correct service for identifying celebrities in images is D. Azure AI Vision.
AI-900-CN Exam Question 38
哪種 Azure 認知服務服務可用於識別包含敏感資訊的文件?
Correct Answer: C
According to the Microsoft Azure AI Fundamentals (AI-900) official study materials and Microsoft Learn module "Identify features of common AI workloads," the Azure Form Recognizer service is part of Azure Cognitive Services for Document Intelligence. It enables organizations to extract, analyze, and identify information from structured and unstructured documents, including sensitive or confidential data such as names, addresses, financial figures, and identification numbers.
Form Recognizer uses optical character recognition (OCR) combined with machine learning to automatically extract key-value pairs, tables, and text fields from documents like invoices, receipts, contracts, and forms. It can be customized to identify and classify documents that contain specific sensitive data, allowing businesses to automate compliance and data governance tasks.
By contrast:
* A. Custom Vision is used for image classification and object detection - it analyzes visual data, not document content.
* B. Conversational Language Understanding (formerly LUIS) identifies intent and entities in text conversations, not document structure or sensitive data.
Form Recognizer is explicitly mentioned in the AI-900 course as the tool for document analysis and extraction. It can even integrate with Azure Cognitive Search or Azure Purview for further data management and compliance workflows.
Therefore, the verified and correct answer, aligned with Microsoft's official training content, is C. Form Recognizer, as it is the Azure Cognitive Service capable of identifying and processing documents containing sensitive information.
Form Recognizer uses optical character recognition (OCR) combined with machine learning to automatically extract key-value pairs, tables, and text fields from documents like invoices, receipts, contracts, and forms. It can be customized to identify and classify documents that contain specific sensitive data, allowing businesses to automate compliance and data governance tasks.
By contrast:
* A. Custom Vision is used for image classification and object detection - it analyzes visual data, not document content.
* B. Conversational Language Understanding (formerly LUIS) identifies intent and entities in text conversations, not document structure or sensitive data.
Form Recognizer is explicitly mentioned in the AI-900 course as the tool for document analysis and extraction. It can even integrate with Azure Cognitive Search or Azure Purview for further data management and compliance workflows.
Therefore, the verified and correct answer, aligned with Microsoft's official training content, is C. Form Recognizer, as it is the Azure Cognitive Service capable of identifying and processing documents containing sensitive information.
AI-900-CN Exam Question 39
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

The Transformer model architecture is a foundational deep learning model introduced in the 2017 research paper "Attention Is All You Need." It serves as the core architecture for modern large language models such as GPT, BERT, and T5, all of which are used in Azure OpenAI Service.
* "A transformer model architecture uses self-attention." - YesThe self-attention mechanism is the defining feature of transformer models. It allows the model to evaluate the relationships between words (tokens) in a sequence and assign weights based on contextual relevance. This means that each word in an input sentence can " attend " to every other word, capturing dependencies regardless of their position in the text. This mechanism replaced older recurrent (RNN) and convolutional (CNN) architectures for sequence processing because it provides parallelization and better context understanding.
* "A transformer model architecture includes an encoder block and a decoder block." - YesThe original Transformer architecture includes both an encoder and a decoder. The encoder processes the input sequence into contextual representations, and the decoder generates the output sequence based on both the encoder's output and previously generated tokens. Models like BERT use only the encoder stack, while GPT models use only the decoder stack, but the full Transformer design conceptually includes both.
* "A transformer model architecture includes an encryption block or a decryption block." - NoTransformers are not related to cryptography. They perform encoding and decoding of language data for representation learning-not encryption or decryption for data security. The terms "encoder" and
"decoder" here refer to neural network components, not cryptographic processes.
AI-900-CN Exam Question 40
您可以將哪兩個元件拖曳到 Azure 機器學習設計器中的畫布上?每個正確答案都代表一個完整的解決方案。
注意:每個正確的選擇都值得一分。
注意:每個正確的選擇都值得一分。
Correct Answer: A,D
In Azure Machine Learning designer, a low-code drag-and-drop interface, users can visually build machine learning workflows. According to the AI-900 study guide and Microsoft Learn module "Create and publish models with Azure Machine Learning designer", two key components that can be dragged onto the designer canvas are datasets and modules.
* Datasets (A): These are collections of data that serve as the input for training or evaluating models.
They can be registered in the workspace and then dragged onto the canvas for use in transformations or model training.
* Modules (D): These are prebuilt processing and modeling components that perform operations such as data cleaning, feature engineering, model training, and evaluation. Examples include "Split Data,"
"Train Model," and "Evaluate Model."
Compute (B) and Pipeline (C) are not drag-and-drop items within the designer. Compute targets are infrastructure resources used to run the pipeline, while a pipeline represents the overall workflow, not a component that can be added like a dataset or module.
Hence, the correct answers are A. Dataset and D. Module.
Reference:Microsoft Learn - Create a machine learning model with Azure Machine Learning designer
* Datasets (A): These are collections of data that serve as the input for training or evaluating models.
They can be registered in the workspace and then dragged onto the canvas for use in transformations or model training.
* Modules (D): These are prebuilt processing and modeling components that perform operations such as data cleaning, feature engineering, model training, and evaluation. Examples include "Split Data,"
"Train Model," and "Evaluate Model."
Compute (B) and Pipeline (C) are not drag-and-drop items within the designer. Compute targets are infrastructure resources used to run the pipeline, while a pipeline represents the overall workflow, not a component that can be added like a dataset or module.
Hence, the correct answers are A. Dataset and D. Module.
Reference:Microsoft Learn - Create a machine learning model with Azure Machine Learning designer
- Other Version
- 451Microsoft.AI-900-CN.v2026-04-21.q135
- 374Microsoft.AI-900-CN.v2026-03-07.q156
- 583Microsoft.AI-900-CN.v2025-12-26.q125
- Latest Upload
- 130Microsoft.AB-731.v2026-07-03.q32
- 111Microsoft.AI-900-CN.v2026-07-03.q148
- 135GIAC.GICSP.v2026-07-03.q43
- 173EC-COUNCIL.212-89.v2026-07-03.q125
- 153Salesforce.Plat-Admn-201.v2026-07-02.q74
- 273AAPC.CPC.v2026-07-02.q224
- 153Cisco.820-605.v2026-07-02.q83
- 164Cisco.300-435.v2026-07-02.q95
- 131PaloAltoNetworks.XSIAM-Analyst.v2026-07-02.q35
- 222IIA.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
