SSIS EXAM WITH ALL QUESTIONS AND
ANSWERS
Check Database Integrity Task - ANSWER performs initial consistency
checks of the data and index pages within the database.
Control Flow, Other Task, SSIS
Data Flow Task - ANSWER moves data between sources and
destinations while transforming and cleaning. Data can be moved
between tables and files while efficiently processing the data in memory
with transformations. This is an essential Integration Services task and
may be the only task in the control flow.
Control Flow, Favorites, SSIS
Data Mining Query - ANSWER executes data mining query.
Control Flow, Other Task, SSIS
Data Profiling Task - ANSWER profiles a data source and identifies
data quality problems.
For example, discover the likely foreign keys in an unfamiliar data set.
Or confirm that a set of columns in a table is a key before loading the
table data into a data warehouse.
Control Flow, Common, SSIS
Execute Package Task - ANSWER runs another package as part of
this control flow.
For example, share a common logic between two different packages,
group the parts of a control flow so it is easier for multiple developers to
work on a project.
,Control Flow, Common, SSIS
Execute Process Task - ANSWER runs an application or batch file.
Run pre-existing batch files, command-line utilities, third-party tools, or
complex programs.
For example, expand a compressed text file or open Microsoft Excel.
Control Flow, Common, SSIS
Execute SQL Task - ANSWER executes SQL statements or stored
procedures in a relational database.
For example, truncate a table before starting a load, or create a foreign-
key relationship after a load has been completed.
Control Flow, Favorites, SSIS
Execute T-SQL Statement Task - ANSWER allows you to execute T-
SQL script.
Control Flow, Other Task, SSIS
Executes SQL Server Agent Job Task - ANSWER allows you to select
SQL Server Agent jobs to run as part of the maintenance plan.
Control Flow, Other Task, SSIS
Expression Task - ANSWER builds and evaluates SSIS expressions
that set variable values at run-time.
Control Flow, Common, SSIS
File System Task - ANSWER performs operations on files and
directions in the file system.
, For example, copy a source file to the local file system before starting a
load or create a directory that will hold files that must be dumped by a
data flow.
Control Flow, Common, SSIS
For Loop Container - ANSWER repeats tasks in a package, for
example, load a subset of files in a directory or perform a data flow for
each day between two dates. Looping is controlled by expressions,
similar to a For Loop in programming.
Control Flow, Containers, SSIS
Foreach Loop Container - ANSWER repeats task in a package, for
example, load each file in a directory or send an e-mail to each address
in a record set. Looping is controlled by set iterators, similar to a
Foreach Loop in programming.
Control Flow, Containers, SSIS
FTP Task - ANSWER works with FTP servers, manages directories or
downloads and uploads data files.
For example, load a file from remote FTP server into your data flow or
transfer a flat file to a partner's FTP server.
Control Flow, Common, SSIS
Hadoop File System Task - ANSWER enables an SSIS package to
copy files from, to, or within a Hadoop cluster.
Control Flow, Common, SSIS
Hadoop Hive Task - ANSWER task to run Hive script on a Hadoop
cluster.
Control Flow, Common, SSIS