Examcollection offers free demo for 70-467 exam. "Designing Business Intelligence Solutions with Microsoft SQL Server 2012", also known as 70-467 exam, is a Microsoft Certification. This set of posts, Passing the Microsoft 70-467 exam, will help you answer those questions. The 70-467 Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft 70-467 exams and revised by experts!

Q16. You need to design the dimCustomers table. 

Which design approach should you use? 

A. Reference dimension 

B. Type 2 slowly changing dimension 

C. Junk dimension 

D. Conformed dimension 

E. Type 1 slowly changing dimension 

Answer:


Q17. 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:


Q18. You need to ensure that the corporate logos appear in reports. 

What should you do? 

A. In SharePoint Central Administration, configure the unattended execution account. 

B. In SharePoint Central Administration, configure the Report Server service account. 

C. In Reporting Services Configuration Manager, configure the unattended execution account. 

D. In Reporting Services Configuration Manager, configure the Report Server service account. 

Answer:


Q19. You need to select the appropriate storage settings for the cube. 

Which settings should you choose? 

A. Relational OLAP (ROLAP) with proactive caching enabled 

B. Multidimensional OLAP (MOLAP) with proactive caching enabled and a rebuild interval of 24 hours 

C. Hybrid OLAP (HOLAP) with proactive caching disabled 

D. Hybrid OLAP (HOLAP) with proactive caching enabled 

Answer:


Q20. 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:


Q21. You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS package will define the same connection managers and variables. 

You have the following requirements: 

The deployment model must support changing the content of connection strings by 

using parameters at execution time. 

The deployment model must automatically log events to the SSISOB database. 

Maximize performance at execution time. 

You need to design a solution that meets the requirements. 

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

A. Use a project deployment model. Modify connection manager properties to use project parameters. 

B. Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments. 

C. Use a package deployment model. Configure connections in an XML configuration file referenced by an environment variable that corresponds to the SQL Server environment of each SSIS package. 

D. Use a project deployment model. Modify connection manager properties to use package parameters. 

Answer:


Q22. You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS package will define the same connection managers and variables. 

You have the following requirements: 

. Ensure that the deployment model supports changing the content of connection strings by using parameters at execution time. . Ensure that the deployment model automatically starts from calls to the 

catalog.start_execution stored procedure in the SSISDB database. 

. Maximize performance at execution time. 

. Minimize development effort. 

You need to design a solution that meets the requirements. 

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

A. Use a package deployment model. Use a SQL Server package configuration with a common filter. Change the contents of the SSIS Configurations table at runtime. 

B. Use a project deployment model. Configure connections in an XML configuration file referenced by an environment variable that corresponds to the SQL Server environment of each SSIS package. 

C. Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments. 

D. Use a project deployment model. Modify connection manager properties to use project parameters. Ensure that the SSISDB database is created. 

Answer:


Q23. You need to ensure that you can monitor the usage data. What should you do? 

A. In SharePoint Central Administration, enable usage data collection. 

B. In the PowerPivot Configuration Tool, repair PowerPivot for SharePoint. 

C. In the PowerPivot Configuration Tool, upgrade PowerPivot for SharePoint. 

D. In Reporting Services Configuration Manager, enable report execution logging. 

Answer:


Q24. You need to implement the Customer Sales and Manufacturing data models. 

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

A. Use the Database Synchronization Wizard to upgrade the database to tabular mode. 

B. Use SQL Server Integration Services (SSIS) to copy the database design to the SSAS instance, and specify tabular mode as the destination. 

C. Use SQL Server Data Tools (SSDT) to redevelop and deploy the projects. 

D. Use the current SSAS instance. 

E. Install a new instance of SSAS in tabular mode. 

Answer: CE 


Q25. You are defining a named set by using Multidimensional Expressions (MDX) in a sales cube. 

The cube includes a Product dimension that contains a Category hierarchy and a Color attribute hierarchy. 

You need to return only the blue products in the Category hierarchy. 

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

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q26. You need to develop a BISM that meets the business requirements for ad-hoc and daily operational analysis. You must minimize development effort. 

Which development approach and mode should you use? 

A. Develop a tabular project and configure the model with the DirectQuery mode setting on and the project query mode set to DirectQuery. 

B. Develop a tabular project and configure the model with the DirectQuery mode setting on and the project query mode set to In-Memory with DirectQuery. 

C. Develop a multidimensional project and configure the model with the DirectQuery mode setting off. 

D. Develop a multidimensional project and configure the cube to use hybrid OLAP (HOLAP) storage mode. 

Answer:


Q27. You need to identify changes in the financial database. 

What should you do? 

A. Add SQL Server log shipping to each table. 

B. Add SQL Server mirroring to each table. 

C. Perform a full extract of each table. 

D. Enable change data capture on each table. 

E. Create an AlwaysOn Availability Group that includes all the tables. 

Answer:


Q28. You are designing a multidimensional OLAP (MOLAP) cube. 

The MOLAP cube must meet the following requirements: 

Ensure that workloads for aggregation tuning can be automatically collected. 

Require the least amount of effort to perform manual aggregation tuning. 

Minimize impact on the performance of previously tuned queries. 

You need to design a MOLAP cube that meets the requirements. 

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

A. Enable SQL Server Analysis Services (SSAS) query logging. Run the Usage-Based Optimization Wizard to generate aggregations. Merge the wizard results with existing aggregation designs. 

B. Set up multiple partitions. Run the Aggregation Design Wizard periodically for each measure group. After the wizard finishes, discard the old aggregation design and accept the new one. 

C. Set up multiple partitions. Run the Aggregation Design Wizard on each partition. Schedule the aggregations by using an XMLA script in SQL Server Agent. 

D. Set the AggregationUsage property of all attributes based on natural keys to Full. 

Answer:


Q29. You are modifying a SQL Server Reporting Services (SSRS) report for a SQL Server Analysis Services (SSAS) cube. The report defines a report parameter of data type Date/Time with which users can filter the report by a single date. The parameter value cannot be directly used to filter the Multidimensional Expressions (MDX) query for the dataset. 

You need to ensure that the report displays data filtered by the user-entered value. You must achieve this goal by using the least amount of development effort. 

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

A. Edit the dataset query parameter. Change the Value property of the report parameter to an expression that uses the same format as the date dimension member key value. 

B. Edit the dataset query parameter. Change the Name property of the dataset query parameter so that it points to a name value for each date dimension member. 

C. Edit the dataset query parameter. Create a subcube subquery that uses the StrToSet MDX function and accepts the report parameter value. 

D. Change the dataset query to Transact-SQL (T-SQL). Use the OPENROWSET function to query the cube. Output the cube results to the T-SQL query and use a Convert function to change the report parameter value into the same format as the date dimension member. 

Answer:


Q30. A company runs SQL Server Database Engine and SQL Server Reporting Services (SSRS) in native mode. Reports are based on data that is cached in multiple shared datasets. Source data is purged each day at midnight for regulatory compliance purposes. The shared datasets may continue to cache data that should not be used in reports. Shared report schedules are often paused during nightly server maintenance windows. 

Reports must not return purged data. 

You need to create a fully automated solution to ensure that reports do not deliver purged data. 

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

A. Create a shared schedule. Configure the datasets to expire on the shared schedule. 

B. Write a script that calls the flushcache method to clear individual items from the SSRS cache. Create a SQL Server Agent job that runs rs.exe with the script as an input file, and schedule the job to run every day after the purge process completes. 

C. Create a SQL Server Agent job that uses a Transact-SQL (T-SQL) step to delete the data from the dbo.ExecutionCache table in the ReportServerTempDB database. Schedule the job to run every day after the purge process completes. 

D. Republish the cached datasets by using SQL Server Data Tools. 

Answer: