exam questions

Exam 70-764 All Questions

View all questions & answers for the 70-764 exam

Exam 70-764 topic 1 question 112 discussion

Actual exam question from Microsoft's 70-764
Question #: 112
Topic #: 1
[All 70-764 Questions]

You are the lead database administrator (DBA) of a Microsoft SQL Server 2016 environment. All DBAs are members of the DOMAIN\JrDBAs Active Directory group.
You grant DOMAIN\JrDBAs access to the SQL Server.
You need to create a server role named SpecialDBARole that can perform the following functions:
✑ View all databases.
✑ View the server state.
✑ Assign GRANT, DENY, and REVOKE permissions on logins.
You need to add DOMAIN\JrDBAs to the server role.
You also need to provide the least level of privileges necessary.
Which SQL statement or statements should you use? Choose all that apply.

  • A. CREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION setupadmin;
  • B. ALTER SERVER ROLE [SpecialDBARole] ADD MEMBER [DOMAIN\JrDBAs];
  • C. CREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION securityadmin;
  • D. GRANT VIEW DEFINITION TO [SpecialDBARole];
  • E. CREATE SERVER ROLE [SpecialDBARole] AUTHORIZATION serveradmin;
  • F. GRANT VIEW SERVER STATE, VIEW ANY DATABASE TO [SpecialDBARole];
Show Suggested Answer Hide Answer
Suggested Answer: BCF 🗳️

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
TheSwedishGuy
5 years, 3 months ago
Create the server role with the default permissions assigned to securityadmin. Then add the login to this role. Since it is security admin, it can already grant, deny and revoke permissions for logins. It can't, however, view the server state or view the databases. Therefore, you need to grant those permissions to the role.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago