




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
AZ 400 - Design and ImplementAZ 400 - Design and Implement
Typology: Exams
1 / 178
This page cannot be seen from the preview
Don't miss anything!





























































































You integrate a cloud-hosted Jenkins server and a new Azure DevOps deployment. You need Azure DevOps to send a notification to Jenkins when a developer commits changes to a branch in Azure Repos. Solution: You create a service hook subscription that uses the build completed event. Does this meet the goal? A. Yes B. No - B. No To resolve the current technical issue, what should you do to the RegisterAzureRmAutomationDscNode command? A. Change the value of the ConfigurationMode parameter. B. Replace the Register-AzureRmAutomationDscNode cmdlet with RegisterAzureRmAutomationScheduledRunbook C. Add the AllowModuleOverwrite parameter.
D. Add the DefaultProfile parameter. - A. Change the value of the ConfigurationMode parameter. Which branching strategy should you recommend for the investment planning applications suite? A. release isolation B. main only C. development isolation D. feature isolation - D. feature isolation 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 - D. a deployment gate
D. --no-post-rewrite - B. --no-verify The build pipeline has continuous integration enabled. You plan to trigger an automated build whenever code changes are committed to the repository. You need to ensure that the system will wait until a build completes before queuing another build. What should you implement? A. path filters B. batch changes C. scheduled builds D. branch filters - B. batch changes You need to configure a cloud service to store the secrets required by the mobile applications to call the share pricing service. What should you include in the solution? A. Required Secrets: Certificate / Personal Access Token / Shared Access Authorization Token / Username and Password
B. Storage Locations: Azure Data Lake / Azure Key Vault / Azure Storage with HTTP access / Azure Storage with HTTPS Access - A. Shared Access Authorization Token B. Azure Storage with HTTPS Access How should you configure the release retention policy for the investment planning applications suite? Answers:
Get-AzResource / Get-AzResourceGroup / Get-AzResourceProvider B. Slot 2: -ResourceGroupName / -ResoruceId / -ResourceType - A. Get-AzResource B. -ResourceType You have an Azure virtual machine named VM1 that runs Linux. You plan to deploy the Desired State Configuration (DSC) extension to VM1. You need to grant the Log Analytics agent the appropriate directory permissions. How should you complete the command? setfacl -m u:omsagent: [Slot 1] [Slot 2] A. Slot 1: r / x / rx / rwx B. Slot 2: lib / etc / tmp / usr - A. rwx B. tmp
Project2: Project2 will use an automatic build policy. A small team of developers named Team2 will work independently on changes to the project. The Team members will not have permission to project You need to implement the code flow strategy for Project2 in Azure DevOps. Which three actions should you perform in sequence?
You need to implement the code flow strategy for Project2 in Azure DevOps. Which three actions should you perform in sequence?
A. A comparison between the work the development team planned to deliver and what was delivered B. The status of the environments in a release definition C. The total number of results from a work item query - A. Velocity B. Release pipeline overview C. Query tile You need to configure authentication for App1. The solution must support the planned changes. Which three actions should you perform in sequence?
You need to meet the technical requirements for controlling access to Azure DevOps. What should you use? A. Azure Multi-Factor Authentication (MFA) B. on-premises firewall rules C. conditional access policies in Azure AD D. Azure role-based access control (Azure RBAC) - C. conditional access policies in Azure AD You need to replace the existing DevOps tools to support the planned changes. What should you use? Answers: Azure Boards Azure Artifacts Github Actions Azure Pipelines Azure Test Plans Github Repositories
A. Change the feed URL of the package B. Create a new feed for the package C. Promote the package to a release view. D. Publish the package to a public NuGet repository. - B. Create a new feed for the package 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? A. Service Map in Azure Log Analytics B. Availability tests in Azure Application Insights C. Profiler in Azure Application Insights D. Application Map in Azure Application Insights - B. Availability tests in Azure Application Insights
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? A. In a Grunt build task, select Enabled from Control Options. B. In a Maven build task, select Run PMD. C. In a Xcode build task, select Use xcpretty from Advanced. D. In a Gradle build task, select Run Checkstyle. - B. In a Maven build task, select Run PMD. 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?
C. Upload a package to a Git repository. D. Add the package URL to the Environment settings in Visual Studio. E. Add the package URL to the NuGet Package Manager settings in Visual Studio. F. Create a Git repository in Azure Repos. - A. Publish the package to a feed. B. Create a new feed in Azure Artifacts. E. Add the package URL to the NuGet Package Manager settings in Visual Studio. You need to recommend a solution that automatically sends to Microsoft Teams a daily summary of the exceptions that occur in the application. Which two Azure services should you recommend? A. Azure Logic Apps B. Azure Pipelines C. Microsoft Visual Studio App Center D. Azure DevOps Project E. Azure Application Insights - A. Azure Logic Apps E. Azure Application Insights
You plan to make a minor change to a UI element of WebApp1 and to gather user feedback about the change. You need to implement limited user testing for the new version of WebApp1 on VMSS1. Which three actions should you perform? A. Modify the load balancer settings of VMSS1. B. Redeploy VMSS1. C. Upload a custom script file to sa1. D. Modify the Custom Script extension settings of VMSS1. E. Update the configuration of a virtual machine in VMSS1. - C. Upload a custom script file to sa1. D. Modify the Custom Script extension settings of VMSS1. E. Update the configuration of a virtual machine in VMSS1. You need to access the security of the web apps and the functions. Which Azure features can you use to provide a recommendation for the security of the application?