SSIS
  1. Tell me about yourself 
  2. Tell all technical experience till now and your role in project
  3. What is join?  explain different types of joins
A B
1 1
1

A B
1 1
2 2
3 null
4
null

  1. Tell your SSIS project flow
  2. Write control and data flow for below
Source DB----------------> destination DB 
  1. If records updated in source DB reflect in destination DB using SSIS
  2.  Source DB A
Source DB B-------------->   destination DB A INNER JOIN DB B

  1. What is lookup merge and merge join
  2. Condition for merge join
  3. Why data has to be sorted in merge join?
  4. Can we do question 5 task using join Approach?  how? 
  5. Is it feasible?
  6. On which SQL server you ran packages?
  7. What is  SSIS deployment? In Which way you have deployed it?
  8. What is SCD?  business key and surrogate key?  where can we find it?
  9. Do you know  limit of bulk insert?
  10. What is indexing ? Types of indexes?  differences between various types of indexes?
  11. What is data warehouse?
  12. What is fact and dimensions?  explain with example
  13. What is mean by normalisation and denormalization?
  14. What are different types of schemas?
  15.  difference between star schema and  snowflake schema?
  16. Which of above is  normalised?
  17. Which falls under denormalized?
  18.  how to use facts and dimensions?
  19. What is effect of dimensions on fact table?