• No results found

Microsoft Server Virtualization with Windows Server Hyper-V and System Center Version: 15.0

N/A
N/A
Protected

Academic year: 2021

Share "Microsoft Server Virtualization with Windows Server Hyper-V and System Center Version: 15.0"

Copied!
5
0
0

Loading.... (view fulltext now)

Full text

(1)

1

Microsoft - 74-409

Server Virtualization with

Windows Server Hyper-V

and System Center

Version: 15.0

(2)

2

QUESTION: 1

Your role as Network Administrator at ABC.com includes the management of the company's virtual infrastructure.

A Windows Server 2012 R2 server named ABC-HV1 runs the Hyper-V role and hosts virtual machines for users in the Finance department.

You need to configure a new virtual machine (VM) to host a new Finance application named App1. You create a new VM named ABC-App1VM on ABC-HV1. You configure ABC-App1VM with two virtual network adapters.

You need to configure the VM to ensure that the App1 remains available to Finance users in the event of a failure of one of the virtual network adapters.

Which of the following PowerShell cmdlets should you run to configure the VM? A. Add-VMNetworkAdapter B. Set-VMNetworkAdapter C. Enable-VMMigration D. Enable-VMSwitchExtension E. Set-VMNetworkAdapterVlan Answer(s): B QUESTION: 2

You work as a network administrator at ABC.com. The network consists of a single Windows Server 2012 Active Directory Domain Services (AD DS) domain.

The network includes a virtual infrastructure that includes host servers running Microsoft Hyper-V 2012 R2.

A virtual machine (VM) named ABC-AppVM1 runs an application used by users in the

company's production department. The VM has a data partition that hosts a large database for the application.

You need to install an application update on ABC-AppVM1. You need to ensure that you can restore ABC-AppVM1 to its previous state in the event of a problem with the update.

Which of the following solutions would enable you to restore the VM to its previous state while minimizing the disk space used on ABC-AppVM1?

A. You should export the VM before applying the update.

B. You should run the Copy-VMFile PowerShell cmdlet before applying the update. C. You should configure VM replication before applying the update.

D. You should create a checkpoint of the VM before applying the update.

Answer(s): D

QUESTION: 3

Your role as Network Administrator at ABC.com includes the management of the company's virtual infrastructure.

The virtual infrastructure consists of 100 virtual machines (VMs) running on Windows Server 2012 R2 Hyper-V host servers. Some Hyper-V host servers have locally attached storage and some Hyper-V host servers connect to a Fiber Channel SAN.

Some VMs are Generation 1 VMs and some are Generation 2 VMs. The VMs run either

Windows Server 2008 R2 or Windows Server 2012 R2. The virtual hard disks are a mix of VHD format or VHDX format.

(3)

3

You need to ensure that all VMs support online virtual hard disk resizing. How can you ensure that all VMs support online virtual hard disk resizing? A. By upgrading all Windows Server 2008 R2 VMs to Windows Server 2012 R2. B. By converting all VHD format disks to VHDX format disks.

C. By converting all Generation 1 VMs to Generation 2 VMs.

D. By connecting all Hyper-V host servers that have locally attached storage to the Fiber Channel SAN.

Answer(s): B

QUESTION: 4

Your role as Network Administrator at ABC.com includes the management of the company's virtual infrastructure.

The physical network contains two switches named Switch1 and Switch2.

You are configuring a new Windows Server 2012 R2 server named ABC-HV10 as a Hyper-V host server.

ABC-HV10 has four physical network adapters named NIC1, NIC2, NIC3 and NIC4. You connect NIC1 and NIC2 to Switch1 and NIC3 and NIC4 to Switch2.

ABC-HV10 will host a virtual machine (VM) named ABC-AppVM1. The VM will run a custom line- of-business (LOB) application named CorpApp1.

You need to ensure that CorpApp1 remains available to users in the event of a failure of one of the physical network adapters on ABC-HV10 or a failure of one of the network switches.

You also want to increase the network bandwidth available to the VM without modifying the configuration of the network switches.

Which two of the following actions should you perform to configure ABC-HV10 before creating the VM? (Choose two).

A. Configure NIC1 and NIC2 as a NIC team. B. Configure NIC1 and NIC3 as a NIC team.

C. Configure the NIC team to use Static Teaming (Switch Dependent) mode. D. Configure the NIC team to use LACP (Switch Dependent) mode.

E. Configure the NIC team to use Switch Independent mode.

Answer(s): B, E

QUESTION: 5

You work as a network administrator at ABC.com. The network consists of a single Windows Server 2012 Active Directory Domain Services (AD DS) domain.

The company has a Development department. You want to configure four virtual machines (VMs) to be used by users in the Development department for testing applications.

Two of the VMs will run Windows Server 2012 R2 and the other two will run Windows Server 2008 R2.

You install a new Windows Server 2012 R2 Hyper-V server named ABC-DevHV1 to host the VMs for the Development department. ABC-DevHV1 has locally attached disk storage with a limited capacity.

You need to maximize the disk performance of the VMs. What should you do?

(4)

4

A. You should configure dynamically expanding virtual disks for all four VMs. B. You should configure pass-through virtual disks for all four VMs.

C. You should configure fixed virtual disks for all four VMs.

D. You should configure dynamically expanding virtual disks for the Windows Server 2008 R2 VMs and fixed virtual disks for the Windows Server 2012 R2 VMs.

E. You should configure differencing disks for all four VMs.

Answer(s): C

QUESTION: 6

Your role as Network Administrator at ABC.com includes the management of the company's virtual infrastructure.

The virtual infrastructure consists of Windows Server 2012 R2 servers running the Hyper-V role. A virtual machine (VM) named ABC-VM1 runs on a Hyper-V host server named ABC-HVHost1. You need to configure the virtual Non-Uniform Memory Access (NUMA) settings of the ABC-VM1. You need to reset the virtual NUMA topology to the topology of the physical hardware of ABC- HVHost1.

You open Hyper-V Manager then open the Settings of ABC-VM1.

Under which node can you configure the required virtual NUMA settings? A. BIOS B. Memory C. Processor D. SCSI Controller E. Network Adapter F. Integration Services. Answer(s): C QUESTION: 7

Your role as Network Administrator at ABC.com includes the management of the company's virtual infrastructure. The network consists of a single Windows Server 2012 Active Directory Domain Services (AD DS) domain.

The company has a Development department. Users in the Development department use the Virtual Machine Connection tool to connect to a virtual machine (VM) named DevVM1. DevVM1 is hosted on a Windows Server 2012 R2 Hyper-V host server.

Mia works in the Development department. Mia reports that her disk drives are not redirected when she connects to DevVM1. You verify that drive redirection works for other users in the Development department when they connect to DevVM1.

How can you ensure that Mia's drives are redirected when she connects to DevVM1? A. By configuring the Remote Desktop Services service on DevVM1 to start automatically. B. By adding Mia to the Remote Desktop Users local group on DevVM1.

C. By enabling the Allow enhanced session mode option on DevVM1. D. By enabling the Integration Services on DevVM1.

(5)

5

QUESTION: 8

Your role as Network Administrator at ABC.com includes the management of the company's virtual infrastructure.

A Windows Server 2012 R2 server named ABC-HV01 runs the Hyper-V role. ABC-HV01 hosts a virtual machine (VM) named CorpVM1. CorpVM1 runs an application that is used continually by company users.

You need to copy a large file to CorpVM1 without taking the VM offline. You plan to use the Copy- VMFile Windows PowerShell cmdlet to copy the file without using a network connection. You need to configure CorpVM1 to ensure that you can copy the file by using the Copy-VMFile cmdlet.

What should you do first?

A. You should run the Set-VmNetworkAdapterIsolation Windows PowerShell cmdlet on CorpVM1.

B. You should run the Enable-VMIntegrationService Windows PowerShell cmdlet on CorpVM1. C. You should enable Enhanced Session Mode on CorpVM1.

D. You should run the Set-VmNetworkAdapter Windows PowerShell cmdlet on CorpVM1.

Answer(s): B

QUESTION: 9

You work as a network administrator at ABC.com.

The company hosts virtual machines (VMs) for customers. The virtual machines are hosted on Windows Server 2012 R2 servers running the Hyper-V role.

You need a way to accurately measure resource usage for the VMs to enable the company to charge its customers based on resource usage.

You want to measure the following metrics:

•Total incoming network traffic, measured in megabytes, for a virtual network adapter. •Maximum amount of disk space allocated to a virtual machine.

•Maximum memory usage (highest amount of physical memory). •Average physical memory usage, measured in megabytes.

•Average CPU usage, measured in megahertz over a period of time. Which function of Windows Server 2012 R2 should you use?

A. Task Manager B. Hyper-V Manager C. Resource Monitor D. Resource Metering E. Process Explorer Answer(s): D QUESTION: 10

You work for a company named ABC.com. The ABC.com network consists of a single Windows Server 2012 Active Directory Domain Services (AD DS) domain.

Your role as Network Administrator at ABC.com includes the management of the company's virtual infrastructure. The virtual infrastructure consists of Windows Server 2012 R2 servers running the Hyper-V role.

References

Related documents

TEAMING UP for WOMEN’S HEALTH 2015 ACOG Annual Clinical and Scientific Meeting San Francisco, CA May 2-6, 2015 ADVERTISING OPPORTUNITIES INSIDE Print Marketing.. Final Program

Support for backup of Hyper-V host and virtual machines in Windows Server 2008 R2 / Windows Server 2012.. SHR and ReZoom features provide a means to restore virtual

The following virtual products have been tested: Microsoft Windows Server 2012 Hyper-V,  Windows Server 2008 R2 Hyper-V, Microsoft Windows Server 2008 Hyper-V, Microsoft

Microsoft System Center Virtual Machine Manager, Windows Server Hyper-V Microsoft Enterprise Desktop Virtualization (MEDV) User State Virtualization Application

Module 8: Implementing Failover Clustering with Windows Server 2012 R2 Hyper-V This module explains how to deploy and manage Hyper-V virtual machines in a failover cluster. It

You will learn how to configure, manage, and maintain Windows Server 2012 R2 Hyper-V and System Center 2012 R2 Virtual Machine Manager including networking and

Decision Logic chose Microsoft virtualization and cloud technologies, with Microsoft Windows Server® 2008 R2 Hyper-V and System Center Virtual Machine Manager as the

Microsoft Hyper-V Network Virtualization (NVGRE), Microsoft Hyper-V Server Virtualization, Microsoft System Center 2012R2, Windows Server 2012 R2 and Windows Storage Server 2012