Google search turns up some links to tsql questions. I was wondering what would SO experts would ask in an interview for TSQL.
|
8
|
|||||||||||||
|
|
|
Here are some of the most common questions I've been asked as an ASP.Net developer with strong SQL Server skills:
|
||||||||||
|
|
|
How about some written test questions... |
||
|
|
|
In SQL query section (to extend DOK):
|
||||||||
|
|
|
I always ask programmers (not really db programmers, but programmers that shoud be able to write a DAL) "Epxlain the difference between a subquery that is correlated and one that is not" I know for people who know a thing or 2 about sql this sounds very easy, but to my amazement, much less than 50% gets it right. |
||||||||||
|
|
|
Here are some of questions I can come up with.
|
||
|
|
|
|
There are a bunch of questions here: SQL Server Quiz, Can You Answer All These? A biggie is of course how can you code to minimize deadlocks Take the code below for example, 80% of people get that wrong What will be the output of the following?
|
|||
|
|
|
Name the TRANSACTION ISOLATION LEVEL's Explain each of them, Which is the default ? |
||||||
|
|
|
A partial list of suggestions:
|
||
|
|
