Download Microsoft Azure DevOps Solutions.AZ-400.ActualTests.2019-06-27.46q.vcex

Vendor: Microsoft
Exam Code: AZ-400
Exam Name: Microsoft Azure DevOps Solutions
Date: Jun 27, 2019
File Size: 559 KB
Downloads: 1

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
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?
  1. Microsoft Project
  2. Bamboo
  3. Microsoft Lync
  4. Microsoft Teams
Correct answer: D
Explanation:
  Within each team, users can create different channels to organize their communications by topic. Each channel can include a couple of users or scale to thousands of users.   Microsoft Teams works on Android, iOS, Mac and Windows systems and devices. It also works in Chrome, Firefox, Internet Explorer 11 and Microsoft Edge web browsers.   The guest-access feature in Microsoft Teams allows users to invite people outside their organizations to join internal channels for messaging, meetings and file sharing. This capability helps to facilitate business-to-business project management.   Teams integrates with Azure DevOps. Note: Slack would also be a correct answer, but it is not an option here.References: https://searchunifiedcommunications.techtarget.com/definition/Microsoft-Teams
  Within each team, users can create different channels to organize their communications by topic. Each channel can include a couple of users or scale to 
thousands of users. 
  Microsoft Teams works on Android, iOS, Mac and Windows systems and devices. It also works in Chrome, Firefox, Internet Explorer 11 and Microsoft Edge 
web browsers. 
  The guest-access feature in Microsoft Teams allows users to invite people outside their organizations to join internal channels for messaging, meetings and file 
sharing. This capability helps to facilitate business-to-business project management. 
  Teams integrates with Azure DevOps. 
Note: Slack would also be a correct answer, but it is not an option here.
References: https://searchunifiedcommunications.techtarget.com/definition/Microsoft-Teams
Question 2
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? 
  1. modifying group memberships
  2. adding users
  3. assigning entitlements
  4. procuring licenses
Correct answer: D
Explanation:
Incorrect Answers:A: You can seamlessly replace existing solutions with group-based licensing to more easily manage licenses in Azure DevOps. You can use Group rules.C: Member Entitlement Management APIs allow managing Entitlements that include -License Extensions Project/Team memberships References:https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/migrate-to-group-based-resource-management?view=vsts&tabs=new-navhttps://docs.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/?view=azure-devops-rest-5.0
Incorrect Answers:
A: You can seamlessly replace existing solutions with group-based licensing to more easily manage licenses in Azure DevOps. You can use Group rules.
C: Member Entitlement Management APIs allow managing Entitlements that include -
  • License 
  • Extensions 
  • Project/Team memberships 
References:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/migrate-to-group-based-resource-management?view=vsts&tabs=new-nav
https://docs.microsoft.com/en-us/rest/api/azure/devops/memberentitlementmanagement/?view=azure-devops-rest-5.0
Question 3
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?
  1. Service Map in Azure Log Analytics
  2. Availability tests in Azure Application Insights
  3. Profiler in Azure Application Insights
  4. Application Map in Azure Application Insights
Correct answer: D
Explanation:
Application Map helps you spot performance bottlenecks or failure hotspots across all components of your distributed application. Each node on the map represents an application component or its dependencies; and has health KPI and alerts status. Incorrect Answers:A: Service Map automatically discovers application components on Windows and Linux systems and maps the communication between services. You can use it to view your servers as you think of them--interconnected systems that deliver critical services. Service Map shows connections between servers, processes, and ports across any TCP-connected architecture with no configuration required, other than installation of an agent. References: https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-map
Application Map helps you spot performance bottlenecks or failure hotspots across all components of your distributed application. Each node on the map represents an application component or its dependencies; and has health KPI and alerts status. 
Incorrect Answers:
A: Service Map automatically discovers application components on Windows and Linux systems and maps the communication between services. You can use it to view your servers as you think of them--interconnected systems that deliver critical services. Service Map shows connections between servers, processes, and ports across any TCP-connected architecture with no configuration required, other than installation of an agent. 
References: https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-map
Question 4
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?
  1. In a Grunt build task, select Enabled from Control Options.
  2. In a Maven build task, select Run PMD.
  3. In a Xcode build task, select Use xcpretty from Advanced.
  4. In a Gradle build task, select Run Checkstyle.
Correct answer: B
Explanation:
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. There is an Apache Maven PMD Plugin which allows you to automatically run the PMD code analysis tool on your project's source code and generate a site report with its results. Incorrect Answers:C: xcpretty is a fast and flexible formatter for xcodebuild.References: https://pmd.github.io/
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. 
There is an Apache Maven PMD Plugin which allows you to automatically run the PMD code analysis tool on your project's source code and generate a site report with its results. 
Incorrect Answers:
C: xcpretty is a fast and flexible formatter for xcodebuild.
References: https://pmd.github.io/
Question 5
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 point.
  1. a deployment group
  2. a Microsoft-hosted agent
  3. service hooks
  4. a self-hosted agent
  5. an External Git service connection
Correct answer: DE
Explanation:
E: GitLab CI/CD can be used with GitHub or any other Git server such as BitBucket. Instead of moving your entire project to GitLab, you can connect your external repository to get the benefits of GitLab CI/CD. Note: 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-git
E: GitLab CI/CD can be used with GitHub or any other Git server such as BitBucket. Instead of moving your entire project to GitLab, you can connect your external repository to get the benefits of GitLab CI/CD. 
Note: 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-git
Question 6
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?
  1. Microsoft Project
  2. Bamboo
  3. Octopus
  4. Slack
Correct answer: D
Explanation:
Slack is a popular team collaboration service that helps teams be more productive by keeping all communications in one place and easily searchable from virtually anywhere. All your messages, your files, and everything from Twitter, Dropbox, Google Docs, Azure DevOps, and more all together. Slack also has fully native apps for iOS and Android to give you the full functionality of Slack wherever you go. Integrated with Azure DevOps This integration keeps your team informed of activity happening in its Azure DevOps projects. With this integration, code check-ins, pull requests, work item updates, and build events show up directly in your team's Slack channel. Note: Microsoft Teams would also be a correct answer, but it is not an option here.References:https://marketplace.visualstudio.com/items?itemName=ms-vsts.vss-services-slack
Slack is a popular team collaboration service that helps teams be more productive by keeping all communications in one place and easily searchable from virtually anywhere. All your messages, your files, and everything from Twitter, Dropbox, Google Docs, Azure DevOps, and more all together. Slack also has fully native apps for iOS and Android to give you the full functionality of Slack wherever you go. 
Integrated with Azure DevOps 
This integration keeps your team informed of activity happening in its Azure DevOps projects. With this integration, code check-ins, pull requests, work item updates, and build events show up directly in your team's Slack channel. 
Note: Microsoft Teams would also be a correct answer, but it is not an option here.
References:
https://marketplace.visualstudio.com/items?itemName=ms-vsts.vss-services-slack
Question 7
You add the virtual machines as managed nodes in Azure Automation State Configuration.
You need to configure the computers in Group7.
What should you do?
  1. Modify the RefreshMode property of the Local Configuration Manager (LCM).
  2. Run the Register-AzureRmAutomationDscNode Azure Powershell cmdlet.
  3. Modify the ConfigurationMode property of the Local Configuration Manager (LCM)
  4. Install PowerShell Core.
Correct answer: B
Explanation:
The Register-AzureRmAutomationDscNode cmdlet registers an Azure virtual machine as an APS Desired State Configuration (DSC) node in an Azure Automation account. Scenario: The Azure DevOps organization includes:The Docker extension A deployment pool named Pool7 that contains 10 Azure virtual machines that run Windows Server 2016     References: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/register-azurermautomationdscnode
The Register-AzureRmAutomationDscNode cmdlet registers an Azure virtual machine as an APS Desired State Configuration (DSC) node in an Azure Automation 
account. 
Scenario: The Azure DevOps organization includes:
The Docker extension 
A deployment pool named Pool7 that contains 10 Azure virtual machines that run Windows Server 2016 
  
References: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/register-azurermautomationdscnode
Question 8
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?
  1. Add the user to the Build Administrators group.
  2. Add the user to the Project Administrators group.
  3. From the Security settings of the repository, modify the access control for the user.
  4. From the Security settings of the branch, modify the access control for the user.
Correct answer: D
Explanation:
In some cases, you need to bypass policy requirements so you can push changes to the branch directly or complete a pull request even if branch policies are not satisfied. For these situations, grant the desired permission from the previous list to a user or group. You can scope this permission to an entire project, a repo, or a single branch. Manage this permission along the with other Git permissions. References: https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies
In some cases, you need to bypass policy requirements so you can push changes to the branch directly or complete a pull request even if branch policies are not satisfied. For these situations, grant the desired permission from the previous list to a user or group. You can scope this permission to an entire project, a repo, or a single branch. Manage this permission along the with other Git permissions. 
References: https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies
Question 9
Your company uses a Git repository in Azure Repos to manage the source code of a web application. The master branch is protected from direct updates. 
Developers work on new features in the topic branches. 
Because of the high volume of requested features, it is difficult to follow the history of the changes to the master branch. 
You need to enforce a pull request merge strategy. The strategy must meet the following requirements:
  • Consolidate commit histories. 
  • Merge the changes into a single commit. 
Which merge strategy should you use in the branch policy?
  1. squash merge 
  2. fast-forward merge
  3. Git fetch
  4. no-fast-forward merge
Correct answer: A
Explanation:
Squash merging is a merge option that allows you to condense the Git history of topic branches when you complete a pull request. Instead of each commit on the topic branch being added to the history of the default branch, a squash merge takes all the file changes and adds them to a single new commit on the default branch. A simple way to think about this is that squash merge gives you just the file changes, and a regular merge gives you the file changes and the commit history. Note: Squash merging keeps your default branch histories clean and easy to follow without demanding any workflow changes on your team. Contributors to thetopic branch work how they want in the topic branch, and the default branches keep a linear history through the use of squash merges. The commit history of a master branch updated with squash merges will have one commit for each merged branch. You can step through this history commit by commit to find out exactly when work was done. References: https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash
Squash merging is a merge option that allows you to condense the Git history of topic branches when you complete a pull request. Instead of each commit on the topic branch being added to the history of the default branch, a squash merge takes all the file changes and adds them to a single new commit on the default branch. 
A simple way to think about this is that squash merge gives you just the file changes, and a regular merge gives you the file changes and the commit history. 
Note: Squash merging keeps your default branch histories clean and easy to follow without demanding any workflow changes on your team. Contributors to thetopic branch work how they want in the topic branch, and the default branches keep a linear history through the use of squash merges. The commit history of a master branch updated with squash merges will have one commit for each merged branch. You can step through this history commit by commit to find out exactly when work was done. 
References: https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash
Question 10
Your company uses cloud-hosted Jenkins for builds. 
You need to ensure that Jenkins can retrieve source code from Azure Repos. 
Which three actions should you perform? Each correct answer presents part of the solution. 
NOTE: Each correct selection is worth one point.
  1. Create a webhook in Jenkins.
  2. Add the Team Foundation Server (TFS) plug-in to Jenkins.
  3. Add a domain to your Jenkins account.
  4. Create a personal access token in your Azure DevOps account.
  5. Create a service hook in Azure DevOps.
Correct answer: BDE
Explanation:
B: Jenkins’ built-in Git Plugin or Team Foundation Server Plugin can poll a Team Services repository every few minutes and queue a job when changes are detected. D: Use Azure DevOps/ Visual Studio Team Services to create an access token, and use thE: For those who need tighter integration, Team Services provides two additional ways to achieve it: 1) the Jenkins Service Hook, and 2) Jenkins build and release tasks.) References:https://blogs.msdn.microsoft.com/devops/2017/04/25/vsts-visual-studio-team-services-integration-with-jenkins/http://www.aisoftwarellc.com/blog/post/how-to-setup-automated-builds-using-jenkins-and-visual-studio-team-foundation-server/2044
B: Jenkins’ built-in Git Plugin or Team Foundation Server Plugin can poll a Team Services repository every few minutes and queue a job when changes are detected. 
D: Use Azure DevOps/ Visual Studio Team Services to create an access token, and use th
E: For those who need tighter integration, Team Services provides two additional ways to achieve it: 1) the Jenkins Service Hook, and 2) Jenkins build and release tasks.) 
References:
https://blogs.msdn.microsoft.com/devops/2017/04/25/vsts-visual-studio-team-services-integration-with-jenkins/
http://www.aisoftwarellc.com/blog/post/how-to-setup-automated-builds-using-jenkins-and-visual-studio-team-foundation-server/2044
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!