MCSE 70-296: Planning and Maintaining Windows Server 2003 Environment 2 — Questions and Answers
Question 1: You need to configure a Windows Server 2003 server to allow users to run applications remotely as if they were sitting at the server. Which role service should you install?
- Remote Assistance
- Remote Desktop for Administration
- Terminal Server (Correct answer)
- Remote Installation Services
Correct answer: Terminal Server
Terminal Server allows multiple users to connect simultaneously and run applications on the server, providing a multi-user environment for remote application access.
Question 2: When planning Group Policy for a Windows Server 2003 domain, which order of precedence applies when policies conflict (from lowest to highest priority)?
- Site, Domain, OU, Local
- Local, Site, Domain, OU (Correct answer)
- OU, Domain, Site, Local
- Domain, OU, Site, Local
Correct answer: Local, Site, Domain, OU
Group Policy processes in Local, Site, Domain, OU order (LSDOU), with later policies overwriting earlier ones, so OU policies have the highest precedence.
Question 3: A company needs to provide Internet access to internal users while hiding internal IP addresses. Which Windows Server 2003 service should you implement?
- DNS Server
- DHCP Server
- Network Address Translation (NAT) (Correct answer)
- Windows Internet Name Service (WINS)
Correct answer: Network Address Translation (NAT)
Network Address Translation (NAT) maps multiple internal private IP addresses to one or more public IP addresses, hiding the internal network structure from the Internet.
Question 4: You want to monitor the health of multiple Windows Server 2003 servers from a central location. Which tool allows you to create a consolidated view of event logs from multiple servers?
- Event Viewer
- Microsoft Operations Manager (MOM) (Correct answer)
- Performance Monitor
- Network Monitor
Correct answer: Microsoft Operations Manager (MOM)
Microsoft Operations Manager (MOM) collects, correlates, and presents event log data from multiple servers in a centralized console for enterprise-level monitoring.
Question 5: Which Windows Server 2003 backup method backs up only files that have changed since the last Normal or Incremental backup and clears the archive bit?
- Differential backup
- Incremental backup (Correct answer)
- Copy backup
- Daily backup
Correct answer: Incremental backup
Incremental backup copies files changed since the last Normal or Incremental backup and clears the archive bit, requiring the last Normal plus all Incrementals for a full restore.
Question 6: A user reports they cannot access a shared folder on a Windows Server 2003 member server. NTFS permissions grant the user Read access, but Share permissions are set to Everyone: Full Control. What is the effective permission?
- Full Control
- Read (Correct answer)
- No Access
- Write
Correct answer: Read
When accessing resources over the network, the effective permission is the most restrictive combination of NTFS and Share permissions; here, NTFS Read is more restrictive than Share Full Control, so the result is Read.
Question 7: You are deploying Windows Server 2003 to 50 new servers. Which technology allows you to automate the installation using an answer file to provide responses to setup prompts?
- Remote Installation Services (RIS)
- Unattended installation with Unattend.txt (Correct answer)
- Sysprep with disk imaging
- Group Policy Software Installation
Correct answer: Unattended installation with Unattend.txt
Unattended installation uses an answer file (Unattend.txt) that provides automated responses to all Windows Server 2003 Setup prompts, enabling hands-free deployment.
You need to configure a Windows Server 2003 server to allow users to run applications remotely as if they were sitting at the server.
Which role service should you install?