AZ-400 Exam Questions
608 real AZ-400 exam questions with expert-verified answers and explanations. Page 6 of 13.
- Question #255Implement continuous security validation using OWASP ZAP within Azure DevOps release pipelines as part of the 'Implement security and compliance in pipelines' domain (AZ-400 DevOps Engineer Expert certification)
Drag and Drop Question You have an Azure DevOps release pipeline as shown in the following exhibit. You need to complete the pipeline to configure OWASP ZAP for security testing. W...
OWASP ZAPAzure DevOps Release PipelineSecurity TestingDevSecOps - Question #256Design and implement source control
Hotspot Question You company uses a Git source-code repository. You plan to implement Gitflow as a workflow strategy. You need to identify which branch types are used for productio...
Gitflowbranching strategysource controlGit - Question #257Design and implement a deployment strategy using Azure DevOps - specifically configuring deployment groups to release applications to virtual machine environments (AZ-400 / DevOps Engineer Expert)
Drag and Drop Question You have an Azure subscription that contains a resources group named RG1. RG1 contains the following resources: - Four Azure virtual machines that run Window...
Azure PipelinesDeployment GroupsCI/CDAzure DevOps - Question #258Implement an instrumentation strategy
Hotspot Question You have an application named App1 that has a custom domain of app.contoso.com. You create a test in Azure Application Insights as shown in the following exhibit....
Azure Application Insightsavailability testsmonitoringURL ping test - Question #259Design and implement build and release pipelines
Hotspot Question You use Azure Pipelines to manage the build and deployment of apps. You are planning the release strategies for a new app. You need to choose strategies for the fo...
release strategiesprogressive exposurefeature flagsblue/green deployment - Question #260Design and Implement a Testing Strategy - specifically associating automated tests with test cases in Azure Test Plans using Azure DevOps pipelines and repositories.
Drag and Drop Question You have a project in Azure DevOps. You need to associate an automated test to a test case. Which three actions should you perform in sequence? To answer, mo...
Azure DevOpsTest AutomationBuild PipelinesTest Case Management - Question #261Implement and Manage Azure Automation / Configure and Manage Azure Automation State Configuration (DSC) for hybrid and non-Azure resources
Drag and Drop Question Your company has two virtual machines that run Linux in a third-party public cloud. You plan to use the company's Azure Automation State Configuration implem...
Azure Automation State ConfigurationPowerShell DSCLinux VM OnboardingDSC Metaconfiguration - Question #262Configure processes and communications
Hotspot Question 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.a...
Azure DevOpsGitSlack integrationpull requestsnotifications - Question #263Implement an instrumentation strategy
Hotspot Question You use Azure DevOps to manage the build and deployment of an app named App1. You have release pipeline that deploys a virtual machine named VM1. You plan to monit...
Azure Monitoralert rulesCPU usagevirtual machine monitoring - Question #264Design and implement build and release pipelines
Hotspot Question You have an Azure Kubernetes Service (AKS) pod. You need to configure a probe to perform the following actions: - Confirm that the pod is responding to service req...
KubernetesAKSliveness probecontainer healthYAML configuration - Question #265Design and implement source control
You have an Azure DevOps organization named Contoso. You need to recommend an authentication mechanism that meets the following requirements: - Supports authentication from Git - M...
- Question #266Configure processes and communications
You plan to onboard 10 new developers. You need to recommend a development environment that meets the following requirements: - Integrates with GitHub - Provides integrated debuggi...
- Question #267Implement an instrumentation strategy
You have an Azure subscription that contains resources in several resource groups. You need to design a monitoring strategy that will provide a consolidated view. The solution must...
- Question #268
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 q...
- Question #269
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...
- Question #270
You have an Azure DevOps organization named Contoso and an Azure subscription. The subscription contains an Azure virtual machine scale set named VMSS1 and an Azure Standard Load B...
- Question #271
You have an existing build pipeline in Azure Pipelines. You need to use incremental builds without purging the environment between pipeline executions. What should you use?
- Question #272
You manage an Azure web app that supports an e-commerce website. You need to increase the logging level when the web app exceeds normal usage patterns. The solution must minimize a...
- Question #273
You have a build pipeline in Azure Pipelines that occasionally fails. You discover that a test measuring the response time of an API endpoint causes the failures. You need to preve...
- Question #274
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 q...
- Question #275
You have an Azure DevOps project named Project1 and an Azure subscription named Sub1. You need to prevent releases from being deployed unless the releases comply with the Azure Pol...
- Question #276
You have a project in Azure DevOps named Project1. Project1 contains a build pipeline named Pipe1 that builds an application named App1. You have an agent pool named Pool1 that con...
- Question #277
You have an Azure DevOps project that uses many package feeds. You need to simplify the project by using a single feed that stores packages produced by your company and packages co...
- Question #278
You are monitoring the health and performance of an Azure web app by using Azure Application Insights. You need to ensure that an alert is sent when the web app has a sudden rise i...
- Question #279
You have a build pipeline in Azure Pipelines. You create a Slack App Integration. You need to send build notifications to a Slack channel named #Development. What should you do fir...
- Question #280
You have a private GitHub repository. You need to display the commit status of the repository on Azure Boards. What should you do first?
- Question #282Design and implement source control - Configure and manage connections between Azure DevOps and GitHub Enterprise Server using OAuth for work item traceability
Drag and Drop Question You use GitHub Enterprise Server as a source code repository. You create an Azure DevOps organization named Contoso. In the Contoso organization, you create...
GitHub Enterprise Server IntegrationAzure DevOps OAuth AuthenticationWork Item LinkingSource Control Connectivity - Question #283Implement a secure continuous deployment pipeline - specifically configuring secrets management and identity-based access between Azure DevOps and Azure services (AZ-400 / DevOps Engineer Expert: Develop a Security and Compliance Plan)
Drag and Drop Question You are configuring an Azure DevOps deployment pipeline. The deployed application will authenticate to a web service by using a secret stored in an Azure key...
Azure Key VaultAzure DevOps PipelinesService PrincipalAzure Resource Manager Service Connection - Question #284Design and Implement a Release Strategy / Deploy infrastructure using Azure Resource Manager templates via Azure Pipelines
Drag and Drop Question 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. Wh...
Azure DevOpsARM TemplatesRelease PipelinesInfrastructure as Code - Question #285Design and Implement a Dependency Management Strategy - AZ-400 / Azure DevOps Engineer Expert certification, specifically covering consolidation of package feeds and upstream source configuration using Azure Artifacts and release pipelines.
Drag and Drop Question You have a project in Azure DevOps that uses packages from multiple public feeds. Some of the feeds are unreliable. You need to consolidate the packages into...
Azure ArtifactsPackage ManagementRelease PipelinesAzure Resource Manager - Question #286Design and Implement Pipelines - Understanding the structural components of Azure DevOps pipelines including stages, jobs, steps, and tasks as part of the AZ-400 (Azure DevOps Engineer Expert) certification objectives.
Hotspot Question You have the Azure DevOps pipeline shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement based on the i...
Azure DevOps PipelinesYAML Pipeline StructureJobs and TasksCI/CD Configuration - Question #287Implement and manage infrastructure as code - specifically using Azure Automation State Configuration (DSC) to enforce and maintain consistent server configurations across virtual machines, aligning with the AZ-400 'Develop a security and compliance plan' and 'Implement a configuration management strategy' objectives.
Drag and Drop Question You have an Azure DevOps organization named Contoso. You have 10 Azure virtual machines that run Windows Server 2019. The virtual machines host an applicatio...
Azure AutomationDesired State Configuration (DSC)Configuration ManagementAzure Pipelines - Question #288
Hotspot Question You have an Azure web app named Webapp1. You need to use an Azure Monitor query to create a report that details the top 10 pages of Webapp1 that failed. How should...
- Question #290
You have an Azure DevOps project that contains a release pipeline and a Git repository. When a new code revision is committed to the repository, a build and release is triggered. Y...
- Question #291Configure Azure DevOps security and permissions, including managing project-level groups and roles for wiki and repository access
Drag and Drop Question You have a private project in Azure DevOps and two users named User1 and User2. You need to add User1 and User2 to groups to meet the following requirements:...
Azure DevOpsWiki ManagementAccess ControlPrinciple of Least Privilege - Question #292
Hotspot Question You are finalizing a release in GitHub. You need to apply the following labels to the release: Name Email Release v3.0 Release date How should you complete the git...
- Question #293
Hotspot Question You are designing YAML-based Azure pipelines for the apps shown in the following table. You need to configure the YAML strategy value for each app. The solution mu...
- Question #294
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 q...
- Question #295
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 q...
- Question #296
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 q...
- Question #297
Case Study 2 - Contoso, Ltd Background Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations proces...
- Question #298Design and implement source control strategies - specifically implementing a forking workflow with build validation policies in Azure Repos
Case Study 2 - Contoso, Ltd Background Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations proces...
Azure DevOpsGit Branching StrategyFork PolicyCode Flow - Question #299Design and Implement Source Control - specifically implementing a forking workflow to enable external or isolated team contributions with build validation policies in Azure Repos.
Case Study 2 - Contoso, Ltd Background Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations proces...
Azure DevOpsSource Control StrategyFork WorkflowBranch Policies - Question #300
Case Study 3 - Woodgrove Bank Overview General Overview Woodgrove Bank is a financial services company that has a main office in the United Kingdom. Technical Requirements and Plan...
- Question #301
Case Study 3 - Woodgrove Bank Overview General Overview Woodgrove Bank is a financial services company that has a main office in the United Kingdom. Technical Requirements and Plan...
- Question #302
Case Study 3 - Woodgrove Bank Overview General Overview Woodgrove Bank is a financial services company that has a main office in the United Kingdom. Technical Requirements and Plan...
- Question #303Design and Implement Source Control and Azure DevOps Toolchain Integration
Case Study 3 - Woodgrove Bank Overview General Overview Woodgrove Bank is a financial services company that has a main office in the United Kingdom. Technical Requirements and Plan...
Azure DevOpsTool MappingCI/CD PipelinesSource Control - Question #304
You use GitHub for source control. A file that contains sensitive data is committed accidentally to the Git repository of a project. You need to delete the file and its history for...
- Question #305
Your company uses GitHub for source control. The company has a team that performs code reviews. You need to automate the assignment of the code reviews. The solution must meet the...
- Question #306
You have a project in Azure DevOps named Project1. Project1 contains a published wiki. You need to change the order of pages in the navigation pane of the published wiki in the Azu...