Act now and download your Microsoft 70-467 test today! Do not waste time for the worthless Microsoft 70-467 tutorials. Download Update Microsoft Designing Business Intelligence Solutions with Microsoft SQL Server 2012 exam with real questions and answers and begin to learn Microsoft 70-467 with a classic professional.
Q1. 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: B
Q2. You are designing a subscription strategy for a SQL Server Reporting Services (SSRS) report.
You have an application that populates a table with user-specific subscription schedules and report formats.
You need to ensure that users can receive reports by email according to their preferences.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Create a standard subscription for each record in the table.
B. Create a data-driven subscription for each record in the schedule table.
C. Create one data-driven subscription. Schedule the subscription to frequently retrieve user preferences.
D. Create a standard subscription for each subscription schedule.
Answer: C
Q3. 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.
. Ensure that the solution supports role-based security and partitions.
. 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 many-to-many dimensional relationship. Create partitions in SQL Server Management Studio (SSMS).
B. Create a multidimensional project and define measures and a reference relationship. Create partitions in SQL Server Data Tools (SSDT).
C. Create a tabular project and define measures. Create partitions in SQL Server Data Tools (SSDT).
D. Create a tabular project and define calculated columns. Create partitions in SQL Server Management Studio (SSMS).
Answer: A
Q4. 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: B
Q5. 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
Q6. 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: B
Q7. You need to implement the product dimension.
What should you do?
A. In the data warehouse, create a product dimension from a view that joins the Product and ProductColor tables in the financial database and contains product name and product color attributes.
B. In the data warehouse, create a dimension table that contains product name and a dimension table that contains product color.
C. In the data warehouse, create a product dimension table that contains product name and product color.
D. In the cube, create a named query that joins the Product and ProductColor tables in the financial database.
Answer: C
Q8. You need to slice data by the CouponUsed, OnSale, and Closeout columns.
What should you do?
A. Create one linked dimension for each column.
B. Create one degenerate dimension.
C. Create one role-playing dimension.
D. Create one junk dimension.
Answer: D
Q9. You need to grant appropriate permissions to the SSISOwners SQL Server login.
What should you do?
A. Map the login to the SSISDB database. Assign the user to the ssis_admin role.
B. Map the login to the msdb database. Assign the user to the db_owner role.
C. Map the login to the msdb database. Assign the user to the db_ssisadmin role.
D. Map the login to the SSISDB database. Assign the user to the db_ssisadmin role.
E. Map the login to the SSISDB database. Assign the user to the db_owner role.
F. Map the login to the msdb database. Assign the user to the ssis_admin role.
Answer: C
Q10. You are designing a complex report that displays sales metrics for a customer hierarchy. The customer hierarchy has six levels and contains approximately 1 million members.
You have the following requirements:
Allow users to easily display and navigate data.
Minimize report processing time.
Simplify the report design and maintenance processes.
You need to design a report that meets the requirements.
How should you design the report? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Retrieve all customers and use drilldown groupings to show or hide hierarchy levels.
B. Add a report part for each hierarchy level.
C. Add a subreport for each hierarchy level.
D. Display only the children of the current hierarchy level and drill through to the selected member.
Answer: D
Q11. You have a SQL Server Reporting Services (SSRS) 2008 instance integrated with an Internet-facing Microsoft SharePoint 2010 farm. PerformancePoint Services and Excel Services are installed and configured.
You need to upgrade to SSRS 2012 with the minimum downtime and hardware requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
A. Migrate SSRS content to a separate instance of SSRS 2012 on the same server.
B. Perform an in-place upgrade of the SSRS environment.
C. Migrate SSRS content to new servers that run SSRS 2012.
D. Install SSRS 2012 on a new SharePoint farm and migrate content to the new farm.
Answer: C
Q12. 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
Q13. 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: C
Q14. 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
Q15. 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: A