Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

You use GitHub Enterprise for source control repositories. The repositories store C# code. You need to enable CodeQL scanning for the repositories. What should you do?

A.

Push a GitHub Actions workflow to all the repositories.

B.

Enable Dependabot security updates.

C.

Enable Dependabot alerts.

D.

Configure a required GitHub Actions workflow for all the repositories.

2You have a GitHub repository.

You need to ensure that all changes to code are validated by your company's security department before the main branch is deployed.

Which two actions can you perform? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Create a branch protection rule for the feature branches.

B.

Create a branch protection rule for the main branch.

C.

Create a LICENSE file.

D.

Require signed commits.

E.

Create a CODEOWNERSfile.

You have a project in Azure DevOps named Project1 that has a release pipeline in Azure Pipeline named ReleaseP1.

you need toensure that when a new release is generated for ReleaseP1, a new release note document is created. The release notes must contain new features and bug fixes.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the Most of actions to the answer area and arrange them r the correct order.

NOTE: More than one order of answer choices is correct You will receive credit for any of the correct orders you select

Your company creates a web application.

You need to recommend a solution that automatically sends to Microsoft Teams a dairy summary of the exceptions that occur m the application.

Which two Azure services should you recommend? Eachcorrect answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Microsoft Visual Studio App Center

B.

Azure DevOps Project

C.

Azure Logic Apps

D.

Azure Pipelines

E.

Azure Application Insights

You mc configuring Azure DevOps build pipelines.

You plan to use hosted build agents.

Which build agent pool should you use to compile each application type? To answer, drag the appropriate built agent pools to the correct application types. Each butt agent pool 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 are creating a YAML-based Azure pipeline to deploy an Azure Data factory instance that has the following requirements;

• If a Data Factory instance exists already, the instance must be overwritten.

• No other resources in a resource group named Fabrikam must be affected.

How should you complete the code? To answer, select theappropriate options in the answer area.

NOTE: Each correct selection is worth one point.

NO: 15DRAG DROP

You are developing a fullMicrosoft .NET Framework solution that includes unit tests.

You need to configure SonarQube to perform a code quality validation of the C# code as part of the build pipelines.

Which four tasks should you perform in sequence? To answer, move the appropriate tasks from the list of tasks to the answer area and arrange them in the correct order.

Your company has four projects. The version control requirements for each project are shown in the following table.

You plan to use Azure Repos for all the projects.

Which version control system should you usefor 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.

You havean Azure subscription that contains the resources shown in the following table.

Project1 produces 9pm packages that are published to Feed 1. Feed1 is consumed by multiple projects.

You need to ensure that only tested packages are available for consumption. The solution must minimize development effort.

What should you do?

A.

Create a feed view named @default. After the 9pm packages test successfully, configure a release pipeline that promotes a package to the @default view.

B.

Create a feed view named release and set @release as the default view. After the 9pm packages test successfully, configure a release pipeline that promotes a package to the @release View.

C.

Create a feed view named @release and set @release as the default view. After the 9pm packages test successfully, configure a release pipeline that tags the packages as release.

D.

Create a feed view named @default. After the 9pm packages test successfully. configure a release pipeline that tags the packages as release.

Note: This question is part of a series of questions that presentthe 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.

The lead developer at your company reports that adding new application features takes longer than expected due to a large accumulated technical debt.

You need to recommend changes to reduce the accumulated technical debt.

Solution: You recommend increasing the test coverage.

Does this meet the goal?

A.

Yes

B.

No