70-466 Exam - Implementing Data Models and Reports with Microsoft SQL Server 2012

certleader.com

Q1. DRAG DROP - (Topic 4) 

You are developing a SQL Server Reporting Services (SSRS) report that sources data from a SQL Azure database and a SQL Server Analysis Services (SSAS) cube. The cube contains a date dimension and other dimensions. The report design includes two report parameters named StartDate and FinishDate as shown in the following diagram. 

The Data Type property of the parameters is set to Date/Time. 

You need to create the dataset based on the SSAS cube. You also need to ensure that the dataset is filtered by the existing report parameters. 

Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer:  

Q2. - (Topic 4) 

You are developing a SQL Server Analysis Services (SSAS) tabular project for a Power View solution. 

You need to grant permission for salespersons to view only the data based on their sales territory. 

What should you do? 

A. Create a member and then create a Data Analysis Expressions (DAX) filter. 

B. Create a member and then create a Multidimensional Expressions (MDX) filter. 

C. Use SQL Server Management Studio to create a role. Then create a Data Analysis Expressions (DAX) filter. 

D. Use SQL Server Management Studio to create a role. Then create a Multidimensional Expressions (MDX) filter. 

Answer:

Q3. - (Topic 3) 

You need to configure the SSRS data source. 

What should you do? 

A. Use Windows credentials. 

B. Prompt the user for credentials. 

C. In the data source configuration window, select the Credentials are not required option. 

D. Store the credentials. 

Answer:

Q4. HOTSPOT - (Topic 4) 

You are developing a SQL Server Analysis Services (SSAS) cube. 

Revenue must be compared to a goal and described by a status and a trend. Revenue, 

goal, status, and trend will be defined by Multidimensional Expressions (MDX) expressions. 

You need to add the Revenue measure. 

Which tab should you select? (To answer, select the appropriate tab in the answer area.) 

Answer:  

Q5. - (Topic 3) 

You need to create a measure for DOD sales. 

What should you do? (Each correct answer presents part of the solution. Choose all that apply.) 

A. Use the Data Analysis Expressions (DAX) PARALLELPERIOD ( ) function. 

B. Create a date dimension by using the Dimension wizard with a date template. 

C. Specify a date table by using a Mark the Date table. 

D. Use the Multidimensional Expressions (MDX) PARALLELPERIOD( ) function. 

Answer: A,C 

Q6. - (Topic 4) 

You develop a SQL Server Analysis Services (SSAS) stored procedure. 

You need to ensure that developers can create Multidimensional Expressions (MDX) calculations that use the stored procedure. 

What should you do? 

A. Register the assembly on the SSAS server instance. 

B. Copy the assembly to the SSAS installation directory and register it by using the CREATE ASSEMBLY T-SQL command. 

C. Register the assembly on the SSAS server by using regedit.exe. 

D. Register the assembly on the SharePoint server by using regeditexe. 

Answer:

Q7. - (Topic 2) 

You need to develop the executive reports. 

What should you do? (Each correct answer presents part of the solution. Choose ail that apply.) 

A. Provide default values for all parameters. 

B. Set the data source to use Windows authentication. 

C. Remove default values from all parameters. 

D. Implement dataset filters to filter data. 

E. Set the data source to use stored Windows credentials. 

F. Implement dataset query parameters to filter data. 

Answer: A,D,E 

20. - (Topic 2) 

You need to configure the UserRegions role. 

Which Multidimensional Expressions (MDX) function should you use? 

A. USERNAME ( ) 

B. USERID ( ) 

C. CUSTOMDATA ( ) 

D. UNIQUENAME ( ) 

E. LOOKUPVALUE ( ) 

Q8. HOTSPOT - (Topic 4) 

A SQL Server Analysis Services (SSAS) cube has roles to define dimension data security. A role named USA allows users to browse data pertaining to the United States. A role named Canada allows users to browse data pertaining to Canada. 

A user can browse sales data pertaining to the United States but cannot browse sales data pertaining to Canada. You validate that the user belongs to the USA and Canada roles. 

You need to reproduce the issue in SQL Server Management Studio (SSMS). 

Which option should you select? To answer, select the appropriate action in the answer area. 

Answer:  

Q9. - (Topic 4) 

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. 

Answer:

Q10. - (Topic 4) 

You are working with a SQL Server Reporting Services (SSRS) instance in native mode. An item role named Reports Writer is present on the server. 

The Reports Writer role cannot view and modify report caching parameters. 

You need to ensure that the Reports Writer role can view and modify report caching parameters. 

What should you do? 

A. Add the Manage all subscriptions task to the Reports Writer role. 

B. Add the Manage report history task to the Reports Writer role. 

C. Add the View data sources task to the Reports Writer role. 

D. Add the Manage individual subscriptions task to the Reports Writer role. 

Answer:

Explanation: http://msdn.microsoft.com/en-us/library/ms157363.aspx Manage report history Create, view, and delete report history, view report history properties, and view and modify settings that determine snapshot history limits and how caching works.