AI-900-KR 문제 76
문장을 완성하려면 답변란에서 적절한 옵션을 선택하세요.


정답:

Explanation:
Confidence.
According to the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Explore computer vision in Microsoft Azure," the confidence score represents the calculated probability that a model's prediction is correct. In image classification, when an AI model analyzes an image and assigns it to a specific category, it also produces a confidence value-a numerical probability (usually between 0 and 1) indicating how certain the model is about its prediction.
For example, if an image classification model identifies an image as a "cat" with a confidence of 0.92, it means the model is 92% certain that the image depicts a cat. The confidence value helps developers and users understand the model's certainty level about its classification output.
Microsoft Learn emphasizes that in Azure Cognitive Services-such as the Custom Vision Service-each prediction result includes both the predicted label (class) and a confidence score. These confidence scores are essential for evaluating model performance and determining thresholds for automated decisions (e.g., accepting predictions only above a 0.8 probability).
Let's evaluate the other options:
* Accuracy: This is an overall performance metric measuring the percentage of correct predictions across the dataset, not a probability for a single prediction.
* Root Mean Square Error (RMSE): This is a metric for regression models, not classification tasks. It measures average error magnitude between predicted and actual values.
* Sentiment: This is a type of prediction (positive, negative, neutral) in text analysis, not a probability metric.
Therefore, based on Microsoft's AI-900 training materials and Azure Cognitive Services documentation, the calculated probability of a correct image classification is called Confidence, which expresses how sure the model is about its prediction for a specific input.
AI-900-KR 문제 77
Azure OpenAI 서비스를 사용하는 생성 AI 솔루션에서 유해한 콘텐츠를 식별해야 합니다.
무엇을 사용해야 하나요?
무엇을 사용해야 하나요?
정답: D
According to the Microsoft Azure AI Fundamentals (AI-900) curriculum and Azure OpenAI documentation, the appropriate service for detecting and managing harmful, unsafe, or inappropriate content in text, images, or other generative AI outputs is Azure AI Content Safety.
Azure AI Content Safety is designed to automatically detect potentially harmful material such as hate speech, violence, self-harm, sexual content, or profanity. It ensures that generative AI applications like chatbots, image generators, and content creation tools comply with Microsoft's Responsible AI principles - specifically Reliability & Safety and Accountability.
This service integrates directly with the Azure OpenAI Service, meaning that when developers build AI solutions using models like GPT-4 or DALL E, they can use Content Safety to filter and moderate both input prompts and model outputs. This protects users from unsafe or offensive content generation.
Let's analyze why the other options are incorrect:
* A. Face - The Face service detects and analyzes human faces in images or videos. It is unrelated to moderating harmful textual or generative content.
* B. Video Analysis - This service analyzes video streams to detect objects, actions, or events but not inappropriate or harmful text or imagery from AI models.
* C. Language - The Azure AI Language service focuses on text understanding tasks like sentiment analysis, entity recognition, and translation, not content safety filtering.
Therefore, per Microsoft Learn's official AI-900 guidance, when identifying or filtering harmful content in a generative AI solution built with Azure OpenAI, the correct and verified service to use is Azure AI Content Safety.
Azure AI Content Safety is designed to automatically detect potentially harmful material such as hate speech, violence, self-harm, sexual content, or profanity. It ensures that generative AI applications like chatbots, image generators, and content creation tools comply with Microsoft's Responsible AI principles - specifically Reliability & Safety and Accountability.
This service integrates directly with the Azure OpenAI Service, meaning that when developers build AI solutions using models like GPT-4 or DALL E, they can use Content Safety to filter and moderate both input prompts and model outputs. This protects users from unsafe or offensive content generation.
Let's analyze why the other options are incorrect:
* A. Face - The Face service detects and analyzes human faces in images or videos. It is unrelated to moderating harmful textual or generative content.
* B. Video Analysis - This service analyzes video streams to detect objects, actions, or events but not inappropriate or harmful text or imagery from AI models.
* C. Language - The Azure AI Language service focuses on text understanding tasks like sentiment analysis, entity recognition, and translation, not content safety filtering.
Therefore, per Microsoft Learn's official AI-900 guidance, when identifying or filtering harmful content in a generative AI solution built with Azure OpenAI, the correct and verified service to use is Azure AI Content Safety.
AI-900-KR 문제 78
다음 각 문장에 대해, 문장이 사실이라면 '예'를 선택하세요. 그렇지 않으면 '아니요'를 선택하세요.
참고: 정답 하나당 1점입니다.

참고: 정답 하나당 1점입니다.

정답:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn modules on machine learning concepts, ensuring that the accuracy of a predictive model can be proven requires data partitioning-specifically splitting the available data into training and testing datasets. This is a foundational concept in supervised machine learning.
When you split the data, typically about 70-80% of the dataset is used for training the model, while the remaining 20-30% is used for testing (or validation). The reason behind this approach is to ensure that the model's performance metrics-such as accuracy, precision, recall, and F1-score-are evaluated on data the model has never seen before. This prevents overfitting and allows you to demonstrate that the model generalizes well to new, unseen data.
In the AI-900 Microsoft Learn content under "Describe the machine learning process", it is explained that after cleaning and transforming the data, the next essential step is data splitting to "evaluate model performance objectively." By keeping training and testing data separate, you can prove the reliability and accuracy of the model's predictions, which is particularly crucial in sensitive domains like clinical or healthcare analytics, where decision transparency and validation are vital.
* Option A (Train the model by using the clinical data) is incorrect because you should not train and evaluate on the same data-it would lead to biased results.
* Option C (Train the model using automated ML) is incorrect because automated ML is a method for training and tuning, but it doesn't inherently prove accuracy.
* Option D (Validate the model by using the clinical data) is also incorrect if you use the same dataset for validation and training-it would not prove true accuracy.
Therefore, per Microsoft's official AI-900 study content, the verified correct answer is B. Split the clinical data into two datasets.
AI-900-KR 문제 79
Azure Cognitive Services 서비스를 적절한 작업에 맞춰 연결하세요.
답변하려면 왼쪽 열에서 해당 서비스를 오른쪽의 해당 작업으로 끌어다 놓으세요. 각 서비스는 한 번, 여러 번 또는 전혀 사용하지 않을 수 있습니다.
참고: 정답을 맞힐 때마다 1점이 주어집니다.

답변하려면 왼쪽 열에서 해당 서비스를 오른쪽의 해당 작업으로 끌어다 놓으세요. 각 서비스는 한 번, 여러 번 또는 전혀 사용하지 않을 수 있습니다.
참고: 정답을 맞힐 때마다 1점이 주어집니다.

정답:

Explanation:

These matches are based on the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Explore Azure Cognitive Services." Microsoft Azure provides Cognitive Services that enable developers to integrate artificial intelligence capabilities-such as vision, speech, language understanding, and decision-making-into applications without requiring in-depth AI expertise.
* Convert a user's speech to text # Speech ServiceThe Azure Speech Service supports speech-to-text (STT) conversion, which transcribes spoken language into written text. This feature is commonly used in voice assistants, transcription systems, and voice-enabled apps. The service uses advanced speech recognition models to handle different accents, languages, and background noises.
* Identify a user's intent # Language ServiceThe Azure AI Language Service (which includes capabilities from LUIS - Language Understanding) is used to interpret what a user means or wants to achieve based on their words. It identifies intents (the goal or action behind the input) and entities (key pieces of information) from natural language text. This is a key component in conversational AI applications, allowing chatbots and virtual assistants to respond intelligently.
* Provide a spoken response to the user # Speech ServiceThe Speech Service also supports text-to-speech (TTS) functionality, which converts textual responses into natural-sounding speech. This enables applications to communicate audibly with users, completing the conversational loop.
Translator Text is not used here because it's primarily designed for language translation between different languages, not for speech recognition or intent understanding.
AI-900-KR 문제 80
다음 각 문장에 대해, 문장이 사실이라면 '예'를 선택하세요. 그렇지 않으면 '아니요'를 선택하세요.
참고: 정답 하나당 1점입니다.

참고: 정답 하나당 1점입니다.

정답:

Explanation:

This question is derived from the Microsoft Azure AI Fundamentals (AI-900) learning module, particularly under "Describe features of conversational AI workloads on Azure." It tests understanding of chatbot capabilities and design principles within the context of Azure Bot Service and Conversational AI.
* Chatbots can support voice input - YesAccording to the AI-900 official materials, conversational AI systems such as chatbots can interact with users through text or voice. Using speech recognition services like Azure Cognitive Services Speech-to-Text, bots can interpret spoken input, and with Text- to-Speech, they can respond verbally. This enables voice-based chatbots used in virtual assistants, call centers, and customer support. Hence, voice input is fully supported by conversational AI solutions in Azure.
* A separate chatbot is required for each communication channel - NoThe Azure Bot Service is designed to provide multi-channel communication from a single bot instance. A single chatbot can communicate across several channels such as Microsoft Teams, Web Chat, Slack, Facebook Messenger, and email without needing separate bots for each platform. This centralized design allows developers to create, deploy, and manage one bot while configuring multiple channel connections through the Azure portal.
Therefore, the statement is false.
* Chatbots manage conversation flows by using a combination of natural language and constrained option responses - YesIn Microsoft's AI-900 training, chatbots are described as using Natural Language Processing (NLP) to understand free-form user input while also guiding interactions with predefined options such as buttons or quick replies. This hybrid approach ensures both flexibility and control, improving user experience and accuracy. Bots can interpret natural language via services like Language Understanding (LUIS) and also present structured options to guide conversations efficiently.
- 다른 버전
- 875Microsoft.AI-900-KR.v2026-05-11.q134
- 945Microsoft.AI-900-KR.v2026-03-02.q135
- 1333Microsoft.AI-900-KR.v2026-02-07.q121
- 1286Microsoft.AI-900-KR.v2026-01-01.q158
- 최근 업로드
- 114ACAMS.CAMS7-KR.v2026-06-05.q213
- 112PaloAltoNetworks.XSIAM-Analyst.v2026-06-04.q72
- 120NLN.NEX.v2026-06-04.q54
- 136Microsoft.AZ-500-KR.v2026-06-04.q213
- 116Microsoft.DP-600-KR.v2026-06-04.q98
- 173Microsoft.AZ-204-KR.v2026-06-04.q237
- 144Microsoft.PL-600-KR.v2026-06-04.q112
- 204Microsoft.SC-300-KR.v2026-06-03.q151
- 175Microsoft.DP-600-KR.v2026-06-03.q70
- 1002PMI.PMP-KR.v2026-06-01.q1069
[×]
PDF 파일 다운로드
메일 주소를 입력하시고 다운로드 하세요. Microsoft.AI-900-KR.v2026-01-05.q136 모의시험 시험자료를 다운 받으세요.
