Describe what a partitioned table is and it's benefits
Sql Server Developer Interview Questions
57 sql server developer interview questions shared by candidates
Temporal Tables, CDC, CTE & Recursive CTE, Rank vs Dense_rank, Lead & Lag, INDEXSCAN vs INDEXSEEK, Nested Hash vs Merge Joins, Merge statement and few basic SQL Query questions.
what is materialized view and why it is required?what is pivot? when to use the non-clustered index and when to use clustered one.what will you do if your database is growing out of size?how to optimize the query or stored proc? how to read execution plan and what steps to take on it? write query which can add row number column for a table? what is partition? diff between temp table and temp table variable? scope of global variable? there are two tables both have only one column which accepts null, both table have 5 rows as 1,1,1,1,null. how many rows will come for inner join, left, right, union and union all on these two tables.(try this on SSMS)? High level design for employee, tasks and timesheet scenario etc
Some SQL Performance bottleneck questions
Very basic sql questions, like what is a constraint, primary key, how to join tables, inner join, left outer join, what is the difference and some basic programming question, what is an object, how to inherit from a parent class, write a program for prime number, so this is basically the type of questions you will encounter depending on what you have written on your resume
They may ask you why you want the job.
asking Out of subject question (not from sql developer)
Write a stored procedure that accepts a date range to return data from a set of tables
What are the files created when a database is created and in which order? Then in which order file is deleted if a particular row is deleted from the table?
What are different types of joins and when you use them? How to read a execution plan? What is hash join?
Viewing 41 - 50 interview questions