Free AZ-400 Exam Braindumps

Pass your Microsoft Azure DevOps Solutions (beta) exam with these free Questions and Answers

Page 16 of 84
QUESTION 71

- (Exam Topic 4)
You are building an ASP.NET Core application.
You plan to create an application utilization baseline by capturing telemetry data.
You need to add code to the application to capture the telemetry data. The solution must minimize the costs of storing the telemetry data.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  1. A. Add the <InitialSamplingPercentage>99</InitialSamplingPercentage> parameter to the ApplicationInsights.config file.
  2. B. From the code of the application, enable adaptive sampling.
  3. C. From the code of the application, add Azure Application Insights telemetry.
  4. D. Add the 5 parameter to the ApplicationInsights.config file.
  5. E. From the code of the application, disable adaptive sampling.

Correct Answer: CE
"Fixed-rate sampling reduces the volume of telemetry sent from both your ASP.NET or ASP.NET Core or Java server and from your users' browsers. You set the rate. The client and server will synchronize their sampling so that, in Search, you can navigate between related page views and requests." https://docs.microsoft.com/en-us/azure/azure-monitor/app/sampling
https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core
https://docs.microsoft.com/en-us/azure/azure-monitor/app/sampling#configuring-adaptive-sampling-for-aspnet-c

QUESTION 72

- (Exam Topic 4)
You use Azure SQL Database Intelligent Insights and Azure Application Insights foe monitoring. You need to write ad-hoc Queries against the monitoring data.
Which Query language should you use?

  1. A. PL/pgSQL
  2. B. Transact-SQL
  3. C. Azure Log Analytics
  4. D. PL/SQL

Correct Answer: C
Data analysis in Azure SQL Analytics is based on Log Analytics language for your custom querying and reporting.
References: https://docs.microsoft.com/en-us/azure/azure-monitor/insights/azure-sql

QUESTION 73

- (Exam Topic 4)
Your company has an on-premises Bitbucket Server that is used for Git-based source control. The server is protected by a firewall that blocks inbound Internet traffic.
You plan to use Azure DevOps to manage the build and release processes Which two components are required to integrate Azure DevOps and Bitbucket? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one port.

  1. A. an External Git service connection
  2. B. a Microsoft hosted agent
  3. C. service hooks
  4. D. a self- hosted agent
  5. E. a deployment M group

Correct Answer: AD
When a pipeline uses a remote, 3rd-party repository host such as Bitbucket Cloud, the repository is configured with webhooks that notify Azure Pipelines Server or TFS when code has changed and a build should be triggered. Since on-premises installations are normally protected behind a firewall, 3rd-party webhooks are unable to reach the on-premises server. As a workaround, you can use the External Git repository type which uses polling instead of webhooks to trigger a build when code has changed.
References: https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/pipeline-options-for

QUESTION 74

- (Exam Topic 4)
You have an Azure DevOps project that contains a build pipeline. The build pipeline uses approximately 50 open source libraries.
You need to ensure that all the open source libraries comply with your company’s licensing standards. Which service should you use?

  1. A. NuGet
  2. B. Maven
  3. C. Black Duck
  4. D. Helm

Correct Answer: C
Secure and Manage Open Source Software
Black Duck helps organizations identify and mitigate open source security, license compliance and code-quality risks across application and container portfolios.
Black Duck Hub and its plugin for Team Foundation Server (TFS) allows you to automatically find and fix open source security vulnerabilities during the build process, so you can proactively manage risk. The integration allows you to receive alerts and fail builds when any Black Duck Hub policy violations are met.
Note: WhiteSource would also be a good answer, but it is not an option here. Reference:
https://marketplace.visualstudio.com/items?itemName=black-duck-software.hub-tfs

QUESTION 75

- (Exam Topic 4)
Your team uses Azure Pipelines to deploy applications.
You need to ensure that when a failure occurs during the build or release process. all the team members are notified by using Microsoft Teams. The solution must minimize development effort.
What should you do?

  1. A. Use Azure Automation to connect to the Azure DevOps REST API and notify the team members.
  2. B. Install the Azure Pipelines app for Teams and configure a subscription to receive notifications in a channel.
  3. C. Install the Azure Boards app for Teams and configure a subscription to receive notifications in a channel.
  4. D. Use an Azure function to connect to the Azure DevOps REST API and notify the team members.

Correct Answer: C

Page 16 of 84

Post your Comments and Discuss Microsoft AZ-400 exam with other Community members: