최신 AZ-400 무료덤프 - Microsoft Designing and Implementing Microsoft DevOps Solutions
Task 5
For Project1, you need to create a project wiki named Wiki1 that uses the Mermaid syntax to render a diagram A sample of the desired output is stored in C:\Resources\TCPHandshake.png.
For Project1, you need to create a project wiki named Wiki1 that uses the Mermaid syntax to render a diagram A sample of the desired output is stored in C:\Resources\TCPHandshake.png.
정답:
See the solution below in explanation.
Explanation:
Step 1: Create a Project Wiki
* Navigate to Azure DevOps:
* Go to Azure DevOps and sign inwith your credentials.
* Select Your Project:
* Choose Project1 from your list of projects.
* Create a Wiki:
* In the left-hand menu, select Wiki.
* Click on Create project wiki.
* Enter the name Wiki1 and click Create.
Step 2: Add Mermaid Syntax to Render a Diagram
* Open the Wiki Page:
* Navigate to the newly created Wiki1.
* Edit the Wiki Page:
* Click on Edit to start editing the wiki page.
* Insert Mermaid Diagram:
* Use the following Mermaid syntax to render a diagram. For example, to render a simple flowchart, you canuse:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
* Save the Page:
* Click on Save to save your changes.
Step 3: Render the TCP Handshake Diagram
* Convert TCPHandshake.png to Mermaid Syntax:
* Since you have a sample diagram in C:\Resources\TCPHandshake.png, you need to convert this diagram into Mermaid syntax. Here's an example of how a TCP handshake might look in Mermaid syntax:
```mermaid
sequenceDiagram
participant Client
participant Server
Client->>Server: SYN
Server-->>Client: SYN-ACK
Client->>Server: ACK
* Add the Diagram to the Wiki:
* Replace the sample Mermaid syntax with the TCP handshake diagram syntax in the wiki page.
* Save the Page:
* Click on Save to save your changes.
By following these steps, you will have created a project wiki named Wiki1 and used Mermaid syntax to render a diagram
Explanation:
Step 1: Create a Project Wiki
* Navigate to Azure DevOps:
* Go to Azure DevOps and sign inwith your credentials.
* Select Your Project:
* Choose Project1 from your list of projects.
* Create a Wiki:
* In the left-hand menu, select Wiki.
* Click on Create project wiki.
* Enter the name Wiki1 and click Create.
Step 2: Add Mermaid Syntax to Render a Diagram
* Open the Wiki Page:
* Navigate to the newly created Wiki1.
* Edit the Wiki Page:
* Click on Edit to start editing the wiki page.
* Insert Mermaid Diagram:
* Use the following Mermaid syntax to render a diagram. For example, to render a simple flowchart, you canuse:
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
* Save the Page:
* Click on Save to save your changes.
Step 3: Render the TCP Handshake Diagram
* Convert TCPHandshake.png to Mermaid Syntax:
* Since you have a sample diagram in C:\Resources\TCPHandshake.png, you need to convert this diagram into Mermaid syntax. Here's an example of how a TCP handshake might look in Mermaid syntax:
```mermaid
sequenceDiagram
participant Client
participant Server
Client->>Server: SYN
Server-->>Client: SYN-ACK
Client->>Server: ACK
* Add the Diagram to the Wiki:
* Replace the sample Mermaid syntax with the TCP handshake diagram syntax in the wiki page.
* Save the Page:
* Click on Save to save your changes.
By following these steps, you will have created a project wiki named Wiki1 and used Mermaid syntax to render a diagram
You are building an application that has the following assets:
* Source code
* Logs from automated tests and builds
* Large and frequently updated binary assets
* A common library used by multiple applications
Where should you store each asset? To answer, drag the appropriate Azure services to the correct assets. Each service may be used once. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

* Source code
* Logs from automated tests and builds
* Large and frequently updated binary assets
* A common library used by multiple applications
Where should you store each asset? To answer, drag the appropriate Azure services to the correct assets. Each service may be used once. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

정답:

Explanation:

Box 1: Azure Repos
Box 2: Azure Artifacts
Use Azure Artifacts to create, host, and share packages withyour 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
You use an Azure pipeline to build a .NET app that has NuGet dependencies.
You need to ensure that the pipeline caches required NuGet packages.
How should you configure thepipeline? 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.

You need to ensure that the pipeline caches required NuGet packages.
How should you configure thepipeline? 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:

You have an Azure Repos repository that contains large PSD files. You need to configure Get LFS to manage all the files.
How should you complete the script?Toanswer, drag the appropriate access levels to the correct groups. Each access level 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.

How should you complete the script?Toanswer, drag the appropriate access levels to the correct groups. Each access level 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.

정답:

You have several apps that use an Azure SQLDatabase named db1.
You need to ensure that queries to db1 are tuned by Azure over time. The solution must only apply to db1.
To complete this task, sign in to the Microsoft Azure portal.
You need to ensure that queries to db1 are tuned by Azure over time. The solution must only apply to db1.
To complete this task, sign in to the Microsoft Azure portal.
정답:
See solution below.
Explanation:
1. To enable automatictuning on a single database, navigate to the database in the Azure portal and select Automatic tuning.

2. Select the automatic tuning options you want to enable and select Apply.
Note: Individual automatic tuning settings can be separately configuredfor each database. You can manually configure an individual automatic tuning option, or specify that an option inherits its settings from the server.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/automatic-tuning-enable
Explanation:
1. To enable automatictuning on a single database, navigate to the database in the Azure portal and select Automatic tuning.

2. Select the automatic tuning options you want to enable and select Apply.
Note: Individual automatic tuning settings can be separately configuredfor each database. You can manually configure an individual automatic tuning option, or specify that an option inherits its settings from the server.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/automatic-tuning-enable
You have a GitHub repository.
You need to configure Dependabot dependency scanning. The solutionmust meet the following requirements:
* Automatically open a pull request to resolve an alert.
* Automatically open a pull request when a dependency is updated.
What should you enable for each requirement? To answer, drag the appropriate featuresto the correct requirements. Each feature 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.

You need to configure Dependabot dependency scanning. The solutionmust meet the following requirements:
* Automatically open a pull request to resolve an alert.
* Automatically open a pull request when a dependency is updated.
What should you enable for each requirement? To answer, drag the appropriate featuresto the correct requirements. Each feature 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:

You need to recommend a procedure to implement the build agent for Project1.
Which three actions should you recommend be performed in sequence? To answer, move the appropriate actions from the list of actions tothe answer area and arrange them in the correct order.

Which three actions should you recommend be performed in sequence? To answer, move the appropriate actions from the list of actions tothe answer area and arrange them in the correct order.

정답:

Explanation:

Scenario:

Step 1: Sign in to Azure Develops 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 thecluster, 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/
You need to execute inline testing of an Azure DevOps pipeline that uses a Docker deploymentmodel. The solution must prevent the results from being published to the pipeline.
What should you use for the inline testing?
What should you use for the inline testing?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Your company uses a Git repository in Azure Repos lo manage the source code of a web application. The master branch is protected from direct updates. Developers work on new features in the topic branches.
Because of the high volume of requested features, it is difficult to follow the history of the changes to the master branch.
You need to enforce a pull request merge strategy. The strategy must meet the following requirements:
* Consolidate commit histories
* Merge tie changes into a tingle commit
Which merge strategy should you use in the branch policy?
Because of the high volume of requested features, it is difficult to follow the history of the changes to the master branch.
You need to enforce a pull request merge strategy. The strategy must meet the following requirements:
* Consolidate commit histories
* Merge tie changes into a tingle commit
Which merge strategy should you use in the branch policy?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You need to deploy Internet Information Services (IIS) to an Azure virtual machinethat runs Windows Server
2019.
How should you complete the Desired State Configuration (DSQ configuration script? To answer, drag the appropriate values to the correct locations. Each value may be used once, more than once, or not at all. You may need todrag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

2019.
How should you complete the Desired State Configuration (DSQ configuration script? To answer, drag the appropriate values to the correct locations. Each value may be used once, more than once, or not at all. You may need todrag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

정답:

Explanation:

Box 1: Configuration
The following example shows a simple example of a configuration.
configuration IISInstall
{
node "localhost"
{
WindowsFeature IIS
{
Ensure = "Present"
Name = "Web-Server"
}
}
}
Box 2: WindowsFeature
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview
You are designing a strategy to monitor the baseline metrics of Azure virtual machines that run Windows Server. You need to collect detailed data about the processes running in the guest operating system. Which two agents should you deploy? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
정답: B,C
설명: (DumpTOP 회원만 볼 수 있음)
Note: This question n part of a series of questions that present the samescenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear in the review screen.
You have an approval process that contains a condition. The condition requires that releases be approved by a team leader before they are deployed.
You have a policy stating that approvals must occur within eight hours.
You discover that deployments fail if the approvals lake longer than two hours.
You need to ensure that the deployments only fail if the approvals take longer than eight hours.
Solution: From Pre-deployment conditions, you modify the Timeout setting for pre-deployment approvals.
Does this meet the goal?
You have an approval process that contains a condition. The condition requires that releases be approved by a team leader before they are deployed.
You have a policy stating that approvals must occur within eight hours.
You discover that deployments fail if the approvals lake longer than two hours.
You need to ensure that the deployments only fail if the approvals take longer than eight hours.
Solution: From Pre-deployment conditions, you modify the Timeout setting for pre-deployment approvals.
Does this meet the goal?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
You have the followingAzure policy.


정답: D
To resolve the current technical issue, what should you do to theRegister- AzureRmAutomationDscNodecommand?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
You use GitHub for source control
You are evaluating whether to use proxying to add a private upstream MyGet package feed to your MyGet feed. What are twopossible advantages of this approach? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
You are evaluating whether to use proxying to add a private upstream MyGet package feed to your MyGet feed. What are twopossible advantages of this approach? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
정답: B,D
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling.
You have a project in Azure DevOps named Project1. Project1 is used to build a web app named App1 and deploy App1 to VMSS1.
You need to ensure that an email alert is generated whenever VMSS1 scales in or out.
Solution: From Azure Monitor, create an action group.
Does this meet the goal?
You have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling.
You have a project in Azure DevOps named Project1. Project1 is used to build a web app named App1 and deploy App1 to VMSS1.
You need to ensure that an email alert is generated whenever VMSS1 scales in or out.
Solution: From Azure Monitor, create an action group.
Does this meet the goal?
정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You have an Azure subscription.
You have the standards shown in the following table.

You plan to use Azure Pipelines to build and release web apps.
You need to recommend a solution to build the pipelines. The solution must meet the following requirements:
* Ensure that all new pipelines meet the security requirements defined in Standards
* Ensure that the first stage of all new pipelines contains the software prerequisites defined in Standard2.
* Minimize administrative effort.
What should you use to implement each standard? To answer, drag the appropriate options to the correct standards. Each component 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: Eachcorrect selection is worth one point.

You have the standards shown in the following table.

You plan to use Azure Pipelines to build and release web apps.
You need to recommend a solution to build the pipelines. The solution must meet the following requirements:
* Ensure that all new pipelines meet the security requirements defined in Standards
* Ensure that the first stage of all new pipelines contains the software prerequisites defined in Standard2.
* Minimize administrative effort.
What should you use to implement each standard? To answer, drag the appropriate options to the correct standards. Each component 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: Eachcorrect selection is worth one point.

정답:

Explanation:
