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

Your company has a project in Azure DevOps.
You plan to create a release pipeline that will deploy resources by using Azure Resource Manager templates.
The templates will reference secrets stored in Azure Key Vault.
You need to recommend a solution for accessing the secrets stored in the key vault during deployments. The solution must use the principle of least privilege.
What should you include in the recommendation? To answer, drag the appropriate configurations to the correct targets. Each configuration 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:

Box 1: RBAC
Management plane access control uses RBAC.
The management plane consists of operations that affect the key vault itself, such as:
* Creating or deleting a key vault.
* Getting a list of vaults in a subscription.
* Retrieving Key Vault properties (such as SKU and tags).
* Setting Key Vault access policies that control user and application access to keys and secrets.
Box 2: RBAC
References:
https:// docs.microso ft.com/en-us/az ure /azure-resource-m anager/resource-manager-tutorial-use-key-va ult
You have an Azure subscription that contains Azure DevOps build pipelines.
You need to implement pipeline caching by using the cache task.
How should you complete the YAML definition? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
정답:

Explanation:
You are configuring Azure Pipelines for three projects in Azure DevOps as shown in the following table.

Which version control system should you recommend for each project? To answer, drag the appropriate version control systems to the correct projects. Each version control system 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:

Project1:Git in Azure Repos
Project2: Github Enterprise
GitHub Enterprise is the on-premises version of GitHub.com. GitHub Enterprise includes the same great set of features as GitHub.com but packaged for running on your organization ' s local network. All repository data is stored on machines that you control, and access is integrated with your organization ' s authentication system (LDAP, SAML, or CAS).
Project3: Bitbucket cloud
One downside, however, is that Bitubucket does not include support for SVN but this can be easily amended migrating the SVN repos to Git with tools such as SVN Mirror for Bitbucket .
Note: SVN is a centralized version control system.
References:
https://www.az uredevopslabs.com/labs/azur edevop s/yaml/
https ://enterprise.github.com /faq
You are using an Azure Pipelines pipeline to build and deploy a web app.
You need to implement a testing strategy that meets the following requirements:
* Validates thescalability of the app
* Tests a code module without testing the module ' s dependencies
* Validates the interactions and dependencies between the app and its dependent services Which type of test should you implement for each requirement? To answer,select the appropriate options in the answer area.
정답:

Explanation:
You need to execute inline testing of an Azure DevOps pipeline that uses a Docker deployment model. The solution must prevent the results from being published to the pipeline.
What should you use for the inline testing?

정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Your company develops an application named App1 that is deployed in production.
As part of an application update, a new service is being added to App1. The new service requires access to an application named App2 that is currently in development.
You need to ensure that you can deploy the update to App1 before App2 becomes available. You must be able to enable the service in App1 once App2 is deployed.
What should you do?

정답: C
설명: (DumpTOP 회원만 볼 수 있음)
You have an Azure DevOps release pipeline named Pipeline1. You plan to use Pipelinel to deploy infrastructure as code (laC) resources to Azure. You need to create templates to define which resources to deploy. Which template formats should you use?

정답: C
You have a project in Azure DevOps.
You need to configure a dashboard that will provide information on the following metrics.
* How long it takes to close a work item
* The number of completed backlog items
* How long it takes to restore failed services
Which type of widget should you use for each metric? To answer, drag the appropriate widget types to the correct metrics. Each widget 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 NOTE: Each correct selection is worth one point.
정답:

Explanation:
To configure a dashboard that will provide information on the metrics you mentioned, you can use the following types of widgets:
* How long it takes to close a work item: Cycle time . This widget shows the average time it takes for work items to go from a specified start state to a specified end state 1 .
* The number of completed backlog items: Velocity . This widget shows the amount of work delivered by a team within a sprint or iteration 2 .
* How long it takes to restore failed services: Lead time . This widget shows the average time it takes for work items to go from creation to completion 3 .
You are planning projects for three customers. Each customer's preferred process for work items is shown in the following table.

The customers all plan to use Azure DevOps for work item management.
Which work item process should you use for each customer? To answer, drag the appropriate work item process to the correct customers. Each work item process 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:

Box 1: Scrum
Choose Scrum when your team practices Scrum. This process works great if you want to track product backlog items (PBIs) and bugs on the Kanban board, or break PBIs and bugs down into tasks on the taskboard.
Box 2: Agile
Choose Agile when your team uses Agile planning methods, including Scrum, and tracks development and test activities separately. This process works great if you want to track user stories and (optionally) bugs on the Kanban board, or track bugs and tasks on the taskboard.
Box 3: CMMI
Choose CMMI when your team follows more formal project methods that require a framework for process improvement and an auditable record of decisions. With this process, you can track requirements, change requests, risks, and reviews.
References:
ht tps://docs.microsoft.com/en-us/a zure/devops/boards/work-i tems/guidance/ch oose-proce ss?view=azure- devops
Task 2
You need to create an instance of AzureApplication Insights named az400-38443478-main and configure the instance to receive telemetry data from an Azure web app named az400-38443478-main You must create a Log Analytics workspace before this task.
정답:
See the solution below in explanation.
Explanation:
To create an instance of Azure Application Insights namedaz400-38443478-mainand configure it to receive telemetry data from an Azure web app with the same name, you'll need to follow these steps:
Create a Log Analytics Workspace:
Go to theAzure Portal.
Search for Log Analytics Workspaces and select Add.
Select a Subscription and either use an existing Resource Group or create a new one.
Provide a unique name for your Log Analytics workspace.
Choose the Region that is appropriate for you.
Review the settings and then selectCreate1.
Create an Azure Application Insights Instance:
In the Azure Portal, navigate to Application Insights.
Click on + Create.
Fill in the instance details, ensuring the name isaz400-38443478-main.
Link the instance to the Log Analytics workspace you created in the previous step.
Review and create the Application Insights instance2.
Configure the Azure Web App to Send Telemetry Data:
Go to the Azure Web Appaz400-38443478-main.
Under Monitoring, selectApplication Insights.
Choose to use an existing resource and select the Application Insights instance you created.
Follow the prompts to set up the connection, which may involve adding the appropriate SDK to your web app and configuring the connection string or instrumentation key.
Verify Telemetry Data Reception:
After setting up, send some test traffic to your web app.
Then, go to the Application Insights instance and check the Overview or Performance sections to see if telemetry data is being received.
Remember to replace placeholder names with the actual names of your resources where necessary. These steps will help you set up Azure Application Insights to monitor your web app effectively.
You have an Azure subscription that contains an Azure Container Apps instance named AppServicel.
AppServicel is deployed to multiple Azure regions.
You have a containerized application named App1. App1 is a platform as a service (PaaS) solution that will have customers worldwide.
You plan to deploy App1 to AppService1 and will use a blue-green deployment strategy.
You need to recommend a solution that meet the following requirements:
* Automatically routes traffic between each deployment with minimal manual intervention
* Supports dynamic application settings and feature flags
* Minimizes administrative effort
What should you include in the recommendation for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
정답:

Explanation:
You need to ensure that an Azure web app named az400-9940427-main can retrieve secrets from an Azure key vault named az400-9940427-kv1 by using a system managed identity.
Thesolution must use the principle of least privilege.
To complete this task, sign in to the Microsoft Azure portal.
정답:
See solution below.
Explanation:
1. In Azure portal navigate to the az400-9940427-main app.
2. Scroll down to the Settings groupin the left navigation.
3. Select Managed identity.
4. Within the System assigned tab, switch Status to On. Click Save.

References:
https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity
You have an Azure Pipelines pipeline that has the following definition.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
정답:

Explanation:
You manage projects by using Azure Boards. You manage project code by using GitHub. You have a work itemthat has an ID of 456. You need to link work item 456 to a new pull request.
What are two ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct solution is worth one point.

정답: B,D

우리와 연락하기

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

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

서포트: 바로 연락하기