信頼できるMicrosoft Azure AZ-400日本語問題集PDF 2026年09月01日最近更新された問題 [Q70-Q87]

Share

信頼できるMicrosoft Azure AZ-400日本語問題集PDF 2026年09月01日最近更新された問題

必ず合格できるMicrosoft AZ-400日本語試験正確な625問題と解答あります

質問 # 70
Azure DevOpsのダッシュボードにプロジェクトメトリックスを推奨する必要があります。
各メトリックに対してどのチャートウィジェットを推奨しますか?回答するには、適切なチャートウィジェットを正しい指標にドラッグします。各チャートウィジェットは、1回、複数回、またはまったく使用しないことができます。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Lead time
Lead time measures the total time elapsed from the creation of work items to their completion.
Box 2: Cycle time
Cycle time measures the time it takes for your team to complete work items once they begin actively working on them.
Box 3: Burndown
Burndown charts focus on remaining work within a specific time period.


質問 # 71
You have a web app named App1 that is hosted on multiple servers. App1 uses Application Insights in Azure Monitor.
You need to compare the dairy CPU usage from the last week for all servers.
How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 72
AzureDevOpsには保護機能があります。
自動テストをテストケースに関連付ける必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

Explanation

The process to associate an automated test with a test case is:
* Create a test project containing your automated test. What types of tests are supported?
* Check your test project into an Azure DevOps or Team Foundation Server (TFS) repository.
* Create a build pipeline for your project, ensuring that it contains the automated test. What are the differences if I am still using a XAML build?
* Use Visual Studio Enterprise or Professional 2017 or a later version to associate the automated test with a test case as shown below. The test case must have been added to a test plan that uses the build you just defined.
Reference:
https://docs.microsoft.com/en-us/azure/devops/test/associate-automated-test-with-test-case


質問 # 73
Azure Kubernetes Service(AKS)ポッドがあります。
次のアクションを実行するようにプローブを構成する必要があります。
*ポッドがサービスリクエストに応答していることを確認します。
*ポッドのステータスを1分間に4回確認してください。
*ポッドが応答しない場合は、シャットダウンを開始します。
YAML構成ファイルをどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: readinessProbe:
For containerized applications that serve traffic, you might want to verify that your container is ready to handle incoming requests. Azure Container Instances supports readiness probes to include configurations so that your container can't be accessed under certain conditions.
Reference:
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-readiness-probe


質問 # 74
あなたの会社は、開発者がオープンソースライブラリを導入すると、ライセンスコンプライアンスの問題が発生することを懸念しています。
ビルドパイプラインに自動化されたプロセスを追加して、一般的なオープンソースライブラリがコードベースに追加されたことを検出する必要があります。
何を使うべきですか?

  • A. Black Duck
  • B. Jenkins
  • C. コードスタイル
  • D. Microsoft Visual SourceSafe

正解:A

解説:
Secure and Manage Open Source Software
Black Duck helps organizations identify and mitigate open source security, license compliance and code-quality risks across application and container portfolios.
Black Duck Hub and its plugin for Team Foundation Server (TFS) allows you to automatically find and fix open source security vulnerabilities during the build process, so you can proactively manage risk. The integration allows you to receive alerts and fail builds when any Black Duck Hub policy violations are met.
Note: WhiteSource would also be a good answer, but it is not an option here.
Reference:
https://marketplace.visualstudio.com/items?itemName=black-duck-software.hub-tfs


質問 # 75
Azure Automation State Configurationで仮想マシンを管理対象ノードとして追加します。
Group 7でコンピュータを設定する必要があります。
あなたは何をするべきか?

  • A. Local Configuration Manager(LCM)のRefreshModeプロパティを変更します。
  • B. Register-AzureRmAutomationDscNode Azure Powershellコマンドレットを実行します。
  • C. PowerShellコアをインストールしてください。
  • D. Local Configuration Manager(LCM)のConfigurationModeプロパティを変更します。

正解:B

解説:
The Register-AzureRmAutomationDscNode cmdlet registers an Azure virtual machine as an APS Desired State Configuration (DSC) node in an Azure Automation account.
Scenario: The Azure DevOps organization includes:
The Docker extension
A deployment pool named Pool7 that contains 10 Azure virtual machines that run Windows Server 2016

References:
https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/register-azurermautomationdscnode


質問 # 76
Azure Pipelinesを使用して、WebApp1という名前のAzure Webアプリの継続的インテグレーション/継続的デプロイ(CI / CD)を自動化します。
WebApp1がエラーを生成したときにトリガーされるAzureMonitorアラートを構成します。
エラーの詳細をサードパーティのシステムに転送するようにアラートを構成する必要があります。このソリューションでは、管理作業を最小限に抑える必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Box 1: Create an Azure logic app.
Box 2: Select the HTTP request trigger.
Box 3: Updated the action group in Azure Monitor.
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups-logic-app


質問 # 77
次の展示に示すように、Azure DevOpsリリースパイプラインがあります。

セキュリティテスト用にOWASP ZAPを構成するには、パイプラインを完了する必要があります。
次の5つのAzure CLIタスクを順番に追加する必要がありますか?解答するには、タスクのリストから解答領域にタスクを移動し、正しい順序に並べます。

正解:

解説:

1 - CAll the Basline Scan
2 - Download the file
3 - Convert Report Format
4 - Publish Test Results
5 - Destory OWASP Container
Reference:
https://devblogs.microsoft.com/premier-developer/azure-devops-pipelines-leveraging-owasp-zap-in-the-release-pipeline/


質問 # 78
ソース管理には Get を使用します。
リポジトリのパフォーマンスを最適化する必要があります。ソリューションは次の要件を満たす必要があります。
ref ログ内でのみ参照されているすべての項目を永久に削除します。
現在のブランチに存在しない履歴を削除します。
コマンドをどのように完了すればよいでしょうか? 回答するには、回答領域で適切なオプションを選択してください。

正解:

解説:

Explanation:


質問 # 79
Contosoという名前のAzure DevOps組織とAzureサブスクリプションがあります。
Azure DevOpsを使用して、App1という名前のWebアプリをビルドしてデプロイします。 Azure Monitorは、App1がサーバー側エラーを生成するたびに生成されるアラートに応答して電子メール通知を生成するように構成されています。
Azure Monitorアラートが生成されるたびに、Microsoft Teamsで通知を受け取る必要があります。
どの2つのアクションを実行する必要がありますか?それぞれの正解は、ソリューションの一部を示しています。
注:それぞれの正しい選択は1ポイントの価値があります。

  • A. Azure Monitorでアクショングループを変更します。
  • B. HTTPリクエストトリガーを持つAzureロジックアプリを作成します。
  • C. Azure Monitorワークブックを作成します。
  • D. Azure DevOpsトリガーを持つAzureロジックアプリを作成します。
  • E. Azure Monitorの診断設定を変更します。

正解:B、E

解説:
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/action-groups-logic-app


質問 # 80
Azure DevOpsデプロイパイプラインを構成しています。デプロイされたアプリケーションは、Azure Key Vaultに保存されているシークレットを使用して、Webサービスに対して認証されます。
展開パイプラインでシークレットを使用する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

1 - Creating a service principal,,,
2 - Creating a key vault,,,,
3 - Check the Azure Pipeline,,,,,,


質問 # 81
Azure Kubernetes Service (AKS) ポッドがあります。
次のアクションを実行するには、プローブを構成する必要があります。
ポッドがサービス要求に応答していることを確認します。
ポッドの状態を 1 分間に 4 回確認します。
ポッドが応答しない場合はシャットダウンを開始します。
YAML 構成ファイルをどのように完成させる必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

正解:

解説:

Box 1: readiness Probe:
For containerized applications that serve traffic, you might want to verify that your container is ready to handle incoming requests. Azure Container Instances supports readiness probes to include configurations so that your container can't be accessed under certain conditions.
Reference:
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-readiness-probe


質問 # 82
Azure DevOpsビルドパイプラインを構成します。
ホステッドビルドエージェントを使用する予定です。
各アプリケーションタイプをコンパイルするためにどのビルドエージェントプールを使用する必要がありますか?回答するには、適切な構築済みエージェントプールを正しいアプリケーションタイプにドラッグします。各バットエージェントプールは、1回、複数回、またはまったく使用されない可能性があります。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:


質問 # 83
App1 という名前のコードを保存する repo1 という名前の GitHub リポジトリがあります。
GitHub Actions を使用して repo1 のワークフローをデプロイする必要があります。ソリューションは次の要件を満たす必要があります。
スキャンをメインブランチにプッシュします。
メイン ブランチへのプル リクエストをスキャンします。
releases/ というプレフィックスを持つ任意のブランチへのプル リクエストをスキャンします。
スキャン ディレクトリのサブディレクトリ内のすべてのファイルをスキャンします。
マークダウンファイルのスキャンを除外する

正解:

解説:

Explanation
Graphical user interface, application Description automatically generated


質問 # 84
Azure Kubernetes Service(AKS)ポッドがあります。
次のアクションを実行するようにプローブを構成する必要があります。
*ポッドがサービスリクエストに応答していることを確認します。
*ポッドのステータスを1分間に4回確認してください。
*ポッドが応答しない場合は、シャットダウンを開始します。
YAML構成ファイルをどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Box 1: readinessProbe:
For containerized applications that serve traffic, you might want to verify that your container is ready to handle incoming requests. Azure Container Instances supports readiness probes to include configurations so that your container can't be accessed under certain conditions.
Reference:
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-readiness-probe


質問 # 85
GitHubでリリースを完成させています。
次のラベルをリリースに適用する必要があります。
* 名前
* Eメール
*リリースv3.0
* 発売日
gitコマンドをどのように完了する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Box 1; tag
Tagging. Like most VCSs, Git has the ability to tag specific points in a repository's history as being important.
Typically, people use this functionality to mark release points (v1.0, v2.0 and so on).
Box 2: -a
Creating an annotated tag in Git is simple. The easiest way is to specify -a when you run the tag command:
Example:
$ git tag -a v1.4 -m "my version 1.4"
Box 3: -m
Reference:
https://git-scm.com/book/en/v2/Git-Basics-Tagging


質問 # 86
あなたの会社には4つのプロジェクトがあります。各プロジェクトのバージョン管理要件は、次の表のとおりです。

すべてのプロジェクトにAzure Reposを使用する予定です。
各プロジェクトにどのバージョン管理システムを使用しますか?回答するには、適切なバージョン管理システムを正しいプロジェクトにドラッグします。各バージョン管理システムは、1回、複数回、またはまったく使用しないことができます。
コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation:
1 -> TFVS Refer :
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/control-access-team-foundation-version-control?view=
2 -> TFVS Refer :
https://docs.microsoft.com/en-us/azure/devops/repos/tfvc/add-check-policies?view=azure-devops
3 -> Git Refer :
https://docs.microsoft.com/en-us/azure/devops/repos/git/share-your-code-in-git-xcode?view=azure-devops
4 -> TFVS Refer
:https://docs.microsoft.com/en-us/azure/devops/organizations/security/permissions?view=azure-devops#tfvc


質問 # 87
......

2026年最新の実際にある検証済みのAZ-400日本語問題集:https://jp.fast2test.com/AZ-400J-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어