Companywise Interview Questions
Zensar Interview Questions - 2
Round 1
- What will be the output of below for INNER JOIN, LEFT JOIN, RIGHT JOIN and FULL JOIN
Table 1 Table2
1 1
1 1
1 0
0 0
0 NULL
NULL NULL
NULL NULL
- Explain different ranking functions in SQL Server?
- How to display and remove duplicate data from table?
- Explain SSIS Package deployment? what are the different ways available to deploy SSIS package?
- Explain synchronous and asynchronous transformations in SSIS?
- Explain blocking and nonblocking in SSIS
- How can we improve the performance of an update query for 20 million records ?
- What are the different types of ssrs reports?
- What is mean by subscription in ssrs?
- Difference between ROW_NUMBER and DENSE_RANK
Round 2
- How can we send bad data to destination without failure of package?
- How can we rollback all DFD in below scenario?
DFD1- Success
DFD2- Failed
DFD3- Failed
Post a Comment
0 Comments