AI-900-KR 문제 6
Azure Al Document Intelligence의 사전 구축된 영수증 모델을 사용할 수 있는 Azure 서비스는 무엇입니까?
정답: C
The prebuilt receipt model is part of Azure AI Document Intelligence (formerly Form Recognizer), which belongs to the broader Azure AI Services family. The prebuilt receipt model is designed to automatically extract key information such as merchant names, dates, totals, and tax amounts from receipts without requiring custom training.
Among the given options, C. Azure AI Services is correct because it encompasses all cognitive AI capabilities-vision, language, speech, and document processing. Specifically, Azure AI Document Intelligence is included within Azure AI Services and provides both prebuilt and custom models for processing invoices, receipts, business cards, and identity documents.
Options A (Computer Vision) and D (Custom Vision) are image-based services, not form-processing tools.
Option B (Azure Machine Learning) focuses on building custom predictive models, not using prebuilt document models.
Therefore, the correct answer is C. Azure AI Services, which includes the prebuilt receipt model in Document Intelligence.
Among the given options, C. Azure AI Services is correct because it encompasses all cognitive AI capabilities-vision, language, speech, and document processing. Specifically, Azure AI Document Intelligence is included within Azure AI Services and provides both prebuilt and custom models for processing invoices, receipts, business cards, and identity documents.
Options A (Computer Vision) and D (Custom Vision) are image-based services, not form-processing tools.
Option B (Azure Machine Learning) focuses on building custom predictive models, not using prebuilt document models.
Therefore, the correct answer is C. Azure AI Services, which includes the prebuilt receipt model in Document Intelligence.
AI-900-KR 문제 7
문장을 올바르게 완성하는 답을 선택하세요.


정답:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Describe features of natural language processing (NLP) workloads on Azure," Natural Language Processing refers to the branch of AI that enables computers to interpret, understand, and generate human language. One of the main NLP workloads identified by Microsoft is speech-to-text conversion, which transforms spoken words into written text.
Creating a text transcript of a voice recording perfectly fits this definition because it involves converting audio language data into text form - a process handled by speech recognition models. These models analyze the acoustic features of human speech, segment phonemes, identify words, and produce a text transcript. On Azure, this function is implemented using the Azure Cognitive Services Speech-to-Text API, part of the Language and Speech services.
Let's examine the other options to clarify why they are incorrect:
* Computer vision workload: Involves interpreting and analyzing visual data such as images and videos (e.g., object detection, facial recognition). It does not deal with speech or audio.
* Knowledge mining workload: Refers to extracting useful information from large amounts of structured and unstructured data using services like Azure Cognitive Search, not transcribing audio.
* Anomaly detection workload: Involves identifying unusual patterns in data (e.g., fraud detection or sensor anomalies), unrelated to language or speech.
In summary, when a system creates a text transcript from spoken audio, it is performing a speech recognition task-classified under Natural Language Processing (NLP). This workload helps make spoken content searchable, analyzable, and accessible, aligning with Microsoft's Responsible AI goal of enhancing accessibility through language understanding.
AI-900-KR 문제 8
고객이 정보에 접근할 수 있도록 지원하는 고객 지원 솔루션을 구축해야 합니다. 이 솔루션은 이메일, 전화, 실시간 채팅 채널을 지원해야 합니다. 어떤 유형의 AI 솔루션을 사용해야 할까요?
정답: D
According to the Microsoft Azure AI Fundamentals (AI-900) official study materials and Microsoft Learn module "Describe features of common AI workloads", a chatbot (also known as a conversational AI agent) is a solution designed to interact with users through natural language conversation across multiple channels such as email, phone, webchat, and messaging apps.
Chatbots use Natural Language Processing (NLP) to interpret what users are saying, identify their intent, and provide relevant responses. In Azure, this functionality is implemented using the Azure Bot Service integrated with the Azure Cognitive Service for Language (Question Answering and Language Understanding). The study guide emphasizes that chatbots are used in customer service, information retrieval, and support automation to reduce the workload on human agents and improve response times.
The requirement in this question - supporting email, phone, and live chat channels - aligns exactly with the definition of a conversational AI chatbot, which can operate across multiple communication platforms.
Microsoft Learn clearly identifies that chatbots can be deployed to assist customers in retrieving information, answering FAQs, and escalating complex issues when necessary.
The other options are incorrect because:
* A. NLP is the underlying technology used by the chatbot but not the solution itself.
* B. Computer vision involves analyzing images or videos, which is unrelated to this scenario.
* C. Machine learning is a broader AI field and not a specific customer support solution type.
Chatbots use Natural Language Processing (NLP) to interpret what users are saying, identify their intent, and provide relevant responses. In Azure, this functionality is implemented using the Azure Bot Service integrated with the Azure Cognitive Service for Language (Question Answering and Language Understanding). The study guide emphasizes that chatbots are used in customer service, information retrieval, and support automation to reduce the workload on human agents and improve response times.
The requirement in this question - supporting email, phone, and live chat channels - aligns exactly with the definition of a conversational AI chatbot, which can operate across multiple communication platforms.
Microsoft Learn clearly identifies that chatbots can be deployed to assist customers in retrieving information, answering FAQs, and escalating complex issues when necessary.
The other options are incorrect because:
* A. NLP is the underlying technology used by the chatbot but not the solution itself.
* B. Computer vision involves analyzing images or videos, which is unrelated to this scenario.
* C. Machine learning is a broader AI field and not a specific customer support solution type.
AI-900-KR 문제 9
Azure OpenAI DALL-E 모델을 사용하여 수행할 수 있는 두 가지 작업은 무엇입니까? 각 정답은 완전한 해결책을 제시합니다.
참고: 정답은 1점입니다.
참고: 정답은 1점입니다.
정답: A,D
The correct answers are A. Create images and D. Modify images.
The Azure OpenAI DALL-E model is a text-to-image generative AI model that can create original images and modify existing ones based on text prompts. According to Microsoft Learn and Azure OpenAI documentation, DALL-E interprets natural language descriptions to produce unique and creative visual content, making it useful for design, illustration, marketing, and educational applications.
* Create images (A) - DALL-E can generate new images entirely from textual input. For example, the prompt "a futuristic city skyline at sunrise" would result in a custom-generated artwork that visually represents that description.
* Modify images (D) - DALL-E also supports inpainting and outpainting, allowing users to edit or expand existing images. You can replace parts of an image (for example, changing a background or object) or add new elements consistent with the visual style of the original.
The remaining options are incorrect:
* B. OCR is performed by Azure AI Vision, not DALL-E.
* C. Detect objects in images is also an Azure AI Vision (Image Analysis) feature.
* E. Generate captions for images is handled by Azure AI Vision, not DALL-E, since DALL-E generates-not interprets-visuals.
The Azure OpenAI DALL-E model is a text-to-image generative AI model that can create original images and modify existing ones based on text prompts. According to Microsoft Learn and Azure OpenAI documentation, DALL-E interprets natural language descriptions to produce unique and creative visual content, making it useful for design, illustration, marketing, and educational applications.
* Create images (A) - DALL-E can generate new images entirely from textual input. For example, the prompt "a futuristic city skyline at sunrise" would result in a custom-generated artwork that visually represents that description.
* Modify images (D) - DALL-E also supports inpainting and outpainting, allowing users to edit or expand existing images. You can replace parts of an image (for example, changing a background or object) or add new elements consistent with the visual style of the original.
The remaining options are incorrect:
* B. OCR is performed by Azure AI Vision, not DALL-E.
* C. Detect objects in images is also an Azure AI Vision (Image Analysis) feature.
* E. Generate captions for images is handled by Azure AI Vision, not DALL-E, since DALL-E generates-not interprets-visuals.
AI-900-KR 문제 10
문장을 완성하려면 답변란에서 적절한 옵션을 선택하세요.


정답:

Explanation:

The correct answer is object detection. According to the Microsoft Azure AI Fundamentals (AI-900) official study materials and Microsoft Learn module "Explore computer vision", object detection is the process of identifying and locating objects within an image or video. The primary characteristic of object detection, as emphasized in the study guide, is its ability to return a bounding box around each detected object along with a corresponding label or class.
In this question, the task involves returning a bounding box that indicates the location of a vehicle in an image. This is the exact definition of object detection - identifying that the object exists (a vehicle) and determining its position within the frame. Microsoft Learn clearly differentiates this from other computer vision tasks. Image classification, for example, only determines what an image contains as a whole (for instance, "this image contains a vehicle"), but it does not indicate where in the image the object is located.
Optical character recognition (OCR) is specifically used for extracting printed or handwritten text from images, and semantic segmentation involves classifying every pixel in an image to understand boundaries in greater detail, often used in autonomous driving or medical imaging.
The official AI-900 guide highlights object detection as one of the key computer vision workloads supported by Azure Computer Vision, Custom Vision, and Azure Cognitive Services. These services are designed to detect multiple instances of various object types in a single image, outputting bounding boxes and confidence scores for each.
Therefore, based on the AI-900 official curriculum and Microsoft Learn concepts, returning a bounding box that shows the location of a vehicle is a textbook example of object detection, as it involves both recognition and localization of the object within the image frame.
- 다른 버전
- 1292Microsoft.AI-900-KR.v2026-03-02.q135
- 1707Microsoft.AI-900-KR.v2026-02-07.q121
- 3770Microsoft.AI-900-KR.v2026-01-05.q136
- 1528Microsoft.AI-900-KR.v2026-01-01.q158
- 최근 업로드
- 110Salesforce.ADX-350.v2026-07-21.q22
- 151Salesforce.Marketing-Cloud-Email-Specialist.v2026-07-20.q170
- 120NationalPayrollInstitute.PF1.v2026-07-20.q26
- 117Proofpoint.TPAD01.v2026-07-20.q25
- 124Nutanix.NCP-BC-7.5.v2026-07-20.q40
- 164Salesforce.Salesforce-Slack-Administrator.v2026-07-20.q108
- 162Snowflake.COF-C03.v2026-07-20.q200
- 117PythonInstitute.PCED-30-02.v2026-07-20.q18
- 120SAP.C-S4PM-2601.v2026-07-20.q35
- 145Databricks.Databricks-Certified-Professional-Data-Engineer.v2026-07-20.q103
[×]
PDF 파일 다운로드
메일 주소를 입력하시고 다운로드 하세요. Microsoft.AI-900-KR.v2026-05-11.q134 모의시험 시험자료를 다운 받으세요.
