exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 9 question 65 discussion

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

You have an Azure Pipelines pipeline named Pipeline1 and a user named User1. Pipeline1 contains a temporary final stage named final1.

You need to ensure that User1 can delete final1 when testing is complete. The solution must follow the principle of least privilege.

At which level should you grant permissions to User1?

  • A. pipeline
  • B. organization
  • C. stage
  • D. project
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Fadoua24
1 week, 3 days ago
Selected Answer: C
A. pipeline:No, da permiso sobre todo el pipeline, no solo final1 B. organization:No, demasiado amplio, da acceso a todo C. stage: Sí, es el nivel más específico para controlar solo la etapa final1 D. project:No, demasiado amplio, controla todo el proyecto
upvoted 1 times
...
ahmedMN
8 months, 1 week ago
Selected Answer: A
gpt anwser : Azure Pipelines does not support granting permissions specifically at the stage level. Permissions in Azure DevOps are hierarchical and are typically managed at broader levels, such as the pipeline, project, or organization. A is the correct anwser
upvoted 2 times
...
Gooldmember
9 months ago
Selected Answer: A
Can we interpret the question for YAML pipelines or Release Pipeline? I would go with A and assume it i san YAML pipeline
upvoted 1 times
...
MrAZ105
9 months, 1 week ago
Selected Answer: C
Principle of Least Privilege: To follow the principle of least privilege, you should grant User1 permissions specifically at the level they need access to, which is the stage level for deleting final1 in Pipeline1. Other Options: A. Pipeline: Granting permissions at the pipeline level would provide broader access than necessary, allowing User1 to make changes to other parts of Pipeline1, not just final1. B. Organization: This would provide access across all pipelines and resources in the organization, which is far beyond what’s required. D. Project: This would give User1 permissions across the entire project, which again exceeds the least privilege needed.
upvoted 2 times
...
p2006
9 months, 2 weeks ago
Selected Answer: C
provided answer looks correct for me. https://learn.microsoft.com/en-us/azure/devops/pipelines/policies/permissions?view=azure-devops#set-release-stage-permissions
upvoted 2 times
Gooldmember
8 months, 3 weeks ago
If it is a release pipeline, then C is correct, but i cant find the proof in the question
upvoted 1 times
...
...
Emil_Topics
9 months, 3 weeks ago
Selected Answer: A
Azure DevOps does not have direct permissions for individual stages.
upvoted 1 times
...
Mattt
9 months, 3 weeks ago
Selected Answer: A
Azure DevOps does not have direct permissions for individual stages
upvoted 1 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 ...