Microsoft Exam Questions

You need to use the least amount of development effort to achieve this goal

You are developing a SQL Server Analysis Services (SSAS) tabular project.
In the data warehouse, a table named Sales Persons and Territories defines a relationship
between a salesperson’s name, logon ID, and assigned sales territory.
You need to ensure that each salesperson has access to data from only the sales territory
assigned to that salesperson. You need to use the least amount of development effort to
achieve this goal.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)

A.
Create a new role named Sales Persons with Read permission. Add each salesperson’s
logon as a member to the role.

B.
Add the Sales Persons and Territories table to the model, define the relationships, and
then implement dynamic security by using row filters. Grant each salesperson access to the
model.

C.
Create a new Active Directory Domain Services (AD DS) security group and add each
salesperson as a member. Then create a new role named Sales Persons with Read
permission. Add the group as a member to the new role.

D.
Create a separate tabular model for each sales territory and assign each tabular model a
corresponding sales territory name. Grant each salesperson access to the corresponding
tabular model of the assigned sales territory.