AI-900-CN Exam Question 96
您正在 Azure 中開發 Chabot 解決方案。
您應該使用哪種服務來確定使用者的意圖?
您應該使用哪種服務來確定使用者的意圖?
Correct Answer: D
In Azure, the Language service unifies several natural language capabilities, including LUIS, QnA Maker, and Text Analytics, into one comprehensive service. To determine a user's intent in a chatbot, you use the Conversational Language Understanding (CLU) feature of the Language service, which is the evolution of LUIS.
CLU helps chatbots and applications comprehend natural language input by identifying the intent (the purpose of the user's statement) and extracting entities (important details). For example, when a user types "Book a meeting for tomorrow," the model recognizes the intent (BookMeeting) and the entity (tomorrow).
The other options do not determine intent:
* Translator (A) is used for language translation.
* Azure Cognitive Search (B) retrieves documents based on search queries.
* Speech (C) converts audio to text but doesn't analyze meaning.
Thus, to determine a user's intent in a chatbot scenario, the correct service is D. Language.
Reference:Microsoft Learn - "Build conversational language understanding models with Azure Language service."
CLU helps chatbots and applications comprehend natural language input by identifying the intent (the purpose of the user's statement) and extracting entities (important details). For example, when a user types "Book a meeting for tomorrow," the model recognizes the intent (BookMeeting) and the entity (tomorrow).
The other options do not determine intent:
* Translator (A) is used for language translation.
* Azure Cognitive Search (B) retrieves documents based on search queries.
* Speech (C) converts audio to text but doesn't analyze meaning.
Thus, to determine a user's intent in a chatbot scenario, the correct service is D. Language.
Reference:Microsoft Learn - "Build conversational language understanding models with Azure Language service."
AI-900-CN Exam Question 97
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:
Yes, Yes, and No.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn modules under the topic "Describe features of common AI workloads", conversational AI solutions like chatbots are used to automate and enhance customer interactions. A chatbot is an AI service capable of understanding user inputs (text or voice) and providing appropriate responses, often integrated into websites, mobile apps, or messaging platforms.
* A restaurant can use a chatbot to empower customers to make reservations using a website or an app - Yes.This statement is true because conversational AI is designed to handle structured tasks such as booking, scheduling, and information retrieval. Chatbots built with Azure Bot Service can connect to backend systems (like a reservation database) to let customers make or modify reservations through a chat interface. The AI-900 study guide explicitly notes that chatbots can help businesses "automate processes such as booking or reservations" to improve efficiency and customer experience.
* A restaurant can use a chatbot to answer inquiries about business hours from a webpage - Yes.This is also true. Chatbots can be trained using QnA Maker (now integrated into Azure AI Language) or Azure Cognitive Services for Language to answer common customer questions. FAQs such as opening hours, menu details, and directions are ideal for chatbot automation, as outlined in the AI-900 modules discussing customer support automation.
* A restaurant can use a chatbot to automate responses to customer reviews on an external website - No.
This is not a typical chatbot use case taught in AI-900. Chatbots are meant for direct interactions within controlled channels, such as a company's own website or messaging app. Managing and posting responses to reviews on external platforms (like Yelp or Google Reviews) would involve policy restrictions, authentication issues, and reputational risk. The AI-900 course specifies that responsible AI usage requires maintaining human oversight in public-facing communications that influence brand image.
AI-900-CN Exam Question 98
要完成句子,請在答案區中選擇適當的選項。


Correct Answer:

Explanation:

According to Microsoft's Responsible AI principles, one of the six core principles is fairness, which ensures that AI systems treat all individuals equitably and that their outcomes are not influenced by biases present in the training data or algorithms. The official Microsoft Learn module "Identify the guiding principles for responsible AI" clearly defines fairness as the requirement that AI systems should not amplify or perpetuate existing societal biases.
In this scenario, the statement emphasizes that AI systems should NOT reflect biases from the datasets used to train them, which directly aligns with the fairness principle. Bias in AI models can arise when the data used for training is unbalanced or not representative of the real-world population. For instance, if a facial recognition model is trained mostly on images of one demographic group, it may perform poorly on others- an example of unfair bias. Microsoft advocates building and testing AI systems with diverse, high-quality datasets to ensure fair performance across all groups.
The other principles listed-accountability, inclusiveness, and transparency-are also important but do not directly address bias mitigation:
* Accountability ensures that people remain responsible for AI systems and their decisions.
* Inclusiveness promotes accessibility and usability for all people, including those with disabilities.
* Transparency focuses on explaining how AI systems make decisions.
However, Fairness explicitly deals with avoiding discrimination and bias in AI outcomes and training data.
Thus, in Microsoft's Responsible AI framework, ensuring that systems do not reflect biases from datasets is part of the Fairness principle, which promotes equitable and unbiased treatment for all individuals in AI- driven decisions.
AI-900-CN Exam Question 99
將機器學習的類型與適當的場景相符。
要回答,請將適當的機器學習類型從左側列拖曳到右側的場景。每種機器學習類型可以使用一次、多次或完全不使用。
注意:每個正確的選擇都值得一分。

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

Correct Answer:

Explanation:
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Describe features of common AI workloads", there are three primary supervised and unsupervised machine learning types: Regression, Classification, and Clustering. Each type of learning addresses a different kind of problem depending on the data and desired prediction output.
* Regression - Regression models are used to predict numeric, continuous values. The study guide specifies that "regression predicts a number." In the scenario "Predict how many minutes late a flight will arrive based on the amount of snowfall," the output (minutes late) is a continuous numeric value.
Therefore, this is a regression problem. Regression algorithms like linear regression or decision tree regression estimate relationships between variables and predict measurable quantities.
* Clustering - Clustering falls under unsupervised learning, where the model identifies natural groupings or patterns in unlabeled data. The official AI-900 training material states that "clustering is used to find groups or segments of data that share similar characteristics." The scenario "Segment customers into different groups to support a marketing department" fits this description because the goal is to group customers based on behavior or demographics without predefined labels. Thus, it is a clustering problem.
* Classification - Classification is a supervised learning method used to predict discrete categories or labels. The AI-900 content defines classification as "predicting which category an item belongs to." The scenario "Predict whether a student will complete a university course" requires a yes/no (binary) outcome, which is a classic classification problem. Examples include logistic regression, decision trees, or neural networks trained for categorical prediction.
In summary:
* Regression # Predicts continuous numeric outcomes.
* Clustering # Groups data by similarities without predefined labels.
* Classification # Predicts discrete or categorical outcomes.
Hence, the correct and verified mappings based on the official AI-900 study material are:
* Regression # Flight delay prediction
* Clustering # Customer segmentation
* Classification # Course completion prediction
AI-900-CN Exam Question 100
您正在開發一個對話式 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.
- 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
- 139Microsoft.AI-900-CN.v2026-07-03.q148
- 149GIAC.GICSP.v2026-07-03.q43
- 190EC-COUNCIL.212-89.v2026-07-03.q125
- 154Salesforce.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
- 132PaloAltoNetworks.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
