Loading...
QUIZ

Certification Test

 
Que No. 1 ) Which SQL Server system database stores system metadata and information about all user databases?

A.) master
B.) tempdb
C.) msdb
D.) model


Que No. 2 ) Which SQL Server feature allows you to create and manage relationships between tables?

A.) Constraints
B.) Triggers
C.) Views
D.) Foreign keys


Que No. 3 ) What is a clustered index in SQL Server?

A.) An index that enforces data integrity rules
B.) An index that defines the primary key for a table
C.) An index that determines the physical order of data in a table
D.) An index that allows duplicate values


Que No. 4 ) Which SQL Server feature provides a way to automatically back up and restore databases?

A.) SQL Server Reporting Services (SSRS)
B.) SQL Server Analysis Services (SSAS)
C.) SQL Server Integration Services (SSIS)
D.) SQL Server Backup and Restore


Que No. 5 ) What is the purpose of a trigger in SQL Server?

A.) To automatically generate reports
B.) To enforce data integrity rules
C.) To schedule database maintenance tasks
D.) To respond to specific database events


Que No. 6 ) Which SQL Server feature allows you to create custom reports and dashboards?

A.) SQL Server Integration Services (SSIS)
B.) SQL Server Analysis Services (SSAS)
C.) SQL Server Reporting Services (SSRS)
D.) SQL Server Data Tools (SSDT)


Que No. 7 ) What is the purpose of SQL Server Profiler?

A.) To analyze query performance and find bottlenecks
B.) To create and manage user accounts
C.) To monitor server hardware usage
D.) To design database schemas


Que No. 8 ) Which SQL Server feature is used for data warehousing and business intelligence?

A.) SQL Server Analysis Services (SSAS)
B.) SQL Server Integration Services (SSIS)
C.) SQL Server Reporting Services (SSRS)
D.) SQL Server Database Engine


Que No. 9 ) What is the purpose of SQL Server Data Tools (SSDT)?

A.) To manage SQL Server instances
B.) To create and design databases
C.) To write and execute SQL queries
D.) develop business intelligence solutions


Que No. 10 ) Which SQL Server authentication mode requires a username and password to connect?

A.) Windows Authentication Mode
B.) SQL Server Authentication Mode
C.) Mixed Mode
D.) Integrated Authentication Mode