MTA Windows Server Administration Fundamentals 1 — Questions and Answers
Question 1: What is the primary role of Active Directory Domain Services (AD DS)?
- Hosting websites
- Centralizing user authentication and resource management (Correct answer)
- Managing email servers
- Providing DNS resolution only
Correct answer: Centralizing user authentication and resource management
AD DS provides centralized identity management, authenticating users and computers and enabling administrators to control access to network resources.
Question 2: What is a Domain Controller (DC) in a Windows Server environment?
- A server that hosts websites
- A server that runs Active Directory and authenticates users (Correct answer)
- A server dedicated to file storage
- A server that manages network printers
Correct answer: A server that runs Active Directory and authenticates users
A Domain Controller runs Active Directory Domain Services and is responsible for authenticating users and enforcing security policies in a Windows domain.
Question 3: Which Windows Server role provides IP address assignment to network clients automatically?
- DNS Server
- DHCP Server (Correct answer)
- WINS Server
- Web Server (IIS)
Correct answer: DHCP Server
DHCP (Dynamic Host Configuration Protocol) Server automatically assigns IP addresses, subnet masks, gateways, and DNS server addresses to network clients.
Question 4: What does the Server Core installation option in Windows Server provide?
- A full GUI with all features enabled
- A minimal installation without a traditional GUI (Correct answer)
- A virtualization-only environment
- A read-only server configuration
Correct answer: A minimal installation without a traditional GUI
Server Core is a minimal Windows Server installation without the full GUI shell, reducing attack surface, resource usage, and update requirements.
Question 5: What is the purpose of Windows Server Backup?
- Defragmenting server hard drives
- Creating and restoring backups of server data and system state (Correct answer)
- Monitoring server performance
- Managing server certificates
Correct answer: Creating and restoring backups of server data and system state
Windows Server Backup allows administrators to schedule and perform backups of volumes, files, and system state, enabling recovery from data loss or system failure.
Question 6: Which tool do Windows Server administrators use to manage servers remotely using a graphical interface?
- Windows Admin Center
- Remote Desktop Services
- Server Manager (Correct answer)
- PowerShell Remoting
Correct answer: Server Manager
Server Manager is a management console in Windows Server that lets administrators manage multiple local and remote servers from a single interface.
What is the primary role of Active Directory Domain Services (AD DS)?