AI-900-CN Exam Question 46
可以回答問題的智慧型設備。“Contoso, Ltd. 的股價是多少?” 是哪個 Al 工作負載的範例?
Correct Answer: D
The question describes a smart device that can understand and respond to a spoken or written question such as, "What is the stock price of Contoso, Ltd.?" This scenario directly maps to the Natural Language Processing (NLP) workload in Microsoft Azure AI.
According to the Microsoft AI Fundamentals (AI-900) study guide and the Microsoft Learn module "Describe features of common AI workloads," NLP enables systems to understand, interpret, and generate human language. Azure AI Language and Azure Speech services are examples of NLP-based solutions.
In this case, the smart device performs several NLP tasks:
* Speech recognition - converts spoken input into text.
* Language understanding - interprets the user's intent, i.e., retrieving the stock price of a specific company.
* Response generation - formulates a meaningful answer that can be presented back as text or speech.
This process shows a full pipeline of natural language understanding (NLU) and conversational AI. It does not involve visual data (computer vision), data pattern analysis (anomaly detection), or document search (knowledge mining).
Hence, the correct AI workload is D. Natural Language Processing.
According to the Microsoft AI Fundamentals (AI-900) study guide and the Microsoft Learn module "Describe features of common AI workloads," NLP enables systems to understand, interpret, and generate human language. Azure AI Language and Azure Speech services are examples of NLP-based solutions.
In this case, the smart device performs several NLP tasks:
* Speech recognition - converts spoken input into text.
* Language understanding - interprets the user's intent, i.e., retrieving the stock price of a specific company.
* Response generation - formulates a meaningful answer that can be presented back as text or speech.
This process shows a full pipeline of natural language understanding (NLU) and conversational AI. It does not involve visual data (computer vision), data pattern analysis (anomaly detection), or document search (knowledge mining).
Hence, the correct AI workload is D. Natural Language Processing.
AI-900-CN Exam Question 47
您需要根據使用者提示產生圖像。您應該使用哪種 Azure OpenAI 模型?
Correct Answer: B
According to the Microsoft Azure OpenAI Service documentation and AI-900 official study materials, the DALL-E model is specifically designed to generate and edit images from natural language prompts. When a user provides a descriptive text input such as "a futuristic city skyline at sunset", DALL-E interprets the textual prompt and produces an image that visually represents the content described. This functionality is known as text-to-image generation and is one of the creative AI capabilities supported by Azure OpenAI.
DALL-E belongs to the family of generative models that can create new visual content, expand existing images, or apply transformations to images based on textual instructions. Within Azure OpenAI, the DALL-E API enables developers to integrate image creation directly into applications-useful for design assistance, marketing content generation, or visualization tools. The model learns from vast datasets of text-image pairs and is optimized to ensure alignment, diversity, and accuracy in the produced visuals.
By contrast, the other options serve different purposes:
* A. GPT-4 is a large language model for text-based generation, reasoning, and conversation, not for creating images.
* C. GPT-3 is an earlier text generation model, primarily used for language tasks like summarization, classification, and question answering.
* D. Whisper is an automatic speech recognition (ASR) model used to convert spoken language into written text; it has no image-generation capability.
Therefore, when the requirement is to generate images based on user prompts, the only Azure OpenAI model that fulfills this purpose is DALL-E. This aligns directly with the AI-900 learning objective covering Azure OpenAI generative capabilities for text, code, and image creation.
DALL-E belongs to the family of generative models that can create new visual content, expand existing images, or apply transformations to images based on textual instructions. Within Azure OpenAI, the DALL-E API enables developers to integrate image creation directly into applications-useful for design assistance, marketing content generation, or visualization tools. The model learns from vast datasets of text-image pairs and is optimized to ensure alignment, diversity, and accuracy in the produced visuals.
By contrast, the other options serve different purposes:
* A. GPT-4 is a large language model for text-based generation, reasoning, and conversation, not for creating images.
* C. GPT-3 is an earlier text generation model, primarily used for language tasks like summarization, classification, and question answering.
* D. Whisper is an automatic speech recognition (ASR) model used to convert spoken language into written text; it has no image-generation capability.
Therefore, when the requirement is to generate images based on user prompts, the only Azure OpenAI model that fulfills this purpose is DALL-E. This aligns directly with the AI-900 learning objective covering Azure OpenAI generative capabilities for text, code, and image creation.
AI-900-CN Exam Question 48
您部署 Azure OpenAI 服務來產生映像。
您需要確保該服務提供最高等級的針對有害內容的保護。
你應該怎麼做?
您需要確保該服務提供最高等級的針對有害內容的保護。
你應該怎麼做?
Correct Answer: A
The correct answer is A. Configure the Content filters settings.
When using the Azure OpenAI Service for text or image generation, Microsoft provides built-in content filtering to help detect and block potentially harmful or unsafe outputs. These filters are part of Microsoft's Responsible AI framework and are designed to prevent the generation of offensive, violent, sexual, or otherwise restricted content.
To ensure the highest level of protection, you can configure content filter settings within the Azure OpenAI deployment. This allows you to define stricter policies based on your organization's safety requirements. For image generation models such as DALL E, enabling or strengthening these filters ensures that inappropriate or unsafe images are not generated or returned.
* B (Customize an LLM): Customization affects behavior but not safety filtering.
* C (Configure the system prompt): Adjusts response style but doesn't guarantee content safety.
* D (Change the model): Different models have similar filter systems; protection level depends on filter configuration, not the model itself.
When using the Azure OpenAI Service for text or image generation, Microsoft provides built-in content filtering to help detect and block potentially harmful or unsafe outputs. These filters are part of Microsoft's Responsible AI framework and are designed to prevent the generation of offensive, violent, sexual, or otherwise restricted content.
To ensure the highest level of protection, you can configure content filter settings within the Azure OpenAI deployment. This allows you to define stricter policies based on your organization's safety requirements. For image generation models such as DALL E, enabling or strengthening these filters ensures that inappropriate or unsafe images are not generated or returned.
* B (Customize an LLM): Customization affects behavior but not safety filtering.
* C (Configure the system prompt): Adjusts response style but doesn't guarantee content safety.
* D (Change the model): Different models have similar filter systems; protection level depends on filter configuration, not the model itself.
AI-900-CN Exam Question 49
您應該使用哪個 Azure OpenAI 模型來總結文件中的文字?
Correct Answer: D
According to the Microsoft Learn documentation and the Azure AI Fundamentals (AI-900) study guide, the GPT (Generative Pre-trained Transformer) family of models within Azure OpenAI Service is used for text- based natural language tasks, including summarization, content generation, and text completion.
When you need to summarize text from a document, GPT models (such as GPT-3.5 or GPT-4) can process large sections of text, extract the most relevant details, and generate concise summaries that retain the key meaning. The summarization task uses the model's natural language understanding capabilities to identify core concepts and generate human-like, coherent text.
Other options are incorrect:
* A. Whisper # Used for speech-to-text transcription, not text summarization.
* B. DALL-E # Generates images from text prompts, not text summaries.
* C. Codex # Specializes in code generation and completion, not document summarization.
When you need to summarize text from a document, GPT models (such as GPT-3.5 or GPT-4) can process large sections of text, extract the most relevant details, and generate concise summaries that retain the key meaning. The summarization task uses the model's natural language understanding capabilities to identify core concepts and generate human-like, coherent text.
Other options are incorrect:
* A. Whisper # Used for speech-to-text transcription, not text summarization.
* B. DALL-E # Generates images from text prompts, not text summaries.
* C. Codex # Specializes in code generation and completion, not document summarization.
AI-900-CN Exam Question 50
選出正確完成句子的答案。


Correct Answer:

Explanation:

The question describes a process where an AI system generates text that describes an image - for example,
"A dog playing with a ball in the park." This process is an example of image classification, a core workload in computer vision that allows a system to recognize and categorize the content of an image.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify Azure services for computer vision," image classification involves analyzing the pixels of an image and assigning one or more predefined categories or labels to it. In more advanced implementations, image classification models are combined with caption generation algorithms to produce descriptive text. For example, Azure AI Vision can generate captions and tags that describe an image's content, such as "outdoor scene," "a person riding a bicycle," or "a group of people smiling." Let's review the other options to clarify why they are incorrect:
* Facial detection: Identifies the presence and location of human faces in an image, but does not generate descriptive text.
* Object detection: Identifies and locates multiple objects within an image by drawing bounding boxes, not by describing the overall scene.
* Optical character recognition (OCR): Extracts text from images or scanned documents (for example, reading a street sign), but it doesn't create descriptive language about what's depicted.
Therefore, the correct answer is Image classification, as it aligns with the AI-900 learning objective that describes this task as recognizing and categorizing the main content of an image, often leading to caption generation in modern vision models such as those in Azure AI Vision.
- 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
- 128Microsoft.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
