Entry Level Questions
- What is the Control flow?
- What is a Data flow?
- How do you do Error handling in SSIS
- How do you do Logging in SSIS? How do you do Custom Logging?
- How do you deploy SSIS packages? And explain different deployment strategy?
- How do you schedule SSIS packages to run on the fly
- How do you run stored procedure and get data
- Give a scenario: Want to insert a text file into database table, but during the upload want to
change a column called as months - January, Feb, etc to a code, - 1,2,3.. .This code can be read
from another database table called months. After the conversion of the data , upload the file. If
there are any errors, write to error table. Then for all errors, read errors from database, create a file, and mail it to the supervisor. - What are variables and what is variable scope?
- How do you debug a Packages
- Explain Package configuration and how do you create custom configurations: XML and DB
- How do you control flow and data flow in Transactions
- Explain Multicast transformation –
- Identify True or False - Using a checkpoint file in SSIS is just like issuing the CHECKPOINT
command against the relational engine. It commits all of the data to the database. - How do you do set of operations in a Transaction?
- Can you explain the Import\Export tool wizard?
- What are the command line tools to execute SQL Server Integration Services
packages? - Can you name some of the core SSIS components in the Business Intelligence
Development Studio you work with on a regular basis when building an SSIS package?
For experienced candidate
- True or False: SSIS has a default means to log all records updated, deleted or inserted on a per table basis.
- What is a breakpoint in SSIS? How is it setup? How do you disable it?
- Can you name 5 or more of the native SSIS connection managers?
- How do you eliminate quotes from being uploaded from a flat file to SQL Server?
- Can you name 5 or more of the main SSIS tool box widgets and their functionality?
- Explain the pros and cons of deploying to a file system vs MSDB?
- Explain architecture of SSIS?
- Difference between Control Flow and Data Flow?
- How to pass property value at Run time? How do you implement Package Configuration?
- What are new features in SSIS 2008?
- How would you pass a variable value to Child Package?
- What is Execution Tree?
- What are the points to keep in mind for performance improvement of the package?
- How would you configure a data flow task so that it can transfer data to different table based on the
city name in a source table column? - Difference between Union All and Merge Join?
- Explain Lookup, fuzzy lookup, fuzzy grouping transformation?
- How would you restart package from previous failure point? What are Checkpoints and how can we implement in SSIS?
- Difference between asynchronous and synchronous transformations?
- Asynchronous transformation have different Input and Output buffers and it is up to the component designer
in an Async component to provide a column structure to the output buffer and hook up the data from the
input. - How to achieve multiple threading in SSIS?
- What is the default string data type of Excel source?
- How to copy and rename a file to a dynamic location using SSIS?
No comments:
Post a Comment