πŸ”

AZ-400 β€” questions

Page 9 of 18 Β· 358 total questions.

Topic 6 Β· Question 253

You have a project in Azure DevOps that has a release pipeline. You need to integrate work item tracking and an Agile project management system to meet the following requirements: β€’ Ensure that developers can track whether their commits are deployed to production. β€’ Report the deployment status. β€’ Minimize integration effort. Which system should you use?

  • AAsana
  • BBasecamp
  • CTrello
  • DJira (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Jira.

Topic 6 Β· Question 254

You plan to onboard 10 new developers. You need to recommend a development environment that meets the following requirements: β€’ Integrates with GitHub β€’ Provides integrated debugging tools β€’ Supports remote workers and hot-desking environments β€’ Supports developers who use browsers, tablets, and Chromebooks What should you recommend?

  • AVS Code
  • BXamarin Studio
  • CMonoDevelop
  • DGithub Codespaces (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Github Codespaces.

Topic 6 Β· Question 255

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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You create an email subscription to an Azure DevOps notification. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 6 Β· Question 256

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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You create a service hook subscription that uses the code pushed event. Does this meet the goal?

  • AYes (correct answer)
  • BNo
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Yes.

Topic 6 Β· Question 257

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 integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You add a trigger to the build pipeline. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 6 Β· Question 258

You plan to create in Azure DevOps. Multiple developers will work on the project. The developers will work offline frequently and will require access to the full project history while they are offline. Which version control solution should you use?

  • ATeam Foundation Version Control
  • BGit (correct answer)
  • CTortoiseSVN
  • DSubversion
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Git.

Topic 6 Β· Question 259

You plan to onboard 10 new developers. You need to recommend a development environment that meets the following requirements: β€’ Integrates with GitHub β€’ Provides integrated debugging tools β€’ Supports remote workers and hot-desking environments β€’ Supports developers who use browsers, tablets, and Chromebooks What should you recommend?

  • AVS Code
  • BXamarin Studio
  • CMonoDevelop
  • DVisual Studio Codespaces (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Visual Studio Codespaces.

Topic 6 Β· Question 260

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?

  • ACreate a project-level notification.
  • BConfigure a service connection.
  • CCreate a global notification.
  • DCreates a service hook subscription. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Creates a service hook subscription.

Topic 6 Β· Question 261 Β· Select all that apply

You have an Azure DevOps organization named Contoso and an Azure subscription. You use Azure DevOps to build and deploy a web app named App1. Azure Monitor is configured to generate an email notification in response to alerts generated whenever App1 generates a server-side error. You need to receive notifications in Microsoft Teams whenever an Azure Monitor alert is generated. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • ACreate an Azure Monitor workbook.
  • BCreate an Azure logic app that has an HTTP request trigger. (correct answer)
  • CCreate an Azure logic app that has an Azure DevOps trigger.
  • DModify an action group in Azure Monitor. (correct answer)
  • EModify the Diagnostics settings in Azure Monitor.
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: Create an Azure logic app that has an HTTP request trigger. Option D: Modify an action group in Azure Monitor.

Explanation

Azure Monitor collects metrics and logs across resources for observability and alerting.

Topic 6 Β· Question 263

You have an Azure DevOps organization that contains a project named Project1. You need to create a published wiki in Project1. What should you do first?

  • AModify the Storage settings of Project1.
  • BIn Project1, create an Azure DevOps pipeline.
  • CIn Project1, create an Azure DevOps repository. (correct answer)
  • DModify the Team configuration settings of Project1.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: In Project1, create an Azure DevOps repository.

Topic 6 Β· Question 264

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?

  • AMicrosoft Project
  • BBamboo
  • CMicrosoft Lync
  • DMicrosoft Teams (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Microsoft Teams.

Topic 6 Β· Question 265

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?

  • AService Map in Azure Log Analytics
  • Bavailability tests in Azure Application Insights (correct answer)
  • CProfiler in Azure Application Insights
  • DApplication Map in Azure Application Insights
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: availability tests in Azure Application Insights

Explanation

Application Insights provides application performance monitoring and diagnostics for apps.

Topic 6 Β· Question 266

You have a project in Azure DevOps named Project1. Project1 contains a published wiki. You need to change the order of pages in the navigation pane of the published wiki in the Azure DevOps portal. What should you do?

  • AAt the root of the wiki, create a file named .order that defines the page hierarchy. (correct answer)
  • BAt the root of the wiki, create a file named wiki.md that defines the page hierarchy.
  • CRename the pages in the navigation pane.
  • DDrag and drop the pages in the navigation pane.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: At the root of the wiki, create a file named.order that defines the page hierarchy.

Topic 6 Β· Question 268

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?

  • ASkype for Business
  • BBamboo
  • COctopus
  • DSlack (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Slack.

Topic 6 Β· Question 269 Β· Select all that apply

You are designing a YAML template for use with Azure Pipelines. The template will include the outputfile parameter. Which two methods can you use to reference the parameter? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • A${{parameters.outputfile}} (correct answer)
  • B$(parameters['outputfile'])
  • C$(parameters.outputfile)
  • D$(parameters[outputfile])
  • E${{parameters['outputfile']}} (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: ${{parameters.outputfile}} Option E: ${{parameters['outputfile']}}.

Topic 6 Β· Question 270

You have a pipeline named Pipeline1 in Azure Pipelines. You need to create a service connection to enable Pipeline1 to download a public container image. Which type of service connection should you create?

  • Aa Docker host
  • Ba Docker registry (correct answer)
  • CAzure Service Fabric
  • DAzure Kubernetes Service (AKS)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: a Docker registry.

Topic 6 Β· Question 271

You have a project in Azure DevOps named Project1 that contains a Kanban board named Board1. You create a Microsoft Teams channel and add the Azure Boards app to the channel. You need to ensure that users can create work items in Board1 from Microsoft Teams. Which command should you run?

  • A@azure boards subscriptions
  • B@azure boards create
  • C@azure boards sign in
  • D@azure boards link (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: @azure boards link.

Topic 6 Β· Question 272

You manage a project by using Azure Board, and you manage the project code by using Azure Repos. You have a bug work item that has an ID of 123. You need to set the work item state to Resolved. What should you add to the commit message?

  • A#123 completes
  • B#123 Resolved
  • CCompleted #123
  • DFixes #123 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Fixes #123.

Topic 6 Β· Question 273

You have an Azure subscription that contains a storage account and 20 virtual machines. You plan to use LogRhythm for aggregation and analysis of the virtual machine logs. You need to configure AzLog to export the logs and push them to the storage account. In which format should you export the logs?

  • AJSON (correct answer)
  • BEVTX
  • CEVT
  • Dbinary
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: JSON.

Topic 6 Β· Question 275 Β· Select all that apply

You use GitHub for source control and Azure Boards for project management. GitHub and Azure Boards are integrated. You plan to create a pull request in GitHub. You need to automatically link the request to an existing Azure Boards work item by using the text of AB# . To which two elements can you add the text? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

  • Amilestone
  • Blabel
  • Ctitle (correct answer)
  • Dcomment
  • Edescription (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: title Option E: description.

Showing questions 161–180 of 358 Β· Page 9 of 18