70-463 Implementing a Data Warehouse with Microsoft SQL Server 2012

Loading demo links...

Showing 4–6 of 15 questions

Question 4 (Volume C)

HOTSPOT You are developing a SQL Server Integration Services (SSIS) package.

You use a Data Profiling task to examine the data from a source system. You need to establish:

The minimum and maximum dates for the datetime columns in the source data

The minimum, maximum, and average values for numeric columns in the source data

You need to use the appropriate profile type in the Data Profiling task.

Which profile type should you use? (To answer, select the appropriate profile type in the answer area.) Hot Area:

Answer is in the explanation below.

Question 5 (Volume C)

Reporting from a Star schema is simpler than reporting from a normalized online transactional processing (OLTP) schema.

What are the reasons for wanting simpler reporting? (Choose all that apply.)

Select all that apply, then click Submit answer.

  • A Star schema typically has fewer tables than a normalized schema. Therefore, queries are simpler because they require fewer joins.

  • A Star schema has better support for numeric data types than a normalized relational schema; therefore, it is easier to create aggregates.

  • There are specific Transact-SQL expressions that deal with Star schemas.

  • A Star schema is standardized and narrative; you can find the information you need for a report quickly.

Question 6 (Volume C)

You are developing a SQL Server Integration Services (SSIS) package.

The package uses a data flow task to source data from a SQL Server database for loading into a dimension table in a data warehouse.

You need to create a separate data flow path for data that has been modified since it was last processed.

Which two data flow components should you use to identify modified data? (Each correct answer presents a complete solution. Choose all that apply.)

Select all that apply, then click Submit answer.

  • Multicast

  • Data Conversion

  • Lookup

  • Slowly Changing Dimension

  • Aggregate