최신 AZ-400 무료덤프 - Microsoft Designing and Implementing Microsoft DevOps Solutions

You manage code by using GitHub.
You plan to use Dependabot to scan for code dependencies.
You need to identify when scanning will be triggered automatically.
Which two actions will trigger a scan? Each correct answer presents a complete solution.
NOTE: Each correct solution is worth one point

정답: C,E
Task 4
Initialize the default main branch, if it does not exist already.
In the Userl-42147509 Azure DevOps project, you need to implement an approval process for the default main branch.
The process must use the four-eyes principle and have at least one approval on every iteration.
정답:
See the solution below in explanation.
Explanation:
Step 1: Initialize the Default Main Branch
Navigate to Azure DevOps:
Go to Azure DevOps and sign in with your credentials.
Select Your Project:
Choose Project1 from your list of projects.
Initialize the Main Branch:
Go to Repos > Files.
If themain branch does not exist, you will see an option to initialize it. Click on Initialize and follow the prompts to create the main branch.
Step 2: Implement an Approval Process for the Main Branch
Navigate to Branch Policies:
Go to Repos > Branches.
Findthe main branch and click on the ... (ellipsis) next to it.
Select Branch policies.
Enable Required Reviewers:
Under Policies, enable Minimum number of reviewers.
Set the minimum number of reviewers to 2 to enforce the four-eyes principle.
Add RequiredReviewers:
Add the users who should review the changes. Ensure that at least one approval is required on every iteration.
Enable Reset Code Reviewer Votes:
Enable the Reset code reviewer votes when there are new changes option to ensure that any new changes require re-approval.
Save Changes:
Click on Save changes to apply the policies.
Step 3: Verify the Approval Process
Create a Pull Request:
Make a change in a branch and create a pull request to merge it into the main branch.
Review and Approve:
Ensurethat the pull request requires at least two reviewers to approve it before it can be merged.
By following these steps, you will have successfully initialized themain branch and implemented an approval process that adheres to the four-eyes principle, ensuring that every iteration has at least one approval
You have an Azure subscription that contains two resource groups named Contoso RG and Contoso Dev, an Azure data factory named Contoso Data Factory, and a release pipeline in Azure Pipelines named Pipeline1.
You plan to deploy Contoso Data Factory to ContosoRG by using Pipeline1.
You add the Azure Resource Manager (ARM) template deployment task shown the following exhibit.
정답:

Explanation:
Deployment Mode
Location specified in the Linked artifact variable
You are designing YAML-based Azure pipelines for the apps shown in the following table You need to configure the YAML strategy value for each app. The solution must minimize appdowntime.
Which value should you configure for each app? To answer, select the appropriate options in the answer area.
정답:

Explanation:
App1Canary and App2 rolling
App1 Canary would minimize app downtime for the first app, as it would only deploy new code when the canary has confirmed that it is functional - and if there are any issues, it would roll back to the previous version of the code.
App2 rolling would be the second option, as it would allow for frequent deployments of new code, while still giving the developers enough time to fix any issues that may have been introduced during new code deployments.
You use GitHub for source control and project-related discussions.
You receive a notification when an entry is made to any team discussion.
You need to ensure that you receive email notifications only for discussions in which you commented or in which you are mentioned.
Which two Notifications settings should you clear? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

정답: A,C
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questionsets 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 planto update the Azure DevOps strategy of your company.
You need to identify the following issues as they occur during the company's development process:
Licensing violations
Prohibited libraries
Solution: You implement continuous integration.
Does thismeet the goal?

정답: B
설명: (DumpTOP 회원만 볼 수 있음)
You have an Azure subscription that uses Azure Automation State Configuration to manage the configuration of virtual machines.
You need to identify which nodes are noncompliant.
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://learn.microsoft.com/fr-fr/azure/automation/automation-dsc-diagnostics
You have an Azure Automation account that contains a webbook. The webbook is used to configure the application infrastructure of an Azure subscription.
You have a project in Azure DevOps named Project). Project1 contains a repository that stores code for the webbook.
You need to ensure that every committedchange to the code will update automatically and publish the webbook to Azure Automation.
What should you configure?

정답: D
You create a Git repository named Repo1 in Azure Repos.
You need to configure Repo1 to meet the following requirements:
*Work items must be linked to a pull request.
*Pull requests must have a minimum of two reviewers.
* Pull requests must complete a code review by using a thirty-party tool.
The solution must minimize administrative effort.
Which type of policy should you usefor each requirement? To answer, drag the appropriate policy types to the correct requirements. Each policy type 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.
정답:
You are creating a container for an ASP.NET Coreapp.
You need to create a Dockerfile file to build the image. The solution must ensure that the size of the image is minimized.
How should you configure the file? To answer, drag the appropriate values to the correct targets. Each value must 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:

Box 1: microsoft.com/dotnet/sdk:2.3
The first group of lines declares from which base image we will use to build our container ontop of. If the local system does not have this image already, then docker will automatically tryand fetch it. The mcr.
microsoft.com/dotnet/core/sdk:2.1 comes packaged with the .NET core 2.1 SDK installed, so it's up to the task of building ASP .NET core projects targeting version 2.1 Box 2: dotnet restore The next instruction changes the working directory in our container to be /app, so all commands following this one execute under this context.
COPY *.csproj ./
RUN dotnet restore
Box 3: microsoft.com/dotnet/2.2-aspnetcore-runtime
When building container images, it's good practice to include only the production payload and its dependencies in the container image. We don't want the .NET core SDK included in our final image because we only need the .NET core runtime, so the dockerfile is written to use a temporary container that is packaged with the SDK called build-env to build the app.
Reference:
https://docs.microsoft.com/de-DE/virtualization/windowscontainers/quick-start/building-sample-app
You have a project in Azure DevOps named Project1.
You need to ensure that all new pipelines in Project1 execute three specific tasks during pipeline execution.
What should you create?

정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Note: This question is part of a series of questions that present the same scenario. 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 Azure pipeline that is used to deploy a web app. The pipeline includes a test suite named TestSuite1. TestSuite1 is used to validate the operations of the web app.
TestSuite1 fails intermittently.
You identify that the failures are unrelated to changes in the source code and execution environment.
You need to minimize troubleshooting effort for the TestSuite1 failures.
Solution: You implement the Test Results Trend widget.
Does this meet the goal?

정답: A
Task 1
Navigate to https://dev.azure.com, select Start Free, and specify the following credentials:
* [email protected]
* Password: eWrSalD2!
Use the default setting to sign up for Azure DevOps and create an Azure DevOps organization. Once the organization is created. creates private project named Project1.
You need to add an external userthat has an email address of [email protected] as a stakeholder of the User1 -42147509 Azure DevOps organization.
The user must be added to the most restrictive Azure DevOps group.
To complete this task, sign in to the Azure DevOps portal asUserl-42147509 ExamUsers.com.
정답:
See the solution below in explanation.
Explanation:
Step 1: Sign Up for Azure DevOps
Navigate to Azure DevOps.
Click on Start Free.
Enter the credentials:
Email: [email protected]
Password: eWrSalD2!
Follow the prompts to complete the sign-up process using the default settings.
Step 2: Create an Azure DevOps Organization
Once signed in, you will be prompted to create a new organization.
Enter a name for your organization and select your region.
Click on Continue to create the organization.
Step 3: Create a Private Project
In your new organization, click on New Project.
Name the project Project1.
Set the visibility to Private.
Click on Create.
Step 4: Add an External User as a Stakeholder
Go to the Organization Settings.
Under General, select Users.
Click on Add users.
Enter the email address: [email protected].
Set the access level to Stakeholder.
Add the user to the most restrictive group, which is typically the Readers group.
Click on Add to complete the process.
Step 5: Verify the User Addition
Ensure that the external user has been added successfully by checking the Users list.
Confirm that the user has the Stakeholder access level and is part of the Readers group.
By following thesesteps, you should be able to complete the task successfully. If you encounter any issues, feel free to ask for further assistance!
You have an Azure subscription that contains multiple Azure pipelines.
You need to deploy a monitoring solution for the pi*lines. The solution must meet the following requirements:
Parse logs from multiple sources.
identify the root cause of issues.
What advanced feature of a monitoring tool should include in the solution?

정답: D

우리와 연락하기

문의할 점이 있으시면 메일을 보내오세요. 12시간이내에 답장드리도록 하고 있습니다.

근무시간: ( UTC+9 ) 9:00-24:00
월요일~토요일

서포트: 바로 연락하기