πŸ”

AZ-400 β€” all questions

358 practice questions with answers and explanations.

Topic 1 Β· Question 1

You are configuring project metrics for dashboards in Azure DevOps. You need to configure a chart widget that measures the elapsed time to complete work items once they become active. Which of the following is the widget you should use?

  • ACumulative Flow Diagram
  • BBurnup
  • CCycle time (correct answer)
  • DBurndown
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Cycle time.

Topic 1 Β· Question 2

You need to consider the underlined segment to establish whether it is accurate. The Burnup widget measures the elapsed time from creation of work items to their completion. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • ANo adjustment required.
  • BLead time (correct answer)
  • CTest results trend
  • DBurndown
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Lead time.

Topic 1 Β· Question 3

You are making use of Azure DevOps manage build pipelines, and also deploy pipelines. The development team is quite large, and is regularly added to. You have been informed that the management of users and licenses must be automated when it can be. Which of the following is a task that can't be automated?

  • AGroup membership changes
  • BLicense assignment
  • CAssigning entitlements
  • DLicense procurement (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: License procurement.

Topic 1 Β· Question 4

You have been tasked with strengthening the security of your team's development process. You need to suggest a security tool type for the Continuous Integration (CI) phase of the development process. Which of the following is the option you would suggest?

  • APenetration testing
  • BStatic code analysis (correct answer)
  • CThreat modeling
  • DDynamic code analysis
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Static code analysis.

Topic 1 Β· Question 5

Your company is currently making use of Team Foundation Server 2013 (TFS 2013), but intend to migrate to Azure DevOps. You have been tasked with supplying a migration approach that allows for the preservation of Team Foundation Version Control changesets dates, as well as the changes dates of work items revisions. The approach should also allow for the migration of all TFS artifacts, while keeping migration effort to a minimum. You have suggested upgrading TFS to the most recent RTW release. Which of the following should also be suggested?

  • AInstalling the TFS kava SDK
  • BUsing the TFS Database Import Service to perform the upgrade. (correct answer)
  • CUpgrading PowerShell Core to the latest version.
  • DUsing the TFS Integration Platform to perform the upgrade.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Using the TFS Database Import Service to perform the upgrade.

Topic 1 Β· Question 7

You are currently developing a project for a client that will be managing work items via Azure DevOps. You want to make sure that the work item process you use for the client allows for requirements, change requests, risks, and reviews to be tracked. Which of the following is the option you would choose?

  • ABasic
  • BAgile
  • CScrum
  • DCMMI (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: CMMI.

Topic 1 Β· Question 8

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You run the Register-AzureRmAutomationDscNode command in your company's environment. You need to make sure that your company's test servers remain correctly configured, regardless of configuration drift. Solution: You set the -ConfigurationMode parameter to ApplyOnly. Does the solution meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 1 Β· Question 9

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You run the Register-AzureRmAutomationDscNode command in your company's environment. You need to make sure that your company's test servers remain correctly configured, regardless of configuration drift. Solution: You set the -ConfigurationMode parameter to ApplyAndMonitor. Does the solution meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 1 Β· Question 10

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You run the Register-AzureRmAutomationDscNode command in your company's environment. You need to make sure that your company's test servers remain correctly configured, regardless of configuration drift. Solution: You set the -ConfigurationMode parameter to ApplyAndAutocorrect. Does the solution meet the goal?

  • AYes (correct answer)
  • BNo
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Yes.

Topic 1 Β· Question 11

You need to consider the underlined segment to establish whether it is accurate. To compile an Internet Information Services (IIS) web application that runs docker, you should use a Default build agent pool. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • ANo adjustment required.
  • BHosted Windows Container (correct answer)
  • CHosted
  • DHosted macOS
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Hosted Windows Container.

Topic 1 Β· Question 12

Your company has an Azure DevOps environment that can only be accessed by Azure Active Directory users. You are instructed to make sure that the Azure DevOps environment can only be accessed from devices connected to the company's on-premises network. Which of the following actions should you take?

  • AAssign the devices to a security group.
  • BCreate a GPO.
  • CConfigure Security in Project Settings from Azure DevOps.
  • DConfigure conditional access in Azure Active Directory. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Configure conditional access in Azure Active Directory.

Explanation

Conditional Access enforces access policies based on user, device, location, and risk signals.

Topic 1 Β· Question 13

You are making use of Azure DevOps to configure Azure Pipelines for project, named PROJ-01. You are preparing to use a version control system that allows for source code to be stored on a managed Windows server located on the company network. Which of the following is the version control system you should use?

  • AGithub Enterprise
  • BBitbucket cloud
  • CGithub Professional
  • DGit in Azure Repos (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Git in Azure Repos.

Topic 1 Β· Question 14

You need to consider the underlined segment to establish whether it is accurate. When moving to Azure DevOps, JIRA must be replaced with the build pipelines Azure DevOps service. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • ANo adjustment required.
  • Brepos
  • Crelease pipelines
  • Dboards (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: boards.

Topic 1 Β· Question 15

You scan a Node.js application using WhiteSource Bolt. The scan finds numerous libraries with invalid licenses, but are only used during development. You have to make sure that only production dependencies are scanned by WhiteSource Bolt. Which of the following is a command you should run?

  • Anpm edit
  • Bnpm publish
  • Cnpm install (correct answer)
  • Dnpm update
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: npm install.

Topic 1 Β· Question 16

You are currently defining a release strategy for an app, named APP-01. The strategy should allow you to keep the time it takes to deploy new releases of the app to a minimum. The strategy should also allow you to roll back in the shortest time required. Which of the following is the release strategy you should use?

  • ARed/Black deployment (correct answer)
  • BRolling deployment
  • C"Big Bang" deployment
  • DCanary deployment
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Red/Black deployment.

Topic 1 Β· Question 17

Your company hosts a web application in Azure, and makes use of Azure Pipelines for managing the build and release of the application. When stakeholders report that system performance has been adversely affected by the most recent releases, you configure alerts in Azure Monitor. You are informed that new releases must satisfy specified performance baseline conditions in the staging environment before they can be deployed to production. You need to make sure that releases not satisfying the performance baseline are prevented from being deployed. Which of the following actions should you take?

  • AYou should make use of a branch control check.
  • BYou should make use of an alert trigger.
  • CYou should make use of a gate. (correct answer)
  • DYou should make use of an approval check.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: You should make use of a gate.

Topic 1 Β· Question 18

You need to consider the underlined segment to establish whether it is accurate. To deploy an application to a number of Azure virtual machines, you should create a universal group. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • ANo adjustment required.
  • Bsecurity
  • Cdeployment (correct answer)
  • Dresource
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: deployment.

Topic 1 Β· Question 20

You intend to make use of Azure Artifacts to share packages that you wrote, tested, validated, and deployed. You want to use a solitary feed to release several builds of each package. You have to make sure that the release of packages that are in development is restricted. Which of the following actions should you take?

  • AYou should make use of static code analysis.
  • BYou should make use of views. (correct answer)
  • CYou should make use of dynamic code analysis.
  • DYou should make use of upstream sources.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: You should make use of views.

Topic 1 Β· Question 21

You need to consider the underlined segment to establish whether it is accurate. To find when common open source libraries are added to the code base, you should add Jenkins to the build pipeline. Select `No adjustment required` if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.

  • ANo adjustment required.
  • BSourceGear Vault
  • CWhiteSource (correct answer)
  • DOWASP ZAP
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: WhiteSource.

Topic 1 Β· Question 22

Your company has an Azure DevOps project, which includes a build pipeline that makes use of roughly fifty open source libraries. You have been tasked with making sure that you are able to scan project for common security weaknesses in the open source libraries. Which of the following actions should you take?

  • AYou should create a build task and use the WhiteSource Bolt service. (correct answer)
  • BYou should create a deployment task and use the WhiteSource Bolt service.
  • CYou should create a build task and use the Chef service.
  • DYou should create a deployment task and use the Chef service.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: You should create a build task and use the WhiteSource Bolt service.

Showing questions 1–20 of 358 Β· Page 1 of 18