70-467 Exam - Designing Business Intelligence Solutions with Microsoft SQL Server 2012

certleader.com

Q1. You need to configure security for the SSRS instance on SSRS01 to connect to SSAS and minimize downtime. 

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

A. Register a service principal name for the Report Server service. 

B. Register a service principal name for the Analysis Services service. 

C. Restart the IIS service. 

D. Configure SSRS01 to use the Negotiate authentication type. 

E. Configure SSRS01 to use the Custom authentication type. 

Answer: AD 

Q2. You need to configure a parameter for the database connection string. 

What should you do? 

A. Use a required package parameter. 

B. Use a required project parameter. 

C. Use a package configuration. 

D. Use a global variable. 

Answer: B

Q3. You are modifying a star schema data mart that feeds order data from a SQL Azure database into a SQL Server Analysis Services (SSAS) cube. The data mart contains two large tables that include flags and indicators for some orders. There are 100 different flag columns, each with 10 different indicator values. Some flags reuse indicators. The tables both have a granularity that matches the fact table. 

You have the following requirements: 

. Allow users to slice data by all flags and indicators. . Modify the date dimension table to include a surrogate key of a numeric data type and add the surrogate key to the fact table. . Use the most efficient design strategy for cube processing and queries. 

You need to modify the schema. 

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

A. Define the surrogate key as an INT data type. Combine the distinct flag/indicator combinations into a single dimension. 

B. Define the surrogate key as an INT data type. Create a single fact dimension in each table for its flags and indicators. 

C. Define the surrogate key as a BIGINT data type. Combine the distinct flag/indicator combinations into a single dimension. 

D. Define the surrogate key as a BIGINT data type. Create a single fact dimension in each table for its flags and indicators. 

Answer:

Q4. 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: BD 

Q5. You need to implement the security requirement for the sales representatives. Which MDX expression should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q6. You need to re-establish subscriptions on SSRS01. 

What should you do? 

A. Start the SQL Server Agent on SSRS01. 

B. Restore the ReportServer database. 

C. Restore the ReportServerTempDB database. 

D. Use the SQL Server Configuration Manager to reset the SQL Service account credentials. 

Answer:

Q7. You need to select and configure a tool for the monitoring solution. 

What should you choose? 

A. Performance Monitor configured with the MSAS11:Storage Engine Query counter 

B. Performance Monitor configured with the MSAS11:Processing counter 

C. SQL Server Profiler configured with the Query Processing: Query Subcube event 

D. SQL Server Profiler configured with the Queries Events: Query Begin event 

Answer:

Q8. You need to implement security in the cube to limit the sites visible to each user. 

What should you do? 

A. Create an SSAS database role in the cube for each user and assign the sites each user can access to his or her database role. 

B. Create an SSAS server role for each user and assign the sites each user can access to his or her server role. 

C. Create an SSAS database role and define a Multidimensional Expressions (MDX) calculation to implement dynamic dimension security. 

D. Create a view on the SalesTransactions table that uses the SecurityFilter and User table data to limit the sites for each user. 

Answer:

Q9. You need to fix the PowerPivot data refresh problem by using the least amount of administrative effort. 

What should you do? 

A. Use the PowerPivot Configuration Tool and select the Upgrade Features, Services, 

Applications and Solutions option. 

B. Use the PowerPivot Configuration Tool and select the Configure or Repair PowerPivot 

for SharePoint option. 

C Reinstall SSAS in PowerPivot for SharePoint mode by using the SQL Server 2012 

installation media. 

C. In SharePoint Central Administration, create a target application and configure the 

PowerPivot service application settings to use the target application. 

Answer:

Q10. You need to implement the aggregation designs for the cube. 

What should you do? 

A. Use the Usage-Based Optimization Wizard. 

B. Use the Aggregation Design Wizard. 

C. Partition the cube by month. 

D. Implement cache warming in SSAS via an SSIS package. 

Answer: