DumpsFiles
 Request Exam  Contact
  • Home
  • PRACTICE EXAMS
    Oracle
    Fortinet
    Juniper
    Microsoft
    Cisco
    Citrix
    CompTIA
    VMware
    ISC
    SAP
    EMC
    PMI
    HP
    Salesforce
    Other
  • View All Exams
  • New Dumps Files
  • Upload
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • ISC
    ISC
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. Microsoft
  3. Designing and Implementing Microsoft DevOps Solutions
  4. Microsoft.AZ-400.v2023-03-20.q106
  5. Question 73

Join the discussion

Question 73/106

You have an Azure DevOps organization named Contoso.
You need to recommend an authentication mechanism that meets the following requirements:
* Supports authentication from Git
* Minimizes the need to provide credentials during authentication
What should you recommend?

Correct Answer: A
Personal access tokens (PATs) give you access to Azure DevOps and Team Foundation Server (TFS), without using your username and password directly. These tokens have an expiration date from when they're created.
You can restrict the scope of the data they can access. Use PATs to authenticate if you don't already have SSH keys set up on your system or if you need to restrict the permissions that are granted by the credential.
Incorrect Answers:
B: Azure DevOps no longer supports Alternate Credentials authentication since the beginning of March 2,
2020. If you're still using Alternate Credentials, we [Microsoft] strongly encourage you to switch to a more secure authentication method (for example, personal access tokens).
Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/git/auth-overview
Implement DevOps Development Processes
Testlet 1
Case Study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other question in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview
Litware, Inc. is an independent software vendor (ISV). Litware has a main office and five branch offices.
Existing Environment
Application Architecture
The company's primary application is a single monolithic retirement fund management system based on ASP.NET web forms that use logic written in VB.NET. Some new sections of the application are written in C#.
Variations of the application are created for individual customers. Currently, there are more than 80 live code branches in the application's code base.
The application was developed by using Microsoft Visual Studio. Source code is stored in Team Foundation Server (TFS) in the main office. The branch offices access the source code by using TFS proxy servers.
Architectural Issues
Litware focuses on writing new code for customers. No resources are provided to refactor or remove existing code. Changes to the code base take a long time, as dependencies are not obvious to individual developers.
Merge operations of the code often take months and involve many developers. Code merging frequently introduces bugs that are difficult to locate and resolve.
Customers report that ownership costs of the retirement fund management system increase continually. The need to merge unrelated code makes even minor code changes expensive.
Customers report that bug reporting is overly complex.
Requirements
Planned changes
Litware plans to develop a new suite of applications for investment planning. The investment planning applications will require only minor integration with the existing retirement fund management system.
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.
Litware plans to move to a more agile development methodology. Shared code will be extracted into a series of packages.
Litware has started an internal cloud transformation process and plans to use cloud-based services whenever suitable.
Litware wants to become proactive in detecting failures, rather than always waiting for customer bug reports.
Technical requirements
The company's investment planning applications suite must meet the following requirements:
* New incoming connections through the firewall must be minimized.
* Members of a group named Developers must be able to install packages.
* The principle of least privilege must be used for all permission assignments.
* A branching strategy that supports developing new functionality in isolation must be used.
* Members of a group named Team Leaders must be able to create new packages and edit the permissions of package feeds.
* Visual Studio App Center must be used to centralize the reporting of mobile application crashes and device types in use.
* By default, all releases must remain available for 30 days, except for production releases, which must be kept for 60 days.
* By default, all App Center must be used to centralize the reporting of mobile application crashes and device types in use.
* Code quality and release quality are critical. During release, deployments must not proceed between stages if any active bugs are logged against the release.
* The mobile applications must be able to call the share pricing service of the existing retirement fund management system. Until the system is upgraded, the service will only support basic authentication over HTTPS.
* The required operating system configuration for the test servers changes weekly. Azure Automation State Configuration must be used to ensure that the operating system on each test server is configured the same way when the servers are created and checked periodically.
Current Technical Issue
The test servers are configured correctly when first deployed, but they experience configuration drift over time.
Azure Automation State Configuration fails to correct the configurations.
Azure Automation State Configuration nodes are registered by using the following command.

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.
Rating:
Other Question (106q)
Q1. You have a project in Azure DevOps that has three teams as shown in the Teams exhibit. (Cl...
Q2. Note: This question is part of a series of questions that present the same scenario. Each ...
Q3. You are deploying a server application that will run on a Server Core installation of Wind...
Q4. Your company has an Azure subscription. The company requires that all resource group in th...
Q5. You need to recommend a solution for deploying charts by using Helm and Title to Azure Kub...
Q6. How should you complete the code to initialize App Center in the mobile application? To an...
Q7. Note: This question is part of a series of questions that present the same scenario. Each ...
Q8. Your company has a hybrid cloud between Azure and Azure Stack. The company uses Azure DevO...
Q9. You have the Azure DevOps pipeline shown in the following exhibit. (Exhibit) Use the drop-...
Q10. Which package feed access levels should be assigned to the Developers and Team Leaders gro...
Q11. How should you complete the code to initialize App Center in the mobile application? To an...
Q12. How should you complete the code to initialize App Center in the mobile application? To an...
Q13. You use Azure Pipelines to automate Continuous Integration/Continuous Deployment (CI/CD) f...
Q14. You have an Azure DevOps organization named Contoso. You have 10 Azure virtual machines th...
Q15. How should you confrere the release retention policy for the investment planning depletion...
Q16. You need to implement Project4. What should you do first?...
Q17. How should you complete the code to initialize App Center in the mobile application? To an...
Q18. You use Azure Pipelines lo manage the build and deployment of apps. You are planning the r...
Q19. You need to deploy Azure Kubernetes Service (AKS) to host an application. The solution mus...
Q20. You are creating a container for an ASP.NET Core app. You need to create a Dockerfile file...
Q21. Which branching strategy should you recommend for the investment planning applications sui...
Q22. You have a build pipeline in Azure Pipelines that uses different jobs to compile an applic...
Q23. You need to find and isolate shared code. The shared code will be maintained in a series o...
Q24. You plan to use Desired State Configuration (DSC) to maintain the configuration state of v...
Q25. You currently use JIRA, Jenkins, and Octopus as part of your DevOps processes. You plan to...
Q26. Your company deploys applications m Docket containers. You want to detect known exploits i...
Q27. You plane to store signed images in an Azure Container Registry instance named az400994042...
Q28. Your company uses a Git repository in Azure Repos lo manage the source code of a web appli...
Q29. You plan to use Desired State Configuration (DSC) to maintain the configuration state of v...
Q30. Your company uses GitHub for source control. GitHub repositories store source code and sto...
Q31. Your company has a project in Azure DevOps. You plan to create a release pipeline that wil...
Q32. Your company uses Service Now for incident management. You develop an application that run...
Q33. You have a project Azure DevOps. You plan to create a build pipeline that will deploy reso...
Q34. Note: This question is part of a series of questions that present the same scenario. Each ...
Q35. Note: This question is part of a series of questions that present the same scenario. Each ...
Q36. You are implementing a package management solution for a Node.js application by using Azur...
Q37. Which package feed access levels should be assigned to the Developers and Team Leaders gro...
Q38. Your company is building a new web application. You plan to collect feedback from pilot us...
Q39. You are defining release strategies for two applications as shown in the following table. ...
Q40. Note: This question is part of a series of questions that present the same scenario. Each ...
Q41. Which branching strategy should you recommend for the investment planning applications sui...
Q42. You use Azure Pipelines lo manage the build and deployment of apps. You are planning the r...
Q43. You have a GitHub organization named org1 and an Azure tenant named Tenant1. You need to e...
Q44. You have an Azure DevOps organization named Contoso that contains a project named Project1...
Q45. You add the virtual machines as managed nodes in Azure Automation State Configuration. You...
Q46. You have a private distribution group that contains provisioned and unprovisioned devices....
Q47. Your company uses Azure DevOps for the build pipelines and deployment pipelines of Java ba...
Q48. Your company is building a new web application. You plan to collect feedback from pilot us...
Q49. How should you configure the filters for the Project5 trigger? To answer, select the appro...
Q50. You use Azure Pipelines to manage build pipelines. GitHub to store source code, and Depend...
Q51. You have the services shown in the following table. (Exhibit) You manage a project by usin...
Q52. Note: This question is part of a series of questions that present the same scenario. Each ...
Q53. You need to configure Azure Automation for the computer in Group7. Which three actions sho...
Q54. You are planning projects for three customers. Each customer's preferred process for work ...
Q55. Your company has a project in Azure DevOps. You need to ensure that when there are multipl...
Q56. You have a project in Azure DevOps that has three teams as shown in the Teams exhibit. (Cl...
Q57. You plan to use Azure Kubernetes Service (AKS) to host containers deployed from images hos...
Q58. You have a private GitHub repository. You need to display the commit status of the reposit...
Q59. You need to recommend a procedure to implement the build agent for Project1. Which three a...
Q60. You have an Azure virtual machine named VM1 that runs Linux. You plan to deploy the Desire...
Q61. Your team uses an agile development approach. You need to recommend a branching strategy f...
Q62. Where should the build and release agents for the investment planning application suite ru...
Q63. Your company uses the following resources: Windows Server 2019 container images hosted in ...
Q64. You have an Azure DevOps project that contains a build pipeline. The build pipeline uses a...
Q65. You have a web app that connects to an Azure SQL Database named db1. You need to configure...
Q66. You have a build pipeline in Azure Pipelines that uses different jobs to compile an applic...
Q67. You have a private distribution group that contains provisioned and unprovisioned devices....
Q68. You need to implement Project6. Which three actions should you perform in sequence? To ans...
Q69. You manage build pipelines and deployment pipelines by using Azure DevOps. Your company ha...
Q70. Your company uses Service Now for incident management. You develop an application that run...
Q71. You use Git for source control. You need to optimize the performance of a repository. The ...
Q72. You need to implement the code flow strategy for Project2 in Azure DevOps. Which three act...
Q73. You have an Azure DevOps organization named Contoso. You need to recommend an authenticati...
Q74. You have an application that consists of several Azure App Service web apps and Azure func...
Q75. You are developing a full Microsoft .NET Framework solution that includes unit tests. You ...
Q76. You have an Azure virtual machine named VM1 that runs Linux. You plan to deploy the Desire...
Q77. You need to recommend a solution for deploying charts by using Helm and Title to Azure Kub...
Q78. You have the Azure DevOps pipeline shown in the following exhibit. (Exhibit) Use the drop-...
Q79. Your company is building a new solution in Java. The company currently uses a SonarQube se...
Q80. You currently use JIRA, Jenkins, and Octopus as part of your DevOps processes. You plan to...
Q81. You are configuring a release pipeline in Azure DevOps as shown in the exhibit. (Exhibit) ...
Q82. You have the following Azure policy. (Exhibit) You assign the policy to the Tenant root gr...
Q83. Your company uses a Git source-code repository. You plan to implement GitFlow as a workflo...
Q84. SIMULATION You plan to deploy a website that will be hosted in two Azure regions. You need...
Q85. You currently use JIRA, Jenkins, and Octopus as part of your DevOps processes. You plan to...
Q86. You have an Azure DevOps project named Project1 and an Azure subscription named Sub1. Sub1...
Q87. You have an app named App1. You have a Log Analytics workspace named Workspace 1 that cont...
Q88. You have a protect in Azure DevOps. You need to associate an automated test to a test case...
Q89. You have the Azure DevOps pipeline shown in the following exhibit. (Exhibit) Use the drop-...
Q90. You need to deploy Internet Information Services (IIS) to an Azure virtual machine that ru...
Q91. You need to recommend project metrics for dashboards in Azure DevOps. Which chart widgets ...
Q92. You have an Azure Kubermets Service (AKS) implementation that is RBAC-enabled You plan to ...
Q93. During a code review, you discover quality issues in a Java application. You need to recom...
Q94. You plan to create alerts that will be triggered based on the page load performance of a h...
Q95. You have an application named App1 that has a custom domain of app.contoso.com. You create...
Q96. You need to configure a cloud service to store the secrets required by the mobile applicat...
Q97. You have an Azure DevOps organization named Contoso and an Azure subscription. You use Azu...
Q98. How should you configure the filters for the Project5 trigger? To answer, select the appro...
Q99. Your company has a project in Azure DevOps for a new application. The application will be ...
Q100. You mc configuring Azure DevOps build pipelines. You plan to use hosted build agents. Whic...
Q101. Your company wants to use Azure Application Insights to understand how user behaviors affe...
Q102. Your development team is building a new web solution by using the Microsoft Visual Studio ...
Q103. Your company plans to use an agile approach to software development. You need to recommend...
Q104. You are configuring the Azure DevOps dashboard. The solution must meet the technical requi...
Q105. You have an Azure DevOps organization named Contoso and an Azure subscription. The subscri...
Q106. You have a project in Azure DevOps. You create the following YAML template named Template1...
[×]

Download PDF File

Enter your email address to download Microsoft.AZ-400.v2023-03-20.q106.pdf

Email:

DumpsFiles

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2026 DumpsFiles

www.dumpsfiles.com materials do not contain actual questions and answers from Cisco's certification exams.