AZ-400T00-A: Designing and Implementing Microsoft DevOps solutions Quiz Questions and Answers

Answer :
  • The Smart Detection feature in Azure Application Insights

Explanation :

Smart Detection automatically warns you of potential performance problems and failure anomalies in your web application. It performs proactive analysis of the telemetry that your app sends to Application Insights. If there is a sudden rise in failure rates, or abnormal patterns in client or server performance, you get an alert. This feature needs no configuration
Answer :
  • Execute the pipeline
  • Create a deployment group
  • Add and configure the deployment group job for the pipeline

Explanation :

Here the order of tasks are also important from an exam perspective 1. Create an agent pool – This would be used for building the application in Azure Pipelines 2. Create a deployment group – Group the target virtual machines in the deployment group 3. Add and configure the deployment group job for the pipeline 4. Execute the pipeline
Answer :
  • Reader

Explanation :

At the organization level, you can add the Reader role. This would allow one to view the agent pools in the organization For more information on the various roles for the agent pools, one can refer to the below URL https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/pools-queues
Answer :
  • Live Metrics

Explanation :

Live Metrics Stream enables you to probe the beating heart of your live, in-production web application. You can select and filter metrics and performance counters to watch in real time, without any disturbance to your service. You can also inspect stack t
Answer :
  • Branching

Explanation :

The trunk-based development Workflow assumes a central repository, and master represents the official project history. Instead of committing directly on their local master branch, developers create a new branch every time they start work on a new feature.
Answer :
  • System flaw or weakness in an application that could be exploited to compromise the security of the application

Explanation :

An application vulnerability is a system flaw or weakness in an application that could be exploited to compromise the security of the application. ... These crimes target the confidentiality, integrity, or availability (known as the “CIA triad”) of resour
Answer :
  • Use Personal Access Tokens

Explanation :

When you need to use tools like other Git-based repositories, or NuGet or Xcode and want them to integrate directly with Azure DevOps Services but the tools don't directly support Microsoft accounts or AAD accounts for authentication, you can generally st
Answer :
  • Create action group with action ITSM

Explanation :

Customers use Azure monitoring tools to identify, analyze and troubleshoot issues. However, the work items related to an issue is typically stored in an ITSM tool. Instead of having to go back and forth between your ITSM tool and Azure monitoring tools, c
Answer :
  • Ndepend

Explanation :

NDepend is a Visual Studio extension that assesses the amount of technical debt that a developer has added during a recent development period, typically in the last hour. With this information, the developer might be able to make the required corrections