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

certleader.com

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

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

What should you do? 

A. Add SQL Server replication to each table. 

B. Extract data from the current partition of each table. 

C. Add a timestamp column to each table. 

D. Perform a full extract of each table. 

E. Enable change data capture on each table. 

Answer:

Q3. You are designing an extract, transform, load (ETL) process for loading data from a SQL Azure database into a large fact table in a data warehouse each day with the prior day's sales data. 

The ETL process for the fact table must meet the following requirements: 

Load new data in the shortest possible time. 

Remove data that is more than 36 months old. 

Minimize record locking. 

Minimize impact on the transaction log. 

You need to design an ETL process that meets the requirements. 

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

A. Partition the fact table by date. Insert new data directly into the fact table and delete old data directly from the fact table. 

B. Partition the fact table by customer. Use partition switching both to remove old data and to load new data into each partition. 

C. Partition the fact table by date. Use partition switching and staging tables both to remove old data and to load new data. 

D. Partition the fact table by date. Use partition switching and a staging table to remove old data. Insert new data directly into the fact table. 

Answer:

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

Q5. You are creating a Multidimensional Expressions (MDX) calculation for Projected Revenue in a cube. 

For Customer A, Projected Revenue is defined as 150 percent of the Total Sales for the customer. For all other customers, Projected Revenue is defined as 110 percent of the Total Sales for the customer. 

You need to calculate the Projected Revenue as efficiently as possible. 

Which calculation 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:

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

Q7. You need to ensure that queries to the Sales Analysis cube default to the correct time period. 

Where should you set the default member Multidimensional Expressions (MDX) expression? 

A. In the DefaultMember property of the Month attribute of the Date dimension. 

B. In the cube's calculation script. 

C. In the DefaultMeasure property of the cube. 

D. In the Analysts role. 

Answer:

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

The cube includes a Customer dimension that contains a Geography hierarchy and a Gender attribute hierarchy. 

You need to return only the female customers in the Geography 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:

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

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