70-470 Exam - Recertification for MCSE: Business Intelligence

certleader.com

Q1. DRAG DROP - (Topic 10) 

You are developing reports based on the SQL Server Analysis Services (SSAS) cube named ProcessedOrders. 

A Multidimensional Expressions (MDX) query must include a query-scoped calculated member, which computes average sales per order item. The query must also return the set of three states in a query-scoped named set named East Coast Customers. 

You need to define the calculations in an MDX query to meet the requirements. 

Which four MDX segments should you insert in sequence before a SELECT statement? (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 9) 

A group of report writers develop reports. The report writers currently use Report Builder 

1.0 and report models. The report writers are not trained on SQL Server query writing. Their report assignments come from various departments within the organization. 

The company is upgrading to SQL Server 2012 with SQL Server Reporting Services (SSRS) in native mode. After the upgrade, reports will retrieve data from a large new data warehouse that will reside on an instance of the SQL Server 2012 Database Engine. Reports for each department will retrieve data from only a subset of the data warehouse tables. 

You are designing the data access strategy. You have the following requirements: 

. Ensure that report writers can create only reports that display data which they have database permissions to view. . Minimize the effort required to update connection strings for all reports developed by the report writers. . Minimize the number of fields visible in a specific report for report writers who work for multiple departments. 

You need to design the data access strategy. 

What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A. Create report models by using SQL Server Data Tools (SSDT). Include data sources and data source views for each department's data requirements. Configure each data source to use integrated security. 

B. Create one shared data source that uses integrated security. Create an embedded dataset for each report. 

C. Create one shared data source that uses integrated security. Create one shared dataset that includes all tables required by the report writers. 

D. Create one shared data source that uses integrated security. Create a shared dataset for each department's data requirements. 

Answer:

Q3. - (Topic 1) 

You need create the data source view for the StandardReports project. 

What should you do? 

A. Generate a relational schema from the dimensions and cubes by using the Schema Generation wizard. 

B. Create a data source, connect it to the data warehouse, and then use the Data Source View wizard. 

C. Execute the Import from Table wizard and then use the Data Source View wizard. 

D. Create a new data source view and then use the Import from Table wizard. 

Answer:

Q4. - (Topic 10) 

You are planning to develop a SQL Server Analysis Services (SSAS) tabular project. The 

project will be deployed to a SSAS server that has 16 GB of RAM. 

The project will source data from a SQL Server 2012 database that contains a fact table named Sales. The fact table has more than 60 billion rows of data. 

You need to select an appropriate design to maximize query performance. 

Which data access strategy should you use? (More than one answer choice may achieve the goal. Select the BEST answer.) 

A. Configure the database to use DirectQuery mode. Create a columnstore index on all the columns of the fact table. 

B. Configure the database to use In-Memory mode. Create a clustered index which includes all of the foreign key columns of the fact table. 

C. Configure the database to use In-Memory mode. Create a columnstore index on all the columns of the fact table. 

D. Configure the database to use DirectQuery mode. Create a clustered index which includes all of the foreign key columns of the fact table. 

Answer:

Q5. DRAG DROP - (Topic 9) 

A SQL Server Analysis Services (SSAS) cube named Sales includes a dimension named Date that defines a hierarchy named Calendar. The Calendar hierarchy consists of Year, Quarter, and Month levels. The Type properties of the Date dimension and its attributes are appropriately configured to mark the dimension as a time dimension. 

You are creating a Multidimensional Expressions (MDX) query that will return sales for each month of 2011 and a three-month moving average of sales (labeled 3MMA), as shown in the following diagram. 

You need to complete the MDX query. 

Which set expression should you use? To answer, drag the appropriate expression to the answer area. 

Answer:  

Q6. HOTSPOT - (Topic 9) 

You are using a new installation of SQL Server Reporting Services (SSRS) to create three sales reports that consume data from a stored procedure. The stored procedure is defined in a Windows Azure SQL Database. 

All reports must pass USA to the Country parameter of the stored procedure. Users cannot change the Country report parameter value. 

You need to configure the report parameter properties. 

How should you configure the report parameter properties? To answer, select the appropriate setting or settings in the answer area. 

Answer:  

Q7. DRAG DROP - (Topic 9) 

You are designing a SQL Server Analysis Services (SSAS) data model on a very large 

data warehouse. 

The fact tables in the data warehouse contain terabytes of data in tens of billions of rows. 

You must support the following features: 

... 

Complex attribute/column relationships Advanced calculations in the data model definition Advanced calculations using logic deployed in a custom assembly 

You need to choose the correct SSAS design strategy. 

What should you do? 

To answer, drag the appropriate term or terms to the correct location or locations in the answer area. (Answer choices may be used once, more than once, or not all.) 

Answer:  

Q8. DRAG DROP - (Topic 10) 

You are developing a SQL Server Analysis Services (SSAS) tabular project based on a SQL Azure database. The ProcessingOption property for the project is set to Do Not Process. 

Several calculated columns have been added to a table. The project has been deployed to the production server. 

You need to ensure that newly added data is processed on the production server. 

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:  

Q9. DRAG DROP - (Topic 9) 

You administer a SQL Server Analysis Services (SSAS) instance. 

You need to capture a continuous log of detailed event and subevent durations and custom 

trace events from queries executed in the SSAS instance. 

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:  

Q10. - (Topic 6) 

You need to configure permissions for the Customers dimension. 

What should you do? (Each correct answer presents a complete solution. Choose all that apply.) 

A. In SQL Server Management Studio, configure the BusinessUsers role to disallow the reading of all definitions. 

B. In SQL Server Data Tools, configure the BusinessUsers role to disallow the reading of the Customers dimension definition. 

C. In SQL Server Management Studio, deny the member set for the Customers dimension data by using the Multidimensional Expressions (MDX) expression Filter([BusinessUsers]). 

D. In SQL Server Management Studio, configure the BusinessUsers role to disallow the reading of the Customers dimension definition. 

Answer: B,D 

66. - (Topic 6) 

You need to implement the date dimension in the Operations database. 

What should you do? 

A. Create three database dimensions. Add each database dimension as a cube dimension by setting the Referenced relationship type. 

B. Create one database dimension. Add three cube dimensions based on the database dimension. Set the Regular relationship type for each cube dimension. 

C. Create three database dimensions. Add each database dimension as a cube dimension by setting the Regular relationship type. 

D. Create one database dimension. Add three cube dimensions based on the database dimension. Set the Referenced relationship type for each cube dimension.