Question 1 : Which query hint will force query to execute on single CPU?
- MAXDOP
- SINCPU
- CPU = 1
- CPU(1)
Question 2 : How many new collation were introduced in SQL Server 2008?
- 20
- 18
- 80
- 10
Question 3 : Which of the engine feature SSIS can take advantage of in SQL Server 2008?
- Merge Statement
- Multi Server Management
- Both a and b
- None of the above
Question 4 : What is the default size of the VARCHAR datatypes? (e.g. DECLARE @myChar CHAR)
- 10
- 20
- 30
- 40
Question 5 : Which of the following is new feature of SQL Server 2008 Reporting Services?
- Matrics Grid
- Report Rendering Architecture
- Scale-out Analysis
- None of the above
Question 6 : Data Tier Application is also known as -
- DAC
- DTA
- DT
- None of the above
Question 7 : TOP clause can be used with following statement?
- SELECT
- INSERT
- DELETE
- All of the above
Question 8 : How many columns a table can have if it contains SPARSE Columns?
- 30
- 3000
- 30000
- None of the above
Question 9 : Which catalogue view gives performance bottleneck?
- sys.tables
- sys.dm_os_wait_stats
- sys.perfmonitor_cat
- None of the above
Question 10 : What is the precision of TIME datatype inside SQL Server 2008?
- 1 nanosecond
- 10 nanosecond
- 100 nanoseconds
- 1000 nanoseconds
Question 11 : Which datatype allows to store more than 2GB?
- VARCHAR(MAX)
- NVARCHAR(2GB)
- Filestream
- All of the above
Question 12 : Which of these datatypes can be compressed inside SQL Server?
- FLOAT, MONEY, TIMESTAMP
- INT, DATE, TIME
- Both a and b
- None of the above
Question 13 : Which version of the SQL Server supports ISO datetype?
- SQL Server 2000
- SQL Server 2005
- SQL Server 2008
- None of the above
Question 14 : Which of the following syntax is invalid in SQL Server 2008 compatibility?
- SET @x += 2
- SET @x =* 2
- SET @x = 2
- SET @x = 2+2
Question 15 : Which of the following join hint cannot be specified with inner join?
- Loop
- Merge
- Hash
- All the above
Answers Key
| Question | Answer |
| 1 | MAXDOP |
| 2 | 80 |
| 3 | Merge |
| 4 | 1 |
| 5 | Report Rendering Architecture |
| 6 | DAC |
| 7 | Select |
| 8 | 30,000 |
| 9 | sys.dm_os_wait_stats |
| 10 | 100 nanoseconds |
| 11 | Filestream |
| 12 | Both a and b |
| 13 | SQL Server 2005 |
| 14 | SET @x += 2 |
| 15 | Merge |
A very good site for SQL server interview questions organised by topic. If you feel you need to brush up interview questions related to specific topics, this website will be of great use. God bless the person who has contributed to this site. Very useful.