Companywise Interview Questions
Nihilent Interview Questions
SQL:
- Write a query to delete duplicate records?
- Difference between rank(), dense_rank and row_ number()
- What is a data type of getdate()?
- I have date like ‘20180908’. Convert it into INT or BIGINT?
- Which of the below can not be rollback:
- DROP
- TRUNCATE
- DELETE
- DECLARE @Varibale VARCHAR and DECLARE @Variable VARCHAR(20). Which is Wrong?
SSIS:
- I have 2 tasks which are independent. After completion of each task, I want to send an email that task is complete. Create a package for it.
- I have Oracle Source. Which connection I should use?
- Difference between variable and Parameter?
- What are the different types of Containers?
- What types of Transformations you have used?
- What is computed columns?
- Which versions you have used? What are the Features?
- Deployment Utility
- SCD and CDC
- FOR LOOP and FOR EACH LOOP Container
- Deployment Steps
- Empid, empname, mgrid
O/P: empid, ename, mgrname
- Fuzzy Lookup
SSRS:
- What are the different types of reports?
- How many Non Clustered index in any table
- Max Columns
- SSIS Configurations?
Post a Comment
0 Comments