You are on page 1of 2

1. Tel me about yourself in Brief?

2. Tel me About your current Project and Challenges have you faced in this project

3. How many projects have you done in your experience tenure, and which one was challenges
project.

SSIS

1. Explain architecture of SSIS?

SSIS architecture involves four key parts :


a) Integration Services service : 
It monitors running Integration Services packages and accomplishes the storage of packages.
b) Integration Services object model :
It contains managed API for reading Integration Services tools, command-line utilities, and
custom applications.
c) Integration Services runtime and run-time executables :
It keeps the layout of packages, runs packages, and provides support for logging, breakpoints,
configuration, connections, and transactions.
d) Data flow engine : 
It provides the in-memory buffers that move data from source to destination.

2. How we can schedule a SSIS packages?


Using SQL Server Agent we can schedule a SSIS packages.

3. How can we organize a SSIS Package on production?


A)Through Manifest we can organize it :

1. Create deployment utility by setting its properties as true .


2. It will be formed in the bin folder of the solution once package is build.
3. Copy all the files in the utility and use manifest file to display it on the Prod.

B) Using DtsExec.exe utility.


C)Import Package directly in MSDB from SSMS by logging in Integration Services.

4. How we can do Error Handling?


SSIS package contain mainly have two types of errors :
a) Procedure Error : It can be handled in Control flow bythe precedence control and redirecting
the execution flow.
b) Data Error : it is handled in DATA FLOW TASK by redirecting the data flow using Error
Output of a component.
5. How we can pass property value at Run time?
A property value like connection string for a Connection Manager can be passed to the pkg
using package configurations.

6. Differentiate between Unionall and Merge Join?


a) Merge transformation can take only two inputs whereas Union all can take more than
two inputs
b) Data has to be sorted before Merge Transformation whereas Union all doesn’t have
any boundation like that.

7. How we can restart package from previous failure point? Define


Checkpoints and how they are implement in SSIS?
When a package is arranged to use checkpoints, material about package execution is written to a
checkpoint file. When the failed package is rerun, the checkpoint file is used to restart the package
from the point of failure. If the package runs effectively, the checkpoint file is deleted, and then re-
created the next time that the package is run.

https://www.besanttechnologies.com/msbi-interview-questions-and-answers

https://intellipaat.com/interview-question/msbi-interview-questions/

http://www.sqlschool.com/MSBI-Interview-Questions.html

https://www.softwaretestinghelp.com/50-popular-sql-interview-questions-for-testers/

You might also like