Which three actions should you perform in sequence?
DRAG DROP
You are developing a SQL Server Integration Services (SSIS) package to add a large
amount of data to a fact table named factOrders. The factOrders table is partitioned by week
and has a clustered index.
You need to load three weeks’ data into the factOrders table by using the most efficient
method.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.
what sequence should you order four of the listed components for the data flow task?
DRAG DROP
You are creating a SQL Server Integration Services (SSIS) package to populate a fact table
from a source table. The fact table and source table are located in a Windows Azure SQL
Database. The source table has a price field and a tax field. The OLE DB source uses the
data access mode of Table.
You have the following requirements:
The fact table must populate a column named TotalCost that computes the sum of the price
and tax columns.
Before the sum is calculated, any records that have a price of zero must be discarded.
You need to create the SSIS package in SQL Server Data Tools.
In what sequence should you order four of the listed components for the data flow task? (To
answer, move the appropriate components from the list of components to the answer area
and arrange them in the correct order.)
Which program should you use?
HOTSPOT
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.
Which relationship type should you choose?
HOTSPOT
You are developing a SQL Server Analysis Services (SSAS) cube. A dimension named
Customer is based on the DimCustomer table. A subset of the data source view is shown in
the following graphic.
You need to relate the Customer dimension to the AccountBalance measure group.
Which relationship type should you choose? To answer, select the appropriate option from
the drop-down list in the dialog box.
Which set expression should you use?
DRAG DROP
A SQL Server Analysis Services (SSAS) cube named Sales includes a dimension named
Date that defines a hierarchy named Calendar. The Calendar hierarchy consists of Year,
Quarter, and Month levels. The Type properties of the Date dimension and its attributes are
appropriately configured to mark the dimension as a time dimension.
You are creating a Multidimensional Expressions (MDX) query that will return sales for each
month of 2011 and a three-month moving average of sales (labeled 3MMA), as shown in the
following diagram.
You need to complete the MDX query.
Which set expression should you use? To answer, drag the appropriate expression to the
answer area.
You need to meet the requirements
DRAG DROP
You are developing packages in a SQL Server Integration Services (SSIS) project to load a
data warehouse.
You are designing a method for configuring the packages’ connections when deployed to a
production SSIS catalog. All packages load data from two source databases.
Two packages also load data from a third source database. Another SSIS project will use
the same connections.
You need to meet the requirements.
What should you do?
To answer, drag the appropriate term or terms to the correct location or locations in the
answer area. (Each term may be used once, more than once, or not at all.)
You need to create an updated package as quickly and accurately as possible
The IT department is currently upgrading all SQL Server Integration Services (SSIS)
packages to SSIS 2012.
The final version of a complex SSIS 2005 package has been overwritten. Four prior versions
of the package exist. Each of the prior versions contains a different part of the final solution.
You have backups of all associated project files.
You need to create an updated package as quickly and accurately as possible.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)
Which properties should you configure?
HOTSPOT
You administer a SQL Server Analysis Services (SSAS) cube.
You plan to optimize the cube partitions by using usage-based optimization.
You need to configure the SSAS instance.
Which properties should you configure? To answer, select the appropriate properties in the
dialog box in the answer area.
You need to create a fully automated solution to ensure that reports do not deliver archived data
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 archived 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 archived data.
You need to create a fully automated solution to ensure that reports do not deliver archived
data.
What should you do? (More than one answer choice may achieve the goal. Select the BEST
answer.)
Which component should you add to the package?
DRAG DROP
A company has a data warehouse that is rapidly increasing in size.
You plan to improve query performance by partitioning a very large fact table.
You need to identify the columns that are good partitioning candidates and the range that
each partition should include.
Which component should you add to the package?
To answer, drag the appropriate component from the list of items to the answer area.