Disaster Recovery  «Prev  Next»

Minimize Impact RIS Servers - Quiz

Each question is worth one point. Select the best answer or answers for each question.
1. You need to deploy Windows 11 to multiple computers simultaneously and want to distribute the network load across multiple WDS servers to minimize deployment impact. How can you best accomplish this?
Please select the correct answer:
  A. Use the setup.exe command with multiple /InstallFrom: switches pointing to different WDS servers.
  B. Install a WINS server on each WDS server to handle name resolution.
  C. Pre-stage client computers in Active Directory and assign them to designated WDS servers.
  D. Add CNAME records in DNS that resolve to each WDS server.

2. You want to prevent standard users from initiating OS deployments on their own computers via WDS. What is the most effective way to accomplish this?
Please select the correct answer:
  A. Remove DHCP servers from user network segments.
  B. Delete boot images from the WDS server immediately after each deployment.
  C. Users cannot be prevented from initiating a WDS boot if they have PXE access.
  D. Configure WDS permissions so that only authorized IT personnel have rights to perform remote installations.

3. You are using Windows Deployment Services (WDS) on Windows Server 2025 to deploy Windows 11 images across your organization. You want to ensure that only computers that have been approved by IT can connect to the WDS server and receive an image. Which WDS response policy should you configure?
Please select the correct answer:
  A. Configure WDS to respond to all client computers, including unknown clients.
  B. Configure WDS to respond only to known, pre-staged clients in Active Directory.
  C. Configure WDS to use multicast transmission for all client requests.
  D. Configure WDS to require a WINS lookup before responding to any PXE client.

4. You are managing a WDS server on Windows Server 2025 and need to deploy Windows 11 to 50 computers simultaneously while minimizing network bandwidth consumption. Which WDS transmission method should you use?
Please select the correct answer:
  A. Unicast transmission, so each client receives a dedicated stream from the WDS server.
  B. Multicast transmission, so all clients receive the same image stream simultaneously.
  C. Configure a CNAME record in DNS to distribute the image stream across multiple servers.
  D. Use BranchCache to cache the image on each client before deployment begins.

5. A technician boots a client computer via PXE to initiate a WDS deployment but the client receives no response from the WDS server. DHCP is confirmed working and the client is on the same subnet as the WDS server. What is the most likely cause?
Please select the correct answer:
  A. The WDS server is configured to respond only to known, pre-staged clients and the client computer account does not exist in Active Directory.
  B. The client computer does not have a WINS server configured.
  C. The WDS server requires a CNAME record in DNS before it will respond to PXE requests.
  D. The client operating system is incompatible with the WDS boot image architecture.

6. Your organization uses Windows Deployment Services on Windows Server 2025. You want to automate post-installation configuration tasks such as joining the domain, installing applications, and applying Group Policy immediately after Windows 11 is deployed. Which technology integrates directly with WDS to accomplish this?
Please select the correct answer:
  A. Windows Autopilot, configured to run after the WDS image is applied.
  B. An Unattend.xml answer file associated with the WDS image to automate Setup and post-installation steps.
  C. A WINS server configured to push post-installation scripts to the client.
  D. DTS packages deployed from the WDS server after the image is applied.