Companywise Interview Questions
Synechron Interview Questions - 2
SQL:
- Rate yourself in SQL , SSRS, SSIS and SSAS
- Different examples on joins
- Display records for alternate gender
- Have you used NEWID() function?
- Difference between delete and truncate
- I have a table with primary key on ID column. Table contains 1-8 records. If I insert value using identity_insert function, what will be the next value inserted 9 or 11?
- can we create temporary stored procedures?
- difference between temporary table and CTE?
- difference between clustered and NON clustered index
- example of covering index
- difference between table variable and Temporary table
- what is parameter sniffing?
- how data is stored? different types of pages
- Have you used cross apply?
- Table 1 - 4 Records , Table 2- 2 Records, Table 3- 0 Records
What will be the output for CROSS JOIN?
- What will happen to following SP?
- Create SP A as
BEGIN CREATE #table1 END
- Create SP B as
BEGIN exec A END
- CREATE SP C as
Begin Exec B END
- I have a CTE, in which I am selecting few records. After the definition I am writing the update CTE statement. What it will update CTE or actual table?
- ACID Properties
- what is normalisation
- difference between stored procedures and functions
- types of functions
- unique index
- PIVOT in SQL
- DENSE_RANK() and RANK()
- SQL Profiler, which option showing Tuning Advisor
- Execution plan
- Fragmentation in SQL Server
- Difference between table scan, Index scan and Index seek
- Cast and rows of the queries
SSRS:
- What is data driven subscription and Mail driven subscription?
- How to give different background colour to rows being displayed in table?
- While you export report in Excel, I want to display only 3 records in a tab. how to do it?
- While exporting report, it often happens that you don't see header for a few pages. how to solve that?
- What is drill down and drill through reports?
- Does sequence affects in cascading parameters?
- How to improve performance if report rendering is taking time?
- SSRS Config File
- What is Subreports?
- What is Subscriptions in SSRS
- Deployment in SSRS
- Difference between table and matrix? how to add total in table and matrix?
SSIS:
- What transformations you have used?
- What is use of lookup transformation?
- Want to load Delta. Give me 2 to 3 approaches to achieve this?
- Transformation in SSIS?
- Script task in SSIS
- Error handling in SSIS
- Difference between Package and Project workflow
Post a Comment
0 Comments