单选题

You use Azure Artifacts to host NuGet packages that you create.

You need to make one of the packages available to anonymous users outside your organization. 

The solution must minimize the number of publication points.

What should you do?

A、

Change the feed URL of the package

B、

Create a new feed for the package

C、

Promote the package to a release view.

D、

Publish the package to a public NuGet repository.

下载APP答题
由4l***se提供 分享 举报 纠错

相关试题

单选题

Your company plans to use an agile approach to software development. You need to recommend an application to provide communication between members of the development team who work in locations around the world. The applications must meet the following requirements:

・Provide the ability to isolate the members of different project teams into separate communication channels and to keep a history of the chats within those channels.

・Be available on Windows 10, Mac OS, iOS, and Android operating systems.

・Provide the ability to add external contractors and suppliers to projects.

・Integrate directly with Azure DevOps.

What should you recommend?

A、

Microsoft Project

B、

Bamboo

C、

Octopus

D、

Slack

单选题

You have a branch policy in a project in Azure DevOps. The policy requires that code always builds successfully.

You need to ensure that a specific user can always merge changes to the master branch, even if the code fails to compile. 

The solution must use the principle of least privilege.

What should you do?

A、

Add the user to the Build Administrators group.

B、

Add the user to the Project Administrators group.

C、

From the Security settings of the repository, modify the access control for the user.

D、

From the Security settings of the branch, modify the access control for the user.

单选题

You have a GitHub repository.

You create a new repository in Azure DevOps.

You need to recommend a procedure to clone the repository from GitHub to Azure DevOps.

What should you recommend? 

A、

Create a pull request.

B、

Create a webhook.

C、

Create a service connection for GitHub.

D、

From Import a Git repository, click Import.

E、Create a personal access token in Azure DevOps.

单选题 Your company builds a multi-tier web application.

You use Azure DevOps and host the production application on Azure virtual machines.

Your team prepares an Azure Resource Manager template of the virtual machine that you will use to test new features.

You need to create a staging environment in Azure that meets the following requirements:

・Minimizes the cost of Azure hosting

・Provisions the virtual machines automatically

・Uses the custom Azure Resource Manager template to provision the virtual machines

What should you do?

A、

In Azure Cloud Shell, run Azure CLI commands to create and delete the new virtual machines in a staging resource group.

B、

In Azure DevOps, configure new tasks in the release pipeline to deploy to Azure Cloud Services.

C、

From Azure Cloud Shell, run Azure PowerShell commands to create and delete the new virtual machines in a staging resource group.

D、

In Azure DevOps, configure new tasks in the release pipeline to create and delete the virtual machines in Azure DevTest Labs.

单选题 You manage build pipelines and deployment pipelines by using Azure DevOps.

Your company has a team of 500 developers. 

New members are added continually to the team.

You need to automate the management of users and licenses whenever possible.

Which task must you perform manually?

A、

modifying group memberships

B、

adding users

C、

assigning entitlements

D、

procuring licenses

单选题

Your company plans to use an agile approach to software development.

You need to recommend an application to provide communication between members of the development team who work in locations around the world. 

The applications must meet the following requirements:

・Provide the ability to isolate the members of different project teams into separate communication channels and to keep a history of the chats within those channels.

・Be available on Windows 10, Mac OS, iOS, and Android operating systems.

・Provide the ability to add external contractors and suppliers to projects.

・Integrate directly with Azure DevOps.

What should you recommend?

A、

Microsoft Project

B、

Bamboo

C、

Microsoft Lync

D、

Microsoft Teams

E、Octopus

单选题

During a code review, you discover many quality issues. Many modules contain unused variables and empty catch blocks. You need to recommend a solution to improve the quality of the code.

What should you recommend?

A、

In a Grunt build task, select Enabled from Control Options

B、

In a Maven build task, select Run PMD

C、

In a Xcode build task, select Use xcpretty from Advanced

D、

In a Gradle build task, select Run Checkstyle

单选题 You are developing a multi-tier application. 

The application will use Azure App Service web apps as the front end and an Azure SQL database as the back end. 

The application will use Azure functions to write some data to Azure Storage.

You need to send the Azure DevOps team an email message when the front end fails to return a status code of 200. 

Which feature should you use?

A、

Service Map in Azure Log Analytics

B、

Availability tests in Azure Application Insights

C、

Profiler in Azure Application Insights

D、

Application Map in Azure Application Insights