Chapter 2

10 September 2022
4.7 (114 reviews)
23 test answers

Unlock all answers in this set

Unlock answers (19)
question
When using Windows PowerShell 4.0, which of the following does Desired State Configuration (DCS) use to represent computers and resources that you want to define?
answer
nodes
question
What is the advantage of deploying roles to a VHD file?
answer
An administrator can modify server roles to offline VMs without starting the VM
question
Your server has two adapters. You require a way to add fault tolerance to the network, but do not need any additional throughput. What solution do you select?
answer
Using Switch Independent Mode, employ NIC teaming, and then active/standby mode.
question
You need to add a role to a VM in an offline state. How do you proceed?
answer
Install the role to the VHD while still offline.
question
What is the key benefit behind delegating server administration?
answer
In larger networks, delegation restricts access by using restricted permissions.
question
You want to add a role to several Windows Server 2012 R2 systems on the network. Which of the following is correct?
answer
Use Server Manager on any Windows Server 2012 R2 to connect and install the role to all the systems.
question
The Services tile for the Local Server in Server Manager is similar to the traditional Services MMC snap-in. How is it different?
answer
You can start, stop, pause, or resume a service, but to change its Start Type, you require the Services MMC snap-in.
question
______ define the primary functions of a server. A server with the Web Server (IIS) role installed is colloquially referred to as a(n) ________, no matter what other functions it might perform. Select the word pair that fills the blanks.
answer
Roles; web server
question
You decide to change the interface on your Windows Server 2012 R2 server. Select the best answer to convert a GUI server to Server Core.
answer
Use Server Manager to start the Remove Roles and Features Wizard
question
If you want to examine the VHD to see what roles and features are already installed, how do you proceed?
answer
Examine the VHD while still offline using the Add Roles and Features Wizard
question
At the end of installing a role using Server Manager, you can export the configuration settings to a script file. Then, using PowerShell, you use the script to install roles and features on another Windows Server 2012 R2. What is the PowerShell cmdlet for executing this script?
answer
Install-WindowsFeature -ConfigurationFilePath
question
When creating a centralized DSC server, which of the following is installed on a server running Windows Server 2012 R2?
answer
Windows PowerShell Desired State Configuration Service
question
What is best practice for delegating server administration?
answer
When delegating administrative tasks, grant users only the necessary privileges.
question
On a Windows Server 2012 R2 server, you decide to change the interface. Select the best answer to convert a GUI server to Server Core.
answer
Use Server Manager to start the Remove Roles and Features Wizard.
question
After initially configuring a new server, you can fully manage it without needing to be present at its console. What tool allows this?
answer
Server Manager
question
Why do administrators delegate server administration?
answer
To separate and limit full administrator access in large networks
question
What was the former name of Remote Desktop Services?
answer
Terminal Services
question
What are the four parameters to set when arriving at the Use The Following IP Address section of the Internet Protocol Version 4 (TCP/IPv4) Properties sheet?
answer
IP Address, Subnet Mask, Default Gateway, and Preferred DNS Server
question
Across multiple sites are several servers on which you must install the same roles and features. The servers are not all on the network, so you need a configuration file you can distribute to administrators at the various sites. What do you do?
answer
Using Server Manager's Add Roles and Features Wizard, you end by selecting Export configuration settings.
question
Windows Server 2012 R2 provides hardware-independent NIC teaming or bonding to allow for better network performance and adapter fault tolerance. However, in what scenario is the NIC teaming limited?
answer
When network traffic consists of large TCP sequences
question
Virtualization makes it possible to separate vital network functions on different systems without purchasing additional network adapters for each one. What is the drawback?
answer
Single network adapter means a single point of failure.
question
Your company uses virtualized servers extensively and has many offline VMs. A role must be added to some offline VHDs. What do you do?
answer
After selecting Add Roles and Features, you can browse for the offline VHD.
question
You are increasingly skilled with PowerShell. You and your team decide to rely solely on the command line. What is your next step?
answer
Replace the GUI with Server Core.