1Which of the following is a crucial first step when creating a server installation plan?
prepare an installation plan
Easy
A.Ordering pizza for the installation team
B.Designing a new company logo
C.Choosing the color of the server rack
D.Determining the server's role and required hardware specifications
Correct Answer: Determining the server's role and required hardware specifications
Explanation:
Before any installation, it's essential to plan what the server will be used for (e.g., file server, web server) and determine the necessary CPU, RAM, and storage to support that role.
Incorrect! Try again.
2What does the acronym RAID stand for in the context of server storage?
prepare the server hardware
Easy
A.Random Access Integrated Device
B.Redundant Array of Independent Disks
C.Remote Access Identification Domain
D.Rapid Application and Internet Deployment
Correct Answer: Redundant Array of Independent Disks
Explanation:
RAID is a technology that combines multiple physical disk drives into one or more logical units for the purposes of data redundancy, performance improvement, or both.
Incorrect! Try again.
3What is the common term for the low-level software that starts up a server before the main operating system loads?
set up the server hardware
Easy
A.PowerShell
B.BIOS/UEFI
C.Control Panel
D.Task Manager
Correct Answer: BIOS/UEFI
Explanation:
The BIOS (Basic Input/Output System) or its modern successor, UEFI (Unified Extensible Firmware Interface), is the firmware used to perform hardware initialization during the booting process.
Incorrect! Try again.
4Which Windows Server installation option provides a minimal interface that is managed by command line or remotely?
install an operating system
Easy
A.Home Edition
B.Desktop Experience
C.Server Core
D.Windows 11 Pro
Correct Answer: Server Core
Explanation:
Server Core is a minimal installation option for Windows Server that includes most but not all server roles. It has a smaller disk footprint and attack surface because it lacks the standard graphical user interface (GUI).
Incorrect! Try again.
5Which type of cable is most commonly used to connect a server's network card to a network switch?
manage network cabling
Easy
A.HDMI
B.USB
C.Coaxial
D.Ethernet (e.g., Cat 6)
Correct Answer: Ethernet (e.g., Cat 6)
Explanation:
Ethernet cables, such as Category 6 (Cat 6), are the standard for wired networking in local area networks (LANs) to connect devices like servers, computers, and switches.
Incorrect! Try again.
6What does the acronym NIC stand for?
configure network interface cards
Easy
A.New Internal Computer
B.Network Interface Card
C.Network Internet Controller
D.Network Identification Code
Correct Answer: Network Interface Card
Explanation:
A Network Interface Card (NIC) is a hardware component that connects a computer to a computer network.
Incorrect! Try again.
7Which network service automatically assigns IP addresses to devices on a network?
implement IP addressing and network infrastructure services
Easy
DHCP is a network management protocol used to automate the process of configuring devices on IP networks, thus allowing them to use network services such as DNS, NTP, and any communication protocol based on IP.
Incorrect! Try again.
8In Windows Server, what is the name of the built-in hypervisor role used to create and manage virtual machines?
create virtual servers
Easy
A.Active Directory
B.VMware
C.Hyper-V
D.VirtualBox
Correct Answer: Hyper-V
Explanation:
Hyper-V is Microsoft's native hypervisor technology for creating and managing virtual machines (VMs) on Windows Server.
Incorrect! Try again.
9What is the primary function of a virtual switch in a virtualized environment?
create virtual switches
Easy
A.To allow virtual machines to communicate with a network
B.To manage user accounts on virtual machines
C.To store backups of virtual hard disks
D.To increase the processing power of the host
Correct Answer: To allow virtual machines to communicate with a network
Explanation:
A virtual switch acts like a physical network switch, allowing virtual machines to communicate with each other, with the host machine, and with devices on the external physical network.
Incorrect! Try again.
10Why is documenting the server configuration an important part of an installation plan?
prepare an installation plan
Easy
A.For future reference, troubleshooting, and disaster recovery
B.It is not an important step
C.To make the installation process take longer
D.To increase the cost of the server hardware
Correct Answer: For future reference, troubleshooting, and disaster recovery
Explanation:
Proper documentation helps other administrators understand the setup, makes troubleshooting easier, and is critical for rebuilding the server in a disaster recovery scenario.
Incorrect! Try again.
11Before installing Windows Server, it is important to check if your hardware is on the...
prepare the server hardware
Easy
A.Customer discount list
B.End-of-life product list
C.Hardware Compatibility List (HCL)
D.Product return list
Correct Answer: Hardware Compatibility List (HCL)
Explanation:
The HCL is a list of computer hardware (typically, components) that is compatible with a particular operating system. Using compatible hardware helps ensure a stable and reliable installation.
Incorrect! Try again.
12What is required to legally activate a copy of Windows Server after installation?
install an operating system
Easy
A.An internet speed of 1 Gbps
B.A 4K monitor
C.A valid product key or license
D.A specific username
Correct Answer: A valid product key or license
Explanation:
Microsoft requires a valid product key or another form of licensing (like volume licensing) to activate the operating system, which verifies that the copy is genuine.
Incorrect! Try again.
13What is the primary purpose of a DNS (Domain Name System) server?
implement IP addressing and network infrastructure services
Easy
A.To assign IP addresses automatically to computers
B.To translate human-readable domain names into IP addresses
C.To provide electrical power to network devices
D.To block viruses and malware
Correct Answer: To translate human-readable domain names into IP addresses
Explanation:
DNS acts like the phonebook of the internet, translating domain names like 'www.google.com' into the numerical IP addresses that computers use to communicate with each other.
Incorrect! Try again.
14What is a 'virtual machine' (VM)?
create virtual servers
Easy
A.A physical server in a data center
B.A software-based emulation of a physical computer
C.A type of network cable
D.A security certificate
Correct Answer: A software-based emulation of a physical computer
Explanation:
A virtual machine is a software program that emulates a complete computer system, allowing an operating system to be installed and run on it just as if it were a physical machine.
Incorrect! Try again.
15When setting up a new server, which of these tasks is typically performed first?
set up the server hardware
Easy
A.Creating user accounts
B.Physically installing the server into a rack
C.Installing antivirus software
D.Configuring a static IP address
Correct Answer: Physically installing the server into a rack
Explanation:
The physical setup, including mounting the server in a rack and connecting power, is the foundational step before any software configuration can begin.
Incorrect! Try again.
16What is the primary benefit of using a patch panel for network cabling?
manage network cabling
Easy
A.It encrypts all network traffic
B.It acts as a firewall
C.It doubles the speed of the internet connection
D.It provides a centralized and organized way to manage network connections
Correct Answer: It provides a centralized and organized way to manage network connections
Explanation:
A patch panel is essentially a static switchboard that helps terminate and organize cabling, making it easier to manage, troubleshoot, and make changes to the network layout.
Incorrect! Try again.
17Combining multiple network cards to work together as a single unit to increase bandwidth and provide redundancy is known as...
configure network interface cards
Easy
A.NIC Splitting
B.NIC Teaming
C.IP Routing
D.Port Forwarding
Correct Answer: NIC Teaming
Explanation:
NIC Teaming, also known as load balancing and failover (LBFO), allows multiple network adapters to be grouped together to increase throughput and provide network redundancy.
Incorrect! Try again.
18An IP address such as 192.168.1.100 belongs to which version of the Internet Protocol?
implement IP addressing and network infrastructure services
Easy
A.IPv4
B.IPv6
C.MAC
D.TCP/IP
Correct Answer: IPv4
Explanation:
IPv4 addresses are 32-bit numbers represented as four decimal numbers separated by periods. IPv6 addresses are much longer and use a hexadecimal format.
Incorrect! Try again.
19Which type of Hyper-V virtual switch allows a VM to access the physical network?
create virtual switches
Easy
A.External
B.Internal
C.Private
D.Isolated
Correct Answer: External
Explanation:
An External virtual switch binds to a physical network adapter on the host, allowing virtual machines to communicate with devices on the external physical network.
Incorrect! Try again.
20During the Windows Server installation process, what must you do to the hard drive before you can install the OS onto it?
install an operating system
Easy
A.Create a partition and format it
B.Defragment the drive
C.Scan the drive for viruses
D.Encrypt the entire drive
Correct Answer: Create a partition and format it
Explanation:
The installer requires a hard drive to be partitioned (divided into sections) and then formatted with a file system (like NTFS) to create a volume where the operating system files can be stored.
Incorrect! Try again.
21You are planning the deployment of a new Windows Server that will function as a high-availability file server for a small business. Which of the following is the MOST critical consideration during the initial planning phase to ensure data protection and availability?
prepare an installation plan
Medium
A.Selecting the Windows Server edition (Standard vs. Datacenter).
B.Choosing the server chassis form factor (tower vs. rack).
C.Defining the storage configuration, including RAID level and backup strategy.
D.Determining the required number of network interface cards.
Correct Answer: Defining the storage configuration, including RAID level and backup strategy.
Explanation:
While all options are part of planning, the core function of a file server is data storage and access. Therefore, defining the storage redundancy (RAID level) and a comprehensive backup/recovery strategy is the most critical initial step to ensure the primary goals of data protection and high availability are met.
Incorrect! Try again.
22A company plans to deploy 15 identical web servers running Windows Server Core. To ensure consistency and minimize deployment time, which element of an installation plan would provide the greatest efficiency?
prepare an installation plan
Medium
A.A detailed checklist for manual installation on each server.
B.Pre-allocating all IP addresses in a spreadsheet.
C.Writing a script to configure the server name and join the domain after each manual installation.
D.Creating a customized installation image (e.g., a WIM file) with all necessary drivers and roles pre-installed.
Correct Answer: Creating a customized installation image (e.g., a WIM file) with all necessary drivers and roles pre-installed.
Explanation:
For deploying multiple identical servers, using a customized image is far more efficient than manual methods. It automates the installation of the OS, drivers, roles, and features, ensuring each server is configured identically and drastically reducing the time and potential for human error associated with manual setups.
Incorrect! Try again.
23You are selecting hardware for a new database server that requires very high I/O performance for both read and write operations, along with disk-level redundancy. Which RAID configuration would be the most suitable choice?
prepare the server hardware
Medium
A.RAID 0 (Striping)
B.RAID 5 (Striping with Parity)
C.RAID 10 (Stripe of Mirrors)
D.RAID 1 (Mirroring)
Correct Answer: RAID 10 (Stripe of Mirrors)
Explanation:
RAID 10 combines the performance of RAID 0 (striping) with the redundancy of RAID 1 (mirroring). It offers excellent read and write performance without the write penalty found in RAID 5, making it ideal for I/O-intensive applications like databases. RAID 5 suffers from slow write performance, and RAID 0 offers no redundancy.
Incorrect! Try again.
24A new rack-mounted server is being installed in a data center. To ensure optimal cooling and prevent hot air from recirculating to the front of the rack, what is a critical hardware setup step?
set up the server hardware
Medium
A.Leaving at least 2U of empty space between each server for airflow.
B.Positioning the rack directly under an air conditioning vent.
C.Installing blanking panels in all unused slots in the server rack.
D.Connecting both redundant power supplies to the same Power Distribution Unit (PDU).
Correct Answer: Installing blanking panels in all unused slots in the server rack.
Explanation:
Data center racks are designed for front-to-back airflow (cold aisle/hot aisle). Empty slots disrupt this design, allowing hot exhaust air to circulate back to the front intake. Blanking panels block these gaps, forcing cool air through the servers and maintaining the proper airflow pattern, which is crucial for efficient cooling.
Incorrect! Try again.
25You are installing Windows Server 2022 on a machine that will be managed exclusively through PowerShell and other remote tools. The goal is to minimize the server's attack surface and resource consumption. Which installation option should you choose?
install an operating system
Medium
A.Windows Server 2022 Datacenter (Desktop Experience)
B.Windows Server 2022 Essentials
C.Windows Server 2022 Standard (Desktop Experience)
D.Windows Server 2022 Standard
Correct Answer: Windows Server 2022 Standard
Explanation:
The installation option without "(Desktop Experience)" is known as Server Core. It installs a minimal version of the OS without a graphical user interface (GUI). This results in a smaller disk footprint, lower resource usage, and a reduced attack surface, making it the ideal choice for remotely managed infrastructure servers.
Incorrect! Try again.
26During a Windows Server installation on a new server, the setup process cannot find any disks to install to, even though you have configured a RAID 1 array in the hardware RAID controller's utility. What is the most likely solution to this problem?
install an operating system
Medium
A.Use the 'Load driver' option on the disk selection screen to provide the storage controller driver from a USB drive.
B.The physical disks are faulty and need to be replaced.
C.Exit setup and format the disks using another tool before restarting the installation.
D.Reboot the server and re-create the RAID array.
Correct Answer: Use the 'Load driver' option on the disk selection screen to provide the storage controller driver from a USB drive.
Explanation:
The Windows Server installation media includes many common drivers, but not all of them, especially for newer or specialized hardware RAID controllers. When the OS setup cannot see the logical disk presented by the controller, it's necessary to manually provide the driver for that controller using the 'Load driver' feature during the installation process.
Incorrect! Try again.
27A server requires a 10 Gbps network connection to a switch located 80 meters away. Which of the following copper cable types is specified to reliably support this speed and distance?
manage network cabling
Medium
A.Category 6
B.Category 5e
C.Category 6a
D.Category 7
Correct Answer: Category 6a
Explanation:
Category 6 (Cat 6) cabling can support 10 Gbps, but only up to 55 meters. Category 6a (Augmented) is designed to support 10 Gbps Ethernet (10GBASE-T) reliably up to the full 100-meter distance. Cat 5e is limited to 1 Gbps, and while Cat 7 has stricter specifications, Cat 6a is the recognized standard for this requirement.
Incorrect! Try again.
28An administrator uses a network cable tester and it reports a "crossover" wiring fault on a straight-through patch cable. What does this result indicate?
manage network cabling
Medium
A.The transmit and receive pairs are swapped on one end of the cable, as if it were a crossover cable.
B.The cable is not shielded and is picking up electromagnetic interference (EMI).
C.The cable is too long and is experiencing signal degradation.
D.There is a short circuit between two of the wires in the cable.
Correct Answer: The transmit and receive pairs are swapped on one end of the cable, as if it were a crossover cable.
Explanation:
A crossover fault indicates that the pinout on one end of the cable is wired for a crossover connection (e.g., pins 1 and 2 are swapped with 3 and 6) while the other end might be wired as straight-through, or both are wired incorrectly. It specifically refers to the swapping of the transmit (TX) and receive (RX) pairs, creating an unintended crossover cable.
Incorrect! Try again.
29A Windows Server has two 1 Gbps NICs. To increase network throughput and provide failover protection, an administrator uses NIC Teaming. They select the 'Switch Independent' teaming mode and the 'Address Hash' load balancing mode. What is the expected maximum throughput for a single file transfer session from this server to another computer?
configure network interface cards
Medium
A.200 Mbps
B.2 Gbps
C.1 Gbps
D.100 Mbps
Correct Answer: 1 Gbps
Explanation:
In most NIC Teaming load balancing modes, including Address Hash, a single communication stream (or session) between two endpoints will only use one of the NICs in the team. The teaming provides an aggregate bandwidth of 2 Gbps for multiple, concurrent sessions to different endpoints, but any single session is limited to the speed of a single link, which is 1 Gbps.
Incorrect! Try again.
30An administrator is configuring a NIC Team on a Windows Server that connects to a switch supporting IEEE 802.1ax. To achieve the best performance and a standards-based configuration, which Teaming mode should be selected?
configure network interface cards
Medium
A.Switch Independent
B.LACP (Link Aggregation Control Protocol)
C.Hyper-V Port
D.Static Teaming
Correct Answer: LACP (Link Aggregation Control Protocol)
Explanation:
LACP is the IEEE standard (802.1ax, formerly 802.3ad) for dynamically creating link aggregations between a server and a switch. It requires configuration on both the server and the switch. This mode provides superior load balancing and failover detection compared to static or switch-independent modes and is the best practice when supported by the switch.
Incorrect! Try again.
31A server is assigned the static IP address 172.20.100.5 with the subnet mask 255.255.248.0. Which of the following IP addresses would be a valid default gateway for this server?
implement IP addressing and network infrastructure services
Medium
A.172.20.95.254
B.172.20.100.1
C.172.20.255.254
D.172.20.104.1
Correct Answer: 172.20.100.1
Explanation:
The subnet mask 255.255.248.0 (or /21) defines a network where the IP addresses can range from 172.20.96.0 (Network ID) to 172.20.103.255 (Broadcast Address). The server's IP address 172.20.100.5 is within this range. The default gateway must be on the same subnet. Of the options, only 172.20.100.1 falls within the valid host range of 172.20.96.1 to 172.20.103.254.
Incorrect! Try again.
32You have configured a new DHCP server on your network. Client machines are successfully receiving IP addresses, subnet masks, and default gateway information, but they are unable to browse the internet by domain name (e.g., www.google.com). What DHCP scope option have you most likely forgotten to configure?
implement IP addressing and network infrastructure services
Medium
A.006 DNS Servers
B.015 DNS Domain Name
C.042 NTP Servers
D.003 Router
Correct Answer: 006 DNS Servers
Explanation:
The ability to resolve domain names to IP addresses is handled by the Domain Name System (DNS). If clients cannot browse by name but can by IP, it's almost always a DNS resolution problem. The DHCP server must be configured with Option 006 DNS Servers to provide the IP addresses of the DNS servers to the clients.
Incorrect! Try again.
33You need to create a new Hyper-V virtual machine that will run a 64-bit version of Linux and must support UEFI-based features like Secure Boot. Which VM Generation should you choose?
create virtual servers
Medium
A.Generation X
B.Generation 2
C.Generation 1
D.Either Generation 1 or 2 will work
Correct Answer: Generation 2
Explanation:
Generation 2 virtual machines are designed for modern 64-bit operating systems. They use UEFI firmware instead of the legacy BIOS used by Generation 1. This UEFI support is what enables features like Secure Boot, PXE boot using a standard network adapter, and booting from a SCSI virtual hard disk.
Incorrect! Try again.
34An administrator wants to take a point-in-time snapshot of a running virtual machine before applying a risky software update. In Hyper-V Manager, what is the term for this snapshot feature?
create virtual servers
Medium
A.Save State
B.Checkpoint
C.Export
D.Backup
Correct Answer: Checkpoint
Explanation:
In Microsoft Hyper-V, a point-in-time image of a virtual machine's state, data, and hardware configuration is called a 'Checkpoint'. Checkpoints allow you to revert the VM to a previous state, which is very useful for testing updates or configuration changes. 'Save State' simply hibernates the VM, and 'Backup' implies a more robust, long-term data protection mechanism.
Incorrect! Try again.
35You need to set up a virtual network in Hyper-V that allows several VMs to communicate with each other and also with the physical host server, but must be completely isolated from the external corporate network. Which type of virtual switch should you create?
create virtual switches
Medium
A.Internal
B.Bridged
C.External
D.Private
Correct Answer: Internal
Explanation:
An 'Internal' virtual switch creates a network path between virtual machines on the host and the host itself. It does not, however, connect to any physical network adapter, thus providing the required isolation from the external network. A 'Private' switch only allows VM-to-VM communication (not with the host), and an 'External' switch connects to the physical network.
Incorrect! Try again.
36You have created an External virtual switch on your Hyper-V host. When creating the switch, you left the option "Allow management operating system to share this network adapter" checked. What is the result of this configuration?
create virtual switches
Medium
A.A new virtual NIC is created on the host OS, allowing it to communicate through the virtual switch alongside the VMs.
B.The performance of the virtual switch is significantly degraded.
C.Only the virtual machines can use the physical network adapter.
D.The host operating system loses all network connectivity.
Correct Answer: A new virtual NIC is created on the host OS, allowing it to communicate through the virtual switch alongside the VMs.
Explanation:
Checking this box is the standard configuration. It unbinds the TCP/IP stack from the physical NIC and binds the virtual switch protocol instead. Then, it creates a new virtual network adapter in the host (management) OS and connects it to the virtual switch. This allows the host to share the physical NIC and communicate on the network along with the virtual machines connected to that switch.
Incorrect! Try again.
37A new server is equipped with two Power Supply Units (PSUs). To achieve true power redundancy and protect against a wider range of failures, what is the best practice for connecting them?
prepare the server hardware
Medium
A.Connect both PSUs to the same Uninterruptible Power Supply (UPS).
B.Connect each PSU to a separate UPS, with each UPS connected to a different building power circuit.
C.Connect one PSU to a wall outlet and leave the other unplugged as a cold spare.
D.Connect both PSUs to the same power strip.
Correct Answer: Connect each PSU to a separate UPS, with each UPS connected to a different building power circuit.
Explanation:
This configuration provides the highest level of redundancy. It protects against PSU failure, UPS failure, and the failure of a single electrical circuit or breaker. Connecting to the same UPS or circuit means that a failure of that single point would still take the server offline.
Incorrect! Try again.
38Before installing an operating system on a server with a new hardware RAID controller, what is the first essential configuration step that must be performed outside of the OS installer?
set up the server hardware
Medium
A.Setting the system clock and date in the BIOS/UEFI.
B.Entering the RAID controller's configuration utility (during boot) to create a logical drive (array).
C.Running a full diagnostic on the server's memory.
D.Updating the server's BIOS/UEFI firmware.
Correct Answer: Entering the RAID controller's configuration utility (during boot) to create a logical drive (array).
Explanation:
The operating system installer sees logical drives, not individual physical disks, when a hardware RAID controller is used. You must first boot into the controller's own BIOS/utility (e.g., by pressing Ctrl+R during POST) to define the RAID level and create the array (logical drive). Without this step, the OS installer will not have a target volume to install to.
Incorrect! Try again.
39A server is configured with an IP address of 10.10.5.200 and a subnet mask of 255.255.255.224. What is the network ID for the subnet this server is on?
implement IP addressing and network infrastructure services
Medium
A.10.10.5.192
B.10.10.5.255
C.10.10.5.0
D.10.10.5.224
Correct Answer: 10.10.5.192
Explanation:
The subnet mask 255.255.255.224 is a /27 network. This mask means the subnets increment in the last octet by 32 (256 - 224 = 32). The network IDs are therefore .0, .32, .64, .96, .128, .160, .192, .224. The IP address 10.10.5.200 falls into the range that starts at 10.10.5.192. Therefore, 10.10.5.192 is the network ID.
Incorrect! Try again.
40You are creating a Hyper-V VM and need its virtual hard disk to be able to expand beyond 2TB and have better resilience against corruption from power failures. Which virtual hard disk format should you choose?
create virtual servers
Medium
A.VHDX
B.VHD
C.VDI
D.VMDK
Correct Answer: VHDX
Explanation:
The VHDX format is the successor to VHD and is the default for new VMs in modern versions of Windows Server. It supports virtual disks up to 64TB (compared to 2TB for VHD), includes internal logging to improve resilience against corruption, and generally offers better performance.
Incorrect! Try again.
41You are designing an installation plan for a global Active Directory infrastructure with domain controllers in New York (Primary), London, and Tokyo. The plan must minimize authentication latency for global users and ensure schema updates can be performed safely. Which FSMO role placement strategy is optimal for this scenario?
prepare an installation plan
Hard
A.Place all FSMO roles on the New York DC, as it is the primary site.
B.Place the Schema Master and Domain Naming Master in New York. Place a PDC Emulator in each site and distribute the RID and Infrastructure masters between London and Tokyo.
C.Place the Schema Master and Domain Naming Master in New York. Place the PDC Emulator, RID Master, and Infrastructure Master in London due to its central time zone.
D.Place the Schema Master and Domain Naming Master in a highly secured, offline DC. Place the other three roles on the New York DC.
Correct Answer: Place the Schema Master and Domain Naming Master in New York. Place the PDC Emulator, RID Master, and Infrastructure Master in London due to its central time zone.
Explanation:
This is a trick question, as you cannot have a PDC emulator in each site (it's a single-master role per domain). The best practice is to keep the forest-wide roles (Schema Master, Domain Naming Master) together at the primary/most stable site (New York). The domain-wide roles (PDC, RID, Infrastructure) should also be kept together on a single, well-connected DC to reduce inter-role replication latency. Placing them in London offers a good balance of latency for both New York and Tokyo. Keeping all roles together on one server is crucial for performance and consistency.
Incorrect! Try again.
42You are preparing hardware for a high-transaction SQL Server. You have 8 disks and must choose between RAID 6 and RAID 10. The primary concern is write performance. Given that a RAID 6 write requires a read-modify-write sequence for both data and parity blocks, what is the write penalty for RAID 6 compared to RAID 10?
prepare the server hardware
Hard
A.RAID 6 has a write penalty of 8; RAID 10 has a penalty of 1.
B.RAID 6 has a write penalty of 4; RAID 10 has a penalty of 2.
C.RAID 6 has a write penalty of 6; RAID 10 has a penalty of 2.
D.RAID 6 has a write penalty of 2; RAID 10 has a penalty of 4.
Correct Answer: RAID 6 has a write penalty of 6; RAID 10 has a penalty of 2.
Explanation:
The write penalty is the number of I/O operations required for each single write request from the host. For RAID 10 (a mirror of stripes), a write requires writing the data to two disks (one in each side of the mirror), so the penalty is 2. For RAID 6 (dual parity), a small write operation requires reading the old data, reading the old P parity, reading the old Q parity, then writing the new data, writing the new P parity, and writing the new Q parity. This results in a total of 6 I/O operations, giving it a write penalty of 6. Therefore, RAID 10 is significantly better for write-intensive workloads.
Incorrect! Try again.
43You have a Hyper-V host with two 25GbE NICs that support Remote Direct Memory Access (RDMA). You create a Switch Embedded Team (SET) for a new virtual switch to be used by VMs running Storage Spaces Direct (S2D). However, RDMA is not functional for the virtual NICs (vNICs) attached to the VMs. All hardware is RDMA-capable and drivers are up-to-date. What is the most likely configuration error?
create virtual switches
Hard
A.The host management vNIC was created on the same SET team, causing a conflict with guest RDMA.
B.The virtual switch was not created with the -EnableIov $true parameter.
C.The SET team was created with a load balancing algorithm of 'Hyper-V Port' instead of 'Dynamic'.
D.RDMA was not explicitly enabled on the physical NICs before they were added to the SET team.
Correct Answer: RDMA was not explicitly enabled on the physical NICs before they were added to the SET team.
Explanation:
For RDMA to function correctly through a SET team for guest VMs, the underlying physical NICs must have RDMA enabled prior to the team's creation. If the team is created first, the RDMA capability is not properly exposed to the virtual switch. The team must be destroyed, RDMA enabled on the physical adapters (e.g., using Enable-NetAdapterRdma), and then the SET team and vSwitch recreated. The load balancing algorithm does not directly affect RDMA functionality in this manner.
Incorrect! Try again.
44You are performing an unattended installation of Windows Server 2022 using an autounattend.xml file. The target server has a specific RAID controller for which the driver is not included in the standard Windows PE image. The installation fails with an error indicating no accessible disks are found. You have correctly placed the driver files in a $1\Drivers folder on the installation media. What is the most likely reason for the failure?
install an operating system
Hard
A.The answer file is missing a <DiskConfiguration> section, so it doesn't know how to probe for disks.
B.The driver is unsigned and Secure Boot is enabled in the server's UEFI firmware.
C.The <DriverPaths> section in the WindowsPE pass of the answer file is missing the path to the drivers.
D.The PersistAllDeviceInstalls setting in the auditSystem pass was not set to true.
Correct Answer: The <DriverPaths> section in the WindowsPE pass of the answer file is missing the path to the drivers.
Explanation:
While the folder structure is used for adding files to the final Windows installation, Windows PE (the pre-installation environment) does not automatically search it for drivers. To load a critical boot driver like a storage controller, you must explicitly tell Windows PE where to find it. This is done by adding a <DriverPaths> entry within the Microsoft-Windows-PnpCustomizationsWinPE component during the windowsPE configuration pass in the autounattend.xml file.
Incorrect! Try again.
45A server with two 10GbE NICs is configured with a Switch Independent NIC team in Dynamic load balancing mode. The team is connected to two different physical switches for redundancy. Users report that large file transfers from this server seem to perform no better than a single 1GbE link, despite Get-NetLbfoTeam showing both NICs as Active. What is the most probable cause of this severe performance degradation?
configure network interface cards
Hard
A.The switches have Spanning Tree Protocol (STP) enabled, which has blocked one of the ports.
B.One of the NICs has a faulty driver that is causing it to drop packets under heavy load.
C.The physical switches are not configured for Link Aggregation (LACP), which is required for Dynamic mode.
D.The Dynamic load balancing algorithm is hashing all traffic from a single client to a single NIC, limiting a single stream's throughput.
Correct Answer: The Dynamic load balancing algorithm is hashing all traffic from a single client to a single NIC, limiting a single stream's throughput.
Explanation:
Switch Independent teaming with Dynamic load balancing is designed for distribution of traffic, but it hashes outbound traffic based on a 2-tuple (source/destination IP) or 4-tuple hash (IPs and ports). This means a single, large file transfer session between two specific endpoints will always be hashed to the same team member NIC. Therefore, its maximum speed is limited to that single 10GbE link. It provides aggregate bandwidth for multiple clients but does not aggregate bandwidth for a single session. The perception of 1GbE-like speeds could be due to other bottlenecks, but the fundamental limitation described is the most likely networking-specific cause.
Incorrect! Try again.
46You have configured a DHCP Failover relationship between two Windows Servers in Load Balance mode with a 50-50 split. The Maximum Client Lead Time (MCLT) is set to 1 hour. The servers lose network connectivity with each other but remain online for their respective network segments. What is the state of the DHCP service after 61 minutes of this network partition?
implement IP addressing and network infrastructure services
A.The primary server enters 'Partner Down' and takes control of the full scope; the secondary server stops issuing leases.
B.Both servers enter a 'Partner Down' state and continue to serve only their pre-assigned 50% of the scope.
C.Both servers enter a 'Partner Down' state and take full control of the entire IP address scope, leading to potential IP conflicts.
D.Both servers stop issuing new leases entirely to prevent IP conflicts until communication is restored.
Correct Answer: Both servers enter a 'Partner Down' state and take full control of the entire IP address scope, leading to potential IP conflicts.
Explanation:
When DHCP servers in a failover relationship lose contact, they continue to serve their portion of the addresses for the duration of the MCLT. Once the MCLT expires, each server assumes the other is completely offline. They transition to a 'Partner Down' state and each server will take authoritative control of 100% of the address scope to ensure service continuity. In a network partition scenario where both servers are still active, this will inevitably lead to IP address conflicts as both servers may offer the same IP address to different clients.
Incorrect! Try again.
47You are creating a Generation 2 Hyper-V virtual machine to run a custom Linux distribution that uses a non-standard bootloader. You have disabled Secure Boot for the VM. However, upon starting the VM, it fails to boot from the VHDX file and drops to the UEFI shell. What is the most likely cause of this boot failure?
create virtual servers
Hard
A.The VHDX file was created as a fixed size disk instead of dynamically expanding.
B.The custom Linux distribution requires a legacy network adapter, which is not available in Generation 2 VMs.
C.The bootloader file on the EFI System Partition of the VHDX is not located at the default path \EFI\Boot\bootx64.efi.
D.The virtual machine is configured to use the 'Microsoft Windows' Secure Boot template instead of 'Microsoft UEFI Certificate Authority'.
Correct Answer: The bootloader file on the EFI System Partition of the VHDX is not located at the default path \EFI\Boot\bootx64.efi.
Explanation:
Generation 2 VMs use UEFI firmware. When Secure Boot is disabled, the UEFI firmware attempts to find a bootloader at a standard, default fallback path, which is \EFI\Boot\bootx64.efi. If the custom Linux installation placed its bootloader (e.g., GRUB) at a different path (like \EFI\ubuntu\grubx64.efi) and did not register it in the UEFI boot variables, the firmware will not find it and fail to boot. The solution is to either rename/copy the bootloader to the default path or use the UEFI shell to manually launch it from its correct location.
Incorrect! Try again.
48A new server with a 10GBASE-T NIC is connected via a 75-meter Cat 6a cable to a compatible switch port. The link intermittently flaps or negotiates down to 1Gbps. A cable certifier test shows the cable passes all tests for length, wiremap, and insertion loss. However, it shows a marginal pass on the Alien Crosstalk (ANEXT) measurement. What is the most likely cause of the instability?
manage network cabling
Hard
A.The server's NIC driver is outdated and has a known issue with 10GBASE-T negotiation.
B.The cable is an Unshielded Twisted Pair (UTP) type and is running in a bundle alongside several other high-traffic 10GBASE-T cables.
C.The termination of the connectors at the patch panel used the T568A standard while the wall jack used T568B.
D.The patch panels at either end are only rated for Cat 6, not Cat 6a.
Correct Answer: The cable is an Unshielded Twisted Pair (UTP) type and is running in a bundle alongside several other high-traffic 10GBASE-T cables.
Explanation:
Alien Crosstalk (ANEXT) is a critical performance parameter for 10GBASE-T, representing the noise induced on one cable from adjacent, parallel cables. While a single Cat 6a UTP cable can support 10GBASE-T up to 100 meters, its susceptibility to ANEXT increases significantly when tightly bundled with other cables carrying high-frequency signals. This interference can corrupt the signal and cause the link to become unstable or down-negotiate. Using shielded (F/UTP or S/FTP) cabling or maintaining separation between bundles is the standard mitigation for ANEXT.
Incorrect! Try again.
49You are setting up a server for a high-frequency trading application where microsecond-level latency is critical. In the UEFI/BIOS settings, which power management feature should be disabled because it can introduce unpredictable latency spikes, even if the server is under load?
set up the server hardware
Hard
A.Hyper-Threading
B.Demand-Based Power Management
C.CPU C-States (C1E, C3, C6)
D.Intel Turbo Boost
Correct Answer: CPU C-States (C1E, C3, C6)
Explanation:
CPU C-states are idle power-saving states. When a core is in a deep C-state (like C6), it takes a non-trivial amount of time (many microseconds) for it to 'wake up' and return to an active (C0) state to process an incoming packet or interrupt. This wake-up time introduces jitter and unpredictable latency. For ultra-low latency applications, it's standard practice to disable all C-states in the BIOS, forcing the CPU cores to always remain in the C0 state, ready to execute instructions immediately at the cost of higher power consumption.
Incorrect! Try again.
50Your installation plan calls for deploying a highly secure DNS server using the Nano Server installation option. The plan requires that all future management, including package installation and configuration, must be done remotely. Which of the following is the most significant challenge you must address in the plan when creating the Nano Server image?
prepare an installation plan
Hard
A.Nano Server does not support the DNS Server role and requires using a container.
B.The final VHDX must be generalized using Sysprep before deployment, a step often missed.
C.Remote management requires enabling PowerShell Direct, which must be configured in the image creation script using Enable-PSRemoting.
D.The Nano Server image must be created with the Microsoft-Nano-Server-DNS-Package and the Microsoft-Nano-Server-Defender-Package included at build time, as they cannot be added to a running instance.
Correct Answer: The Nano Server image must be created with the Microsoft-Nano-Server-DNS-Package and the Microsoft-Nano-Server-Defender-Package included at build time, as they cannot be added to a running instance.
Explanation:
Unlike full Server or Server Core, Nano Server has an 'offline' servicing model. All roles, features, and packages (like the DNS server role or antivirus) must be embedded into the VHDX image during its creation using the New-NanoServerImage cmdlet. You cannot use Server Manager or Install-WindowsFeature to add roles to a running Nano Server. This makes the initial image creation a critical planning step, as any forgotten package requires building and deploying an entirely new image.
Incorrect! Try again.
51A security audit of your Windows DNS servers recommends enabling Socket Pool to mitigate cache poisoning attacks. After enabling it and setting the pool size to the recommended value of 2500, you notice an increase in DNS query timeouts from some older network monitoring devices. What is the most likely cause for this behavior?
implement IP addressing and network infrastructure services
Hard
A.The older devices have a strict firewall rule that only allows DNS responses from UDP port 53, but the Socket Pool randomizes the source port.
B.The Socket Pool feature conflicts with DNS scavenging and is incorrectly deleting records.
C.Enabling the Socket Pool disabled DNSSEC by default, causing validation failures.
D.The Socket Pool size is too small and is causing port exhaustion on the DNS server.
Correct Answer: The older devices have a strict firewall rule that only allows DNS responses from UDP port 53, but the Socket Pool randomizes the source port.
Explanation:
The entire purpose of the DNS Socket Pool is to randomize the source UDP port used for DNS responses, making it much harder for an attacker to guess the parameters needed for a cache poisoning attack. A standard DNS query is sent to destination port 53, and the response comes from source port 53. With Socket Pool enabled, the response comes from a random high-numbered port in the pool. Older or poorly configured network devices or firewalls may have overly restrictive rules that expect all DNS traffic to originate from port 53 and will drop these legitimate, randomized-port responses, causing a timeout.
Incorrect! Try again.
52You have a Hyper-V host with a NIC that supports Single Root I/O Virtualization (SR-IOV). You create an external virtual switch with SR-IOV enabled to provide near bare-metal network performance to a critical VM. After enabling SR-IOV on the vSwitch, you notice that some other features, like Port ACLs and Quality of Service (QoS) bandwidth management for VMs on that switch, are no longer being applied. Why does this occur?
create virtual switches
Hard
A.The VM's integration services are outdated and do not support advanced features when SR-IOV is active.
B.SR-IOV is incompatible with the Hyper-V Extensible Switch framework and bypasses it entirely.
C.Enabling SR-IOV requires the host's NIC Teaming to be set to 'Switch Independent' mode, which disables QoS.
D.SR-IOV traffic bypasses the virtual switch data path on the host, so host-level policies cannot be applied.
Correct Answer: SR-IOV traffic bypasses the virtual switch data path on the host, so host-level policies cannot be applied.
Explanation:
SR-IOV works by creating a direct path (a Virtual Function or VF) between the VM and the physical NIC, bypassing the Hyper-V virtual switch processing layer on the host. Because the data path is offloaded to the hardware, any policies or features that are implemented in the software of the virtual switch (like QoS, Port ACLs, traffic monitoring, etc.) are not applied to the SR-IOV traffic. There is a trade-off between the raw performance of SR-IOV and the rich feature set of the Hyper-V virtual switch.
Incorrect! Try again.
53A virtual machine hosts a Java application configured with a fixed 4 GB heap size. The VM is configured with Dynamic Memory, a startup RAM of 2048 MB, minimum RAM of 512 MB, and maximum RAM of 8192 MB. The application consistently fails to start, reporting a Java heap space error. The Hyper-V host has over 64 GB of free memory. What is the root cause of this failure?
create virtual servers
Hard
A.Hyper-V Dynamic Memory is not compatible with Java Virtual Machines (JVMs).
B.The memory buffer setting for the VM is too low (e.g., 5%), preventing rapid memory allocation.
C.The page file within the guest OS is too small to accommodate the initial memory demand.
D.The VM's startup RAM is less than the application's required heap size, and the application attempts to allocate the full heap before the balloon driver can request more memory from the host.
Correct Answer: The VM's startup RAM is less than the application's required heap size, and the application attempts to allocate the full heap before the balloon driver can request more memory from the host.
Explanation:
Dynamic Memory works by starting the VM with the specified 'Startup RAM'. After the OS boots, the Hyper-V integration services (specifically the balloon driver) communicate memory pressure to the host, which then allocates more memory up to the maximum. However, many applications like Java or SQL Server try to reserve their full configured memory (the 4GB heap) at the moment they launch. If the currently allocated memory (which starts at 2048 MB) is less than what the application requests at that instant, the allocation fails immediately. The application doesn't wait for the dynamic memory mechanism to respond. The solution is to set the Startup RAM to a value greater than or equal to the application's fixed memory requirement.
Incorrect! Try again.
54You are trying to configure a 'Boot from VHDX' scenario for a new server. You boot into Windows PE, use DiskPart to create partitions on the physical disk, create and attach a VHDX file, and then use DISM to apply a Windows Server image to the VHDX volume. However, after running bcdboot E:\Windows (where E: is the mounted VHDX), the system fails to boot. What is the most likely missing step in this process?
install an operating system
Hard
A.The bcdboot command was not pointed at the physical disk's System partition to write the boot files.
B.The BCD store was not configured with the hypervisorschedulertype setting.
C.The VHDX file was created as 'Dynamically Expanding' instead of 'Fixed Size'.
D.The physical disk was initialized as MBR instead of GPT.
Correct Answer: The bcdboot command was not pointed at the physical disk's System partition to write the boot files.
Explanation:
The bcdboot command copies boot environment files from the Windows image and configures the Boot Configuration Data (BCD) store. The command bcdboot <source_windows_directory> needs to know where to write the boot files. By default, it writes to the active system partition. In a complex manual setup, you must explicitly tell it which partition to use. The correct syntax should specify the source and also the destination system partition, for example: bcdboot E:\Windows /s S:, where S: is the letter assigned to the physical disk's EFI or System partition. Without the /s switch, it may fail to find the correct location or write to the wrong one.
Incorrect! Try again.
55You are preparing a 4-socket server for a large virtualization workload. The server's UEFI/BIOS offers a memory setting for 'Node Interleaving'. A colleague suggests enabling this to improve performance. For a typical Hyper-V workload with many independent VMs, what is the actual effect of enabling Node Interleaving?
prepare the server hardware
Hard
A.It improves performance by ensuring VMs are always allocated memory local to the CPU they are running on.
B.It improves performance by creating a single, large pool of memory, which simplifies memory allocation for the hypervisor.
C.It harms performance by effectively disabling NUMA, spreading memory access across all nodes and increasing average memory latency for all CPUs.
D.It has no effect on virtualization workloads, as Hyper-V manages NUMA topology independently of BIOS settings.
Correct Answer: It harms performance by effectively disabling NUMA, spreading memory access across all nodes and increasing average memory latency for all CPUs.
Explanation:
Node Interleaving stripes memory addresses across all memory controllers in the system. This creates a single, uniform memory access (UMA) domain. While this might benefit some niche high-performance computing applications that need massive memory bandwidth, it is detrimental to virtualization. A NUMA-aware hypervisor like Hyper-V tries to keep a VM's CPU (virtual processor) and its memory on the same physical NUMA node (socket) to ensure low-latency local memory access. Enabling Node Interleaving prevents this, forcing CPUs to frequently access 'remote' memory attached to other sockets, which significantly increases latency and reduces overall performance.
Incorrect! Try again.
56On a Hyper-V host, you have a 10GbE NIC that supports Virtual Machine Queue (VMQ). You observe that the host's management OS is experiencing high CPU usage on a single core (Core 0) related to network processing, despite Receive Side Scaling (RSS) being enabled on the physical NIC. What is the most likely interaction causing this issue?
configure network interface cards
Hard
A.RSS is functioning correctly, but the management OS's vNIC is not configured to use more than one processor.
B.The host's network traffic is not heavy enough to trigger the RSS algorithm, so it defaults to a single core.
C.By default, VMQ traffic and host RSS traffic are processed on the same base processor, and VMQ takes priority, starving the host's RSS queues.
D.VMQ and RSS are mutually exclusive; enabling VMQ automatically disables RSS for the host.
Correct Answer: By default, VMQ traffic and host RSS traffic are processed on the same base processor, and VMQ takes priority, starving the host's RSS queues.
Explanation:
VMQ is designed to offload packet sorting for virtual machines directly to the NIC hardware, delivering packets to specific VM queues. RSS is for distributing the host's (or a single VM's) network processing across multiple CPU cores. On many NICs, the base CPU core for VMQ is Core 0. Similarly, the base core for RSS might also be Core 0. When both are active, the hardware may prioritize processing the VMQs, leaving the host's own network traffic to be processed largely by that same base CPU core. The fix is to use PowerShell cmdlets like Set-NetAdapterVmq and Set-NetAdapterRss to configure different base processors and a different range of processors for VMQ and RSS to ensure they do not overlap and conflict.
Incorrect! Try again.
57You are connecting a new 40GbE switch to a server using a QSFP+ port on each end and a standard MTP/MPO patch cord. The link fails to come up. You test the cable with a light source and verify light is passing through all fibers. You have confirmed the transceivers are compatible. What is the most probable, yet often overlooked, cabling issue?
manage network cabling
Hard
A.The MPO connector is not fully seated, as it requires significantly more force than an LC connector.
B.The cable is a single-mode fiber (yellow jacket) being used with multi-mode (SR4) transceivers.
C.The cable is an OM4 cable, but the transceivers are designed for OM3.
D.The cable is a 'Type A' (straight-through) polarity MPO cable, but the link requires a 'Type B' (crossover) polarity.
Correct Answer: The cable is a 'Type A' (straight-through) polarity MPO cable, but the link requires a 'Type B' (crossover) polarity.
Explanation:
Multi-fiber MPO/MTP systems for technologies like 40GBASE-SR4 use parallel fibers for transmitting and receiving (e.g., 4 fibers to transmit, 4 to receive). For a connection to work, the transmit (Tx) fibers on one end must align with the receive (Rx) fibers on the other. A 'Type A' cable maps fiber 1 to pin 1, 2 to 2, etc. A 'Type B' cable reverses the pins (1 to 12, 2 to 11, etc.). A direct connection between two transceivers requires one crossover in the path. If you use a Type A cable, you are connecting Tx to Tx and Rx to Rx, so the link will not establish. You need a Type B cable to provide the necessary Tx/Rx flip.
Incorrect! Try again.
58A Windows Server is configured with IPv6, and clients on the network are using SLAAC. For security, clients also generate temporary addresses (as per RFC 4941). You notice that in your Active Directory-integrated DNS zone, only the clients' stable, EUI-64 based IPv6 addresses are being dynamically registered, but not their temporary addresses. Why is this the expected behavior?
implement IP addressing and network infrastructure services
Hard
A.A Group Policy setting 'DNS Registration for Temporary Addresses' must be explicitly enabled.
B.Clients will only register a temporary address in DNS if the 'Register this connection's addresses in DNS' box is checked for IPv4.
C.The DHCPv6 server must be configured to perform DNS registration on behalf of clients.
D.By default, Windows clients intentionally do not register their temporary, privacy-focused IPv6 addresses in DNS to prevent tracking.
Correct Answer: By default, Windows clients intentionally do not register their temporary, privacy-focused IPv6 addresses in DNS to prevent tracking.
Explanation:
The entire purpose of temporary IPv6 addresses is to provide a layer of privacy for outbound connections, preventing a host from being tracked over time by its stable IPv6 address. Registering this short-lived, randomized address in a public service like DNS would defeat that purpose. Therefore, the default behavior of the Windows networking stack is to perform dynamic DNS registration only for its stable public IPv6 addresses, not the temporary ones. This is by design and is the correct, expected behavior.
Incorrect! Try again.
59You are running Hyper-V on a physical host. Inside a parent VM, you have enabled nested virtualization and installed another Hyper-V server (a 'nested host'). You need to provide network connectivity to the VMs running on the nested host. Which combination of virtual switch and network configuration is required to make this work?
create virtual switches
Hard
A.Create an Internal vSwitch on the physical host, and an Internal vSwitch on the nested host.
B.Create an External vSwitch on the physical host, enable MAC Address Spoofing on the parent VM's network adapter, and create an External vSwitch on the nested host.
C.Create a Private vSwitch on the physical host and enable the 'Allow management operating system to share this network adapter' option.
D.Create an External vSwitch on the physical host, and a Private vSwitch on the nested host.
Correct Answer: Create an External vSwitch on the physical host, enable MAC Address Spoofing on the parent VM's network adapter, and create an External vSwitch on the nested host.
Explanation:
For networking to function in a nested virtualization environment, the Layer 2 traffic from the nested VMs must be able to pass through the parent VM's virtual NIC. The vSwitch on the physical host treats the parent VM's vNIC as a single endpoint with a single MAC address. However, the nested VMs will have their own, different MAC addresses. By default, the vSwitch will drop this traffic. You must enable MAC Address Spoofing on the parent VM's vNIC settings. This tells the physical vSwitch to allow multiple MAC addresses to originate from that single port, enabling the nested vSwitch to function correctly.
Incorrect! Try again.
60You are configuring a server's out-of-band management (iDRAC/iLO) and have the option of 'Dedicated' or 'Shared LOM' (LAN on Motherboard). The installation plan requires the management network to be on a separate, highly secured VLAN (VLAN 100), while the production server traffic uses VLAN 10. You choose Shared LOM to save a switch port. Which specific, advanced configuration is mandatory on the iDRAC/iLO to ensure proper network isolation?
set up the server hardware
Hard
A.Configuring the shared LOM port on the physical switch as an access port on VLAN 100.
B.Disabling the iDRAC/iLO's web interface and relying only on SSH for secure access.
C.Enabling VLAN tagging within the iDRAC/iLO network configuration and setting the VLAN ID to 100.
D.Setting a static IP address for the iDRAC/iLO in the management VLAN's subnet.
Correct Answer: Enabling VLAN tagging within the iDRAC/iLO network configuration and setting the VLAN ID to 100.
Explanation:
When using Shared LOM mode, both production traffic from the OS and management traffic from the iDRAC/iLO flow through the same physical NIC and cable. To segregate this traffic, the physical switch port must be configured as a trunk port (allowing multiple VLANs, e.g., 10 and 100). Crucially, the iDRAC/iLO firmware itself must then be configured to tag its own traffic with the management VLAN ID (100). This allows the switch to differentiate the management packets from the production packets (which would be tagged with VLAN 10 by the OS's NIC driver) and direct them to the correct network segment. Simply setting a static IP is not enough to achieve layer 2 isolation.