Sunteți pe pagina 1din 2

Today i Faced interview in DST WorldWide Services. these are the questions.

1) What is trigger?
2) Tell me the scenarios where you used triggers in ur project?
3) Diff between trigger and stored procedure?
4) Why we go for trigger insted of constrains?
5) Explain me trigger execution process?
6) When will be the trigger Execution starts?
7) What is CTE?
8) Write a query to get 5th & 6th heighest salary(without RANK, without CTE, Wit
hout TOP)?
9) Can we use CTE in Stored Procedure?
10) Write a Query to eliminate dulicate without rank function?
11) i have a table like
column1
---------
1
2
3
4
5
6
ouput
column1
-----------
1,2,3,4,5,6
in single row single column without concatination operator.
12) What is a materialized view?
13) can we update main table using view?
14) I have a table with single column like
Name
------------------
my name is reddy
my name is naga
my name is srinu
my name is raju
output
Name
------------------
reddy is my name
naga is my name
srinu is my name
raju is my name
15) How to increase report perfomance ?
16) what is report builder?
17) what is data driven subscription?
18) what is subscription?
19) how to schedule a report and types?
20) what is transformation?
21) in SSIS i have 3 execute SQL task (DML opetaions). in first execution time S
QL task 1 only executed remaining 2 are failed. If i execute next time the DML s
tatement should be ROLEBACK how?
22) diff between pivot and unpivot?
23) What full cache, partial cache & no cache?
24) I have table with single column like
id
----
1
2
2
3
4
4
4
5
6
6
how to delete the duplicate rows without using dense_rank and Auggrigate functio
ns.
25) what is Change Data Capture(CDC) in SSIS?

S-ar putea să vă placă și