Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

SHORE INFOTECH WRITTEN TEST QUESTIONS

1)
TAB1 ( ID INT,
NAME VARCHAR(20)
)

TAB2 ( ID INT,
ADDR VARCHAR(20)
)

write sql statement to retrieve ID, NAME, ADDR where tab1 id matching to the tab2 id.

2)

Tab1 contains 10 rows and Tab2 contains 5 rows. How many rows will be returned by below query?

Select *
From tab1, tab2

3) What is the Global temp table?

4)
Tab1( id int,
First_name varchar (20).
Last_name varchar (20)
)

Find out the duplicate rows in the column of the Last_name.

Suppose table is like this:

Id First_name Last_name
1 Ravi Kumar
2 Kiran Kumar
3 Rajesh Varma
4 Narsi Reddy

I want the output like this

Id First_name Last_name
1 Ravi Kumar
2 Kiran Kumar
5)
Tab1( id int,
Value1 int,
Value2 int
)

Write sql statement to get the max value from value1 column and get the max value from value2 column
and compare these two values and get the max value.

6)

A table can have city column. You can change city name where the city=Delhi to Mumbai
And change city=Mumbai to Delhi. Write a cursor for this.

7)

Two questions on Normalization

Arount 20 questions in the written test

Interview questions
1. Current company
2. Current ctc
3. Expected ctc
4. Notice period
5. What is index
6. What are the types of indexes
7. What is function
8. What are the function types
9. What is scalar function
10. What is procedure
11. What is linked server
12. What are the magic tables

Some questions are there but I cant remember those

INTERVIEW QUESTIONS
Introduce your self
What is the diff b/w function and SP
Why we use SP
What is cursor
Why we use cursor instead of while loop
Error handling in SSIS
Logging in SSIS
Package Configuration in SSIS
How to Deploy a package in SSIS
Most challenging package in SSIS
Most challenging SQL Statement
What is Drill down report
What is Droll through report
What is sub report
What is parameterized report
Types of parameters
Diff b/w multicast and conditional split
What are the control flow elements
What is the diff b/w control flow and dataflow
What is the diff b/w OLAP AND OLTP
What is MDX query and SSAS
Performance tuning tips
What is script task
What is slowly changing dimension
Diff b/w For Loop container and For Each loop container
Rate yourself in SSIS,SSRS, SQL SERVER
Real time questions

You might also like