NEW QUESTION 1 - (Exam Topic 1) Where should the build and release agents for the investment planning application suite run? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. A. Mastered B. Not Mastered Answer: A Explanation: Box 1: A source control system A source control system, also called a version control system, allows developers to collaborate on code and track changes. Source control is an essential tool for multi-developer projects. Box 2: A hosted service To build and deploy Xcode apps or Xamarin.iOS projects, you'll need at least one macOS agent. If your pipelines are in Azure Pipelines and a Microsoft-hosted agent meets your needs, you can skip setting up a self-hosted macOS agent. Scenario: The investment planning applications suite will include one multi-tier web application and two iOS mobile applications. One mobile application will be used by employees; the other will be used by customers. References: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-osx?view=azure-devops NEW QUESTION 2 - (Exam Topic 1) What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite? A. a trigger B. a pre deployment approval C. a post-deployment approval D. a deployment gate Answer: D NEW QUESTION 3 - (Exam Topic 2) You have an Azure DevOps organization named Contoso that contains a project named Project 1. You provision an Azure key vault name Keyvault1. You need to reference Keyvault1 secrets in a build pipeline of Project1. What should you do first? A. Create an XAML build service. B. Create a variable group in Project1. C. Add a secure file to Project1. D. Configure the security policy of Contoso. Answer: B Explanation: Before this will work, the build needs permission to access the Azure Key Vault. This can be added in the Azure Portal. Open the Access Policies in the Key Vault and add a new one. Choose the principle used in the DevOps build. Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/release/azure-key-vault NEW QUESTION 4 - (Exam Topic 2) You need to deploy Internet Information Services (IIS) to an Azure virtual machine that runs Windows Server 2019. How should you complete the Desired State Configuration (DSQ configuration script? To answer, drag the appropriate values to the correct locations. Each value 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. Guaranteed success with Our exam guides visit - https://www.certshared.com Certshared now are offering 100% pass ensure AZ-400 dumps! https://www.certshared.com/exam/AZ-400/ (277 Q&As) A. Mastered B. Not Mastered Answer: A Explanation: Box 1: Configuration The following example shows a simple example of a configuration. configuration IISInstall { node "localhost" { WindowsFeature IIS { Ensure = "Present" Name = "Web-Server" } } } Box 2: WindowsFeature Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview NEW QUESTION 5 - (Exam Topic 2) 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 Your company has a project in Azure DevOps for a new web application. You need to ensure that when code is checked in, a build runs automatically. Solution: From the Continuous deployment trigger settings of the release pipeline, you enable the Pull request trigger setting. Does the meet the goal? A. Yes B. No Answer: B Explanation: In Visual Designer you enable continuous integration (CI) by: Select the Triggers tab. Enable Continuous integration. References: https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started-designer NEW QUESTION 6 - (Exam Topic 2) You are automating the testing process for your company. You need to automate UI testing of a web application. Which framework should you use? A. JaCoco B. Selenium C. Xamarin.UITest D. Microsoft.CodeAnalysis Answer: B Explanation: Performing user interface (UI) testing as part of the release pipeline is a great way of detecting unexpected changes, and need not be difficult. Selenium can be used to test your website during a continuous deployment release and test automation. References: https://docs.microsoft.com/en-us/azure/devops/pipelines/test/continuous-test-selenium?view=azure-devops NEW QUESTION 7 - (Exam Topic 2) 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 have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling. You have a project in Azure DevOps named Project1. Project1 is used to build a web app named App1 and deploy App1 to VMSS1. You need to ensure that an email alert is generated whenever VMSS1 scales in or out. Solution: From Azure Monitor, create an action group. Does this meet the goal? A. Yes B. No Answer: B NEW QUESTION 8 - (Exam Topic 2) You have an Azure DevOps organization named Contoso. You need to receive Microsoft Teams notifications when work items are updated. What should you do? A. From Azure DevOp B. configure a service hook subscription. C. From Microsoft Teams, configure a connector. Guaranteed success with Our exam guides visit - https://www.certshared.com Certshared now are offering 100% pass ensure AZ-400 dumps! https://www.certshared.com/exam/AZ-400/ (277 Q&As) D. From Microsoft Teams, add a channel. E. From Azure DevOp F. install an extension. G. From the Microsoft Teams admin center configure external access. Answer: B Explanation: https://azuredevopslabs.com/labs/vstsextend/teams/ NEW QUESTION 9 - (Exam Topic 2) As part of your application build process, you need to deploy a group of resources to Azure by using an Azure Resource Manager template located on GitHub. Which three action should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. A. Mastered B. Not Mastered Answer: A Explanation: Step 1: Create a release pipeline You need to create a new pipeline. You can integrate Azure Resource Manager templates (ARM templates) with Azure Pipelines for continuous integration and continuous deployment (CI/CD). Step 2: Add an Azure Resource Group Deployment task Step 3: Set the template parameters Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/add-template-to-azure-pipelines NEW QUESTION 10 - (Exam Topic 2) You are developing an iOS application by using Azure DevOps. You need to test the application manually on 10 devices without releasing the application to the public. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Create a Microsoft Intune device compliance policy. B. Deploy a certificate from an internal certification authority (CA) to each device. C. Register the application in the iTunes store. D. Onboard the devices into Microsoft Intune. E. Distribute a new release of the application. F. Register the IDs of the devices in the Apple Developer portal. Answer: BF Explanation: References: https://docs.microsoft.com/en-us/appcenter/distribution/auto-provisioning NEW QUESTION 10 - (Exam Topic 2) You have the following Azure policy. You assign the policy to the Tenant root group. What is the effect of the policy? A. prevents all http traffic to existing Azure Storage accounts B. ensures that all traffic to new Azure Storage accounts is encrypted C. prevents HTTPS traffic to new Azure Storage accounts when the accounts are accessed over the Internet D. ensures that all data for new Azure Storage accounts is encrypted at rest Answer: B Explanation: Denies non HTTPS traffic. NEW QUESTION 12 - (Exam Topic 2) Your company is building a mobile app that targets Android devices and OS devices. Your team uses Azure DevOps to manage all work items and release cycles. You need to recommend a solution to perform the following tasks: • Collect crash reports for issue analysis • Distribute beta releases to your testers. • Get user feedback on the functionality of new apps. What should you include in the recommendation? A. Jenkins integration B. Azure Application Insights widgets Guaranteed success with Our exam guides visit - https://www.certshared.com Certshared now are offering 100% pass ensure AZ-400 dumps! https://www.certshared.com/exam/AZ-400/ (277 Q&As) C. the Microsoft Test & Feedback extension D. Microsoft Visual Studio App Center integration Answer: C Explanation: The "Exploratory Testing" extension is now "Test & Feedback" and is now Generally Available. Anyone can now test web apps and give feedback, all directly from the browser on any platform: Windows, Mac, or Linux. Available for Google Chrome and Mozilla Firefox (required version 50.0 or above) currently. Support for Microsoft Edge is in the pipeline and will be enabled once Edge moves to a Chromiumcompatible web platform. References: https://marketplace.visualstudio.com/items?itemName=ms.vss-exploratorytesting-web NEW QUESTION 14 - (Exam Topic 2) Your company uses Azure DevOps for Git source control. You have a project in Azure DevOps named Contoso App that contains the following repositories: https://dev.azure.com/contoso/contoso-app/core-api https://dev.azure.com/contoso/contoso-app/core-spa https://dev.azure.com/contoso/contoso-app/core-db You need to ensure that developers receive Slack notifications when there are pull requests created for Contoso App. What should you run in Slack? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. A. Mastered B. Not Mastered Answer: A Explanation: Box 1: subscribe To start monitoring all Git repositories in a project, use the following slash command inside a channel: /azrepos subscribe [project url] Box 2: https://dev.azure.com/contoso/contoso-app You can also monitor a specific repository using the following command: /azrepos subscribe [repository url] The repository URL can be to any page within your repository that has your repository name. For example, for Git repositories, use: /azrepos subscribe https://dev.azure.com/myorg/myproject/_git/myrepository Reference: https://docs.microsoft.com/en-us/azure/devops/repos/integrations/repos-slack NEW QUESTION 18 - (Exam Topic 2) Your company is building a new solution in Java. The company currently uses a SonarQube server to analyze the code of .NET solutions. You need to analyze and monitor the code quality of the Java solution. Which task types should you add to the build pipeline? A. Chef B. Gradle C. Octopus D. Gulp Answer: B Explanation: SonarQube is a set of static analyzers that can be used to identify areas of improvement in your code. It allows you to analyze the technical debt in your project and keep track of it in the future. With Maven and Gradle build tasks, you can run SonarQube analysis with minimal setup in a new or existing Azure DevOps Services build task. References: https://docs.microsoft.com/en-us/azure/devops/java/sonarqube?view=azure-devops NEW QUESTION 22 - (Exam Topic 2) 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 have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 that is configured for autoscaling. You have a project in Azure DevOps named Project1. Project1 is used to build a web app named App1 and deploy App1 to VMSS1. You need to ensure that an email alert is generated whenever VMSS1 scales in or out. Solution: From Azure DevOps, configure the Notifications settings for Project1. Does this meet the goal? A. Yes B. No Answer: A

No comments found.
Login to post a comment
This item has not received any review yet.
Login to review this item
No Questions / Answers added yet.
Price $17.00
Add To Cart

Buy Now
Category exam bundles
Comments 0
Rating
Sales 0

Buy Our Plan

We have

The latest updated Study Material Bundle with 100% Satisfaction guarantee

Visit Now
{{ userMessage }}
Processing