MTA Windows Server Administration Fundamentals 2 — Questions and Answers
Question 1: What is the function of a Windows Server Organizational Unit (OU)?
- A type of user account
- A container in Active Directory for organizing objects and applying Group Policy (Correct answer)
- A network share permission level
- A backup storage location
Correct answer: A container in Active Directory for organizing objects and applying Group Policy
OUs are Active Directory containers that organize users, computers, and groups, and are the smallest unit to which Group Policy Objects can be applied.
Question 2: What Windows Server feature allows users to access their desktops and applications remotely over a network?
- Windows Deployment Services
- Remote Desktop Services (RDS) (Correct answer)
- Network Policy Server
- DirectAccess
Correct answer: Remote Desktop Services (RDS)
Remote Desktop Services enables users to access Windows desktops, applications, and data hosted on a centralized server from any device over a network.
Question 3: Which Windows Server component translates domain names (like www.example.com) into IP addresses?
- DHCP
- DNS (Correct answer)
- WINS
- NAT
Correct answer: DNS
DNS (Domain Name System) Server resolves fully qualified domain names to IP addresses, enabling users and applications to locate network resources by name.
Question 4: What is a Windows Server failover cluster primarily used for?
- Load balancing web traffic
- Providing high availability for critical workloads (Correct answer)
- Distributing DNS queries
- Managing user authentication
Correct answer: Providing high availability for critical workloads
Failover clustering connects multiple servers so that if one node fails, another automatically takes over the workload, ensuring high availability of services.
Question 5: What does the Sysvol folder on a Domain Controller store?
- User profile data and home folders
- Group Policy templates and logon scripts (Correct answer)
- Server backup files
- DHCP lease information
Correct answer: Group Policy templates and logon scripts
Sysvol is a shared directory on Domain Controllers that stores Group Policy templates, logon scripts, and other domain-wide files replicated to all DCs.
Question 6: Which Windows Server role is responsible for issuing and managing digital certificates?
- Active Directory Federation Services
- Active Directory Certificate Services (AD CS) (Correct answer)
- Network Policy Server
- Active Directory Rights Management Services
Correct answer: Active Directory Certificate Services (AD CS)
AD CS provides a Public Key Infrastructure (PKI) by allowing organizations to issue, manage, and revoke digital certificates for users, computers, and services.
What is the function of a Windows Server Organizational Unit (OU)?