Microsoft AI-900日本語 Actual Free Exam Questions & Community Discussion
Azure Machine Learning Designerを使用して、推論パイプラインを公開します。
パイプラインを消費するために使用する必要がある2つのパラメーターはどれですか?それぞれの正解は、解決策の一部を示しています。
注:正しい選択はそれぞれ1ポイントの価値があります。
パイプラインを消費するために使用する必要がある2つのパラメーターはどれですか?それぞれの正解は、解決策の一部を示しています。
注:正しい選択はそれぞれ1ポイントの価値があります。
Correct Answer: A,B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
会話型 AI ワークロードの例となるシナリオを 2 つ挙げてください。それぞれの正解は完全なソリューションを示しています。
注意: 正しい選択ごとに 1 ポイントが加算されます。
注意: 正しい選択ごとに 1 ポイントが加算されます。
Correct Answer: B,D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
個人のデジタル写真のコレクションにラベルを付けるモデルを作成する必要があります。
どの Azure Al サービスを使用する必要がありますか?
どの Azure Al サービスを使用する必要がありますか?
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
自然言語処理ワークロードの例として挙げられる 2 つのシナリオはどれですか? それぞれの正解は完全な解決策を示します。
注記; 正しく選択するたびに 1 ポイントの価値があります。
注記; 正しく選択するたびに 1 ポイントの価値があります。
Correct Answer: B,C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
自然言語処理(NLP)を使用して、ユーザーのテキスト入力に基づいて次のアクションを実行するチャットボットを構築しています。
*顧客の注文を受け入れます。
*サポートドキュメントを取得します。
*注文ステータスの更新を取得します。
どのタイプのNLPを使用する必要がありますか?
*顧客の注文を受け入れます。
*サポートドキュメントを取得します。
*注文ステータスの更新を取得します。
どのタイプのNLPを使用する必要がありますか?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

注:正しい選択はそれぞれ1ポイントの価値があります。

Correct Answer:

Explanation:
You can communicate with a bot by using email # No
You can communicate with a bot by using Microsoft Teams # Yes
You can communicate with a bot by using a webchat interface # Yes
These answers are based on the Microsoft Azure AI Fundamentals (AI-900) Official Study Guide and the Microsoft Learn module "Explore conversational AI in Microsoft Azure." The Azure Bot Service allows developers to build, test, deploy, and manage intelligent chatbots that can interact with users through various channels. Channels are communication platforms or interfaces that connect users to bots. Once a bot is built and published through the Azure Bot Service, it can be connected to multiple channels such as Microsoft Teams, webchat, Skype, Facebook Messenger, Direct Line, Slack, and others.
Let's evaluate each statement:
* You can communicate with a bot by using email # NoAzure Bot Service does not support direct interaction via email as a channel. Bots are designed for real-time or conversational interactions through messaging or voice-based platforms, not asynchronous email communication.
* You can communicate with a bot by using Microsoft Teams # YesMicrosoft Teams is one of the primary channels supported by Azure Bot Service. Bots can be integrated directly into Teams to handle chat-based conversations, provide information, automate workflows, or assist users interactively within Teams.
* You can communicate with a bot by using a webchat interface # YesThe Web Chat channel is another core feature of Azure Bot Service. It allows embedding the bot into a website or web application using the Web Chat control or the Direct Line API, enabling users to chat directly from a browser interface.
In summary, Azure Bot Service supports real-time conversational interfaces like Teams and webchat, but not email.
会社のプレスリリースをさまざまな言語で利用できるようにする必要があります。
どのサービスを使うべきですか?
どのサービスを使うべきですか?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
ドキュメントのテキストを要約するにはどの Azure OpenAI モデルを使用する必要がありますか?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Azure Al サービスを適切なアクションに一致させます。
回答するには、左側の列から適切なサービスを右側のアクションにドラッグします。各サービスは、1 回、複数回、またはまったく使用されない場合があります。
注意: 正解ごとに 1 ポイントが付与されます。

回答するには、左側の列から適切なサービスを右側のアクションにドラッグします。各サービスは、1 回、複数回、またはまったく使用されない場合があります。
注意: 正解ごとに 1 ポイントが付与されます。

Correct Answer:

Explanation:

The correct mapping is based on how each Azure Cognitive Service functions within the Microsoft AI ecosystem, as detailed in the Microsoft Azure AI Fundamentals (AI-900) study guide and Microsoft Learn Cognitive Services documentation.
* Convert spoken requests into text # Azure AI SpeechThe Azure AI Speech service provides speech-to- text (STT) capabilities, which enable an application to recognize spoken language and convert it into written text. This functionality is foundational in voice-enabled applications like digital assistants or transcription services. When a user speaks, this service captures the audio signal and produces an accurate textual representation that can then be processed by other AI services.
* Identify the intent of a user's requests # Azure AI LanguageThe Azure AI Language service (which includes Conversational Language Understanding, formerly LUIS) is designed to extract meaning from text. It identifies intents-the goals or actions a user wants to perform-and entities, which are key details within that request. For example, in the command "Book a flight to Paris," the intent is "book a flight," and the entity is "Paris."
* Apply intent to entities and utterances # Azure AI LanguageAgain, the Language service performs this deeper contextual analysis. It not only identifies what the user wants (intent) but also applies it to utterances (specific user expressions) and entities (data elements extracted from text). This helps conversational AI systems take meaningful actions, such as fulfilling user requests.
In summary, Azure AI Speech handles audio-to-text conversion, while Azure AI Language performs natural language understanding, mapping intents and entities-a workflow essential in intelligent conversational applications.
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

注:正しい選択はそれぞれ1ポイントの価値があります。

Correct Answer:

Explanation:

This question evaluates understanding of fundamental machine learning concepts as covered in the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Explore the machine learning process." These statements relate to data labeling, model evaluation practices, and performance metrics-three essential parts of building and assessing a machine learning model.
* Labelling is the process of tagging training data with known values # YesAccording to Microsoft Learn,
"Labeling is the process of tagging data with the correct output value so the model can learn relationships between inputs and outputs." This is essential for supervised learning, where models require historical data with known outcomes. For example, if training a model to recognize fruit images, each image is labeled as "apple," "banana," or "orange." Hence, this statement is true.
* You should evaluate a model by using the same data used to train the model # NoThe AI-900 guide stresses that using the same data for both training and evaluation can cause overfitting, where the model performs well on training data but poorly on unseen data. Instead, the dataset is split into training and testing (or validation) subsets. Evaluation must use test data that the model has never seen before to ensure an unbiased measure of performance. Therefore, this statement is false.
* Accuracy is always the primary metric used to measure a model's performance # NoMicrosoft Learn emphasizes that accuracy is only one metric and not always the best choice. Depending on the problem type, other metrics such as precision, recall, F1-score, or AUC (Area Under the Curve) may be more appropriate-especially in cases with imbalanced datasets. For example, in fraud detection, recall may be more important than accuracy. Thus, this statement is false.
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

注:正しい選択はそれぞれ1ポイントの価値があります。

Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Identify features of common machine learning types", there are three main types of machine learning: supervised learning, unsupervised learning, and reinforcement learning. Within supervised learning, two common approaches are regression and classification, while clustering is a primary example of unsupervised learning.
* "You train a regression model by using unlabeled data." - No.Regression models are trained with labeled data, meaning the input data includes both features (independent variables) and target labels (dependent variables) representing continuous numerical values. Examples include predicting house prices or sales forecasts. Unlabeled data (data without target output values) cannot be used to train regression models; such data is used in unsupervised learning tasks like clustering.
* "The classification technique is used to predict sequential numerical data over time." - No.
Classification is used for categorical predictions, where outputs belong to discrete classes, such as spam
/not spam or disease present/absent. Predicting sequential numerical data over time refers to time series forecasting, which is typically a regression or forecasting problem, not classification. The AI-900 syllabus clearly separates classification (categorical prediction) from regression (continuous value prediction) and time series (temporal pattern analysis).
* "Grouping items by their common characteristics is an example of clustering." - Yes.This statement is correct. Clustering is an unsupervised learning technique used to group similar data points based on their features. The AI-900 study materials describe clustering as the process of "discovering natural groupings in data without predefined labels." Common examples include customer segmentation or document grouping.
Therefore, based on Microsoft's AI-900 training objectives and definitions:
* Regression # supervised learning using labeled continuous data (No)
* Classification # categorical prediction, not sequential numeric forecasting (No)
* Clustering # grouping by similarity (Yes)
文を正しく完成させる答えを選択してください。


Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) curriculum and Microsoft Learn's modules on Computer Vision, object detection is the AI technique used to identify and locate multiple objects within an image. Unlike simple image classification, which only labels an entire image with a single category (for example, "This is a product"), object detection not only identifies the type of object but also pinpoints its exact position by providing bounding boxes and coordinates within the image.
In the scenario described - identifying the location of products on a conveyor belt - the system must be able to detect multiple items simultaneously and determine their spatial positions. Object detection algorithms (such as YOLO, Faster R-CNN, or SSD) are specifically designed for this purpose. This allows automation systems, like robotic arms or quality inspection systems, to track product locations in real time for sorting, packaging, or defect detection.
Let's evaluate the other options:
* Image classification only determines what is in the image, not where it is located. It cannot handle multiple objects or their positions.
* Image processing involves operations like resizing, filtering, or adjusting contrast, not understanding object placement.
* Optical character recognition (OCR) extracts text from images and documents, unrelated to locating physical items.
Thus, per Microsoft Learn's AI-900 guidance, object detection is the correct computer vision capability when a task requires both identification and spatial localization of items in an image or video stream.
# Final answer: Object detection
0
0
0
10



