Free AI-900 中文 Questions for Microsoft Azure AI Fundamentals (AI-900中文版) AI-900 中文 Exam as PDF & Practice Test Engine
您正在設計一個自動產生保險報價的系統。
將 Microsoft 負責任的 AI 原則與適當的要求相匹配。
要回答,請將適當的原則從左側列拖曳到右側的要求。每個原則可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

將 Microsoft 負責任的 AI 原則與適當的要求相匹配。
要回答,請將適當的原則從左側列拖曳到右側的要求。每個原則可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

Correct Answer:

Explanation:

Microsoft's Responsible AI principles are the foundation for developing and deploying ethical and trustworthy AI systems. The six key principles are Fairness, Reliability and Safety, Privacy and Security, Inclusiveness, Transparency, and Accountability. Each principle guides specific practices for ensuring AI systems operate responsibly in real-world applications like automated insurance quoting systems.
* Transparency - This principle ensures that the AI's decisions can be understood and explained.
Recording the decision-making process and enabling staff to trace how a quote was generated aligns with transparency. It allows stakeholders to interpret the reasoning behind model outputs, ensuring that the AI behaves predictably and ethically.
* Privacy and Security - This principle focuses on protecting personal data and ensuring that sensitive information is handled responsibly. Limiting access to customer data only to authorized personnel maintains compliance with privacy laws (like GDPR) and safeguards against misuse. Microsoft emphasizes that AI systems should maintain strict control over data visibility and integrity.
* Inclusiveness - This principle ensures that AI systems are accessible to all users, including people with disabilities. By supporting screen readers and assistive technologies, the system ensures equal access to information and services for every customer. Inclusiveness prevents discrimination and promotes accessibility, both of which are central to Microsoft's Responsible AI strategy.
Thus, the correct mapping of principles is:
* Decision process # Transparency
* Personal information visibility # Privacy and Security
* Accessibility via screen readers # Inclusiveness.
您有一個監控引擎溫度的物聯網 (loT) 設備。
如果引擎溫度偏離預期標準,設備會發出警報。
該設備代表哪種類型的人工智慧工作負載?
如果引擎溫度偏離預期標準,設備會發出警報。
該設備代表哪種類型的人工智慧工作負載?
Correct Answer: D
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
將 AI 工作負載類型與適當的場景相匹配。
若要回答,請將適當的工作負載類型從左側列拖曳到右側的場景。每種工作負載類型可以使用一次、多次或完全不使用。
注意:每個正確的選擇都值得一分。

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

Correct Answer:

Explanation:

Box 3: Natural language processing
Natural language processing (NLP) is used for tasks such as sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing
選出正確完成句子的答案。


Correct Answer:

Explanation:
Text extraction.
According to the Microsoft Azure AI Fundamentals (AI-900) study guide and Microsoft Learn documentation for Azure AI Vision (formerly Computer Vision), text extraction-also known as Optical Character Recognition (OCR)-is the computer vision capability that detects and extracts printed or handwritten text from images and video frames.
In this scenario, a traffic monitoring system collects vehicle registration numbers (license plates) from CCTV footage. These registration numbers are alphanumeric text that must be read and converted into digital form for processing, storage, or analysis. The Azure AI Vision service's OCR (text extraction) feature performs this function. It analyzes each frame from the video feed, detects text regions (the license plates), and converts the visual text into machine-readable text data.
This process is widely used in Automatic Number Plate Recognition (ANPR) systems that support law enforcement, toll booths, and parking management solutions. The OCR model can handle variations in font, lighting, and angle to accurately extract license plate numbers.
The other options describe different vision capabilities:
* Image classification assigns an image to a general category (e.g., "car," "truck," or "bike"), not text extraction.
* Object detection identifies and locates objects in images using bounding boxes (e.g., detecting the car itself), but not the text written on the car.
* Spatial analysis tracks people or objects in a defined physical space (e.g., counting individuals entering a building), not reading text.
Therefore, for a traffic monitoring system that identifies vehicle registration numbers from CCTV footage, the most accurate Azure AI Vision capability is Text extraction (OCR).
你有一个包含销售数据的数据集,其中定义了客户类型标签。你需要创建一个模型,根据销售数据对客户类型进行分类。你应该使用哪种机器学习方法?
Correct Answer: A
Vote an answer
您有一個資料集,其中包含有關給定時間段內發生的計程車行程的資訊。
您需要訓練一個模型來預測計程車行程的費用。
您應該使用什麼作為功能?
您需要訓練一個模型來預測計程車行程的費用。
您應該使用什麼作為功能?
Correct Answer: B
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
選出正確完成句子的答案。


Correct Answer:

Explanation:

The correct answer is Azure AI Language, which includes the Question Answering capability (previously known as QnA Maker). According to the Microsoft Azure AI Fundamentals (AI-900) study guide and Microsoft Learn documentation, the Azure AI Language service can be used to create a knowledge base from frequently asked questions (FAQ) and other structured or semi-structured text sources.
This service allows developers to build intelligent applications that can understand and respond to user questions in natural language by referencing prebuilt or custom knowledge bases. The Question Answering feature extracts pairs of questions and answers from documents, websites, or manually entered data and uses them to construct a searchable knowledge base. This knowledge base can then be integrated with Azure Bot Service or other conversational platforms to create interactive, self-service chatbots.
Here's how it works:
* Developers upload FAQ documents, URLs, or structured content.
* Azure AI Language processes the content and identifies logical question-answer pairs.
* The model stores these pairs in a knowledge base that can be queried by user input.
* When users ask questions, the model finds the best matching answer using natural language understanding techniques.
In contrast:
* Azure AI Document Intelligence (Form Recognizer) is used to extract structured data from forms and documents, not to create FAQ knowledge bases.
* Azure AI Bot Service is for managing and deploying conversational bots but does not generate knowledge bases.
* Microsoft Bot Framework SDK provides tools for building conversational logic but still requires a knowledge source like Question Answering from Azure AI Language.
Therefore, the service that can create a knowledge base from FAQ content is Azure AI Language.
您可以使用 Azure 機器學習設計器建立模型管道。在運行管道之前您應該創建什麼?
Correct Answer: C
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

This question is based on identifying Natural Language Processing (NLP) workloads, which is a fundamental topic in the Microsoft Azure AI Fundamentals (AI-900) certification. According to the official Microsoft Learn module "Describe features of natural language processing (NLP) workloads on Azure", NLP enables computers to understand, interpret, and generate human language - both written and spoken.
* A bot that responds to queries by internal users - YesThis is an example of a natural language processing workload because it involves understanding and generating human language. A chatbot interprets user input (queries written or spoken) using language understanding and text analytics, and then produces appropriate responses. On Azure, this can be implemented using Azure AI Language (LUIS) and the Azure Bot Service, both core NLP technologies.
* A mobile application that displays images relating to an entered search term - NoThis application involves searching for or displaying images, which falls under the computer vision workload, not NLP.
Computer vision focuses on analyzing and interpreting visual data like photos or videos, while NLP deals with language and text processing.
* A web form used to submit a request to reset a password - NoA password reset form involves structured input fields and user authentication, not natural language understanding or generation. It's part of standard web development and identity management, not an NLP-related process.
Therefore, based on Microsoft's AI-900 curriculum definitions:
# The only true NLP example is the bot responding to user queries, since it processes and understands natural language input to generate conversational output.
您有一個包含下表所示列的資料集。

您有一個機器學習模型,可以根據其他數字列預測 ColumnE 的值。
這是什麼類型的模型?

您有一個機器學習模型,可以根據其他數字列預測 ColumnE 的值。
這是什麼類型的模型?
Correct Answer: B
Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
0
0
0
10
