Olete.in
Articles
Mock Tests
🧪 MS-SQL MCQ Quiz Hub
MS SQL Server MCQ
Choose a topic to test your knowledge and improve your MS-SQL skills
1. MS SQL Server is a ?
Centralised database
Distributed database
Relational database
Personal database
2. Which of the following statement are true about SQL Server?
It is also an ORDBMS
It is platform dependent
It is both GUI and command based software
All of the above
3. Which programming language is used to developed MS SQL?
C
C++
Both A and B
Java
4. SQL Server works in client-server architecture, supports how many types of components?
2
3
4
5
5. Which of the following lies between the host machine (Windows OS) and SQL Server?
Storage Engine
SQL OS
Query Executor
Query Optimizer
6. Which checkpoints runs just like any other T-SQL statement, once you issue checkpoint command it will run to its completion?
Automatic
Indirect
Manual
Internal
7. How much maximum file can be there in one database?
65536
16384
32764
32767
8. The size of the page is?
2 kb
4 kb
8 kb
16 kb
9. Rollback operations are also logged
TRUE
FALSE
Can be true or false
Can not say
10. How many types of file groups in SQL Server?
1
3
4
2
11. MS SQL Server developed by?
Microsoft
IBM
Oracle
Google
12. Microsoft SQL Server Initial release on?
1988
1989
1990
1991
13. Which of the following is an Advantages of Instances (SQL Server)?
To reduce cost
To reduce temporary database problems
To separate security privileges
All of the above
14. How many protocol SQL Server has?
2
3
4
5
15. In SQL Server 2012 how many types of checkpoints there?
3
4
5
6
16. Every database has one primary data file. We can give any extension for the primary data file but the recommended extension is?
mdf
.ndf
.ldf
.pdf
17. Which extents are made up of only single object?
mixed
uniform
double
single
18. Each log record is identified by Log Sequence Number (LSN).
TRUE
FALSE
Can be true or false
Can not say
19. Which of the following prepare the execution plan as output by taking query, statistics and Algebrizer tree as input?
Query Parser
Execution Plan
Query Executor
Query Optimizer
20. The recommended extension for log file is ?
.idf
.ldf
.udf
.rdf
Submit