C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
Getting Started - Lesson 3: Installing SQL Server Express & SSMS Quiz
Answer all questions to test your understanding
1
What is SQL Server Express?
A web server
A free version of SQL Server
A development IDE
A version control system
2
What does SSMS stand for?
SQL Server Management System
SQL Server Management Studio
SQL Server Monitoring System
Standard SQL Management Server
3
What is the default instance name for SQL Server Express?
localhost\MSSQL
localhost\SQLEXPRESS
localhost\SQLSERVER
localhost\MSSQLSERVER
4
What authentication method is recommended for local development?
SQL Server Authentication
Windows Authentication
Mixed Mode
None
5
What are the system databases in SQL Server?
master, model, msdb, tempdb
user1, user2, user3, user4
system1, system2, system3, system4
data1, data2, data3, data4
Submit Quiz