pl-300 Practice Question 1939

Exam: pl-300
Domain: Deploy and maintain assets
Topic: Manage workspaces
Difficulty: medium
In a scenario where you need to manage access control for a workspace in Azure DevOps, which role should you assign to a user who needs to create and manage deployment pipelines but not contribute to the code or view sensitive information?

Answer Options

A
Project Admin
B
Contributor
C
User Admin
D
Viewer

Correct Answer

B: Contributor

Explanation

The correct answer is B because the Contributor role allows users to create and manage resources, including deployment pipelines, but does not grant permission to view sensitive information or modify code directly. The Project Admin role would provide too much access, while the User Admin role focuses on managing users rather than project resources.

Related Practice Questions