Companywise Interview Questions
Cybage Interview Questions - 3
SQL:
- What is the difference between DELETE, TRUNCATE and DROP
- What is triggers? explain its types
- What is index and explain its types
- difference between cast and convert
- how to optimise query
- difference between stored procedures and functions
- features of SQL server 2016
- CTE, Recursive CTE and their common examples
- Explain different ranking functions
- difference between unique key and primary key
- tricky questions on joins
- what is cursor and explain its types
- order of query execution
SSIS:
- What is control and data flow
- Which transformation you have used
- Difference between Union all and merge
- Difference between blocking, non-blocking and semi blocking transformation with example
- lookup transformation
- conditional split and multicast
- if table a having 15 records in S1 Server and table b having 10 records in S2 server which are same like table a. Now I want to insert those remaining 5 records into table b from table a.
how will you perform this
Post a Comment
0 Comments