[2024年04月]更新のMicrosoft AZ-400日本語問題集厳選された問題集でパスして、最短時間を目指そう [Q178-Q193]

Share

[2024年04月]更新のMicrosoft AZ-400日本語問題集厳選された問題集でパスして、最短時間を目指そう

Microsoft AZ-400日本語試験問題集で[2024年最新] 練習 高合格率な試験問題集問題

質問 # 178
次の表に示すように、2つのアプリケーションの承認方針を定義しています。

各アプリケーションにどのリリース方針を使用しますか? 答えるには、適切なリリース戦略を正しいアプリケーションにドラッグしてください。 各承認方針は、1回、複数回、またはまったく使用しないことができます。 コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

App1: Canary deployment
With canary deployment, you deploy a new application code in a small part of the production infrastructure.
Once the application is signed off for release, only a few users are routed to it. This minimizes any impact.
With no errors reported, the new version can gradually roll out to the rest of the infrastructure.
App2: Rolling deployment:
In a rolling deployment, an application's new version gradually replaces the old one. The actual deployment happens over a period of time. During that time, new and old versions will coexist without affecting functionality or user experience. This process makes it easier to roll back any new component incompatible with the old components.


質問 # 179
ホットスポット
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


質問 # 180
Windows Serverを実行するAzure仮想マシンにインターネットインフォメーションサービス(IIS)をデプロイする必要がある
2019。
望ましい状態の構成(DSQ構成スクリプト)をどのように完了する必要がありますか?答えるには、適切な値を正しい場所にドラッグします。各値は、1回使用されるか、複数回使用されるか、まったく使用されない場合があります。ペインまたはスクロールしてコンテンツを表示します。
注:それぞれの正しい選択は1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview


質問 # 181
転送要件を満たすには、Azure DevOpsエージェントプールへのアクセスを構成する必要があります。
* ビルドリリースパイプラインを作成するときはプロジェクトエージェントプールを使用してください。
* 組織のエージェントプールとエージェントを表示します。
* 最小特権の原則を使用してください。
Azure 0e%Oos組織とプロジェクトには、どの役割のメンバシップが必要ですか?回答するには、適切な役割のメンバーシップを正しいターゲットにドラッグします。各役割メンバーシップは、1回、複数回、またはまったく使用されない可能性があります。ペイン間の分割バーをドラッグするか、コンテンツまでスクロールする必要がある場合があります。注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation:
References:
https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/pools-queues


質問 # 182
Contosoという名前のAzure DevOps組織があります。
Windows Server 2019を実行する10個のAzure仮想マシンがあります。仮想マシンは、Azure Pipelinesを使用して構築およびデプロイするアプリケーションをホストします。各仮想マシンには、Webサーバー(IIS)の役割がインストールおよび構成されています。
仮想マシンをピン留めするWebサーバー構成が自動的に維持されるようにする必要があります。
このソリューションは、構成設定の一元管理を提供し、管理オーバーヘッドを最小限に抑える必要があります。
どの4つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation

Step1: Create an Azure Automation account.
An Azure Automation account is required.
Step 2: Install the custom Desired State Configuration (DSC) extension on the virtual machines Under the hood, and without an administrator having to remote into a VM, the Azure VM Desired State Configuration extension registers the VM with Azure Automation State Configuration.
Step 3: Onboard the virtual machines to the Azure Automation account.
Step 4: Complete the Desired State Configuration (DSC) configuration.
Create a DSC configuration.
Reference:
https://docs.microsoft.com/en-us/azure/automation/automation-dsc-onboarding


質問 # 183
.NET Coreアプリケーションを含むイメージを作成する予定です。
次のコードを含むDockerfileファイルがあります。 (行番号は参照用にのみ含まれています。)

イメージが構築されるときにイメージができるだけ小さいことを確認する必要があります。
ファイルのどの行を変更しますか?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:D

解説:
Explanation
https://github.com/dotnet/dotnet-docker/blob/master/samples/dotnetapp/README.md


質問 # 184
次のアセットを持つアプリケーションを構築しています。
* ソースコード
*自動テストとビルドからのログ
*大規模で頻繁に更新されるバイナリアセット
*複数のアプリケーションで使用される共通ライブラリ
各アセットはどこに保存する必要がありますか?回答するには、適切なAzureサービスを適切なアセットにドラッグします。各サービスは一度だけ使用できます。ペイン間で分割バーをドラッグするか、コンテンツを表示するにはスクロールする必要がある場合があります。
注:それぞれの正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Azure Repos
Box 2: Azure Artifacts
Use Azure Artifacts to create, host, and share packages with your team.
Box 3: Azure Pipelines
In the pipeline view you can see all the stages and associated tests. The view provides a summary of the test results Box 4: Azure Storage Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/get-started/what-is-repos
https://azure.microsoft.com/en-us/services/devops/artifacts/
https://docs.microsoft.com/en-us/azure/devops/pipelines/test/review-continuous-test-results-after-build


質問 # 185
Pool7内のコンピューター用にAzure Automationを構成する必要があります。
どの3つのアクションを順番に実行しますか?答えるには、適切な動作を動作リストから解答領域に移動して、正しい順序に並べます。

正解:

解説:

Explanation


質問 # 186
Azure DevOpsにプライベートプロジェクトがあります。
プロジェクトマネージャーがカスタム作業項目クエリを作成して、プロジェクトの進捗状況を報告できるようにする必要があります。ソリューションでは、最小限の特権の原則を使用する必要があります。
どのセキュリティグループにプロジェクトマネージャーを追加する必要がありますか?

  • A. リーダー
  • B. プロジェクトコレクション管理者
  • C. 貢献者
  • D. プロジェクト管理者

正解:C

解説:
Explanation
Contributors have permissions to contribute fully to the project code base and work item tracking. The main permissions they don't have or those that manage or administer resources.
Reference:
https://docs.microsoft.com/en-us/azure/devops/organizations/security/permissions


質問 # 187
Group 7のコンピューター用にAzure Automationを構成する必要があります。
どの3つのアクションを順番に実行しますか?答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Step 1: Create a Desired State Configuration (DSC) configuration file that has an extension of .ps1.
Step 2: Run the Import-AzureRmAutomationDscConfiguration Azure Powershell cmdlet The Import-AzureRmAutomationDscConfiguration cmdlet imports an APS Desired State Configuration (DSC) configuration into Azure Automation. Specify the path of an APS script that contains a single DSC configuration.
Example:
PS C:\>Import-AzureRmAutomationDscConfiguration -AutomationAccountName
"Contoso17"-ResourceGroupName "ResourceGroup01" -SourcePath "C:\DSC\client.ps1" -Force This command imports the DSC configuration in the file named client.ps1 into the Automation account named Contoso17. The command specifies the Force parameter. If there is an existing DSC configuration, this command replaces it.
Step 3: Run the Start-AzureRmAutomationDscCompilationJob Azure Powershell cmdlet The Start-AzureRmAutomationDscCompilationJob cmdlet compiles an APS Desired State Configuration (DSC) configuration in Azure Automation.
References:
https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/import-azurermautomationdscconfigur
https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/start-azurermautomationdsccompilatio


質問 # 188
次の表に示すように、2つのアプリケーションの承認方針を定義しています。

各アプリケーションにどのリリース方針を使用しますか? 答えるには、適切なリリース戦略を正しいアプリケーションにドラッグしてください。 各承認方針は、1回、複数回、またはまったく使用しないことができます。 コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Reference:
https://dev.to/mostlyjason/intro-to-deployment-strategies-blue-green-canary-and-more-3a3


質問 # 189
Group 7のコンピューター用にAzure Automationを構成する必要があります。
どの3つのアクションを順番に実行しますか?答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。

正解:

解説:

1 - Create a Desired State Configuration (DSC) configuration file that has an extension of .ps1.
2 - Run the Import-AzureRmAutomationDscConfiguration Azure Powershell cmdlet
3 - Run the Start-AzureRmAutomationDscCompilationJob Azure Powershell cmdlet
References:
https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/import-azurermautomationdscconfiguration
https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/start-azurermautomationdsccompilationjob
Topic 2, Litware inc.
Existing Environment
Litware, Inc. an independent software vendor (ISV) Litware has a main office and five branch offices.
Application Architecture
The company' s primary application is a single monolithic retirement fund management system based on ASP.NE T web forms that use logic written in V8.NET. Some new sections of the application are written in C#.
Variations of the application are created for individual customers. Currently, there are more than 80 have code branches in the application's code base.
The application was developed by using Microsoft Visual Studio. Source code is stored in Team Foundation Server (TFS) in the main office. The branch offices access of the source code by using TFS proxy servers.
Architectural Issues
Litware focuses on writing new code for customers. No resources are provided to refactor or remove existing code. Changes to the code base take a long time, AS dependencies are not obvious to individual developers.
Merge operations of the code often take months and involve many developers. Code merging frequently introduces bugs that are difficult to locate and resolve.
Customers report that ownership costs of the retirement fund management system increase continually. The need to merge unrelated code makes even minor code changes expensive.
Requirements
Planned Changes
Litware plans to develop a new suite of applications for investment planning. The investment planning Applications will require only minor integration with the easting retirement fund management system.
The investment planning applications suite will include one multi-tier web application and two iOS mobile applications. One mobile application will be used by employees; the other will be used by customers.
Litware plans to move to a more agile development methodology. Shared code will be extracted into a series of package.
Litware has started an internal cloud transformation process and plans to use cloud based services whenever suitable.
Litware wants to become proactive m detecting failures, rather than always waning for customer bug reports.
Technical Requirements
The company's investment planning applications suite must meet the following technical requirements:
* New incoming connections through the firewall must be minimized.
* Members of a group named Developers must be able to install packages.
* The principle of least privilege must be used for all permission assignments
* A branching strategy that supports developing new functionality in isolation must be used.
* Members of a group named Team leaders must be able to create new packages and edit the permissions of package feeds
* Visual Studio App Center must be used to centralize the reporting of mobile application crashes and device types in use.
* By default, all App Center must be used to centralize the reporting of mobile application crashes and device types in use.
* Code quality and release quality are critical. During release, deployments must not proceed between stages if any active bugs are logged against the release.
* The mobile applications must be able to call the share pricing service of the existing retirement fund management system. Until the system is upgraded, the service will only support basic authentication over HUPS.
* The required operating system configuration tor the test servers changes weekly. Azure Automation State Configuration must be used to ensure that the operating system on each test servers configured the same way when the servers are created and checked periodically.
Current Technical
The test servers are configured correctly when first deployed, but they experience configuration drift over time. Azure Automation State Configuration fails to correct the configurations.
Azure Automation State Configuration nodes are registered by using the following command.


質問 # 190
以下の要件を満たすDockerコンテナー構築方法を推奨する必要があります。
* 画像訴訟を最小限に抑える
* 最終画像のセキュリティ表面積を最小化
あなたは何を推薦に含めるべきですか?

  • A. Docker Swarm
  • B. 単段ビルド
  • C. PowerShellのDesired State Configuration(DSC)
  • D. 多段階ビルド

正解:D

解説:
Multi-stage builds are a new feature requiring Docker 17.05 or higher on the daemon and client. Multistage builds are useful to anyone who has struggled to optimize Dockerfiles while keeping them easy to read and maintain.


質問 # 191
Dockerデプロイモデルを使用するAzure DevOpsパイプラインのインラインテストを実行する必要があります。ソリューションは、結果がパイプラインに公開されないようにする必要があります。
インラインテストには何を使用する必要がありますか?

  • A. a single stage Dockerfile
  • B. an Azure Kubernetes Service (AKS) pod
  • C. a multi-stage Dockerfile
  • D. a Docker Compose file

正解:C

解説:
Explanation
"Build and test with a multi-stage Dockerfile: build and tests execute inside the container using a multi-stage Docker file, as such test results are not published back to the pipeline."
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/test/publish-test-results?view=azure-devops&tabs


質問 # 192
Project1という名前のプロジェクトを含むAzureDevOps組織があります。
Project1で公開されたWikiを作成する必要があります。
あなたは最初に何をすべきですか?

  • A. Project1のチーム構成設定を変更します。
  • B. Project1のストレージ設定を変更します。
  • C. Project1で、AzureDevOpsリポジトリを作成します。
  • D. Project1で、AzureDevOpsパイプラインを作成します。

正解:C

解説:
Reference:
https://docs.microsoft.com/en-us/azure/devops/project/wiki/publish-repo-to-wiki?view=azure-devops&tabs=browser


質問 # 193
......

AZ-400日本語試験問題集でPDF合格保証 成功は正確かつ更新された問題:https://jp.fast2test.com/AZ-400J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어