Microsoft Exam Questions

You need to grant the minimum possible privileges to the QA testers

You are administering SQL Server Integration Services (SSIS) permissions on a production
server that runs SQL Server 2012.
Quality Assurance (QA) testers in the company must have permission to perform the
following tasks on specific projects:
View and validate projects and packages
View Environments and Environment variables
Execute packages
You need to grant the minimum possible privileges to the QA testers.
What should you do? (Each correct answer presents part of the solution. Choose all that
apply.)

A.
In the SSISDB database, add QA Tester logons to the ssis_admin role.

B.
In the msdb database, add QA Tester logons to the db_ssisoperator role.

C.
Grant Modify permission in the projects to the QA Tester logons.

D.
Grant Read permission in the SSIS catalog folder, the projects, and the Environments to
the QA Tester logons.

E.
Grant Execute permission in the projects to the QA Tester logons.

F.
In the msdb database, add QA Tester logons to the db_ssisItduser role.