Assessment Test

  1. Which of the following is a valid role for a Windows Server 2016 computer?

    1. Stand-alone server
    2. Member server
    3. Domain controller
    4. All of the above
  2. You need to add a new Windows Server 2016 image to your WDS server. You want to use a command-line command to complete this task. What command would you use?

    1. WDSUTIL /Add
    2. WDSUTIL /image
    3. WDSUTIL /prepareimage
    4. WDSUTIL /addimage
  3. You have been hired to help a small company set up its first Windows network. It has had the same 13 users for the entire two years it has been open, and the company has no plans to expand. What version of Windows Server 2016 would you recommend?

    1. Windows Server 2016 Datacenter (Desktop Experience)
    2. Windows Server 2016 Standard (Desktop Experience)
    3. Windows Server 2016 Datacenter
    4. Windows Server 2016 Essentials
  4. You are using WDS to deploy Windows Server 2016 images across your organization, and you are using the WDSUTIL command-line utility to perform this task. You want to copy a previously created image from the image store using this utility. Which option of WDSUTIL should you use?

    1. /move
    2. /copy-image
    3. /get
    4. /enable
  5. You want to install a group of 25 computers using disk images created in conjunction with the System Preparation Tool. Your plan is to create an image from a reference computer and then copy the image to all the machines. You do not want to create an SID on the destination computer when you use the image. Which Sysprep.exe command-line option should you use to set this up?

    1. /specialize
    2. /generalize
    3. /oobe
    4. /quiet
  6. You have a Hyper-V host that runs Windows Server 2016. The host contains a virtual machine named Virtual1. Virtual1 has resource metering enabled. You need to use resource metering to track the amount of network traffic that Virtual1 sends to the 10.10.16.0/20 network. Which command would you run?

    1. Add-VMNetworkAdapteiAd
    2. Set-VMNetworkAdapter
    3. New-VMResourcePool
    4. Set-VMNetworkAdapterRoutingDomamMapping
  7. You need to ensure that the companies two Virtual Machines, VM1 and VM2, can communicate with each other only. The solution must prevent VM1 and VM2 from communicating with Server1. Which cmdlet should you use?

    1. Set-NetNeighbor
    2. Remove-VMSwitchTeamMember
    3. Set-VMSwitch
    4. Enable-VMSwitchExtension
  8. You want to make sure the hard disk space for your virtual machines is occupied only when needed. What type of virtual hard disk would you recommend?

    1. Dynamically expanding disk
    2. Fixed-size disk
    3. Differencing disk
    4. Physical or pass-through disk
  9. What is the command to install Hyper-V on a Windows Server 2016 machine that was installed in Server Core?

    1. start /w ocsetup Hyper-V
    2. start /w ocsetup microsoft-hyper-v
    3. start /w ocsetup Microsoft-Hyper-V
    4. start /w ocsetup hyper-v
  10. You are a network administrator for a small company that uses Hyper-V. You need to reboot your virtual machine. What PowerShell command can you use?

    1. Restart-VM
    2. Reboot-VM
    3. Shutdown-VM
    4. ShutStateOff
  11. You are the administrator for a mid-size organization. You have been asked by the owner to set up a NLB cluster. You want to use PowerShell to set up the cluster. What command would you use?

    1. New-NlbCluster
    2. Create-NlbCluster
    3. Setup-NlbCluster
    4. Set-NlbCluster
  12. Which of the following actions should be performed against a NLB cluster node if maintenance needs to be performed while not terminating current connections?

    1. Evict
    2. Drainstop
    3. Pause
    4. Stop
  13. If you have a running cluster and need to run the Validate a Configuration Wizard again, which of the following tests may require cluster resources to be taken offline?

    1. Network tests
    2. Storage tests
    3. System configuration tests
    4. Inventory tests
  14. What PowerShell command would you use to run a validation test on a cluster?

    1. Test-Cluster
    2. Validate-Cluster
    3. Set-Cluster
    4. Add-Cluster
  15. You download the wrong image from docker. What command allows you to delete an image?

    1. docker del
    2. docker rm
    3. docker kill
    4. docker dl
  16. You have built a bunch of containers. What PowerShell command allows you to view the containers?

    1. docker view
    2. docker see
    3. View-Container
    4. Get-Container
  17. What command allows you to see your container images?

    1. docker images
    2. docker info
    3. docker view
    4. docker see
  18. You need to use an Active Directory application data partition. Which command can you use to create and manage application data partitions?

    1. DCPromo.exe
    2. NTDSUtil.exe
    3. ADUtil.exe
    4. ADSI.exe
  19. What command-line command would you type in to start Performance Monitor?

    1. Netmon.exe
    2. Perfmon.exe
    3. Performon.exe
    4. Resmon.exe
  20. What command-line command would you type in to start Resource Monitor?

    1. Netmon.exe
    2. Perfmon.exe
    3. Performon.exe
    4. Resmon.exe

Answers to Assessment Test

  1. D. Based on the business needs of an organization, a Windows 2016 Server computer can be configured in any of the roles listed. See Chapter 1 for more information.
  2. A. The WDSUTIL /Add command allows an administrator to add an image to a WDS server. See Chapter 1 for more information.
  3. D. Windows Server 2016 Essentials is ideal for small businesses that have as many as 25 users and 50 devices. Windows Server 2016 Essentials has a simpler interface and preconfigured connectivity to cloud-based services but no virtualization rights. See Chapter 1 for more information.
  4. B. You should use the /copy-image option of the WDSUTIL utility to copy an image from the image store. See Chapter 2 for more information.
  5. B. The /generalize option prevents system-specific information from being included in the image. The Sysprep.exe command can be used with a variety of options. You can see a complete list by typing sysprep/? at a command-line prompt. See Chapter 2 for more information.
  6. B. The Set-VMNetworkAdapter command allows an administrator to configure features of the virtual network adapter in a virtual machine or the management operating system. See Chapter 3 for more information.
  7. C. The Set-VMSwitch cmdlet allows an administrator to configure a virtual switch. See Chapter 3 for more information.
  8. A. The only virtual hard disk that increases in size is the dynamically expanding disk. See Chapter 4 for more information.
  9. C. This question relates to the setup command used to install the Hyper-V server role on a Windows Server 2016 Server Core machine. It’s important to remember that these commands are case sensitive and that the correct command is start /wocsetup Microsoft-Hyper-V. See Chapter 4 for more information.
  10. A. The PowerShell command Restart-VM restarts a virtual machine. See Chapter 4 for more information.
  11. A. To create a new NLB cluster, you would use the PowerShell command New-NlbCluster. See Chapter 5 for more information.
  12. B. If an administrator decides to use the drainstop command, the cluster stops after answering all of the current NLB connections. So the current NLB connections are finished but no new connections to that node are accepted. See Chapter 5 for more information.
  13. B. The storage tests require the clustered disk resource to be offline. If you need to run the storage tests, the Validate a Configuration Wizard will prompt you to make sure you want to take the resources offline. See Chapter 6 for more information.
  14. A. Administrators would use Test-Cluster to complete validation tests for a cluster. See Chapter 6 for more information.
  15. B. The docker rm command is the command that is used to delete an image. You should run docker images first and get the ID number or name of the image that you want to delete. See Chapter 7 for more information.
  16. D. The Get-Container PowerShell command allows an administrator to view information about containers. See Chapter 7 for more information.
  17. A. The docker images command gives you the ability to see your images. The docker info command allows you to see how many images you have on a host, but it does not give you details about the images. See Chapter 7 for more information.
  18. B. The primary method by which system administrators create and manage application data partitions is through the ntdsutil tool. See Chapter 8 for more information on TTL.
  19. B. Perfmon.exe is the command-line command to start Performance Monitor. See Chapter 9 for more information on DDNS.
  20. D. Resmon.exe is the command-line command to start Resource Monitor. See Chapter 9 for more information.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.239.148