HOTSPOT
You have an Azure virtual machine named web1.
You need to query the amount of free memory that was available on web1 during the past seven days. The solution must meet the following requirements:
1.
Display the data as a time chart.
2.
Calculate the average value per hour.
How should you complete the KQL query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
DRAG DROP
You need to find and isolate shared code. The shared code will be maintained in a series of packages.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
DRAG DROP
You have a project in Azure DevOps.
You need to configure a dashboard. The solution must include the following metrics:
1.
Bottlenecks in the software development process
2.
A burndown chart for the work in a single iteration
3.
How long it takes to close a work item after the item was started
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.
Select and Place:
What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?
A. a trigger
B. a pre-deployment approval
C. a post-deployment approval
D. a deployment gate
Your company is building a mobile app that targets Android and iOS devices. Your team uses Azure DevOps to manage all work items and release cycles. You need to recommend a solution to perform the following tasks:
1.
Collect crash reports for issue analysis.
2.
Distribute beta releases to your testers.
3.
Get user feedback on the functionality of new apps. What should you include in the recommendation?
A. the Microsoft Test and Feedback extension
B. Microsoft Visual Studio App Center integration
C. Azure Application insights widgets
D. Jenkins integration
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.
Your company has a project in Azure DevOps for a new web application.
You need to ensure that when code is checked in, a build runs automatically.
Solution: From the Triggers tab of the build pipeline, you select Enable continuous integration.
Does this meet the goal?
A. Yes
B. No
You have a build pipeline in Azure Pipelines.
You create a Slack App Integration.
You need to send build notifications to a Slack channel named #Development.
What should you do first?
A. Configure a service connection.
B. Create a service hook subscription.
C. Create a project-level notification.
D. Create a global notification.
You are designing the security validation strategy for a project in Azure DevOps. You need to identify package dependencies that have known security issues and can be resolved by an update. What should you use?
A. Octopus Deploy
B. Jenkins
C. Gradle
D. SonarQube
You have a GitHub repository that is integrated with Azure Boards. Azure Boards has a work item that has the number 715.
You need to ensure that when you commit source code in GitHub, the work item is updated automatically.
What should you include in the commit comments?
A. the URL of the work item
B. AB#715
C. @715
D. #715
You have an app that is deployed to two environments named Production-A and Production-B by using Azure Pipelines.
You need to configure a release pipeline that will mark the app as complete and ready for release into the Production-B environment. The solution must meet the following requirements:
1.
Ensure that there are no active Azure Monitor alerts in the Production-A environment before the app is marked as complete.
2.
Minimize administrative effort. What should you do?
A. To the Production-B environment stage, add a pre-deployment gate that will query Azure Monitor.
B. To the Production-A environment stage, add a post-deployment gate that will query Azure Monitor.
C. To the Production-A environment stage, add a post-deployment approval.
D. To the Production-A environment stage, add a pre-deployment gate that will query Azure Monitor.