Google search turns up some links to tsql questions. I was wondering what would SO experts would ask in an interview for TSQL.
|
closed as not constructive by casperOne♦ Nov 30 '11 at 3:13
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Here are some of the most common questions I've been asked as an ASP.Net developer with strong SQL Server skills:
|
|||||||||||||
|
|
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?
|
|||||||
|
|
In SQL query section (to extend DOK):
|
|||||||||
|
|
A partial list of suggestions:
|
|||
|
|
|
Here are some of questions I can come up with.
|
|||
|
|
|
Name the TRANSACTION ISOLATION LEVEL's Explain each of them, Which is the default ? |
|||||||
|
|
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. |
|||||||||||
|
|
What's the difference between a WHERE clause and a HAVING clause? It's a seemingly easy question that many people get wrong, and listening to them try to answer will give you some insight into their understanding of grouping. |
|||
|
|