MCSE MSCE Server Infrastructure & Network Management 2 — Questions and Answers
Question 1: A company needs to deploy a highly available file server cluster on Windows Server. Which clustering feature should be used to ensure the file server remains accessible if one node fails?
- Network Load Balancing (NLB)
- Failover Clustering (Correct answer)
- DFS Replication
- Storage Spaces Direct
Correct answer: Failover Clustering
Failover Clustering provides high availability for services like file servers by automatically moving workloads to surviving nodes when one node fails.
Question 2: An administrator needs to configure IP address management for a large enterprise. Which Windows Server role provides centralized IPAM capabilities?
- DNS Server
- DHCP Server
- IP Address Management (IPAM) (Correct answer)
- Remote Access
Correct answer: IP Address Management (IPAM)
The IPAM role in Windows Server provides centralized discovery, monitoring, and management of IP address infrastructure across the enterprise.
Question 3: When configuring Windows Server Update Services (WSUS), what is the recommended practice for managing updates across multiple branch offices with limited WAN bandwidth?
- Configure all branch offices to download directly from Microsoft Update
- Deploy a WSUS replica server at each branch office
- Use BranchCache with WSUS to cache update content locally (Correct answer)
- Disable WSUS and use Windows Update for Business only
Correct answer: Use BranchCache with WSUS to cache update content locally
BranchCache integrated with WSUS allows branch office clients to retrieve already-downloaded updates from local peers, significantly reducing WAN bandwidth consumption.
Question 4: A network administrator is implementing a redundant network path for a Windows Server. Which NIC teaming mode provides both fault tolerance AND load balancing across multiple switches?
- Switch Independent mode (Correct answer)
- LACP (802.3ad)
- Static Teaming
- Hyper-V Port mode
Correct answer: Switch Independent mode
Switch Independent mode allows NIC teaming across multiple switches, providing both load balancing and fault tolerance without requiring switch configuration.
Question 5: An organization uses DirectAccess for remote connectivity. Which protocol does DirectAccess primarily use to encapsulate IPv6 traffic over IPv4 networks?
- PPTP
- L2TP/IPsec
- 6to4 or Teredo (Correct answer)
- SSTP
Correct answer: 6to4 or Teredo
DirectAccess uses IPv6 transition technologies such as 6to4, Teredo, and IP-HTTPS to tunnel IPv6 traffic across IPv4 internet connections.
Question 6: A Hyper-V administrator needs to ensure that a virtual machine maintains consistent network performance even during host CPU contention. Which Hyper-V feature should be configured?
- NUMA topology awareness
- Virtual Machine Queue (VMQ)
- SR-IOV (Single Root I/O Virtualization) (Correct answer)
- Dynamic Memory
Correct answer: SR-IOV (Single Root I/O Virtualization)
SR-IOV allows a physical network adapter to present multiple virtual functions directly to VMs, bypassing the Hyper-V switch and reducing latency and CPU overhead.
Question 7: When planning a Windows Server DNS infrastructure, which zone type stores records in Active Directory and allows updates from any domain controller holding that zone?
- Primary zone
- Secondary zone
- Stub zone
- Active Directory-integrated zone (Correct answer)
Correct answer: Active Directory-integrated zone
Active Directory-integrated zones store DNS data in AD DS, enabling multi-master replication so any DC holding the zone can accept and replicate dynamic updates.
A company needs to deploy a highly available file server cluster on Windows Server.
Which clustering feature should be used to ensure the file server remains accessible if one node fails?