Designing Business Intelligence Solutions with Microsoft SQL Server 2012 v11.0 (70-467)

Page:    1 / 12   
Total 176 questions

You need to develop the LoadFactSales package to write the error messages to the SSIS catalog log.
Which components should you use?
To answer, drag the appropriate components to the correct location or locations in the answer area. (Use only components that apply.)




Answer :

You are creating the Australian postal code query.
Which arguments should you use to complete the query?
To answer, drag the appropriate arguments to the correct location or locations in the answer area. (Use only arguments that apply.)




Answer :

Explanation:

Box 1: BDESC -

Box 2: DESC -

You need to develop the tabular project to support the date analysis requirements.
What should you do?

  • A. Create one date table named Date. Create an active relationship between the DateKey column of the Date table and the OrderDateKey column of the Sales table. Create an inactive relationship between the DateKey column of the Date table and the ShipDateKey column of the Sales table.
  • B. Create two date tables, one named Order Date and one named Ship Date. Create an active relationship between the DateKey column of the Order Date table and the OrderDateKey column of the Sales table. Create an inactive relationship between the DateKey column of the Ship Date table and the ShipDateKey column of the Sales table.
  • C. Create one date table named Date. Create an active relationship between the DateKey column of the Date table and the ShipDateKey column of the Sales table. Create an inactive relationship between the DateKey column of the Date table and the OrderDateKey column of the Sales table.
  • D. Create two date tables, one named Order Date and one named Ship Date. Create an active relationship between the DateKey column of the Order Date table and the OrderDateKey column of the Sales table. Create an active relationship between the DateKey column of the Ship Date table and the ShipDateKey column of the Sales table.


Answer : C

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 : B Topic 6, Tailspin Toys Case B Overview Tailspin Toys is a manufacturing company that has offices across the United States, Europe, and Asia. Tailspin Toys plans to implement a business intelligence (BI) solution for its US-based headquarters to manage the sales data, including information on customer transactions, products, sales quotas, and bonuses. Existing Environment Data Sources Tailspin Toys currently stores data in line-of-business applications, relational databases, flat files, and the following; ? A Microsoft Excel spreadsheet named MarketResearch.xlsx. The spreadsheet is stored on a network drive in a directory owned by an analyst. ? A tabular model named Research.xlsx used in PowerPivot for Excel. Research.xlsx uses MarketResearch.xlsx as one of its data sources. Network The network contains an Active Directory forest named tailspintoys.com. The forest contains a Microsoft SharePoint Server 2013 server farm. Implementation Plans Databases Tailspin Toys plans to build a star schema data warehouse named DB1. DB1 will be loaded from several different sources and will be updated nightly to contain new sales data. ? A fact table to store transactional data, including transaction date, productID, customerID, quantity, and sales amounts. ? Dimension tables to store information about each customer, each product, each date, and each sales department user. BI Semantic Models ? A multidimensional cube named CUBE1 that will store sales data. CUBE1 will be based on DB1 and will be hosted in SQL Server Analysis Services (SSAS). CUBE1 will contain two distinct count measures named UniqueCustomers and UniqueProducts. The measures are expected to aggregate hundreds of millions of rows from DB1. ? A tabular model named SalesCommission that will contain information about sales department user quotas and commissions. ? A tabular model named Research that will contain the migrated model from Research.xlsx. ? An instance of SSAS in ta

You need to recommend a SQL Server Integration Services (SSIS) package design that meets the ETL requirements.
What should you include in the recommendation?

  • A. Add new rows for changes to existing dimension members and enable inferred members.
  • B. Update non-key attributes in the dimension tables to use new values.
  • C. Update key attributes in the dimension tables to use new values.
  • D. Add new rows for changes to existing dimension members and disable inferred members.


Answer : A

You need to configure Library1 to support the planned self-service reports.
What is the best configuration you should add to Library1? More than one answer choice may achieve the goal. Select the BEST answer.

  • A. The Report Builder report content type
  • B. The PowerPivot Gallery Document content type
  • C. The Report Builder Model content type
  • D. The Report content type


Answer : A

You are deploying the Research model.
You need to ensure that the data contained in the model can be refreshed.
What should you do?

  • A. Import MarketResearch.xlsx to a new tabular database on the Tabular instance.
  • B. Assign the Tabular instance service account permissions to the MarketResearch.xlsx network location.
  • C. Create a SQL Server Integration Services (SSIS) package that imports data from MarketResearch.xlsx nightly. Load the data to CUBE1.
  • D. Upload MarketResearch.xlsx to Library1.


Answer : B

You need to recommend a partitioning strategy that meets the performance requirements for CUBE1.
What should you include in the recommendation?

  • A. Create separate measure groups for each distinct count measure.
  • B. Createone measure group for all distinct count measures.
  • C. Createa separate dimension for each distinct count attribute.
  • D. Createone dimension for all distinct count attributes.


Answer : A

You need to deploy a solution for the planned self-service reports that will be used by the sales department managers.
What is the best solution you should deploy? More than one answer choice may achieve the goal. Select the BEST answer.

  • A. A filter
  • B. A KPI
  • C. A calculated column
  • D. A measure


Answer : B

You need to recommend a solution to implement the data security requirements for
CUBE1.
Which three actions should you recommend performing in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.




Answer :

You need to prepare the infrastructure for the planned implementation of Gallery1.
Which three actions should you perform? Each correct answer presents part of the solution,

  • A. Install a Database Engine instance.
  • B. Run the PowerPivot Configuration Tool.
  • C. Install the SQL Server Reporting Services add-in for SharePoint.
  • D. Install SQL Server PowerPivot for SharePoint.
  • E. Install the SQL Server Reporting Services - SharePoint feature.
  • F. Run the Install-SPUserSolution cmdlet.


Answer : B,C,D

You need to recommend a cube architecture for CUBE1. The solution must meet the performance requirements for CUBE1.
Which two partitions should you recommend creating? Each correct answer presents part of the solution.

  • A. Partitions based on the values of the customerID column in the dimension table
  • B. Partitions based on the values of the customerID column in the fact table
  • C. Partitions based on the values of the productID column in the fact table
  • D. Partitions based on the values of the productID column in the dimension table


Answer : A,D

You need to implement the SalesCommission model to support the planned reports and queries.
What should you do?

  • A. Create a date table that contains only one row for each date on which a sale is recorded.
  • B. Use the existing transaction date column in the sales table for date calculations.
  • C. Create a date table that contains a row for every date since data started being recorded.
  • D. Create a new calculated date column in the sales table for date calculations.


Answer : C

You execute the SalesbyCategory report and receive the following error message:
"Members, tuples, or sets must use the same hierarchies in the function."
You need to ensure that the query executes successfully.
Which two actions should you perform? Each correct answer presents part of the solution.
A. Move the Product clause from line 08 to line 10.
B. Move the Date and Product clauses on line 11 to axis 0.
C. Move the Date clause from line 10 to line 08.
D. Move the Measures clause on line 02 to axis 1.



Answer : C Topic 7, Mix Questions

A company maintains separate environments for development, test, and production. The company uses the project deployment model for SQL Server Integration Services (SSIS) deployments.
You create an SSIS project to perform a daily refresh of the data warehouse and data models. The project has five packages.
You need to configure the project to ensure that the development, test, and production teams can run each package without manually adding server-specific information.
Which program should you use?
To answer, select the appropriate program in the answer area.




Answer :

Page:    1 / 12   
Total 176 questions