exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 14 question 2 discussion

Actual exam question from Microsoft's AZ-400
Question #: 2
Topic #: 14
[All AZ-400 Questions]

You need to configure Azure Pipelines to control App2 builds.
Which authentication method should you use?

  • A. Windows NTLM
  • B. certificate
  • C. SAML
  • D. personal access token (PAT)
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
zellck
Highly Voted 1 year, 6 months ago
Selected Answer: D
D is the answer. https://learn.microsoft.com/en-us/azure/devops/pipelines/release/deployment-groups/deploying-azure-vms-deployment-groups?view=azure-devops#creating-and-configuring-a-deployment-group This task will run on the virtual machines hosted in Azure, and will need to be able to connect back to this pipeline in order to complete the deployment group requirements. To secure the connection, they will need a personal access token (PAT).
upvoted 6 times
zellck
1 year, 6 months ago
Gotten this in Jun 2023 exam.
upvoted 4 times
...
...
Eltooth
Highly Voted 2 years, 6 months ago
Selected Answer: D
D is correct answer. 3rd party tool = PAT auth model.
upvoted 6 times
...
vsvaid
Most Recent 11 months, 1 week ago
This came in my exam (First week of Jan-2024, scored 900 +). ExamTopic answer is good. This whole case study came.
upvoted 1 times
vsvaid
11 months, 1 week ago
I meant Woodgrove Bank case study
upvoted 1 times
...
...
vsvaid
11 months, 3 weeks ago
Selected Answer: D
Correct answer
upvoted 1 times
...
renzoku
1 year, 5 months ago
Selected Answer: D
D. PAT, provides access to Azure DevOps services(including Azure Pipeline), allowing authenticate and authorize to access and perform actions on an Application. You generate a token with specific permissions to be used as credential within Azure Pipeline configuration.
upvoted 3 times
...
Pamban
1 year, 5 months ago
Selected Answer: D
this question appeared on today's (20/06/23) exam.selected D. scored 955. should be correct! cheers
upvoted 3 times
...
Madbo
1 year, 7 months ago
Answer is D. Personal access token (PAT). Personal access tokens are commonly used to authenticate with Azure Pipelines, as they provide a secure way to authenticate without using passwords. With a PAT, you can configure Azure Pipelines to control App2 builds by authorizing the token for specific tasks and pipelines. This ensures that only authorized users or applications can perform the specified actions, providing better security for your build process.
upvoted 2 times
...
syu31svc
2 years, 4 months ago
Selected Answer: D
This is D for sure
upvoted 2 times
...
Pandur1
2 years, 7 months ago
correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...