100%無料Microsoft Azure AZ-400日本語問題集PDFお試しサンプル認定ガイドカバー率 [Q165-Q183]

Share

100%無料Microsoft Azure AZ-400日本語問題集PDFお試しサンプル認定ガイドカバー率

PDF試験材料2023年最新の実際に出るAZ-400日本語問題集

質問 # 165
Azure Pipelinesにビルドパイプラインがあります。
Slackアプリ統合を作成します。
#Developmentという名前のSlackチャネルにビルド通知を送信する必要があります。
最初に何をすべきですか?

  • A. プロジェクトレベルの通知を作成します。
  • B. サービス接続を構成します。
  • C. グローバル通知を作成します。
  • D. サービスフックサブスクリプションを作成します。

正解:D

解説:
Explanation
Create a service hook for Azure DevOps with Slack to post messages to Slack in response to events in your Azure DevOps organization, such as completed builds, code changes, pull requests, releases, work items changes, and more.
Note:
1. Go to your project Service Hooks page:
https://{orgName}/{project_name}/_settings/serviceHooksSelect Create Subscription.
3. Choose the types of events you want to appear in your Slack channel.
4. Paste the Web Hook URL from the Slack integration that you created and select Finish.
5. Now, when the event you configured occurs in your project, a notification appears in your team's Slack channel.
Reference:
https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/slack


質問 # 166
あなたの会社はAzure ReposのGitリポジトリを使ってWebアプリケーションのソースコードを管理しています。マスターブランチは直接更新から保護されています。開発者はトピックブランチの新機能に取り組みます。
要求された機能が大量にあるため、マスターブランチへの変更の履歴をたどることは困難です。
プルリクエストマージ戦略を強制する必要があります。戦略は次の要件を満たす必要があります。
* コミット履歴を統合する
* tieの変更をtingle commitにマージする
ブランチポリシーでどのマージ戦略を使用する必要がありますか?

  • A. 早送りなしのマージ
  • B. スカッシュマージ
  • C. 早送りマージ
  • D. Gitフェッチ

正解:B

解説:
Explanation
Squash merging is a merge option that allows you to condense the Git history of topic branches when you complete a pull request. Instead of each commit on the topic branch being added to the history of the default branch, a squash merge takes all the file changes and adds them to a single new commit on the default branch.
A simple way to think about this is that squash merge gives you just the file changes, and a regular merge gives you the file changes and the commit history.
Note: Squash merging keeps your default branch histories clean and easy to follow without demanding any workflow changes on your team. Contributors to the topic branch work how they want in the topic branch, and the default branches keep a linear history through the use of squash merges. The commit history of a master branch updated with squash merges will have one commit for each merged branch. You can step through this history commit by commit to find out exactly when work was done.
References: https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash


質問 # 167
RG1という名前のリソースグループを含むAzureサブスクリプションがあります。 RG1には、次のリソースが含まれています。
* Windows Serverを実行し、インターネットインフォメーションサービス(IIS)がインストールされている4つのAzure仮想マシン
* Azure仮想マシン上のSQLServer
* Azureロードバランサー
Azure Pipelinesを使用して、RG1の仮想マシンにアプリケーションをデプロイする必要があります。
どの4つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

1 - Create an agent pool
2 - Create a deployment group
3 - Execute the Azure Pipelines Agent extension to the virtual machines
4 - Add and configure a deployment group job for the pipeline
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deployment-groups/howto-provision-deployment-group-agents


質問 # 168
Azure DevOpsでProject2のコードフロー戦略を実装する必要があります。
どの3つのアクションを順番に実行しますか?答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Step 1: Create a repository
A Git repository, or repo, is a folder that you've told Git to help you track file changes in. You can have any number of repos on your computer, each stored in their own folder.
Step 2: Create a branch
Branch policies help teams protect their important branches of development. Policies enforce your team's code quality and change management standards.
Step 3: Add a build validation policy
When a build validation policy is enabled, a new build is queuedwhen a new pull request is created or when changes are pushed to an existing pull request targeting this branch. The build policy then evaluates the results of the build to determine whether the pull request can be completed.
Scenario:
Implement a code flow strategy for Project2 that will:
Enable Team2 to submit pull requests for Project2.
Enable Team2 to work independently on changes to a copy of Project2.
Ensure that any intermediary changes performed by Team2 on a copy of Project2 will be subject to the same restrictions as the ones defined in the build policy of Project2.

References:https://docs.microsoft.com/en-us/azure/devops/repos/git/manage-your-branches


質問 # 169
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 Reference:
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 3, Woodgrove bank
General Overview
Woodgrove Bank is a financial services company that has a main office in the United Kingdom.
Technical Requirements and Planned Changes
Planned Changes
Woodgrove Bank plans to implement the following project management changes:
Implement Azure DevOps for project tracking.
Centralize source code control in private GitHub repositories.
Implement Azure Pipelines for build pipelines and release pipelines.
Woodgrove Bank plans to implement the following changes to the identity environment:
Deploy an Azure AD tenant named woodgrovebank.com.
Sync the Active Directory domain to Azure AD.
Configure App1 to use a service principal.
Integrate GitHub with Azure AD.
Woodgrove Bank plans to implement the following changes to the core apps:
Migrate App1 to ASP.NET Core.
Integrate Azure Pipelines and the third-party build tool used to develop App2.
Woodgrove Bank plans to implement the following changes to the DevOps environment:
Deploy App1 to Azure App Service.
Implement source control for the DB1 schema.
Migrate all the source code from TFS1 to GitHub.
Deploy App2 to an Azure virtual machine named VM1.
Merge the POC branch into the GitHub default branch.
Implement an Azure DevOps dashboard for stakeholders to monitor development progress.
Technical Requirements
Woodgrove Bank identifies the following technical requirements:
The initial databases for new environments must contain both schema and reference data.
An Azure Monitor alert for VM1 must be configured to meet the following requirements:
Be triggered when average CPU usage exceeds 80 percent for 15 minutes.
Calculate CPU usage averages once every minute.
The commit history of the POC branch must replace the history of the default branch.
The Azure DevOps dashboard must display the metrics shown in the following table.

Access to Azure DevOps must be restricted to specific IP addresses.
Page load times for App1 must be captured and monitored.
Administrative effort must be minimized.


質問 # 170
モバイルアプリケーションでApp Centerを初期化するためのコードをどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Scenario: Visual Studio App Center must be used to centralize the reporting of mobile application crashes and device types in use.
In order to use App Center, you need to opt in to the service(s) that you want to use, meaning by default no services are started and you will have to explicitly call each of them when starting the SDK.
Insert the following line to start the SDK in your app's AppDelegate class in the didFinishLaunchingWithOptions method.
MSAppCenter.start("{Your App Secret}", withServices: [MSAnalytics.self, MSCrashes.self]) References: https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/ios


質問 # 171
共有コードを見つけて分離する必要があります。 共有コードは一連のパッケージで管理されます。
どの3つのアクションを順番に実行しますか? 答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Step 1: Create a dependency graph for the application
By linking work items and other objects, you can track related work, dependencies, and changes made over time. All links are defined with a specific link type. For example, you can use Parent/Child links to link work items to support a hierarchical tree structure. Whereas, the Commit and Branch link types support links between work items and commits and branches, respectively.
Step 2: Group the related components.
Packages enable you to share code across your organization: you can compose a large product, develop multiple products based on a common shared framework, or create and share reusable components and libraries.
Step 3: Assign ownership to each component graph
References:
https://docs.microsoft.com/en-us/azure/devops/boards/queries/link-work-items-support-traceability?view=azure-
https://docs.microsoft.com/en-us/visualstudio/releasenotes/tfs2017-relnotes


質問 # 172
モバイルアプリケーションでApp Centerを初期化するためのコードをどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Scenario: Visual Studio App Center must be used to centralize the reporting of mobile application crashes and device types in use.
In order to use App Center, you need to opt in to the service(s) that you want to use, meaning by default no services are started and you will have to explicitly call each of them when starting the SDK.
Insert the following line to start the SDK in your app's App Delete class in the didFinishLaunchingWithOptions method.
MSAppCenter.start("{Your App Secret}", withServices: [MSAnalytics.self, MSCrashes.self]) References: https://docs.microsoft.com/en-us/appcenter/sdk/getting-started/ios


質問 # 173
repo1 という名前の Azure Repos リポジトリがあります。
features/feature11 という名前のブランチを削除します。
削除されたブランチを回復する必要があります。
順番に実行する必要がある 3 つのコマンドはどれですか? 答えるには、コマンドのリストから適切なコマンドを回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation


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

正解:

解説:

Explanation


質問 # 175
Project1のビルドエージェントを実装するための手順を推奨する必要があります。
どの3つのアクションを順番に実行することをお勧めしますか。 答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。

正解:

解説:

Explanation

Scenario:

Step 1: Sign in to Azure Devops by using an account that is assigned the Administrator service connection security role.
Note: Under Agent Phase, click Deploy Service Fabric Application. Click Docker Settings and then click Configure Docker settings. In Registry Credentials Source, select Azure Resource Manager Service Connection. Then select your Azure subscription.
Step 2: Create a personal access token..
A personal access token or PAT is required so that a machine can join the pool created with the Agent Pools (read, manage) scope.
Step 3: Install and register the Azure Pipelines agent on an Azure virtual machine.
By running a Azure Pipeline agent in the cluster, we make it possible to test any service, regardless of type.
References:
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-deploy-container-app-with-cicd-vsts
https://mohitgoyal.co/2019/01/10/run-azure-devops-private-agents-in-kubernetes-clusters/


質問 # 176
Windows Server 2019 を実行し、Desired State Configuration (DSC) を使用して管理されている仮想マシンがあります。
次の DSC 構成があります。

次のローカル構成マネージャー (LCM) 構成があります。

次の各ステートメントについて、該当する場合は [はい] を選択します。それ以外の場合は、[いいえ] を選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。

正解:

解説:

Explanation
No " Dependson are defined"
No "Mode is Apply and Monitor"
Yes "ConfigurationModeFreqMin : 60 "
------
ConfigurationModeFreqMin :How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly.
https://docs.microsoft.com/en-us/powershell/dsc/managing-nodes/metaconfig?view=dsc-1.1
https://docs.microsoft.com/en-us/powershell/dsc/configurations/resource-depends-on?view=dsc-1.1


質問 # 177

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

正解:

解説:

Explanation:
Graphical user interface, text, application Description automatically generated

Box 1: readiness Probe:
Forcontainerized 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


質問 # 178
投資計画アプリケーションスイートには、どの分岐戦略をお勧めしますか?

  • A. feature isolation
  • B. development isolation
  • C. release isolation
  • D. main only

正解:A

解説:
Explanation
Scenario: A branching strategy that supports developing new functionality in isolation must be used.
Feature isolation is a special derivation of the development isolation, allowing you to branch one or more feature branches from main, as shown, or from your dev branches.

When you need to work on a particular feature, it might be a good idea to create a feature branch.


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

正解:

解説:

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


質問 # 180
あなたの会社は3つのモバイルアプリケーションのスイートを作成しています。
アプリケーションビルドへのアクセスを制御する必要があります。ソリューションは組織レベルで管理する必要があります何を使用しますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Explanation:
Box 1: Microsoft Visual Studio App Center distribution Groups
Distribution Groups are used to control access to releases. A Distribution Group represents a set of users that can be managed jointly and can have common access to releases. Example of Distribution Groups can be teams of users, like the QA Team or External Beta Testers or can represent stages or rings of releases, such as Staging.
Box 2: Shared
Shared distribution groups are private or public distribution groups that are shared across multiple apps in a single organization. Shared distribution groups eliminate the need to replicate distribution groups across multiple apps.
Note: With the Deploy with App Center Task in Visual Studio Team Services, you can deploy your apps from Azure DevOps (formerly known as VSTS) to App Center. By deploying to App Center, you will be able to distribute your builds to your users.
References: https://docs.microsoft.com/en-us/appcenter/distribution/groups


質問 # 181
図に示すように、Azure DevOpsでリリースパイプラインを構成しています。

ドロップダウンメニューを使用して、グラフィックに表示されている情報に基づいて各質問に回答する回答の選択肢を選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: 5
There are five stages: Development, QA, Pre-production, Load Test and Production. They all have triggers.
Box 2: The Internal Review stage
References: https://docs.microsoft.com/en-us/azure/devops/pipelines/release/triggers


質問 # 182
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


質問 # 183
......

更新されたのはMicrosoft AZ-400日本語問題集PDFオンラインエンジン:https://jp.fast2test.com/AZ-400J-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어