Microsoft AI-900 中文 Actual Free Exam Questions & Community Discussion
選出正確完成句子的答案。


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


Correct Answer:

Explanation:
Yes, No, Yes.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Identify capabilities of Azure Cognitive Services for Language", the Azure Translator service is a cloud-based machine translation service used to translate text or entire documents between languages in real time. It uses REST APIs or client libraries to translate text input, detect languages, and support multiple target languages in a single request.
* "The following service call will accept English text as an input and output Italian and French text:
/translate?from=en & to=it,fr - Yes.This URL format is correct because the Translator service API allows multiple target languages to be specified in a single to parameter separated by commas. In this case, from=en defines the source language (English), and to=it,fr requests translations into Italian (it) and French (fr). The API would return results in both target languages simultaneously. This syntax is officially documented in Microsoft Learn as the valid format for multi-language translation.
* "The following service call will accept English text as an input and output Italian and French text:
/translate?from=en & to=fr & to=it - No.This format is incorrect, as the Translator API does not support repeating the to parameter multiple times. Only one to parameter is valid, and multiple target languages must be provided as a comma-separated list within the same to parameter.
* "The Translator service can be used to translate documents from English to French." - Yes.This statement is true. The Translator service supports both text translation and document translation. The document translation capability allows the translation of whole files such as Word, PowerPoint, or PDF documents while preserving formatting and structure. This feature is included in the official Translator API under "Document Translation." In summary, the AI-900 study content clarifies that:
# /translate?from=en & to=it,fr # Valid syntax
# /translate?from=en & to=fr & to=it # Invalid syntax
# Translator can translate full documents between languages
您應該採取什麼措施來防止生成式 AI 解決方案回傳惡意回應?
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
要完成句子,請在答案區中選擇適當的選項。


Correct Answer:

Explanation:

According to Microsoft's Responsible AI principles, one of the key guiding values is Reliability and Safety, which ensures that AI systems operate consistently, accurately, and safely under all intended conditions. The AI-900 study materials and Microsoft Learn modules explain that an AI system must be trustworthy and dependable, meaning it should not produce results when the input data is incomplete, corrupted, or significantly outside the expected range.
In the given scenario, the AI system avoids providing predictions when important fields contain unusual or missing values. This behavior demonstrates reliability and safety because it prevents the system from making unreliable or potentially harmful decisions based on bad or insufficient data. Microsoft emphasizes that AI systems must undergo extensive validation, testing, and monitoring to ensure stable performance and predictable outcomes, even when data conditions vary.
The other options do not fit this scenario:
* Inclusiveness ensures that AI systems are accessible to and usable by all people, regardless of abilities or backgrounds.
* Privacy and Security focuses on protecting user data and ensuring it is used responsibly.
* Transparency involves making AI decisions explainable and understandable to humans.
Only Reliability and Safety directly address the concept of an AI system refusing to act or returning an error when it cannot make a trustworthy prediction. This principle helps prevent inaccurate or unsafe outputs, maintaining confidence in the system's integrity.
Therefore, ensuring an AI system does not produce predictions when input data is incomplete or unusual aligns directly with Microsoft's Reliability and Safety principle for responsible AI.
可用於評估迴歸模型的兩個指標是什麼?每個正確答案都代表一個完整的解決方案。
注意:每個正確的選擇都值得一分。
注意:每個正確的選擇都值得一分。
Correct Answer: D,E
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) study guide and official Microsoft Learn modules under "Describe features of common AI workloads", Conversational AI refers to technology that enables computers to engage in dialogue or conversation with users through natural language, whether by text or speech. The interactive answering of user-entered questions through a chat interface or virtual assistant is a direct example of a conversational AI workload.
Microsoft defines Conversational AI as systems that use natural language processing (NLP) and language understanding models to interpret what users are asking and respond appropriately. This includes chatbots, virtual assistants (like Cortana or Azure Bot Service), and automated customer service systems that simulate a human-like conversation. In this case, when an application answers questions that a user types interactively, the AI model is processing human language inputs, deriving intent, and generating meaningful replies - precisely what conversational AI is designed to do.
By contrast:
* Anomaly detection identifies unusual patterns in data, typically used for fraud detection or equipment monitoring - not interactive dialogue.
* Computer vision deals with interpreting images or video (e.g., object detection, facial recognition), unrelated to answering text-based questions.
* Forecasting uses historical data to predict future trends or outcomes, often in sales or demand prediction scenarios.
The AI-900 guide emphasizes that Conversational AI helps businesses improve customer interaction efficiency by offering instant, automated, and consistent responses. It enables real-time engagement 24/7 and integrates with tools such as Azure Bot Service, Azure Cognitive Service for Language, and QnA Maker (now part of Azure AI Language Service).
Therefore, based on the Microsoft Learn objectives and definitions from the official AI-900 curriculum, the interactive answering of user questions in an application is best categorized as Conversational AI.
您可以使用電腦視覺來處理哪兩種工作負載?每個正確答案都代表一個完整的解決方案。注意:每個正確的選擇都值得一分。
Correct Answer: D,E
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
您可以將哪兩個元件拖曳到 Azure 機器學習設計器中的畫布上?每個正確答案都代表一個完整的解決方案。
注意:每個正確的選擇都值得一分。
注意:每個正確的選擇都值得一分。
Correct Answer: C,D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

In Microsoft Azure AI Language Service, both Named Entity Recognition (NER) and Key Phrase Extraction are core features for text analytics. They serve distinct purposes in analyzing and structuring unstructured text data.
* Named Entity Recognition (NER):NER is used to identify and categorize specific entities within text, such as people, organizations, locations, dates, times, and quantities. According to Microsoft Learn's
"Analyze text with Azure AI Language" module, NER scans text to extract these entities along with their types. Therefore, the statement "Named entity recognition can be used to retrieve dates and times in a text string" is True (Yes).
* Key Phrase Extraction:This feature identifies the most important phrases or main topics in a block of text. It is useful for summarization or highlighting central ideas without classifying them into specific categories. Therefore, the statement "Key phrase extraction can be used to retrieve important phrases in a text string" is also True (Yes).
* City Name Retrieval:While key phrase extraction highlights major phrases, it does not extract specific entities like cities or dates. Extracting such details requires Named Entity Recognition, which is designed to find named entities such as city names, people, or organizations. Hence, the statement "Key phrase extraction can be used to retrieve all the city names in a text string" is False (No).
選出正確完成句子的答案。


Correct Answer:

Explanation:

"Optical Character Recognition (OCR) extracts text from handwritten documents." According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify features of computer vision workloads," Optical Character Recognition (OCR) is a computer vision capability that enables AI systems to detect and extract printed or handwritten text from images, scanned documents, and photographs.
Microsoft Learn explains that OCR uses machine learning algorithms to analyze visual data, locate regions containing text, and then convert that text into machine-readable digital format. This capability is essential for automating processes such as document digitization, form processing, and data extraction.
OCR technology is provided through services such as the Azure Cognitive Services Computer Vision API and Azure Form Recognizer. The Computer Vision API's OCR feature can extract text from both typed and handwritten sources, including receipts, invoices, letters, and forms. Once extracted, this text can be processed, searched, or stored electronically, enabling automation and efficiency in document management systems.
Let's review the incorrect options:
* Object detection identifies and locates objects in an image by drawing bounding boxes (e.g., detecting vehicles or people).
* Facial recognition identifies or verifies individuals by comparing facial features.
* Image classification assigns an image to one or more predefined categories (e.g., "dog," "car," "tree").
None of these perform the task of extracting textual content from images - that is uniquely handled by Optical Character Recognition (OCR).
Therefore, based on the AI-900 official study content, the verified and correct answer is Optical Character Recognition (OCR), as it specifically extracts text (printed or handwritten) from image-based documents.
將負責任的人工智慧的原則與適當的描述相匹配。
要回答,請將適當的原則從左側的列拖曳到右側的描述中。每個原則可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

要回答,請將適當的原則從左側的列拖曳到右側的描述中。每個原則可以使用一次、多次或完全不使用。
注意:每場正確的比賽都值得一分。

Correct Answer:

Explanation:

The correct answers are derived from the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Identify guiding principles for responsible AI." Microsoft defines six core principles of Responsible AI:
* Fairness
* Reliability and safety
* Privacy and security
* Inclusiveness
* Transparency
* Accountability
Each principle addresses a key ethical and operational requirement for developing and deploying trustworthy AI systems.
* Reliability and safety - "AI systems must consistently operate as intended, even under unexpected conditions."This principle ensures that AI models are dependable, robust, and perform accurately under diverse circumstances. Microsoft emphasizes that systems should be thoroughly tested and monitored to guarantee predictable behavior, prevent harm, and maintain safety. A reliable AI solution should continue to function properly when faced with unusual or noisy inputs, and fail safely when issues arise.
This principle focuses on stability, testing, and dependable performance.
* Privacy and security - "AI systems must protect and secure personal and business information."This principle ensures that AI systems comply with data privacy laws and ethical standards. It protects users' sensitive data against unauthorized access and misuse. Microsoft highlights that organizations must implement strong encryption, data anonymization, and access control mechanisms to maintain confidentiality. Protecting user data is essential to building trust and compliance with global standards like GDPR.
Other principles such as fairness and inclusiveness apply to ensuring equitable and accessible AI, but they do not directly relate to system operation or information protection.
# Final Answers:
* "Operate as intended" # Reliability and safety
* "Protect and secure information" # Privacy and security
對於以下每個陳述,如果該陳述為真,請選擇「是」。否則,選擇“否”。 注意:每個正確的選擇都值得一分。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify features of Computer Vision workloads on Azure", the Custom Vision service is a part of Azure Cognitive Services that allows users to build, train, and deploy custom image classification and object detection models. It is primarily designed for still-image analysis, not video processing.
* "The Custom Vision service can be used to detect objects in an image." - Yes.This is correct. The Custom Vision service supports two major model types: classification (categorizing entire images) and object detection (identifying and locating multiple objects within a single image). In object detection mode, the model outputs both the object's category and its position in the image using bounding boxes.
This capability is emphasized in the AI-900 curriculum as an example of applying computer vision to real-world scenarios, such as identifying products on shelves or detecting equipment parts in manufacturing.
* "The Custom Vision service requires that you provide your own data to train the model." - Yes.This statement is also true. Unlike prebuilt computer vision models, Custom Vision is a trainable model that requires users to upload their own labeled images to create a domain-specific AI model. The model's accuracy depends on the quality and quantity of this user-provided data. The AI-900 study materials explain that Custom Vision is used when prebuilt models do not meet specific needs, enabling businesses to train models tailored to unique image sets.
* "The Custom Vision service can be used to analyze video files." - No.This is incorrect. Custom Vision is limited to image-based analysis. To analyze video content (detecting objects or motion in moving frames), Azure provides Video Indexer, which is a separate service designed for extracting insights from video files, including speech, objects, faces, and emotions.
選出正確完成句子的答案。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify features of common machine learning types", regression is a supervised machine learning technique used to predict continuous numerical values based on one or more input features. In this scenario, the task is to predict a vehicle's miles per gallon (MPG)-a continuous numeric value-based on several measurable factors such as weight, engine power, and other specifications.
Regression models learn the mathematical relationship between input variables (independent features) and a numeric target variable (dependent outcome). Common regression algorithms include linear regression, decision tree regression, and support vector regression. In the example, the model would analyze historical data of vehicles and learn patterns that map characteristics (like engine size, horsepower, and weight) to fuel efficiency. Once trained, it can predict the MPG for a new vehicle configuration.
The other options describe different problem types:
* Classification predicts discrete categories (for example, whether a car is "fuel efficient" or "not fuel efficient"), not continuous values.
* Clustering is an unsupervised learning method that groups data points based on similarities without predefined labels, not predictive modeling.
* Anomaly detection identifies data points that significantly deviate from normal patterns, such as detecting engine sensor failures or fraudulent transactions.
Since predicting MPG involves estimating a numeric value within a continuous range, regression is the most appropriate model type.
In summary, per AI-900 training content, regression models are used when the output variable is numeric, classification for categorical outputs, and clustering for pattern discovery. Therefore, predicting miles per gallon based on vehicle features is a textbook example of a regression problem in Azure Machine Learning.
0
0
0
10
