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


Correct Answer:

Explanation:
validation.
In the Microsoft Azure AI Fundamentals (AI-900) study materials, a key concept in machine learning model development is splitting data into subsets for training, validation, and testing. A randomly extracted subset of data from a dataset is most commonly used for validation - that is, for evaluating the performance of the model during or after training.
Here's how this process works:
* Training set - This portion of the dataset is used to train the machine learning model. The model learns patterns, relationships, and parameters from this data.
* Validation set - This is a randomly selected subset (separate from training data) used to fine-tune model hyperparameters and evaluate how well the model generalizes to unseen data. It helps detect overfitting
- when the model performs well on training data but poorly on new data.
* Test set - A final, untouched dataset used to measure the model's real-world performance after all training and tuning are complete.
By reserving a random subset for validation, data scientists ensure that the model's performance metrics reflect generalization, not memorization of the training data.
Let's review the incorrect options:
* Algorithms - These are the mathematical frameworks or methods used to build models (e.g., decision trees, neural networks). They are not data subsets.
* Features - These are input variables (attributes) used by the model, not randomly selected data subsets.
* Labels - These are target values or outcomes the model predicts; again, not data subsets.
Therefore, in alignment with Azure AI-900's machine learning fundamentals, the correct completion is:
# "A randomly extracted subset of data from a dataset is commonly used for validation of the model."
AI-900-CN Exam Question 32
您正在建立一個基於人工智慧的應用程式。
您需要確保應用程式使用負責任的人工智慧原則。
您應該遵循哪兩個原則?每個正確答案都代表了解決方案的一部分。
注意:每個正確的選擇都值得一分。
您需要確保應用程式使用負責任的人工智慧原則。
您應該遵循哪兩個原則?每個正確答案都代表了解決方案的一部分。
注意:每個正確的選擇都值得一分。
Correct Answer: B,C
The correct answers are B. Implement a process of AI model validation as part of the software review process and C. Establish a risk governance committee that includes members of the legal team, members of the risk management team, and a privacy officer.
According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Responsible AI principles, responsible AI emphasizes six key principles: fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability. These principles ensure that AI systems are trustworthy, ethical, and safe for users and society.
Option B aligns with the reliability and safety principle. Model validation ensures that AI models behave as expected, perform accurately across different data conditions, and produce consistent results. Microsoft teaches that AI models should be validated, tested, and monitored regularly to avoid unintended outcomes, bias, or failures. Validation processes help ensure that the AI behaves responsibly before deployment and continues to perform reliably over time.
Option C aligns with the accountability and governance principle. Establishing a risk governance committee that includes legal, privacy, and risk management experts ensures that AI development and deployment are overseen responsibly. This committee is responsible for reviewing compliance with data protection laws, ensuring ethical practices, and managing risks associated with AI-driven decisions. Microsoft emphasizes that accountability requires human oversight and governance structures to ensure ethical alignment throughout the AI system's lifecycle.
The incorrect options are:
* A. Implement an Agile software development methodology: Agile is a software project management approach, not a Responsible AI principle.
* D. Prevent the disclosure of the use of AI-based algorithms: This violates the transparency principle, which requires organizations to disclose when and how AI is used.
Therefore, following the official Responsible AI framework taught in AI-900, the correct and verified answers are B and C, as they directly promote reliability, safety, accountability, and governance in AI systems.
According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Responsible AI principles, responsible AI emphasizes six key principles: fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability. These principles ensure that AI systems are trustworthy, ethical, and safe for users and society.
Option B aligns with the reliability and safety principle. Model validation ensures that AI models behave as expected, perform accurately across different data conditions, and produce consistent results. Microsoft teaches that AI models should be validated, tested, and monitored regularly to avoid unintended outcomes, bias, or failures. Validation processes help ensure that the AI behaves responsibly before deployment and continues to perform reliably over time.
Option C aligns with the accountability and governance principle. Establishing a risk governance committee that includes legal, privacy, and risk management experts ensures that AI development and deployment are overseen responsibly. This committee is responsible for reviewing compliance with data protection laws, ensuring ethical practices, and managing risks associated with AI-driven decisions. Microsoft emphasizes that accountability requires human oversight and governance structures to ensure ethical alignment throughout the AI system's lifecycle.
The incorrect options are:
* A. Implement an Agile software development methodology: Agile is a software project management approach, not a Responsible AI principle.
* D. Prevent the disclosure of the use of AI-based algorithms: This violates the transparency principle, which requires organizations to disclose when and how AI is used.
Therefore, following the official Responsible AI framework taught in AI-900, the correct and verified answers are B and C, as they directly promote reliability, safety, accountability, and governance in AI systems.
AI-900-CN Exam Question 33
將 Azure Al 服務與適當的操作相符。
若要回答,請將對應的服務從左側的列拖曳到右側的操作。
注意:每場正確的比賽都值得一分。

若要回答,請將對應的服務從左側的列拖曳到右側的操作。
注意:每場正確的比賽都值得一分。

Correct Answer:

Explanation:

The correct mapping is based on how each Azure Cognitive Service functions within the Microsoft AI ecosystem, as detailed in the Microsoft Azure AI Fundamentals (AI-900) study guide and Microsoft Learn Cognitive Services documentation.
* Convert spoken requests into text # Azure AI SpeechThe Azure AI Speech service provides speech-to- text (STT) capabilities, which enable an application to recognize spoken language and convert it into written text. This functionality is foundational in voice-enabled applications like digital assistants or transcription services. When a user speaks, this service captures the audio signal and produces an accurate textual representation that can then be processed by other AI services.
* Identify the intent of a user's requests # Azure AI LanguageThe Azure AI Language service (which includes Conversational Language Understanding, formerly LUIS) is designed to extract meaning from text. It identifies intents-the goals or actions a user wants to perform-and entities, which are key details within that request. For example, in the command "Book a flight to Paris," the intent is "book a flight," and the entity is "Paris."
* Apply intent to entities and utterances # Azure AI LanguageAgain, the Language service performs this deeper contextual analysis. It not only identifies what the user wants (intent) but also applies it to utterances (specific user expressions) and entities (data elements extracted from text). This helps conversational AI systems take meaningful actions, such as fulfilling user requests.
In summary, Azure AI Speech handles audio-to-text conversion, while Azure AI Language performs natural language understanding, mapping intents and entities-a workflow essential in intelligent conversational applications.
AI-900-CN Exam Question 34
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:
Yes, Yes, No.
According to the Microsoft Azure AI Fundamentals (AI-900) study materials, conversational AI enables applications, websites, and digital assistants to interact with users via natural language. A chatbot is a key conversational AI workload and can be integrated into multiple channels such as web pages, Microsoft Teams, Facebook Messenger, and Cortana using Azure Bot Service and Bot Framework.
* "A restaurant can use a chatbot to answer queries through Cortana" - Yes.Azure Bot Service supports multi-channel deployment, which includes Cortana integration. This means the same bot can respond to voice or text input via Cortana, making it a valid use case for a restaurant to provide menu details, reservations, or order tracking through voice-based AI assistants.
* "A restaurant can use a chatbot to answer inquiries about business hours from a webpage" - Yes.This is a standard scenario for chatbots embedded on a company website. As per Microsoft Learn's Describe features of conversational AI module, a chatbot can be added to a website to handle FAQs such as business hours, location, or menu details, thereby improving response time and reducing repetitive human workload.
* "A restaurant can use a chatbot to automate responses to customer reviews on an external website" - No.Azure bots and other conversational AI tools cannot automatically interact with or post on external third-party platforms where the business does not control the data or API integration. Automated posting or replying to reviews on external review sites (e.g., Yelp or Google Reviews) would violate both ethical and technical boundaries of responsible AI usage outlined by Microsoft.
AI-900-CN Exam Question 35
您有一個聊天機器人,可以使用 Azure OpenAI GPT-3.5 大語言模型 (LLM) 回答技術問題。哪兩種說法準確地描述了聊天機器人?每個正確答案都代表一個完整的解決方案。
注意:每個正確答案都值一分。
注意:每個正確答案都值一分。
Correct Answer: A,C
The correct answers are A. Grounding data can be used to constrain the output of the chatbot and C. The chatbot might respond with inaccurate data.
According to the Microsoft Azure AI Fundamentals (AI-900) study material and Microsoft Learn modules on Azure OpenAI, a chatbot built with Azure OpenAI GPT-3.5 is a large language model (LLM) capable of generating natural language responses. However, these models operate based on statistical patterns learned from massive text datasets-they do not inherently guarantee factual accuracy. Hence, while GPT-based models can produce highly coherent text, they may sometimes generate inaccurate, outdated, or fabricated information (commonly referred to as "hallucinations"). This makes C correct.
Grounding data, as described in Microsoft's Responsible AI and Azure OpenAI grounding documentation, refers to integrating trusted external data sources-such as company documents, databases, or knowledge bases-into the prompt context. This helps the model stay aligned with factual or domain-specific content, effectively constraining its output to be relevant and verifiable. Therefore, A is also correct.
Options B and D are incorrect because GPT models do not always provide accurate information, and they are not approved for critical use cases such as medical diagnosis. Microsoft's Responsible AI principles explicitly prohibit unverified use in healthcare or other high-risk domains.
Thus, the verified answers are A and C.
According to the Microsoft Azure AI Fundamentals (AI-900) study material and Microsoft Learn modules on Azure OpenAI, a chatbot built with Azure OpenAI GPT-3.5 is a large language model (LLM) capable of generating natural language responses. However, these models operate based on statistical patterns learned from massive text datasets-they do not inherently guarantee factual accuracy. Hence, while GPT-based models can produce highly coherent text, they may sometimes generate inaccurate, outdated, or fabricated information (commonly referred to as "hallucinations"). This makes C correct.
Grounding data, as described in Microsoft's Responsible AI and Azure OpenAI grounding documentation, refers to integrating trusted external data sources-such as company documents, databases, or knowledge bases-into the prompt context. This helps the model stay aligned with factual or domain-specific content, effectively constraining its output to be relevant and verifiable. Therefore, A is also correct.
Options B and D are incorrect because GPT models do not always provide accurate information, and they are not approved for critical use cases such as medical diagnosis. Microsoft's Responsible AI principles explicitly prohibit unverified use in healthcare or other high-risk domains.
Thus, the verified answers are A and C.
- Latest Upload
- 149Oracle.1D0-1057-25-D.v2026-06-03.q29
- 277NAHQ.CPHQ.v2026-06-03.q396
- 257CompTIA.220-1201.v2026-06-03.q196
- 159GIAC.GCFE.v2026-06-03.q78
- 156HIMSS.CPHIMS.v2026-06-03.q45
- 236Google.Professional-Cloud-Architect.v2026-06-03.q165
- 163HP.HPE7-A09.v2026-06-02.q48
- 172ACDIS.CCDS-O.v2026-06-02.q56
- 152Microsoft.AB-730.v2026-06-02.q31
- 231ASQ.CSSBB.v2026-06-02.q130
[×]
Download PDF File
Enter your email address to download Microsoft.AI-900-CN.v2026-03-07.q156 Practice Test
