最新的Microsoft Azure AI Fundamentals (AI-900中文版) - AI-900 中文免費考試真題

哪些 Azure Al 語言功能可用於從社群媒體貼文中檢索數據,例如日期和人名?

正確答案: D
說明:(僅 Fast2test 成員可見)
您正在使用 QnA Maker 建立知識庫。您可以使用哪種文件格式來填入知識庫?

正確答案: D
說明:(僅 Fast2test 成員可見)
將負責任的人工智慧原則與適當的要求相匹配。
要回答,請將適當的原則從左側列拖曳至右側的要求。每個原則可以使用一次、多次或完全不使用。您可能需要拖曳窗格之間的分割欄或捲動才能查看內容。
注意:每個正確的選擇都值得一分。
正確答案:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Identify guiding principles for responsible AI", responsible AI is built upon six foundational principles: Fairness, Reliability and Safety, Privacy and Security, Inclusiveness, Transparency, and Accountability. Each principle serves to guide the ethical design, deployment, and management of artificial intelligence systems.
* Fairness - This principle ensures that AI systems treat all people fairly and do not discriminate based on personal attributes such as gender, race, or age. The Microsoft Learn content emphasizes that "AI systems should treat everyone fairly" and that organizations must evaluate datasets and model outputs for bias. In this scenario, "The system must not discriminate based on gender, race" clearly aligns with Fairness because it directly addresses equitable treatment and unbiased decision-making.
* Privacy and Security - Microsoft's responsible AI framework stresses that "AI systems must be secure and respect privacy." This means personal data should be safeguarded, processed lawfully, and visible only to authorized users. The statement "Personal data must be visible only to approved users" reflects the importance of protecting sensitive information and controlling access-precisely the intent of the Privacy and Security principle.
* Transparency - Transparency refers to ensuring that users understand how AI systems operate and make decisions. Microsoft notes that "AI systems should be understandable and users should be able to know why decisions are made." The requirement "Automated decision-making processes must be recorded so that approved users can identify why a decision was made" directly supports this principle.
Transparency promotes trust and accountability by documenting the reasoning behind AI outputs.
Reliability and Safety, though another core principle, does not directly relate to any of the provided statements in this question.
貴公司正在探索在其智慧家庭設備中使用語音辨識技術。該公司希望找出可能無意中遺漏特定用戶群的任何障礙。
這是微軟負責任人工智慧指導原則的一個例子?

正確答案: C
說明:(僅 Fast2test 成員可見)
選出正確完成句子的答案。
正確答案:

Explanation:

This question is drawn from the Microsoft Azure AI Fundamentals (AI-900) syllabus section "Describe features of natural language processing (NLP) workloads on Azure." According to the Microsoft Learn materials, Natural Language Processing (NLP) is a branch of artificial intelligence that allows computers to analyze, understand, and generate human language. NLP enables machines to work with text or speech data in a way that extracts meaning, sentiment, and intent.
Microsoft defines NLP as enabling scenarios such as language detection, text classification, key phrase extraction, sentiment analysis, and named entity recognition. The example given-classifying emails as
"work-related" or "personal"-is a text classification task, which falls under NLP capabilities. The AI model processes the textual content of emails, identifies linguistic patterns, and categorizes them based on the detected topic or context.
Let's analyze the other options:
* Predict the number of future car rentals # This is a forecasting task, handled by machine learning regression models, not NLP.
* Predict which website visitors will make a transaction # This is a classification or prediction problem in machine learning, not NLP, since it deals with behavioral or numerical data rather than language.
* Stop a process in a factory when extremely high temperatures are registered # This is an IoT or anomaly detection scenario, focusing on sensor data, not language understanding.
Therefore, only classifying email messages as work-related or personal correctly represents an NLP use case.
It illustrates how NLP can analyze written text and make intelligent categorizations-a key capability covered in AI-900's natural language workloads section.
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。
正確答案:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Describe core concepts of machine learning on Azure", the Azure Machine Learning Designer is a drag-and-drop, no-code/low-code interface that allows users to build, test, and deploy machine learning models visually without needing to write extensive code.
* Drag-and-Drop Visual Canvas # YESThe Azure Machine Learning Designer indeed provides a graphical interface where users can connect prebuilt modules for data preprocessing, training, evaluation, and deployment. Microsoft documentation describes it as a "drag-and-drop visual environment that simplifies machine learning model creation." This allows beginners and business users to construct machine learning pipelines intuitively, confirming this statement as True.
* Save Progress as a Pipeline Draft # YESThe designer lets users save their current work as a pipeline draft, enabling them to pause and return later. Microsoft Learn explicitly states that you can "save and publish pipeline drafts before running or deploying them." This functionality ensures workflow continuity, collaboration, and version management-making this statement also True.
* Include Custom JavaScript Functions # NOThe Azure Machine Learning Designer allows the integration of Python scripts through the "Execute Python Script" module for custom logic, but it does not support JavaScript. Custom code in the designer environment is limited to Python, as the platform is built for data science and machine learning tasks typically handled in Python-based environments.
Therefore, this statement is False.
對於機器學習的進展,應該如何分割資料進行訓練和評估?

正確答案: B
說明:(僅 Fast2test 成員可見)
選出正確完成句子的答案。
正確答案:

Explanation:

This question refers to a system that monitors a user's emotions or expressions-in this case, identifying whether a kiosk user is annoyed-through a video feed. According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify Azure services for computer vision," this scenario falls under facial analysis, which is a capability of Azure AI Vision or the Face API.
Facial analysis involves detecting human faces in images or video and analyzing facial features to interpret emotions, expressions, age, gender, or facial landmarks. The AI model does not try to identify who the person is but rather interprets how they appear or feel. For example, facial analysis can detect emotions such as happiness, anger, sadness, or surprise, which allows applications to infer a user's engagement or frustration level while interacting with a system.
Option review:
* Face detection: Identifies the presence and location of a face in an image but does not interpret expressions or emotions.
* Facial recognition: Matches a detected face to a known individual's identity (for authentication or security), not for emotion detection.
* Optical character recognition (OCR): Extracts text from images or scanned documents and has no relation to human emotion or facial features.
Therefore, determining whether a kiosk user is annoyed, happy, or frustrated involves emotion detection within facial analysis, making Facial analysis the correct answer.
This aligns with AI-900's definition of computer vision workloads, where facial analysis provides insights into emotions and expressions, supporting user experience optimization and customer behavior analytics.
您可以使用哪兩種資源來分析程式碼並產生程式碼函數和程式碼註解的解釋?每個正確答案都代表一個完整的解決方案。
注意:每個正確答案都值一分。

正確答案: A,B
說明:(僅 Fast2test 成員可見)

聯系我們

如果您有任何問題,請留下您的電子郵件地址,我們將在12小時內回复電子郵件給您。

我們的工作時間:( GMT 0:00-15:00 )
週一至週六

技術支持: 立即聯繫 

English 日本語 Deutsch 한국어