Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Microsoft Azure AI Fundamentals (AI-900日本語版) (AI-900日本語) Free Practice Test

Question 1
個人のデジタル写真のコレクションにラベルを付けるモデルを作成する必要があります。
どの Azure Al サービスを使用する必要がありますか?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
AIベースのアプリを構築しています。
アプリが責任あるAIの原則を使用していることを確認する必要があります。
あなたはどちらの2つの原則に従うべきですか?それぞれの正解は、解決策の一部を示しています。
注:正しい選択はそれぞれ1ポイントの価値があります。

Correct Answer: A,B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
車間の距離を推定できるように、画像内の車の位置を特定する必要があります。
どのタイプのコンピュータビジョンを使用する必要がありますか?

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
Correct Answer:

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.
Question 5
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) study guide and Azure Machine Learning documentation, Automated Machine Learning (AutoML) is a feature designed to help users build, train, and tune machine learning models automatically without requiring deep knowledge of programming or data science.
* First Statement: "Automated machine learning provides you with the ability to include custom Python scripts in a training pipeline."This is False (No). AutoML automates the model selection and tuning process but does not allow the inclusion of custom Python scripts within its workflow. Custom Python integration is supported in Azure Machine Learning designer pipelines or SDK-based training, not in AutoML.
* Second Statement: "Automated machine learning implements machine learning solutions without the need for programming experience."This is True (Yes). One of AutoML's core benefits is that it enables non-programmers to train and evaluate models by simply selecting data, choosing a target column, and letting Azure automatically test algorithms and hyperparameters. This aligns with Microsoft's AI-900 objective to democratize AI development.
* Third Statement: "Automated machine learning provides you with the ability to visually connect datasets and modules on an interactive canvas."This is False (No). That feature belongs to Azure Machine Learning Designer, not AutoML. The designer offers a drag-and-drop visual interface for connecting datasets and modules, whereas AutoML provides a wizard-driven approach focused on automation.
Question 6
異常検出に使用できる機械学習手法はどれですか?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
ユーザーのプロンプトに基づいてイメージを生成する必要があります。どの Azure OpenAI モデルを使用する必要がありますか?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
Correct Answer:

Explanation:

According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and Microsoft Learn module "Identify features of Natural Language Processing (NLP) workloads and services," the Azure Cognitive Service for Language - Question Answering capability is designed to allow applications to respond to user questions using information from a prebuilt or custom knowledge base. It relies on Natural Language Processing (NLP) to match user queries to the most relevant answers but does not directly execute queries against databases or infer user intent.
* "You can use Language Service's question answering to query an Azure SQL database." # NOThe Question Answering feature does not connect directly to or query structured databases such as Azure SQL. Instead, it retrieves answers from unstructured or semi-structured content (FAQs, manuals, documents). Querying SQL databases would require traditional database access, not a cognitive service.
* "You should use Language Service's question answering when you want a knowledge base to provide the same answer to different users who submit similar questions." # YESThis statement is correct and aligns exactly with Microsoft's official documentation. Question Answering enables organizations to create a knowledge base that can automatically answer repeated or similar customer queries using natural language understanding. For instance, two users asking "How do I reset my password?" and
"Can you help me change my password?" would receive the same predefined response.
* "Language Service's question answering can determine the intent of a user utterance." # NODetermining user intent is handled by Language Understanding (LUIS) or Conversational Language Understanding, not by Question Answering. While both belong to the Language Service, Question Answering focuses on retrieving relevant answers, whereas LUIS focuses on intent detection and entity extraction.
Question 9
あなたの会社はウィジェットを製造しています。
ウィジェットのデジタル写真が 1,000 枚あります。
写真内のウィジェットの位置を特定する必要があります。
何を使うべきですか?

Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
Azure MachineLearningを使用してトレーニングされたモデルの複数のバージョンを追跡する必要があります。あなたは何をするべきか?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 11
次のデータセットを使用して、特定の顧客の収入範囲を予測する必要があります。

機能として使用する必要がある2つのフィールドはどれですか?それぞれの正解は完全な解決策を提示します。
注:正しい選択はそれぞれ1ポイントの価値があります。

Correct Answer: C,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 12
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
Correct Answer:

Explanation:
Yes, No, Yes.
According to the Microsoft Azure AI Fundamentals (AI-900) official study guide and the Microsoft Learn module "Identify capabilities of Azure Cognitive Services for Language", the Azure Translator service is a cloud-based machine translation service used to translate text or entire documents between languages in real time. It uses REST APIs or client libraries to translate text input, detect languages, and support multiple target languages in a single request.
* "The following service call will accept English text as an input and output Italian and French text:
/translate?from=en & to=it,fr - Yes.This URL format is correct because the Translator service API allows multiple target languages to be specified in a single to parameter separated by commas. In this case, from=en defines the source language (English), and to=it,fr requests translations into Italian (it) and French (fr). The API would return results in both target languages simultaneously. This syntax is officially documented in Microsoft Learn as the valid format for multi-language translation.
* "The following service call will accept English text as an input and output Italian and French text:
/translate?from=en & to=fr & to=it - No.This format is incorrect, as the Translator API does not support repeating the to parameter multiple times. Only one to parameter is valid, and multiple target languages must be provided as a comma-separated list within the same to parameter.
* "The Translator service can be used to translate documents from English to French." - Yes.This statement is true. The Translator service supports both text translation and document translation. The document translation capability allows the translation of whole files such as Word, PowerPoint, or PDF documents while preserving formatting and structure. This feature is included in the official Translator API under "Document Translation." In summary, the AI-900 study content clarifies that:
# /translate?from=en & to=it,fr # Valid syntax
# /translate?from=en & to=fr & to=it # Invalid syntax
# Translator can translate full documents between languages
Question 13
Azure OpenAI モデルが最近のイベントを含む正確な応答を生成するようにするには、どうすればよいでしょうか?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 14
簡単なユーザークエリに答えるのに役立つビジネスチャットボットのコンテンツを提供する必要があります。
QnA Makerを使用して質問と回答のテキストを作成する3つの方法は何ですか?それぞれの正解は完全な解決策を提示します。
注:正しい選択はそれぞれ1ポイントの価値があります。

Correct Answer: C,D,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 15
質問に答えるスマートデバイス。「Contoso, Ltd.の株価はいくらですか?」はどの Al ワークロードの一例ですか?

Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).