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


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study materials, object detection is a type of computer vision workload that not only identifies objects within an image but also determines their location by drawing bounding boxes around them. This functionality is clearly described in the Microsoft Learn module "Identify features of computer vision workloads." In this scenario, the AI system analyzes an image to find a vehicle and then returns a bounding box showing where that vehicle is located within the image frame. That ability - to detect, classify, and localize multiple objects - perfectly defines object detection.
Microsoft's study content contrasts object detection with other computer vision workloads as follows:
* Image classification: Determines what object or scene is present in an image as a whole but does not locate it (e.g., "this is a car").
* Object detection: Identifies what objects are present and where they are, usually returning coordinates for bounding boxes (e.g., "car detected at position X, Y").
* Optical Character Recognition (OCR): Extracts text content from images or scanned documents.
* Facial detection: Specifically locates human faces within an image or video feed, often as part of face recognition systems.
In Azure, object detection capabilities are available through services such as Azure Computer Vision, Custom Vision, and Azure Cognitive Services for Vision, which can be trained to detect vehicles, products, or other objects in various image datasets.
Therefore, based on the AI-900 study guide and Microsoft Learn materials, the verified and correct answer is Object detection, as it accurately describes the process of returning a bounding box indicating an object's position in an image.
AI-900-CN Exam Question 77
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:
Statements
Yes
No
A webchat bot can interact with users visiting a website.
Yes
Automatically generating captions for pre-recorded videos is an example of natural language processing.
No
A smart device in the home that responds to questions such as "What will the weather be like today?" is an example of natural language processing.
Yes
According to the Microsoft Azure AI Fundamentals (AI-900) official study materials and Microsoft Learn modules on AI workloads, each of these statements maps to a distinct area of artificial intelligence - namely Conversational AI, Speech AI, and Natural Language Processing (NLP).
* "A webchat bot can interact with users visiting a website." - YesThis is true. A webchat bot represents an example of Conversational AI. It leverages natural language understanding (NLU) to interpret user input and generate appropriate responses. These bots can be created using Azure services such as Azure AI Bot Service and Language Understanding (LUIS). They enable automated interactions with users through text-based communication on websites, applications, or messaging platforms.
* "Automatically generating captions for pre-recorded videos is an example of natural language processing." - NoThis is false. Generating captions from audio involves speech recognition, not NLP.
Specifically, it uses speech-to-text technology to transcribe spoken words into written text. This function is typically performed by Azure's Speech service, which is part of the Speech AI workload, not the language-processing workload.
* "A smart device in the home that responds to questions such as 'What will the weather be like today?' is an example of natural language processing." - YesThis is true. Smart assistants like Alexa or Cortana use NLP to interpret spoken queries, extract meaning, and generate appropriate responses. NLP allows these devices to understand human language, retrieve relevant information, and respond conversationally.
AI-900-CN Exam Question 78
您可以使用哪個指標來評估分類模型?
Correct Answer: A
For evaluating a classification model, the appropriate metric from the options provided is the True Positive Rate (TPR), also known as Sensitivity or Recall. According to the Microsoft Azure AI Fundamentals (AI-
900) official study guide and Microsoft Learn module "Evaluate model performance", classification models are evaluated using metrics that measure how accurately the model predicts categorical outcomes such as "yes
/no," "spam/not spam," or "approved/denied."
The True Positive Rate measures the proportion of correctly identified positive cases out of all actual positive cases. Mathematically, it is expressed as:
True Positive Rate (Recall)=True PositivesTrue Positives + False Negatives\text{True Positive Rate (Recall)}
= \frac{\text{True Positives}}{\text{True Positives + False Negatives}}True Positive Rate (Recall)
=True Positives + False NegativesTrue Positives
This metric is important when missing positive predictions carries a high cost, such as in medical diagnosis or fraud detection. Microsoft Learn highlights classification evaluation metrics such as accuracy, precision, recall, F1 score, and AUC (Area Under the Curve) as suitable for classification models.
The other options-Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), and Coefficient of Determination (R²)-are regression metrics used to evaluate models that predict numeric values rather than categories. For example, they apply to predicting house prices or temperatures, not yes/no decisions.
Therefore, the correct classification evaluation metric among the choices is A. True Positive Rate.
Reference:Microsoft Learn - Evaluate model performance - Understand metrics for classification and regression models
900) official study guide and Microsoft Learn module "Evaluate model performance", classification models are evaluated using metrics that measure how accurately the model predicts categorical outcomes such as "yes
/no," "spam/not spam," or "approved/denied."
The True Positive Rate measures the proportion of correctly identified positive cases out of all actual positive cases. Mathematically, it is expressed as:
True Positive Rate (Recall)=True PositivesTrue Positives + False Negatives\text{True Positive Rate (Recall)}
= \frac{\text{True Positives}}{\text{True Positives + False Negatives}}True Positive Rate (Recall)
=True Positives + False NegativesTrue Positives
This metric is important when missing positive predictions carries a high cost, such as in medical diagnosis or fraud detection. Microsoft Learn highlights classification evaluation metrics such as accuracy, precision, recall, F1 score, and AUC (Area Under the Curve) as suitable for classification models.
The other options-Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), and Coefficient of Determination (R²)-are regression metrics used to evaluate models that predict numeric values rather than categories. For example, they apply to predicting house prices or temperatures, not yes/no decisions.
Therefore, the correct classification evaluation metric among the choices is A. True Positive Rate.
Reference:Microsoft Learn - Evaluate model performance - Understand metrics for classification and regression models
AI-900-CN Exam Question 79
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

The Azure OpenAI DALL-E model is a generative image model designed to create original images from textual descriptions (prompts). According to the Microsoft Learn documentation and the AI-900 study guide, DALL-E's primary function is text-to-image generation-it converts creative or descriptive text input into visually relevant imagery.
* "Generate captions for uploaded images" # NoDALL-E cannot create image captions. Captioning an image (describing what's in an uploaded image) is a vision analysis task, not an image generation task.
That functionality belongs to Azure AI Vision, which can analyze and describe images, detect objects, and generate captions automatically.
* "Reliably generate technically accurate diagrams" # NoWhile DALL-E can create visually appealing artwork or conceptual sketches, it is not designed for producing precise or technically correct diagrams, such as engineering schematics or architectural blueprints. The model's generative process emphasizes creativity and visual diversity rather than factual or geometric accuracy. Thus, it cannot be relied upon for professional technical outputs.
* "Generate decorative images to enhance learning materials" # YesThis is one of DALL-E's strongest use cases. It can generate decorative, conceptual, or illustrative images to enhance presentations, educational materials, and marketing content. It enables educators and designers to quickly produce unique visuals aligned with specific themes or topics, enhancing engagement and creativity.
AI-900-CN Exam Question 80
您正在開發一個對話式 AI 解決方案,該解決方案將透過電子郵件、Microsoft Teams 和網路聊天等多種管道與使用者進行通訊。
您應該使用哪種服務?
您應該使用哪種服務?
Correct Answer: B
According to the Microsoft Azure AI Fundamentals official study guide and Microsoft Learn module
"Describe features of conversational AI workloads on Azure", Azure Bot Service is the core Azure platform for building, testing, deploying, and managing conversational agents or chatbots. These bots can communicate with users across multiple channels, including email, Microsoft Teams, Slack, Facebook Messenger, and webchat.
Azure Bot Service integrates deeply with the Bot Framework SDK and Azure Cognitive Services such as Language Understanding (LUIS) or Azure AI Language, enabling natural language processing and multi- channel message delivery. The service abstracts away channel management, meaning that developers can build one bot logic that connects seamlessly to several communication platforms.
Option analysis:
* A. Text Analytics is a Cognitive Service used for text mining tasks like key phrase extraction, language detection, and sentiment analysis - not for building chatbots.
* C. Translator provides language translation but cannot manage conversations or multi-channel delivery.
* D. Form Recognizer extracts structured information from documents and forms - unrelated to conversational interaction.
The AI-900 course explicitly defines Azure Bot Service as "a managed platform that enables intelligent, multi- channel conversational experiences between users and bots." This service allows businesses to unify chat experiences across multiple digital communication channels.
Thus, based on the official Microsoft Learn content and AI-900 syllabus, the best and verified answer is B.
Azure Bot Service, as it is the designated Azure solution for deploying a single conversational AI experience accessible from multiple platforms such as email, Teams, and webchat.
"Describe features of conversational AI workloads on Azure", Azure Bot Service is the core Azure platform for building, testing, deploying, and managing conversational agents or chatbots. These bots can communicate with users across multiple channels, including email, Microsoft Teams, Slack, Facebook Messenger, and webchat.
Azure Bot Service integrates deeply with the Bot Framework SDK and Azure Cognitive Services such as Language Understanding (LUIS) or Azure AI Language, enabling natural language processing and multi- channel message delivery. The service abstracts away channel management, meaning that developers can build one bot logic that connects seamlessly to several communication platforms.
Option analysis:
* A. Text Analytics is a Cognitive Service used for text mining tasks like key phrase extraction, language detection, and sentiment analysis - not for building chatbots.
* C. Translator provides language translation but cannot manage conversations or multi-channel delivery.
* D. Form Recognizer extracts structured information from documents and forms - unrelated to conversational interaction.
The AI-900 course explicitly defines Azure Bot Service as "a managed platform that enables intelligent, multi- channel conversational experiences between users and bots." This service allows businesses to unify chat experiences across multiple digital communication channels.
Thus, based on the official Microsoft Learn content and AI-900 syllabus, the best and verified answer is B.
Azure Bot Service, as it is the designated Azure solution for deploying a single conversational AI experience accessible from multiple platforms such as email, Teams, and webchat.
- Latest Upload
- 118F5.F5CAB5.v2026-06-22.q29
- 128Juniper.JN0-650.v2026-06-22.q31
- 149Salesforce.Plat-Admn-201.v2026-06-22.q72
- 154VMware.3V0-21.25.v2026-06-20.q29
- 163Microsoft.AB-731.v2026-06-19.q23
- 307IIA.IIA-CIA-Part2.v2026-06-19.q308
- 190DAMA.MD-1220.v2026-06-19.q66
- 191ISTQB.CT-AI.v2026-06-18.q68
- 340IIA.IIA-CIA-Part3.v2026-06-17.q220
- 226WGU.Introduction-to-IT.v2026-06-17.q67
[×]
Download PDF File
Enter your email address to download Microsoft.AI-900-CN.v2026-03-07.q156 Practice Test
