100%無料AZ-400日本語試験問題集で試験を簡単に合格させます [Q268-Q290]

Share

100%無料AZ-400日本語試験問題集で試験を簡単に合格させるFast2test

無料AZ-400日本語試験問題AZ-400日本語実際のリアル試験問題

質問 # 268
複数のパブリックフィードからのパッケージを使用するプロジェクトがAzure DevOpsにあります。一部のフィードは信頼できません。
パッケージを単一のフィードに統合する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation

Step 1: Create a NuGet package.
NuGet and Maven are public package managers that support multiple feeds.
Step 2: Create an Azure Artifacts feed that uses upstream sources
If you want to use packages from multiple feeds, use upstream sources to bring packages from multiple feeds together into a single feed.
Step 3: Create a Micrtosoft Visual Studio project that includes all the packages Consume NuGet packages from upstream sources: Now you can open Visual Studio and install packages from the upstream sources you just configured.
Reference:
https://docs.microsoft.com/en-us/azure/devops/artifacts/how-to/set-up-upstream-sources


質問 # 269
ソース管理には Get を使用します。Appt という名前のアプリがあります。
本店にて。App.exe.config という名前のファイルの 3 番目に新しいリビジョンを復元する必要があります。
コマンドをどのように完了すればよいでしょうか?

正解:

解説:
See the explanation for answer below.
Explanation
Answer is as:


質問 # 270
Azure DevOps に Project1 という名前のプロジェクトがあります。Project1 には、Appl という名前のアプリケーションをビルドする Pipe1 という名前のビルド パイプラインが含まれています。
Windows Server 2019 ベースのセルフホステッド エージェントを含む Pool1 という名前のエージェント プールがあります。 Pipe1 は Pool1 を使用します。
Project2 という名前の別のプロジェクトを実装する予定です。 Project2 には、App2 という名前のアプリケーションをビルドする Pipe2 という名前のビルド パイプラインがあります。
App1 と App2 には競合する依存関係があります。
2 つのビルド パイプラインが競合する可能性を最小限に抑える必要があります。ソリューションでは、インフラストラクチャ コストを最小限に抑える必要があります。
あなたは何をするべきか?

  • A. 2 つのコンテナー ジョブを作成します。
  • B. 別のセルフホステッド エージェントを追加します
  • C. セルフホストエージェントを Red Hat Enterprise Linux (RHEL) 9 を使用するように変更します。
  • D. Docker Compose タスクをビルド パイプラインに追加します。

正解:A


質問 # 271
あなたの会社は、アプリケーションを以下のエンドポイントにデプロイすることを計画しています。
Azureでホストされている10台の仮想マシン。
* オンプレミスのデータセンター環境でホストされている10台の仮想マシンすべての仮想マシンにAzure Pipelinesエージェントがあります。
アプリケーションをエンドポイントにデプロイするためのリリース戦略を実装する必要があります。
アプリケーションをエンドポイントにデプロイするために何を使用することをお勧めしますか?答えるには、適切なコンポーネントを正しい終点にドラッグします。
各成分は、一回、二回以上、または全く使用しなくてもよい。ペイン間で分割バーをドラッグするか、すぐにコンテンツを表示する必要がある場合があります。注:それぞれ正しい選択nは1ポイントに相当します。

正解:

解説:


質問 # 272
repo1 という名前の GitHub リポジトリと、kv1 という名前の Azure キー コンテナーがあります。
repo1 では、kv1 に保存されている資格情報を使用してデータベース サーバーをデプロイする Workflow 1 という名前のワークフローを作成する予定です。
Workflow1 が kv1 から資格情報を取得できることを確認する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクション リストから適切なアクションを回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation:
Create a service principal in Microsoft Entra ID.
# Needed for authentication between GitHub Actions and Azure.
Grant secret permissions to kv1.# Allows the service principal to read secrets from Key Vault.
Create a personal access token (PAT) in GitHub.# Required for GitHub to authenticate securely and use the service principal in the workflow.


質問 # 273
Azure Pipelinesには、さまざまなジョブを使用して10の異なるアーキテクチャ用のアプリケーションをコンパイルするビルドパイプラインがあります。
ビルドパイプラインが完了するまでに約1日かかります。
ビルドパイプラインの実行にかかる時間を短縮する必要があります
どの2つのアクションを実行する必要がありますか?それぞれの正解は、解決策の一部を示しています。
注:正しい選択はそれぞれ1ポイントの価値があります

  • A. 青/緑の展開パターンに移動します。
  • B. 並列ジョブの数を増やします。
  • C. エージェントプールを作成します。
  • D. 展開グループを作成します。
  • E. リポジトリのサイズを縮小します。

正解:B、C

解説:
The Azure Pipelines pool provides all Azure DevOps organizations with cloud-hosted build agents and free build minutes each month. If you need more Microsoft-hosted build resources, or need to run more jobs in parallel, then you can either:
Host your own agents on infrastructure that you manage.
Buy additional parallel jobs.
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/pools-queues


質問 # 274
次の展示に示すAzure DevOpsパイプラインがあります。

ドロップダウンメニューを使用して、図に示されている情報に基づいて各ステートメントを完了する回答を選択します。

正解:

解説:

Explanation

Box 1: 1
The Cloud agent job only.
Box 2: 4
The pipelines has the four tasks: NuGet restore, Compile Application, CopyFiles, and Publish Artifact.
Reference:
https://azuredevopslabs.com/labs/azuredevops/continuousintegration/


質問 # 275
App1 という名前のアプリがあります。Events と Logs という名前の 2 つのテーブルを含む Workspace 1 という名前の Log Analytics ワークスペースがあります。App1 は、複数の場所でイベントを管理し、togs を Workspace1 に書き込みます。
過去 2 日間に発生したアジアに関連するすべてのログ エントリについて Workspace1 にクエリを実行する必要があります。
クエリステートメントをどの順序で配置する必要がありますか? 答えるには、すべてのステートメントを一連のステートメントから回答エリアに移動し、正しい順序で並べます。

正解:

解説:

Explanation:


質問 # 276
ホットスポット
Linux を実行する VM1 という名前の Azure 仮想マシンがあります。
Desired State Configuration (DSC) 拡張機能を VM1 にデプロイする予定です。
Log Analytics エージェントに適切なディレクトリ権限を付与する必要があります。
コマンドをどのように完了すればよいですか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

正解:

解説:

Explanation:

Box 1: rwx
The Log Analytics agent for Linux runs as the omsagent user. To grant >write permission to the omsagent user, run the command setfacl -m u:omsagent:rwx /tmp.
Box 2: /tmp
Deploying DSC to a Linux node uses the /tmp folder.
Reference:
https://docs.microsoft.com/en-us/azure/automation/automation-dsc-onboarding


質問 # 277
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.

正解:

解説:

Explanation

https://docs.microsoft.com/en-us/azure/azure-monitor/app/performance-counters


質問 # 278
あなたの会社は、すべての Azure Web アプリを 5 時間ごとにバックアップすることを要求する新しいコンプライアンス戦略を実装することを計画しています。
az400-11566895-main という名前の Azure Web アプリを、リソース グループ内の Azure ストレージ アカウントに 5 時間ごとにバックアップする必要があります。
このタスクを完了するには、Microsoft Azure ポータルにサインインします。

正解:

解説:
See solution below.
Explanation:
With the storage account ready, you can configure backs up in the web app or App Service.
* Open the App Service az400-11566895-main, which you want to protect, in the Azure Portal and browse to Settings > Backups. Click Configure and a Backup Configuration blade should appear.
* Select the storage account.
* Click + to create a private container. You could name this container after the web app or App Service.
* Select the container.
* If you want to schedule backups, then set Scheduled Backup to On and configure a schedule: every five hours
* Select your retention. Note that 0 means never delete backups.
* Decide if at least one backup should always be retained.
* Choose if any connected databases should be included in the web app backup.
* Click Save to finalize the backup configuration.

Reference:
https://petri.com/backing-azure-app-service


質問 # 279
チームの開発プロセスの安全性を高める必要があります。
開発プロセスの各段階にどの種類のセキュリティツールを推奨しますか。答えるには、適切なセキュリティツートを正しい段階にドラッグします。各セキュリティツールは、1回、複数回、またはまったく使用しないでください。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation
https://docs.microsoft.com/en-us/azure/devops/migrate/security-validation-cicd-pipeline?view=azure-devops&vi So:
PR: Static Code Analysis
CI: Static Code Analysis
CD: PenTest


質問 # 280
注: この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、指定された目標を達成できる独自のソリューションが含まれています。問題セットには、複数の正解があるものもあれば、正解がないものもあります。
このセクションの質問に回答すると、その質問に戻ることはできなくなります。そのため、これらの質問はレビュー画面に表示されません。
Azure Pipelines を使用して、React.js アプリケーションをビルドおよびテストします。
単一のジョブを持つパイプラインがあります。
パイプラインを実行するたびに、npm から JavaScript パッケージをインストールするのに約 5 分かかることがわかりました。
パイプラインの実行時間を短縮するソリューションを推奨する必要があります。
解決策: パイプライン成果物を使用することをお勧めします。
これは目標を満たしていますか?

  • A. はい
  • B. いいえ

正解:B

解説:
Explanation
Pipeline artifacts are a way to persist build outputs, test results, and other files generated during a pipeline run.
They allow you to share data between stages, jobs, and pipelines, and to persist data for longer than the lifetime of a pipeline run. While artifacts can be useful for sharing data between pipeline runs and reducing the time required to download dependencies, they are not a solution for reducing the time required to install JavaScript packages from npm during a pipeline run.
The solution of reducing the pipeline execution time could be achieved by using package caching, which allows you to store and reuse npm packages from previous pipeline runs. There are several package caching options available for Azure Pipelines, including the npm task, the npm cache task, and the npm ci task. All of these options allow you to configure caching for your npm packages, which can significantly reduce the time required to install packages during subsequent pipeline runs.
Another solution could be using a dedicated agent that has those packages already installed, this way the pipeline doesn't have to install them again.
You can find more information on package caching by following this link
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/npm-cache?view=azure-devops


質問 # 281
Azure Kubernetes Service(AKS)クラスターのデプロイファイルを作成する必要があります。展開は、次の表に示すプロビジョニングストレージ要件を満たしている必要があります。

各デプロイメントにどのリソースタイプを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれの正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation:
Deployment 1: Kubernetes.io/azure-file
You can use Azure Files to connect using the Server Message Block (SMB) protocol.
Deployment 2: Kubernetes.io/azure-disk
Deployment 3: azurekeyvault-flexvolume
azurekeyvault-flexvolume: Key Vault FlexVolume: Seamlessly integrate your key management systems with Kubernetes.
Secrets, keys, and certificates in a key management system become a volume accessible to pods. Once the volume is mounted, its data is available directly in the container filesystem for your application.
Incorrect Answers:
blobfuse-flexvolume: This driver allows Kubernetes to access virtual filesystem backed by the Azure Blob storage.
References:
https://docs.microsoft.com/bs-cyrl-ba/azure/aks/azure-files-dynamic-pv
https://docs.microsoft.com/en-us/azure/aks/azure-disks-dynamic-pv


質問 # 282
You have an Azure subscription that contains multiple Azure pipelines.
You need to deploy a monitoring solution for the pipelines. The solution must meet the following requirements:
* Parse togs from multiple sources
* Identify the root cause of issues.
What advanced feature of a monitoring tool should you include in the solution?

  • A. Alert Management
  • B. synthetic monitoring
  • C. analytics
  • D. directed monitoring

正解:C

解説:
An analytics feature in a monitoring solution would allow you to parse logs from multiple sources and analyze them to identify the root cause of issues in your Azure pipelines. This feature would typically provide tools for searching, filtering, and visualizing log data, as well as for identifying patterns and anomalies. With analytics, you can also create custom dashboards and alerts to monitor your pipelines and quickly identify and troubleshoot any issues.


質問 # 283
複数のパブリックフィードからのパッケージを使用するプロジェクトがAzure DevOpsにあります。一部のフィードは信頼できません。
パッケージを単一のフィードに統合する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

1 - Create a NuGet package.
2 - Create an Azure Artifacts feed that uses upstream sources
3 - Create a Micrtosoft Visual Studio project that includes all the packages Reference:
https://docs.microsoft.com/en-us/azure/devops/artifacts/how-to/set-up-upstream-sources


質問 # 284
あなたの会社は、次のエンドポイントにアプリケーションをデプロイすることを計画しています。
* Azureでホストされている10台の仮想マシン
*オンプレミスのデータセンター環境でホストされている10台の仮想マシンすべての仮想マシンにAzure Pipelinesエージェントがあります。
アプリケーションをエンドポイントにデプロイするためのリリース戦略を実装する必要があります。
アプリケーションをエンドポイントにデプロイするために何を使用することをお勧めしますか?回答するには、適切なコンポーネントを正しいエンドポイントにドラッグします。各コンポーネントは、1回、複数回、またはまったく使用しない場合があります。ペイン間で分割バーをドラッグするか、コンテンツを表示するにはスクロールする必要がある場合があります。
注:それぞれの正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: A deployment group
When authoring an Azure Pipelines or TFS Release pipeline, you can specify the deployment targets for a job using a deployment group.
If the target machines are Azure VMs, you can quickly and easily prepare them by installing the Azure Pipelines Agent Azure VM extension on each of the VMs, or by using the Azure Resource Group Deployment task in your release pipeline to create a deployment group dynamically.
Box 2: A deployment group
References: https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deployment-groups


質問 # 285
大規模なエンタープライズアプリケーションのGitリポジトリを管理します。
アプリケーションの開発時には、Config.jsonという名前のファイルを使用します。
アプリケーションへの変更がコミットされるたびに、Config.jsonがソース管理にコミットされないようにする必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation

Step 1: Delete and recreate the repository.
Step 2: Add Config.json to the .gitignore file
Each line in the .gitignore excludes a file or set of files that match a pattern.
Example:
# ignore a single file
Config.json
Step 3: Run the git add .gitignore command
At the initial commit we want basically move from Untracked to Staged, for staging we have to indicate which file we want to move or specify a pattern, as example:
Reference:
http://hermit.no/how-to-find-the-best-gitignore-for-visual-studio-and-azure-devops/
https://geohernandez.net/how-to-add-an-existing-repository-into-azure-devops-repo-with-git/


質問 # 286
投資計画アプリケーションスイートについて、どのパッケージフィードアクセスレベルをDevelopersおよびTeam Leadersグループに割り当てる必要がありますか? 回答するには、適切なアクセスレベルを正しいグループにドラッグします。
各アクセスレベルは、1回、複数回、またはまったく使用されない可能性があります。 コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Topic 2, Contoso
Overview
Existing Environment
Contoso, Ltd. is a manufacturing company that has a main office in Chicago.
Requirements
Contoso plans to improve its IT development and operations processes implementing Azue DevOps principles. Contoso has an Azure subscription and creates an Azure DevelPs organization.
The Azure DevOps organization includes:
The Docker extension
A deployment pool named Pool7 that contains 10 Azure virtual machines that run Windows Server 2016.
The Azure subscription contains an Azure Automation account.
Planned Changes
Contoso plans to create projects in Azure DevOps as shown in the following table.

Technical Requirements
Contoso identities the following technical requirements:
* Implement build agents rot Project 1.
* Whenever possible, use Azure resources
* Avoid using deprecated technologies
* Implement a code flow strategy for Project2 that will:
* Enable Team 2 to submit pull requests for Project2.
* Enable Team 2 to work independently on changes to a copy of Project?
* Ensure that any intermediary changes performed by Tram2 on a copy of Project2 will be subject to the same restrictions as the ones defied in the build policy of Project2.
* Whenever possible. Implement automation and minimize administrative effort.
* Implement Protect3, Project5, Project6, and Project7 based on the planned changes.
* Implement Project4 and configure the project to push Docker images to Azure Container Reentry.


質問 # 287
Windows Server 2019を実行するAzure仮想マシンがいくつかあります。
次の表に示すように、各仮想マシンの個別のイベントIDを識別する必要があります。

Azure Monitorクエリをどのように完了する必要がありますか?回答するには、適切な値を正しい場所にドラッグします。各値は、1回、複数回、またはまったく使用しない場合があります。ペイン間で分割バーをドラッグするか、コンテンツを表示するにはスクロールする必要がある場合があります。

正解:

解説:

Explanation:
You can use makelist to pivot data by the order of values in a particular column. For example, you may want to explore the most common order events take place on your machines. You can essentially pivot the data by the order of EventIDs on each machine.
Example:
Event
| where TimeGenerated > ago(12h)
| order by TimeGenerated desc
| summarize makelist(EventID) by Computer
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/advanced-aggregations


質問 # 288
次の表に示すリポジトリがあります。

GitHub リポジトリの内容を Azure Repos リポジトリに移行する必要があります。ソリューションでは、Azure Repos リポジトリに GitHub リポジトリからのブランチと履歴のみが含まれるようにする必要があります。
どの 3 つのコマンドを順番に実行する必要がありますか? 答えるには、コマンドのリストから適切なコマンドを回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation:


質問 # 289
org1という名前のGitHub組織と、Tenant1という名前のAzureテナントがあります。
org1のユーザーに対して、Azure Active Directory(Azure AD)でシングルサインオン(SSO)を有効にする必要があります。
Azure ADのSAML構成にどのURIを使用する必要がありますか?答えるには、適切なURIを正しい設定にドラッグします。各URIは、1回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/github-tutorial


質問 # 290
......

最新100%合格率保証付きの素晴らしいAZ-400日本語試験問題PDF:https://jp.fast2test.com/AZ-400J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어