AI-900-KR 문제 101
솔루션에 어떤 두 가지 서비스를 포함해야 할까요? 정답은 각각 솔루션의 일부를 나타냅니다.
참고: 정답 하나당 1점입니다.
* Azure Bot Service (Option B):This service provides the framework and infrastructure needed to create, test, and deploy intelligent chatbots that interact with users across multiple channels (webchat, Teams, email, etc.). It handles conversation flow, integration, and user message management.
* Azure Language Service (Option A):This service powers the natural language understanding (NLU) capability of the bot. It enables the bot to interpret user input, extract intent, and query a knowledge base using Question Answering (formerly QnA Maker). This allows the bot to respond intelligently to user questions by finding the most relevant answers.
The other options are incorrect:
* C. Form Recognizer is used for extracting structured data from documents like invoices or forms.
* D. Anomaly Detector is used for identifying unusual patterns in time-series data.
Hence, to build a bot that understands and answers user questions in natural language, the solution must combine Azure Bot Service for conversation management and Azure Language Service for knowledge-based question answering and natural language understanding.
AI-900-KR 문제 102
In machine learning, regression is a supervised learning technique used to predict continuous numeric values.
Microsoft's AI-900 study guide defines regression models as those that estimate relationships between variables-predicting a continuous outcome variable from one or more input features.
In this case, the house sale price is a continuous numeric value, and inputs such as size, location, and number of bedrooms are the features. Common regression algorithms include linear regression, decision tree regression, and boosted regression.
Other options represent different ML workloads:
* A involves segmentation by categories (classification or clustering).
* B represents clustering, grouping similar items without predefined labels.
* D represents computer vision, counting animals in images rather than predicting a numeric value.
Hence, the verified answer is C. Regression.
AI-900-KR 문제 103
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Describe fundamental principles of machine learning on Azure", the process of developing a machine learning model involves dividing the available dataset into two or more parts-commonly training data and evaluation (or testing) data. The goal is to ensure that the model can learn patterns from one subset of the data (training set) and then be objectively tested on unseen data (evaluation set) to measure how well it generalizes to new situations.
The training dataset contains both features (the measurable inputs) and labels (the target outputs). The model learns from the patterns and relationships between these features and labels. The evaluation dataset also contains features and labels, but it is kept separate during the training phase. Once the model has been trained, it is tested on this unseen evaluation data to calculate metrics like accuracy, precision, recall, or F1 score.
Microsoft emphasizes that the data split should be random and based on rows, not columns. Each row represents a complete observation (for example, one customer record, one transaction, or one image).
Randomly splitting ensures that both subsets represent the same distribution of data, avoiding bias. Splitting by columns would separate features themselves, which would make the model training invalid.
The AI-900 materials often illustrate this using Azure Machine Learning's data preparation workflow, where data is randomly divided (commonly 70% for training and 30% for testing). This ensures the model learns from diverse examples and is fairly evaluated.
Therefore, the verified and correct approach, as per Microsoft's official guidance, is B. Randomly split the data into rows for training and rows for evaluation.
AI-900-KR 문제 104
Microsoft Word 문서의 제품 문제 해결 가이드
웹페이지의 자주 묻는 질문(FAQ) 목록
어떤 서비스를 이용해 문서를 처리해야 할까요?
900 study guide and Microsoft Learn module "Build a knowledge base with QnA Maker", this service allows you to extract question-answer pairs from existing data sources like FAQ pages, PDF files, or Word documents.
In this scenario, you have:
* A product troubleshooting guide (Word document)
* A FAQ webpage
QnA Maker can automatically read both sources, extract relevant Q & A pairs, and create a knowledge base that your chatbot can use to respond to user queries intelligently.
To clarify the other options:
* A. Azure Bot Service provides the chatbot interface and conversation logic but doesn't extract knowledge from documents.
* B. Language Understanding (LUIS) identifies intents and entities in natural language input, but it's not used to read document content.
* C. Text Analytics is used for key phrase extraction and sentiment analysis, not Q & A creation.
Therefore, the correct service for processing FAQ-style and document-based content into a question- answering bot is QnA Maker.
Reference:Microsoft Learn - Build a QnA Maker knowledge base from existing documents (AI-900 Learning Path)
AI-900-KR 문제 105


Explanation:
validation.
In the Microsoft Azure AI Fundamentals (AI-900) study materials, a key concept in machine learning model development is splitting data into subsets for training, validation, and testing. A randomly extracted subset of data from a dataset is most commonly used for validation - that is, for evaluating the performance of the model during or after training.
Here's how this process works:
* Training set - This portion of the dataset is used to train the machine learning model. The model learns patterns, relationships, and parameters from this data.
* Validation set - This is a randomly selected subset (separate from training data) used to fine-tune model hyperparameters and evaluate how well the model generalizes to unseen data. It helps detect overfitting
- when the model performs well on training data but poorly on new data.
* Test set - A final, untouched dataset used to measure the model's real-world performance after all training and tuning are complete.
By reserving a random subset for validation, data scientists ensure that the model's performance metrics reflect generalization, not memorization of the training data.
Let's review the incorrect options:
* Algorithms - These are the mathematical frameworks or methods used to build models (e.g., decision trees, neural networks). They are not data subsets.
* Features - These are input variables (attributes) used by the model, not randomly selected data subsets.
* Labels - These are target values or outcomes the model predicts; again, not data subsets.
Therefore, in alignment with Azure AI-900's machine learning fundamentals, the correct completion is:
# "A randomly extracted subset of data from a dataset is commonly used for validation of the model."
- 다른 버전
- 2020Microsoft.AI-900-KR.v2026-05-11.q134
- 1502Microsoft.AI-900-KR.v2026-03-02.q135
- 1922Microsoft.AI-900-KR.v2026-02-07.q121
- 4334Microsoft.AI-900-KR.v2026-01-05.q136
- 1704Microsoft.AI-900-KR.v2026-01-01.q158
- 최근 업로드
- 1367Salesforce.AP-223.v2026-09-01.q94
- 1001Splunk.SPLK-5001.v2026-09-01.q60
- 1136Cisco.300-540.v2026-09-01.q62
- 3048Microsoft.MS-102-KR.v2026-09-01.q239
- 1553Microsoft.AI-900-KR.v2026-09-01.q162
- 4367Microsoft.AZ-104-KR.v2026-08-31.q361
- 1855Microsoft.PL-400-KR.v2026-08-31.q166
- 2479USGBC.LEED-Green-Associate-KR.v2026-08-31.q214
- 149HP.HPE0-V27-KR.v2026-08-31.q76
- 131Microsoft.DP-700-KR.v2026-08-31.q62
PDF 파일 다운로드
메일 주소를 입력하시고 다운로드 하세요. Microsoft.AI-900-KR.v2026-09-01.q162 모의시험 시험자료를 다운 받으세요.
