Chapter 3 Assignment - Review Questions Flashcards

1
Q

Which of the following is a task you should perform before installing roles and features? (Choose all that apply.)

A. Set a strong Administrator password.

B. Read the Windows Server 2012 user manual.

C. Configure static IP addresses.

D. Make sure security updates are current.

A

A. Set a strong Administrator password.

C. Configure static IP addresses.

D. Make sure security updates are current.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is true about installing roles and features in Windows Server 2012/R2?

A. You can’t install a server role by using the command line.

B. All server role installations require a server restart.

C. You can install more than one role at a time.

D. Server roles can be installed only on online drives.

A

C. You can install more than one role at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which command shows a list of installed roles and features?

A. Installed-WindowsFeature -Show

B. Get-WindowsFeature | where Installed

C. List-InstalledFeature

D. Show-Features .if. Installed

A

B. Get-WindowsFeature | where Installed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You want to install a feature to an offline VHD file. What do you do first?

A. Commit the changes.

B. Install the feature by using dism.

C. Mount the image.

D. Import the .wim file.

A

C. Mount the image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You can convert a Server Core installation to a Minimal Server Interface installation but not vice versa.

True or False?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following is true about the three server modes?

A. Server Core uses the most resources.

B. Server with a GUI doesn’t have PowerShell.

C. Minimal Server Interface can’t run MMCs.

D. Minimal Server Interface doesn’t have File Explorer.

A

D. Minimal Server Interface doesn’t have File Explorer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which option can you add to the Install-WindowsFeature command that shows you what the results would be but doesn’t actually perform the installation task?

A. -WhatIf

B. -TestOnly

C. -ShowResults

D. -NoInstall

A

A. -WhatIf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which features must be installed to convert a server from Server Core to the full GUI? (Choose all that apply.)

A. Server-GUI-Shell

B. Server-MMC-Enable

C. Server-Full-Interface

D. Server-GUI-Mgmt-Infra

A

A. Server-GUI-Shell

D. Server-GUI-Mgmt-Infra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following is a method for adding a server to Server Manager? (Choose all that apply.)

A. Query NetBIOS.

B. Search Active Directory.

C. Import a file.

D. Search DNS.

A

B. Search Active Directory.

C. Import a file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You add a server to Server Manager but see the error message “WinRM Negotiation authentication error.” What should you do?

A. Add the server with different credentials.

B. Add the server to the TrustedHosts list.

C. Install .NET Framework 4.5.

D. Enter the Configure-SMRemoting command.

A

B. Add the server to the TrustedHosts list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You’re managing 75 servers from a single Server Manager console and find you’re wasting a lot of time scrolling through the list of servers to find the one you want to manage. You have 5 locations with about 15 servers in each location.

What can you do to make managing these servers in Server Manager easier?

A

Create Server Groups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What must be running to allow you to manage a server remotely with PowerShell?

A. Windows Firewall

B. LBFO

C. Telnet

D. WinRM

A

D. WinRM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You right-click a Server Core server in Server Manager and click Computer Management. You see an error indicating that the server can’t be managed. What should you do to solve the problem?

A. Run configure-SMRemoting.exe -Enable on the local computer.

B. Configure Windows Firewall on the remote computer.

C. Install the Minimal Server Interface on the remote computer.

D. Disable WinRM on the local computer.

A

B. Configure Windows Firewall on the remote computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You want to be able to manage a Server Core computer’s firewall by using the Windows Firewall with Advanced Security snap-in. What should you do?

A. On the local computer, disable the Windows Firewall Remote Management rule group.

B. On the remote computer, enter the command Configure-SMRemoting -ConfigureFirewallRules.

C. On the remote computer, use the PowerShell command Set-NetFirewallRule -DisplayGroup “Windows Firewall Remote Management” -enabled True.

D. On the local computer, enable the COM+ Network Access firewall rule.

A

C. On the remote computer, use the PowerShell command Set-NetFirewallRule -DisplayGroup “Windows Firewall Remote Management” -enabled True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You need to stop a service so that you can do some troubleshooting. Before you stop it, you need to see whether any other services will be affected by this action. What should you do?

A. Look at the Dependencies tab.

B. View the service startup type.

C. Right-click the service and click Show Requirements.

D. Set the service recovery options.

A

A. Look at the Dependencies tab.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which cmdlet shows a list of services related to Hyper-V?

A. List-Services Hyper-V -all

B. Show-Service -ServiceType Hyper*

C. Get-Help Service Hyper-V

D. Get-Service -DisplayName Hy*

A

D. Get-Service -DisplayName Hy*

17
Q

Which of the following is true about NIC teaming?

A. You need a minimum of two NICs to create a NIC team.

B. In failover mode, one NIC is always in standby mode.

C. Static teaming is used mainly for load balancing.

D. LACP is the default teaming mode.

A

C. Static teaming is used mainly for load balancing.

18
Q

Which load-balancing mode should you choose if you need to balance heavy traffic flow over multiple NICs?

A. Address Hash

B. Dynamic

C. LACP

D. Hyper-V Port

A

B. Dynamic

19
Q

Which of the following must be installed if you want to remotely manage a Windows Server 2012 server from a Windows Server 2012 R2 server?

A. Performance updates

B. .NET Framework 4.5

C. Windows Management Framework 4.0

D. A full GUI

A

B. .NET Framework 4.5

20
Q

You want the switch to automatically identify the links between NICs on a NIC team and the switch so that teams can be created dynamically. What option should you set on the NIC team, and what feature should you look for on the switch?

A. LACP, 802.3ad

B. Static Teaming, LACP

C. Switch Independent, Address Hashing

D. LACP, 802.1ax

A

D. LACP, 802.1ax