Companywise Interview Questions
Path Infotech Interview Questions - 3
SSIS:
- What is meant by synchronous and asynchronous transformation?
- what is SSIS configuration?
- Can we use temporary table in SSIS?
- Write down the data flow to import data from Excel to temporary table
- What is meant by Retain same connection?
- What is meant by Delay Validation?
- Explain CDC?
- Explain SCD?
- What is the need of SCD?
SSRS:
- How many reports and what kind of reports you have developed?
- How to deploy reports?
- What are the different types of subscriptions?
- How to configure email at report server?
- How to provide security to reports?
SQL:
- Temporary table and table variable gets created?
- Types of temporary table?
- Which is faster temporary table or table variable?
- How we can decide whether to use temporary table or derived table?
- Difference betweenSQL Server 2008, 2012 , 2014 and 2016?
- Merge statement
- Difference between Procedure and Functions?
- Difference between Multi Statement and Inline table valued functions?
- Write Query to find below O/p from given Table
Given Table:
O/p:
Col1 Col2 Col3
abc abc abc
- Id
1
2
3
-1
-2
-3
O/p: Col1 Col2
6 -6
- Country
Ireland
China
Pakistan
Australia
India
O/p: India 1st then Other Countries
- O/p for all types of Joins
A B
1 1
1 C
1 -
2 NULL
C
NULL
3
NULL
- What is meant by transactions?
- types of transactions?
- magic tables
- views and schemabinding
Post a Comment
0 Comments