Microsoft AI-900 中文 Actual Free Exam Questions & Community Discussion
您需要計算照片中動物的數量。您應該使用哪種類型的電腦視覺?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
要完成句子,請在答案區中選擇適當的選項。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Explore fundamental principles of machine learning", regression models are used to predict numerical or continuous values based on patterns found in historical data. When the goal is to forecast or estimate a real-valued outcome-such as price, temperature, sales, or age-the appropriate model type is regression.
In this question, the task is to predict the sale price of auctioned items. Since price is a continuous numeric value that can vary within a range (for example, $100.50, $105.75, $120.00, etc.), it fits perfectly into a regression problem. Microsoft Learn defines regression as "a supervised machine learning technique that predicts a numeric value based on relationships found in input features." Common regression algorithms include linear regression, decision tree regression, and neural network regression.
By contrast:
* Classification is used when the output variable represents categories or classes, such as predicting whether an email is spam or not spam, or whether a transaction is fraudulent or legitimate.
Classification predicts discrete labels, not continuous values.
* Clustering, on the other hand, is an unsupervised learning method used to group similar data points together without predefined labels. Examples include grouping customers by purchasing behavior or grouping images by visual similarity.
In a predictive business scenario, like estimating the price of an auctioned item based on features such as age, condition, and demand, regression models are most appropriate. Azure Machine Learning supports regression experiments using built-in algorithms and AutoML to automatically choose the best-performing model for continuous output prediction.
選出正確完成句子的答案。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Explore fundamental principles of machine learning," a regression model is used when the goal is to predict a continuous numerical value based on historical data.
In this question, the task is to predict the sale price of auctioned items, which is a numeric output that can take on a wide range of values (for example, $50.25, $199.99, etc.). This makes it a regression problem because the output is continuous rather than categorical.
Regression models analyze the relationship between input features (such as item type, condition, age, bidding history, or demand) and a numerical target variable (the sale price). Common regression algorithms include linear regression, decision tree regression, and neural network regression. In Azure Machine Learning, these models are trained using labeled datasets containing known outcomes to learn patterns and make future predictions.
Let's review the incorrect options:
* Classification: Used to predict discrete categories or labels, such as "sold" vs. "unsold" or "low,"
"medium," "high." It cannot output continuous numeric predictions.
* Clustering: An unsupervised technique used to group similar data points based on shared characteristics, not to predict specific numeric outcomes.
Therefore, because predicting a sale price involves forecasting a continuous numerical value, the correct model type is Regression.
This aligns with Microsoft's AI-900 teaching that regression is used for tasks such as:
* Predicting house prices
* Forecasting sales revenue
* Estimating car values or auction prices
將負責任的人工智慧原則與適當的要求相匹配。
要回答,請將適當的原則從左側列拖曳至右側的要求。每個原則可以使用一次、多次或完全不使用。您可能需要拖曳窗格之間的分割欄或捲動才能查看內容。
注意:每個正確的選擇都值得一分。

要回答,請將適當的原則從左側列拖曳至右側的要求。每個原則可以使用一次、多次或完全不使用。您可能需要拖曳窗格之間的分割欄或捲動才能查看內容。
注意:每個正確的選擇都值得一分。

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", 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.
您將圖像發送到電腦視覺 API 並接收回展覽中顯示的註釋的圖像。

使用了哪種類型的電腦視覺?

使用了哪種類型的電腦視覺?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


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.
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

The Azure AI Language Service includes several natural language processing features, such as question answering, language understanding, entity recognition, sentiment analysis, and more. Each feature serves a distinct purpose, and understanding their differences is key to selecting the correct AI workload.
* "You can use Azure AI Language Service ' s question answering to query an Azure SQL database." - NOThe question answering feature is designed to retrieve answers from text-based knowledge sources (for example, FAQs, documents, or website content). It cannot directly query a database such as Azure SQL. Querying databases requires Azure Cognitive Search, Azure OpenAI, or custom integration using application logic, not the question answering model.
* "You should use Azure AI Language Service ' s question answering when you want a knowledge base to provide the same answer to different users who submit similar questions." - YESThis is the primary use case of question answering. It allows developers to build a knowledge base (KB) of predefined question-answer pairs or extract answers from documents. When users submit semantically similar questions (e.g., "What are your office hours?" or "When are you open?"), the service returns the same consistent answer.
* "Azure AI Language Service ' s question answering can determine the intent of a user utterance." - NODetermining user intent is part of the Language Understanding (LUIS) capability, not question answering. LUIS models map natural language inputs to intents and entities, typically used in bots or applications that execute tasks (like booking a meeting or checking weather).
Hence, correct answers are: No, Yes, No - aligning with the AI-900 official study guide and Microsoft Learn module "Identify Azure AI Language capabilities."
應使用哪種 Azure Al Document Intelligence 預建模型從法律文件中提取當事人和司法管轄區?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
表單辨識器服務可以在哪兩種場景下使用?每個正確答案都代表一個完整的解決方案。
注意:每個正確的選擇都值得一分。
注意:每個正確的選擇都值得一分。
Correct Answer: B,C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
將機器學習的類型與適當的場景相符。
要回答,請將適當的機器學習類型從左側列拖曳到右側的場景。每種機器學習類型可以使用一次、多次或完全不使用。
注意:每個正確的選擇都值得一分。

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

Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Identify features of computer vision workloads on Azure", computer vision models can perform different types of image analysis depending on the goal of the task. The main types include image classification, object detection, and semantic segmentation. Each method analyzes images at a different level of granularity.
* Image Classification # Separate images of polar bears and brown bearsImage classification assigns an entire image to a specific category or label. The model analyzes the image as a whole and determines which predefined class it belongs to. For example, in this case, the model would look at the features of each image and decide whether it shows a polar bear or a brown bear. The Microsoft Learn materials define classification as "assigning an image to a specific category."
* Object Detection # Determine the location of a bear in a photoObject detection identifies where objects appear within an image by drawing bounding boxes around them. This type of model not only classifies what object is present but also provides its location. Microsoft Learn explains that object detection
"detects and locates individual objects within an image." For instance, the model can detect a bear in a forest scene and highlight its position.
* Semantic Segmentation # Determine which pixels in an image are part of a bearSemantic segmentation is the most detailed form of image analysis. It classifies each pixel in an image according to the object it belongs to. In this scenario, the model identifies every pixel corresponding to the bear's body. The AI-
900 content defines this as "classifying every pixel in an image into a category." To summarize:
* Image classification # Categorizes entire images.
* Object detection # Locates and labels objects within images.
* Semantic segmentation # Labels each pixel for precise object boundaries.
https://nanonets.com/blog/how-to-do-semantic-segmentation-using-deep-learning/
要完成句子,請在答案區中選擇適當的選項。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Prepare data for machine learning", feature engineering refers to the process of transforming raw data into meaningful features that can be effectively used by machine learning algorithms. This includes steps such as scaling, normalization, encoding categorical variables, handling missing values, and creating new features derived from existing ones.
The question states:
"Ensuring that the numeric variables in training data are on a similar scale." This directly describes a data normalization or standardization step, which is a core component of feature engineering. The purpose of scaling numeric variables is to ensure that all features contribute equally to the model's learning process. Without normalization, features with large numeric ranges (such as "income in dollars") could dominate smaller-scale features (like "age in years"), leading to biased model performance.
In Azure Machine Learning, this is typically done using the Normalize Data module or transformations in the data preparation stage. Microsoft Learn explains that normalization and feature scaling are applied before model training to ensure that gradient-based algorithms (such as regression or neural networks) converge more efficiently and produce more accurate results.
The other options are not correct:
* Data ingestion refers to collecting and importing data into a system.
* Feature selection involves choosing the most relevant features, not scaling them.
* Model training is the phase where the algorithm learns patterns from the processed data, which occurs after feature engineering.
Therefore, ensuring that numeric variables are on a similar scale is a step in Feature Engineering.
生成式人工智能模型有两种类型,请列举出来。每个正确答案都代表一个完整的解决方案。注意:每个正确答案得一分。
Correct Answer: A,C
Vote an answer
你有一個人工智慧解決方案,讓使用者能夠透過使用口頭命令來控制智慧型設備。
此解決方案使用哪兩種類型的自然語言處理 (NLP) 工作負載?每個正確答案都代表了解決方案的一部分。
注意:每個正確的選擇都值得一分。
此解決方案使用哪兩種類型的自然語言處理 (NLP) 工作負載?每個正確答案都代表了解決方案的一部分。
注意:每個正確的選擇都值得一分。
Correct Answer: A,C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10
