PrepAway - Latest Free Exam Questions & Answers

Category: 70-463 (v.3)

Exam 70-463: Implementing a Data Warehouse with Microsoft SQL Server 2012 (update November 28th, 2015)

How should you design the control flow for the package?

DRAG DROP
You are designing a SQL Server Integration Services (SSIS) package. The package moves
order-related data to a staging table named Order. Every night the staging data is truncated
and then all the recent orders from the online store database are inserted into the staging
table.
Your package must meet the following requirements:
• If the truncate operation fails, the package execution must stop and report an error.
• If the Data Flow task that moves the data to the staging table fails, the entire refresh
operation must be rolled back.
• For auditing purposes, a log entry must be entered in a SQL log table after each
execution of the Data Flow task.
The TransactionOption property for the package is set to Required.
You need to design the package to meet the requirements.

How should you design the control flow for the package? (To answer, drag the appropriate
setting from the list of settings to the correct location or locations in the answer area.)

Which package configuration should you use?

You are developing a SQL Server Integration Services (SSIS) package that imports data into
a data warehouse hosted on SQL Azure.

The package uses a Foreach container to process text files found in a folder. The package
must be deployed to a single server by using the Project Deployment model.
Multiple SQL Server Agent jobs call the package. Each job is executed on a different
schedule. Each job passes a different folder path to the package.
You need to configure the package to accept the folder path from each job.
Which package configuration should you use?

Which three steps should you perform in sequence?

DRAG DROP
You are building a SQL Server Integration Services (SSIS) package to load data from all
files that are automatically copied to a directory each night through an external FTP process.
You need to load data from all copied files to a destination table in SQL Server.
Which three steps 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.)

Which query should you use as the data source?

You are developing a SQL Server Integration Services (SSIS) package that imports data
from a relational database to a data warehouse.
You are importing data from a relational table named Projects. The table has change data
capture enabled on all columns.
You need to process only the most recent values from rows that have been inserted or
updated since the previous execution of the package.
Which query should you use as the data source?

Which event handler should you use?

You are designing a SQL Server Integration Services (SSIS) package that uploads a file to a
table named Orders in a SQL Azure database.
The company’s auditing policies have the following requirements:
An entry must be written to a dedicated SQL Server log table named OrderLog.
The entry must be written as soon as the file upload task completes.
You need to meet the company’s policy requirements.
Which event handler should you use?

You need to ensure that if any of the Execute SQL tasks fail, all three tasks will roll back their changes

You are editing a SQL Server Integration Services (SSIS) package that contains three
Execute SQL tasks and no other tasks. The package and all three Execute SQL tasks have
their TransactionOption property set to Supported.
You need to ensure that if any of the Execute SQL tasks fail, all three tasks will roll back
their changes.
What should you do?

Which four actions should you perform in sequence?

DRAG DROP
You are designing an extract, transform, load (ETL) process with SQL Server Integration
Services (SSIS). Two packages, Package A and Package B, will be designed. Package A
will execute Package B.
Both packages must reference a file path corresponding to an input folder where files will be
located for further processing.
You need to design a solution so that the file path can be easily configured with the least
administrative and development effort.
Which four 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 should you select from the SSIS Toolbox?

DRAG DROP
You are developing a SQL Server Integration Services (SSIS) package.
The package uses custom functionality that accesses a SQL Server database. The custom
functionality must be implemented by using Language Integrated Query (LINQ).
You need to ensure that the LINQ code can be debugged at design time.
What should you select from the SSIS Toolbox? (To answer, drag the appropriate item to the
correct location in the answer area.)


Page 4 of 22« First...23456...1020...Last »