Want to know Examcollection 70-467 Exam practice test features? Want to lear more about Microsoft Designing Business Intelligence Solutions with Microsoft SQL Server 2012 certification experience? Study Guaranteed Microsoft 70-467 answers to Replace 70-467 questions at Examcollection. Gat a success with an absolute guarantee to pass Microsoft 70-467 (Designing Business Intelligence Solutions with Microsoft SQL Server 2012) test on your first attempt.
Q11. You need to create the Sales Reporting shared SSR5 data source.
Which SSRS data connection type should you use?
A. OData
B. Microsoft SQL Server
C. ODBC
D. OLE DB
Answer: C
Q12. You are designing a fact table in a SQL Server database.
The fact table must meet the following requirements:
Include a columnstore index.
Allow users to choose up to 10 dimension tables and up to five facts at one time.
Maximize performance of queries that aggregate measures by using any of the 10 dimensions.
Support billions of rows.
Use the most efficient design strategy.
You need to design the fact table to meet the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Design a fact table with 5 dimensional key columns and 10 measure columns. Place the columnstore index on the dimensional key columns.
B. Design a fact table with 5 dimensional key columns and 10 measure columns. Place the columnstore index on the measure columns.
C. Design a fact table with 10 dimensional key columns and 5 measure columns. Place the columnstore index on the dimensional key columns and the measure columns.
D. Design a fact table with 10 dimensional key columns and 5 measure columns. Place the columnstore index on only the measure columns.
Answer: C
Q13. You need to scale out SSAS. What should you do?
A. Back up the cube on ServerB and restore it on ServerC each day.
B. Create an empty cube on ServerC and link to the objects in the cube on ServerB.
C. Process the cube on both ServerB and ServerC each day.
D. Synchronize the cube from ServerB to ServerC each day.
Answer: D
Q14. You deploy a PowerPivot workbook to a PowerPivot Gallery in a Microsoft SharePoint site. Workbook data comes from two different sources: Source A and Source B.
The workbook contains five tables with a total of 20 million rows from Source A, and three small lookup tables from Source B. Data from Source A is updated throughout the day. Data from Source B is updated at 3:00 P.M.
. You have the following requirements:Refresh the PowerPivot workbook with updated lookup data as soon as possible. . Minimize load on the source systems and the SharePoint environment during business hours. . Minimize user involvement in the data refresh process.
You enable automatic data refresh for the workbook.
You need to configure a data refresh schedule for the workbook that meets the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Power View
B. Report Designer
C. Report Builder
D. PerformancePoint Services
Answer: A
Q15. You need to re-establish subscriptions on SSRS01.
What should you do?
A. Manually failover the active node.
B. Install prerequisites and upgrade shared components on Node1 and Node2.
C. Generate a SQL Server 2012 configuration file by running the SQL Server Setup executable.
D. Upgrade Node1 by using the SQL Server 2012 Upgrade wizard.
Answer: A
Q16. You are developing the database schema for a SQL Server Analysis Services (SSAS) BI Semantic Model (BISM). The BISM will be based on the schema displayed in the following graphic.
You have the following requirements:
. Ensure that queries of the data model correctly display average student age by class and average class level by student. . Minimize development effort.
You need to design the data model.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Create a multidimensional project and define measures and a reference relationship.
B. Create a tabular project and define calculated columns.
C. Create a multidimensional project and define measures and a many-to-many dimensional relationship.
D. Create a tabular project and define measures.
Answer: C
Q17. 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: A
Q18. You need to choose the appropriate key to use when designing a dimension table based on the Customer table.
What should you do?
A. Use a surrogate key.
B. Use a natural key.
C. Use the CustomerNumber column as the key.
D Concatenate the CustomerName and CustomerNumber columns and use the concatenated string as the key.
D. Use the CustomerName column as the key.
Answer: A
Q19. 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
Q20. You need to improve the performance of data warehouse queries.
What should you do?
A. Create columnstore indexes.
B. Create clustered indexes.
C. Create indexed views.
D. Create bitmap indexes.
Answer: A