AI-900-CN Exam Question 126
選出正確完成句子的答案。


Correct Answer:

Explanation:

The correct answer is Azure AI Custom Vision.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Explore computer vision in Azure", the Azure AI Custom Vision service is specifically designed to allow users to train, test, and deploy custom image classification and object detection models using their own images.
The Azure AI Custom Vision service extends the capabilities of Azure's general-purpose Computer Vision API by enabling organizations to upload their own labeled datasets, define custom tags (labels), and train models that are optimized for their specific use cases. This makes it ideal for object detection scenarios-such as detecting equipment in a manufacturing line, identifying products on store shelves, or recognizing medical images-where general-purpose models may not suffice.
By contrast, the Azure AI Computer Vision service provides pre-built models for tasks such as image description, tagging, face detection, and OCR (optical character recognition). It does not allow users to train their own models with custom data. Similarly, Azure AI Document Intelligence is used for extracting structured information from documents (forms, receipts, invoices), and Azure Video Analyzer for Media focuses on analyzing video content for insights and metadata extraction.
The AI-900 study guide emphasizes that the Custom Vision service supports two key model types:
* Image Classification - categorizing entire images based on predefined tags.
* Object Detection - identifying and locating multiple objects within an image by drawing bounding boxes.
Therefore, when the question specifies "train an object detection model by using your own images," the correct Azure service is Azure AI Custom Vision, as it provides the necessary tools for training, evaluating, and deploying custom computer vision models tailored to a user's dataset.
Hence, the verified correct answer is: Azure AI Custom Vision.
AI-900-CN Exam Question 127
哪兩個場景是自然語言處理工作負載的範例?每個正確答案都代表一個完整的解決方案。
筆記; 每個正確的選擇都值得一分。
筆記; 每個正確的選擇都值得一分。
Correct Answer: B,D
The correct answers are B. a smart device in the home that responds to questions such as, "What will the weather be like today?" and D. a website that uses a knowledge base to interactively respond to users' questions.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify features of Natural Language Processing (NLP) workloads on Azure", Natural Language Processing (NLP) is a branch of artificial intelligence that enables computers to understand, interpret, and generate human language in a meaningful way. NLP bridges the gap between human communication and machine understanding, allowing systems to process both spoken and written language.
* Option B - A smart device in the home that responds to questions such as "What will the weather be like today?"This is an example of an NLP workload because the device must process spoken language (speech-to-text), interpret the user's intent (language understanding), and generate a relevant spoken response (text-to-speech). This workflow involves several Azure Cognitive Services, such as Speech Service for recognizing and synthesizing speech, and Language Understanding (LUIS) for interpreting intent. This aligns with conversational AI and NLP tasks in the AI-900 syllabus.
* Option D - A website that uses a knowledge base to interactively respond to users' questions.This is also an NLP workload because the system interprets text input from users and retrieves appropriate answers from a knowledge base. Microsoft's QnA Maker (now part of the Azure AI Language service) and Azure Bot Service enable such behavior. The model uses NLP to understand the user's question, find the most relevant response, and generate an appropriate reply - key characteristics of natural language processing.
Incorrect options:
* A (assembly line machinery) represents automation or robotics, not NLP.
* C (monitoring temperature to activate a fan) is an example of an IoT (Internet of Things) or rule-based system, not related to language processing.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify features of Natural Language Processing (NLP) workloads on Azure", Natural Language Processing (NLP) is a branch of artificial intelligence that enables computers to understand, interpret, and generate human language in a meaningful way. NLP bridges the gap between human communication and machine understanding, allowing systems to process both spoken and written language.
* Option B - A smart device in the home that responds to questions such as "What will the weather be like today?"This is an example of an NLP workload because the device must process spoken language (speech-to-text), interpret the user's intent (language understanding), and generate a relevant spoken response (text-to-speech). This workflow involves several Azure Cognitive Services, such as Speech Service for recognizing and synthesizing speech, and Language Understanding (LUIS) for interpreting intent. This aligns with conversational AI and NLP tasks in the AI-900 syllabus.
* Option D - A website that uses a knowledge base to interactively respond to users' questions.This is also an NLP workload because the system interprets text input from users and retrieves appropriate answers from a knowledge base. Microsoft's QnA Maker (now part of the Azure AI Language service) and Azure Bot Service enable such behavior. The model uses NLP to understand the user's question, find the most relevant response, and generate an appropriate reply - key characteristics of natural language processing.
Incorrect options:
* A (assembly line machinery) represents automation or robotics, not NLP.
* C (monitoring temperature to activate a fan) is an example of an IoT (Internet of Things) or rule-based system, not related to language processing.
AI-900-CN Exam Question 128
要完成句子,請在答案區中選擇適當的選項。


Correct Answer:

Explanation:

Azure Custom Vision is a cognitive service that lets you build, deploy, and improve your own image classifiers. An image classifier is an AI service that applies labels (which represent classes) to images, according to their visual characteristics. Unlike the Computer Vision service, Custom Vision allows you to specify the labels to apply.
Note: The Custom Vision service uses a machine learning algorithm to apply labels to images. You, the developer, must submit groups of images that feature and lack the characteristics in question. You label the images yourself at the time of submission. Then the algorithm trains to this data and calculates its own accuracy by testing itself on those same images. Once the algorithm is trained, you can test, retrain, and eventually use it to classify new images according to the needs of your app. You can also export the model itself for offline use.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/home custom vision - This is a type of computer vision service which helps in building/training models using user provided data Creating an object detection solution with Custom Vision consists of three main tasks. First you must use upload and tag images, then you can train the model, and finally you must publish the model so that client applications can use it to generate predictions.
https://docs.microsoft.com/en-us/learn/modules/detect-objects-images-custom-vision/2-object-detection-azure
AI-900-CN Exam Question 129
選出正確完成句子的答案。


Correct Answer:

Explanation:

During model training, a portion of the dataset (commonly 70-80%) is used to teach the machine learning algorithm to identify patterns and relationships between input features and the output label. The remaining data (usually 20-30%) is held back to evaluate the model's performance and verify its accuracy on unseen data. This ensures the model is not overfitted (too tightly fitted to training data) and can generalize well to new inputs.
Key steps highlighted in Microsoft Learn materials:
* Model Training: Use the training data to fit the model - the algorithm learns relationships between input features and labels.
* Model Evaluation: Use the test or validation data to assess the accuracy, precision, recall, or other metrics of the trained model.
* Model Deployment: Once validated, the model is deployed to make real-world predictions.
Other options explained:
* Feature engineering: Involves preparing and transforming input data, not splitting datasets for training and testing.
* Time constraints: Not a machine learning process step.
* Feature stripping: Not a recognized ML concept.
* MLflow models: Refers to an open-source tool for tracking and managing models, not dataset splitting or training.
Thus, when you use a portion of the dataset to prepare and train a machine learning model, and retain the rest to verify results, the process is known as model training.
AI-900-CN Exam Question 130
您有一個自然語言處理 (NIP) 模型,該模型是使用未經許可獲得的資料建立的。
這違反了微軟的哪一項負責任人工智慧原則?
這違反了微軟的哪一項負責任人工智慧原則?
Correct Answer: A
According to the Microsoft Azure AI Fundamentals (AI-900) official study materials and Microsoft's Responsible AI Principles, one of the core principles is "Privacy and Security." This principle ensures that AI systems protect personal and sensitive information, maintaining compliance with privacy laws, data protection regulations, and ethical data-handling practices.
If a Natural Language Processing (NLP) model is created using data obtained without permission, it directly violates this principle. Data collected without proper consent breaches user privacy and potentially violates regulations such as GDPR (General Data Protection Regulation) or other global privacy frameworks.
The Privacy and Security principle emphasizes the following:
* AI systems must ensure data collection and usage transparency.
* Data must be lawfully acquired and used with consent.
* Systems should protect data against unauthorized access or misuse.
In contrast:
* Inclusiveness promotes accessibility and fairness for all users.
* Transparency focuses on explaining how AI systems make decisions.
* Reliability and safety ensure systems function as intended and minimize harm.
Therefore, using unapproved data clearly breaches Privacy and Security, as it involves unethical data sourcing and endangers user trust.
If a Natural Language Processing (NLP) model is created using data obtained without permission, it directly violates this principle. Data collected without proper consent breaches user privacy and potentially violates regulations such as GDPR (General Data Protection Regulation) or other global privacy frameworks.
The Privacy and Security principle emphasizes the following:
* AI systems must ensure data collection and usage transparency.
* Data must be lawfully acquired and used with consent.
* Systems should protect data against unauthorized access or misuse.
In contrast:
* Inclusiveness promotes accessibility and fairness for all users.
* Transparency focuses on explaining how AI systems make decisions.
* Reliability and safety ensure systems function as intended and minimize harm.
Therefore, using unapproved data clearly breaches Privacy and Security, as it involves unethical data sourcing and endangers user trust.
- Other Version
- 451Microsoft.AI-900-CN.v2026-04-21.q135
- 374Microsoft.AI-900-CN.v2026-03-07.q156
- 584Microsoft.AI-900-CN.v2025-12-26.q125
- Latest Upload
- 132Microsoft.AB-731.v2026-07-03.q32
- 125Microsoft.AI-900-CN.v2026-07-03.q148
- 147GIAC.GICSP.v2026-07-03.q43
- 187EC-COUNCIL.212-89.v2026-07-03.q125
- 153Salesforce.Plat-Admn-201.v2026-07-02.q74
- 273AAPC.CPC.v2026-07-02.q224
- 164Cisco.820-605.v2026-07-02.q83
- 164Cisco.300-435.v2026-07-02.q95
- 131PaloAltoNetworks.XSIAM-Analyst.v2026-07-02.q35
- 222IIA.IIA-CIA-Part3-CN.v2026-07-02.q222
[×]
Download PDF File
Enter your email address to download Microsoft.AI-900-CN.v2026-07-03.q148 Practice Test
