×

Top 15 SQL Server Interview Question for 2024

1) Describe SQL Server?

SQL server is a DataBase Management System developed by Microsoft. It was first introduced in year 2008 since, then many version has been introduced such as : SQL Server 2008 SQL Server 2008 R2, SQL Server 2012, SQL Server 2014, SQL Server 2016.

2) Enlist different editions of SQL Server.

Mainstream Edition are
  • Enterprise
  • Standard
  • Web
  • Business Intelligence
  • Workgroup
  • Specialised Edition
  • Azure
  • Compact
  • Embedded
  • Fast track

3) What are the different authentication modes in SQL server.

SQL server consist of two modes
  • Windows Mode
  • Mixed Mode

4) What is the default port of SQL server and how can we change?

Default port is 1433 and we can change it from Network Utility Properties.

5) How many types of Index Configuration a table can have.

No Index
Clustered Index
Non-Clustered Index
Clustered Index with many non-clustered index
Many Non-clustered index

6) Enlist different types of Collation Sensitivity.

  • Case Sensitivity
  • Accent Sensitivity
  • Width Sensitivity

7) Define Standby Server.

Standby server are those server which comes online when our Primary Server goes offline due to some error. Yet application should be running properly need some server called as standby server.

8) Enlist the type of Standby server.

  • Hot standby- In this primary and secondary backup server run simultaneously due to which secondary server is also have real time data updation.
  • Warm standby- In this secondary server runs in background of primary server and update database at time intervals.
  • Cold standby- Backup server is only called when primary server fails.

9) Enlist some SQL server addon services.

Service Broker
Replication Services
Transaction Services
Merge Replication
Snapshot Replication
Analysis Services
Reporting Services
Notification Services

10) What is CHECK Constraint?

CHECK Constraint provide integrity to the SQL server. It limits the value that can be placed in the column of the database.

11) Give some DBCC comaand and its use?

DBCC (DataBase Consistency Checker) as the name suggest it checks whether there is consistency inside database through following commands.
  • DBCC CHECKDB : It ensures table in Database and Indexes are correctly linked.
  • DBCC CHECKALLOC: It checks allocation of different pages.
  • DBCC CHECKFILEGROUP: It checks for the damage in file group.

12) What is SQL Profiler?

It is a tool which allows administrator to monitor different event in SQL. Basically, it is used to capture and save data about each event for analysis.

13) Write a SQL query to return first non-null expression within the argument.

Select COALESCE(empno, empname, salary) from employee;

14) What is an Server Agent.

It consist of full-function scheduling engine which helps in scheduling of our own jobs and scripts.

15) Enlist the different types of replication in SQL Server.

  • Snapshot replication
  • Transnational replication
  • Merge replication

Related Topics

Top 16 Ionic Interview Questions for 2024

Top 20 Ionic Interview Questions and Answers for Freshers 1) What is Ionic framework? Ionic is open source HTML5 framework used for hybrid mobile application development. It provides tools and services for...

3 minutes read.

Top 30 SASS Interview Questions for 2024

1) What is Sass? SASS: Systematically Awesome Style Sheets is an extension of CSS. It is also known as CSS pre-processor which helps to reduce repetition with CSS and saves time. It is...

4 minutes read.

Top 15 Java JDBC Interview Questions for 2024

1) What are the types of JDBC Drivers in Java? JDBC Drivers are of four types are: JDBC-ODBC bridge driver Native-API driver Network Protocol driver Thin driver 2) What are the five...

4 minutes read.

Top 31 Koa Interview Questions for 2024

1) What is Koa? Koa is a very small framework which provides us a minimal interface to build our applications. It is quite flexible and there are numerous modules available on...

4 minutes read.

Top 30 FuelPHP Framework Interview Questions for 2024

1) What is FuelPHPFramework? FuelPHP Framework is an open source web application and written in PHP scripting language. It is based on the HMVC (Hierarchical Model View Controller) design pattern. It was released...

6 minutes read.

Top 16 OpenStack Interview Questions for 2024

Most Frequently Asked OpenStack Interview Questions and Answers for Freshers 1. Describe OpenStack. OpenStack is designed as the future of cloud computing and developed as free and open-source software that facilitates a...

8 minutes read.

Top 15 Framework7 Interview Questions for 2024

1) What is Framework7? Framework7 is an open source mobile HTML framework. It is used todevelop hybrid mobile apps for iOS and Android devices. 2) Why, framework7 is popular? There are various reasons...

8 minutes read.

Top 10 WCF Interview Questions for 2024

  1. What is WCF? Windows Communication Foundation (WCF), earlier known by the name Indigo, is a run-time platform and a set of APIs in the .NET Framework for building, configuring, and...

7 minutes read.

Top 15 Website Development Interview Questions for 2024

1) What is Website Development? Website Development is a process that includes following steps. web design web content development client-side or server-side scripting network security configuration etc 2) What are the skills...

3 minutes read.

Top 40 TensorFlow Interview Questions and Answers

Commonly Asked TensorFlow Interview Questions for Fresher Q1. What is TensorFlow? TensorFlow is the machine learning library developed by Google's brain team, it supports multiple abstraction levels, and we can choose the...

13 minutes read.

Top 15 iOS (iPhone, iPad) Interview Questions for 2024

Top 20 Most Frequently asked iOS Interview Questions and Answers 1) What is iOS? iOS is a mobile operating system developed by Apple Inc. iOS offers iPhone and iPad application development using...

3 minutes read.

Top 31 PHP Interview Questions for 2024

1) What is PHP? PHP is a object-oriented scripting language, open source, interpreted and executed at server side. It is also used to develop web applications. 2) What are the features of PHP? Features...

4 minutes read.

Top 10 Java Swing Interview Questions for 2024

1) What is Java Swing? It is a part of JFC (Java Foundation Classess) that is used to create window-based applications. Java Swing components are platform independent and lightweight . 2) What is...

3 minutes read.

Top 15 RESTful Web Services Interview Question for 2024

1) What is REST? REST is web standards based architecture and stands for REpresentational State Transfer. It uses HTTP Protocol for data communication. Here, everything is a resource. 2) What are the HTTP methods used...

2 minutes read.

Top 15 Java BeanUtils Interview Questions for 2024

1) What is Java BeanUtils? Java BeanUtils is a design pattern component of the Apache Commons. It facilitates architecture for Java language which is derived from JavaAPI. It helps to set...

3 minutes read.

Top 30 Python Interview Questions for 2024

1) What is Python? Python is a high level, interpreted and object-oriented programming language. It is easy to learn and supports multiple programming patterns. It is also known as powerful and versatile...

6 minutes read.

Top 15 Bootstrap Interview Questions for 2024

1) Explain what is Bootstrap? It is a Framework which is used for building the web application with minimal effort. Bootstrap is also used for developing responsive, mobile-first web sites. 2) What...

10 minutes read.

Top 25 PL/SQL Interview question for 2024

1) What is PL/SQL? It is defined as SQL having Procedural features of Programming Language i.e. Procedural Language extension of SQL. 2) Enlist the section of PL/SQL block. It consist of three block ...

4 minutes read.

Top 15 CherryPy Interview Questions for 2024

1) What is CherryPy? CherryPy is a web framework used for Python. It provides a friendly interface for Http protocol for Python developer. 2) Why we use CherryPy? CherryPy has following strength: Simplicity: It...

3 minutes read.

Top 15 PostgreSQL Interview Questions for 2024

1) What is PostgreSQL? PostgreSQL is a most advance open source database system. PostgreSQL is an object Oriented Relational Database Management System (ORDBMS). PostgreSQL source code is available free of charge...

3 minutes read.