Microsoft Azure AI Fundamentals (AI-900中文版) - AI-900 中文 FREE EXAM DUMPS QUESTIONS & ANSWERS

選出正確完成句子的答案。
Correct Answer:

Explanation:

In the Microsoft Azure AI Fundamentals (AI-900) curriculum, computer vision capabilities refer to artificial intelligence systems that can analyze and interpret visual content such as images and videos. The Azure AI Vision and Face API services provide pretrained models for detecting, recognizing, and analyzing visual information, enabling developers to build intelligent applications that understand what they " see. " When asked how computer vision capabilities can be deployed, the correct answer is to integrate a face detection feature into an app. This aligns with Microsoft Learn's module "Describe features of computer vision workloads," which explains that computer vision can identify objects, classify images, detect faces, and extract text (OCR). The Face API, a part of Azure AI Vision, specifically provides face detection, verification, and emotion recognition capabilities.
Integrating these services into an application allows it to perform actions such as:
* Detecting human faces in photos or video streams.
* Recognizing facial attributes like age, emotion, or head pose.
* Enabling secure authentication based on face recognition.
The other options are incorrect because they relate to different AI workloads:
* Develop a text-based chatbot for a website: This falls under Conversational AI, implemented with Azure Bot Service or Conversational Language Understanding (CLU).
* Identify anomalous customer behavior on an online store: This task relates to machine learning and anomaly detection models, not computer vision.
* Suggest automated responses to incoming email: This uses Natural Language Processing (NLP) capabilities, not visual analysis.
Therefore, the correct and Microsoft-verified completion of the statement is:
"Computer vision capabilities can be deployed to integrate a face detection feature into an app."
您需要將手寫筆記轉換為數位文字。
您應該使用哪種類型的電腦視覺?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
您需要透過實施聊天機器人來用預先定義的答案回答簡單的問題,從而減輕電話接線員的負擔。
您應該使用哪兩項人工智慧服務來實現目標?每個正確答案都代表了解決方案的一部分。
注意:每個正確的選擇都值得一分。
Correct Answer: A,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
您有一個應用程式可以識別超市貨架圖像中產品的座標。
該應用程式使用哪種服務?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
您計劃使用 Azure AI Foundry 建立一個 AI 應用程式。該解決方案將部署到專用虛擬機器上。您應該使用哪種部署選項?
Correct Answer: A Vote an answer
將電腦視覺服務與適當的人工智慧工作負載相匹配。
要回答,請將適當的服務從左側列拖曳到右側的工作負載。每項服務可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。
Correct Answer:

Explanation:

This question evaluates understanding of the different Azure AI Computer Vision services and their distinct functionalities, as covered in the Microsoft AI-900 study guide and Microsoft Learn modules under "Describe features of common AI workloads" and "Identify Azure services for computer vision."
* Azure AI Document Intelligence (formerly known as Form Recognizer):This service is designed to extract structured information from documents, such as forms, receipts, and invoices. It uses optical character recognition (OCR) combined with AI models to detect key-value pairs, tables, and handwritten text. This makes it ideal for automating data entry and digitizing scanned documents.
Hence, it matches "Extract information from scanned forms and invoices."
* Azure AI Vision (formerly Computer Vision):This service provides image and video analysis capabilities. It can detect objects, people, text, and scenes; generate image captions; and extract descriptive tags. It also supports OCR for printed and handwritten text within images. Therefore, it matches "Analyze images and video, and extract descriptions, tags, objects, and text."
* Azure AI Custom Vision:Custom Vision allows you to train your own image classification and object detection models using your own labeled images. Unlike the general Vision service, Custom Vision lets you build domain-specific models-for example, detecting your company's products or identifying manufacturing defects. Hence, it matches "Train custom image classification and object detection models by using your own images." These three services complement each other within Azure's computer vision ecosystem, collectively supporting both general-purpose and specialized AI solutions for visual data analysis.
您可以看到下圖所示的預測與真實圖表。

此圖表用於評估哪種類型的模型?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
選出正確完成句子的答案。
Correct Answer:

Explanation:
When building a K-means clustering model, all features (variables) used in the model must be numeric in nature. According to the Microsoft Azure AI Fundamentals (AI-900) study materials and standard machine learning theory, K-means clustering is an unsupervised learning algorithm that groups data points into clusters based on their similarity - specifically by minimizing the Euclidean distance between data points and their assigned cluster centroids.
Because the K-means algorithm depends on distance calculations, it requires numeric data types. The Euclidean distance (or similar measures) can only be computed between numerical values. Therefore, all categorical or text data must first be converted into numeric form through feature engineering techniques such as one-hot encoding, label encoding, or embedding vectors, depending on the nature of the data.
Here's how K-means works in summary:
* The algorithm initializes a predefined number of centroids (K).
* Each data point is assigned to the nearest centroid based on numeric distance.
* The centroids are recalculated as the mean of the points in each cluster.
* The process repeats until convergence.
If non-numeric data (e.g., text or Boolean) were provided, the model would not be able to calculate distances accurately, leading to computational errors.
Other options are incorrect:
* Boolean and integer types can represent numeric values but are considered special cases; the algorithm requires general numeric representation (e.g., continuous values).
* Text cannot be processed directly without conversion.
Thus, according to Azure Machine Learning and AI-900 official concepts, all features in a K-means clustering model must be numeric to ensure valid mathematical operations and clustering accuracy.
您需要追蹤使用 Azure 機器學習訓練的模型的多個版本。你該怎麼辦?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
您有一個包含分割資料模組的 Azure 機器學習管道。分割資料模組輸出到訓練模型模組和評分模型模組。分割資料模組的作用是什麼?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
要完成句子,請在答案區中選擇適當的選項。
Correct Answer:

Explanation:

Accelerate your business processes by automating information extraction. Form Recognizer applies advanced machine learning to accurately extract text, key/value pairs, and tables from documents. With just a few samples, Form Recognizer tailors its understanding to your documents, both on-premises and in the cloud.
Turn forms into usable data at a fraction of the time and cost, so you can focus more time acting on the information rather than compiling it.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/form-recognizer/
要根据文章文本创建插图,应该使用哪种类型的 Azure AI 工作负载?
Correct Answer: C Vote an answer
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。
Correct Answer:

Explanation:

Box 1: No
Box 2: Yes
Box 3: Yes
Anomaly detection encompasses many important tasks in machine learning:
Identifying transactions that are potentially fraudulent.
Learning patterns that indicate that a network intrusion has occurred.
Finding abnormal clusters of patients.
Checking values entered into a system.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/anomaly-detection
選出正確完成句子的答案。
Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Identify guiding principles for responsible AI," Fairness is one of Microsoft's six core principles of Responsible AI. The principle of fairness ensures that AI systems treat all individuals and groups equitably, and that the models do not produce biased or discriminatory outcomes.
Bias in AI systems can occur when training data reflects existing prejudices, inequalities, or imbalances. For example, if a dataset used for a hiring model underrepresents a certain demographic group, the AI system might produce unfair recommendations. Microsoft emphasizes that AI should not reflect or reinforce bias and that developers must actively design, test, and monitor models to mitigate unfairness.
Microsoft's Six Responsible AI Principles:
* Fairness - AI systems should treat everyone equally and avoid bias.
* Reliability and safety - AI systems must operate as intended even under unexpected conditions.
* Privacy and security - AI must protect personal and business data.
* Inclusiveness - AI should empower all people and be accessible to diverse users.
* Transparency - AI systems should be understandable and their decisions explainable.
* Accountability - Humans should be accountable for AI system outcomes.
The other options do not fit this context:
* Accountability ensures human responsibility for AI decisions.
* Inclusiveness focuses on accessibility and empowering all users.
* Transparency relates to making AI systems understandable.
Therefore, the correct answer is fairness, as it directly addresses the principle that AI systems should NOT reflect biases from the datasets used to train them.
0
0
0
10