exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 2 question 36 discussion

Actual exam question from Microsoft's DP-300
Question #: 36
Topic #: 2
[All DP-300 Questions]

You have an instance of SQL Server on Azure Virtual Machines.

You need to ensure that a user named User1 can configure proxy accounts for SQL Server Agent jobs. The solution must use the principle of least privilege.

Which role should you assign to User1?

  • A. sysadmin
  • B. SQLAgentUserRole
  • C. SQLAgentReaderRole
  • D. SQLAgentOperatorRole
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
U_C
Highly Voted 2 years, 3 months ago
The answer is correct. Only members of the sysadmin fixed server role have permission to create, modify, or delete proxy accounts. Users who are not members of the sysadmin fixed server role must be added to one of the following SQL Server Agent fixed database roles in the msdb database to use proxies: SQLAgentUserRole, SQLAgentReaderRole, or SQLAgentOperatorRole. https://learn.microsoft.com/en-us/sql/ssms/agent/create-a-sql-server-agent-proxy?view=sql-server-ver16#Permissions
upvoted 7 times
...
Ues
Most Recent 9 months, 2 weeks ago
LA RESPUESTA ES LA B
upvoted 1 times
...
Vitos25
9 months, 3 weeks ago
Selected Answer: A
Sysadmin my vote
upvoted 1 times
...
04db10c
1 year, 3 months ago
Seems like Answer is B, Sysadmin is not a least prvilaged permission, C and D also correct but B is the least previlaged one https://learn.microsoft.com/en-us/sql/ssms/agent/configure-a-user-to-create-and-manage-sql-server-agent-jobs?view=sql-server-ver16
upvoted 1 times
sca88
1 year, 2 months ago
If you read carefully your link, there are three tables with the action allowed for the three dbms roles. For all three Create/Modify/Delete Proxy is NO. So the only possible answer is A ( sysadmin )
upvoted 1 times
...
...
yyc585
1 year, 6 months ago
Selected Answer: A
The answer is correct. option A
upvoted 1 times
...
VikJo1978
1 year, 8 months ago
The answer D is correct.
upvoted 1 times
...
testdumps2017
1 year, 10 months ago
https://learn.microsoft.com/en-us/sql/ssms/agent/sql-server-agent-fixed-database-roles?view=sql-server-ver16 - not of the agent roles can create proxies, so sysadmin is my vote as well.
upvoted 1 times
...
vcloudpmp
2 years ago
Answer is incorrect as sysadmin is not least privilege. https://learn.microsoft.com/en-us/sql/ssms/agent/sql-server-agent-fixed-database-roles?view=sql-server-ver16 SQL Server has the following msdb database fixed database roles, which give administrators finer control over access to SQL Server Agent. The roles listed from least to most privileged access are: SQLAgentUserRole SQLAgentReaderRole SQLAgentOperatorRole
upvoted 2 times
...
nano0511
2 years ago
Selected Answer: A
is correct
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 ...