Skip to content
RDBMS:
- What is normalization and what are its pros and cons?
- What is demoralization and what are its pros and cons?
- What are ACID properties and how SQL server is maintaining these?
- What are DML and DDL commands?
- What is difference between a view and a table?
- What are synonyms?
Developer:
- What is the difference between index rebuilding vs index reorganizing and in which scenarios each can be used?
- What is the default transaction isolation level used in SQL server?
- What is the difference between user and login?
- What all permissions are required to execute scalar UDF and table valued UDF ?
- Where does the full text catalog created in the SQL server 2008?
- How to rename a table column?
- What is the difference between coalesce and isnull functions?
- What is the difference sp_executesql and exec?
- What are magic tables?
- How can you delete duplicate records from a table?
- How to find the third highest salary for an employee?Ans
- Which all recovery models are available in SQL Server?
- List all system DBs with their usage.
- What are the different isolations in SQL server and what’s the difference between them?
- What is the difference between intersect v/s except?
- Temp Table vs Temp variables.
- What is CTE?
- What will happen if rollback is executed in innermost transaction?
- What will happen if commit is executed in innermost transaction?
- What is OUTPUT clause in TSQL?
- What is the max size of varchar(max)?
- What is fill factor and how it is important?
- List few of DMVs with their usage.
- What is difference between delete and truncate?
- What is sparse column and how is it useful?
- By default SQL server listens on which port?
- What is a heap?
- What is the difference between clustered and nonclustered indexes?
- What’s the latest version of SQL server?
- What’s row level compression and the page level compression?
DBA:
- Can you take transnational or differential backup of master database?
- How to start SQL Server single user mode and when do you need it?
- What’s the use of browser service?
- How to make DAC connection?Ans
- What is the difference between index rebuilding and index reorganizing and in which scenario these can be used?
- What are the filtered indexes and why are they useful in some scenarios?
- What is a covering index?
- What can cause an index scan instead of index seek?
- Which port does DAC use?
- What all type of backups are available in SQL Server?
- What will you do to improve the performance of the tempdb?
- What is snapshot isolation level and what are its pros and cons?
- What will you do if log-files are over growing?
- Find the running queries and the resources it is waiting on.
- What are VLFs and why are they important to watch?
- How to find a backup is valid without restoring it?
- How exactly does SQL server cater a SELECT Query?
- How exactly does SQL server cater an UPDATE query?
- What is TDE and how you can set it up?
- What type of indexes are available in SQL server?
ETL/SSIS:
- What is difference between Control flow and Data Flow Engine?
- List the ways of deployment available in SSIS 2012?
- How to configure checkpoint in SSIS?
- How to debug a SSIS package?
- What’s new in SQL server 2012?
- What is fast parse?
- List 5 ways to speed up your SSIS package.
- List the ways you can execute a SSIS package.
- If you want to delete duplicate records that what option would you use in SSIS?
- Explain SCD task and its working.
- Explain Lookup task.
- Explain SCD type 1,2 and 3.
- How you would handle errors in SSIS?
- How to check the execution status of a SSIS package,deployed in SSISDB, using system tables.Ans
- What is factless table?
- What is the difference between dimension table and fact table?
- What is the difference between star and snowflake schema?
Absolutely indited articles, Really enjoyed reading.