Microsoft 74-409 Exam Practice Questions (P. 3)
- Full Access (99 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
DRAG DROP -
You have a Windows Server 2012 R2 server that has the Hyper-V role installed. The company has the following requirements for the Hyper-V host server:
✑ Virtual machines (VMs) must only communicate with other VMs.
✑ You must be able to monitor all TCP/IP packets to and from VMs from the moment that VMs are able to communicate.
✑ You must support a third-party program that uses the Network Driver Interface Specification (NDIS) API to monitor the TCP/IP packets between VMs.
You need to configure the environment.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

You have a Windows Server 2012 R2 server that has the Hyper-V role installed. The company has the following requirements for the Hyper-V host server:
✑ Virtual machines (VMs) must only communicate with other VMs.
✑ You must be able to monitor all TCP/IP packets to and from VMs from the moment that VMs are able to communicate.
✑ You must support a third-party program that uses the Network Driver Interface Specification (NDIS) API to monitor the TCP/IP packets between VMs.
You need to configure the environment.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Correct Answer:
Note:
Hyper-V Extensible Switch -
The Hyper-V extensible switch supports an interface that allows instances of NDIS filter drivers (known as extensible switch extensions) to bind within the extensible switch driver stack. After they are bound and enabled, extensions can monitor, modify, and forward packets to extensible switch ports. This also allows extensions to reject, redirect, or originate packets to ports that are used by the Hyper-V partitions.
Ref: http://technet.microsoft.com/en-us/library/hh831823.aspx

Note:
Hyper-V Extensible Switch -
The Hyper-V extensible switch supports an interface that allows instances of NDIS filter drivers (known as extensible switch extensions) to bind within the extensible switch driver stack. After they are bound and enabled, extensions can monitor, modify, and forward packets to extensible switch ports. This also allows extensions to reject, redirect, or originate packets to ports that are used by the Hyper-V partitions.
Ref: http://technet.microsoft.com/en-us/library/hh831823.aspx
send
light_mode
delete
Question #12
A company consolidates multiple data centers into a single centralized datacenter by using a Windows Server 2012 R2 server that has the Hyper-V role installed.
You must be able to support chargeback based on the usage of the following resources:
✑ average CPU usage per virtual machine (VM)
✑ average physical memory used by a VM over a period of time
highest amount of memory assigned to a VM over a period of time

✑ highest amount of disk spaced assigned to a VM over a period of time
You need to track the resources without installing any additional tools.
Which tool should you use?
You must be able to support chargeback based on the usage of the following resources:
✑ average CPU usage per virtual machine (VM)
✑ average physical memory used by a VM over a period of time
highest amount of memory assigned to a VM over a period of time

✑ highest amount of disk spaced assigned to a VM over a period of time
You need to track the resources without installing any additional tools.
Which tool should you use?
- AProcess Explorer
- BResource Metering
- CReliability Monitor
- DResource Monitor
Correct Answer:
B
Ref: http://technet.microsoft.com/en-us/library/hh831661.aspx
B
Ref: http://technet.microsoft.com/en-us/library/hh831661.aspx
send
light_mode
delete
Question #13
DRAG DROP -
You administer a Windows Server 2012 R2 server that has the Hyper-V role installed.
You have the following virtual machines (VMs):

You also have the following two switches:

VM-Server1 has network connectivity to VM-Server2 and VM-Server3, as well as the host server, VM-Server4 has network connectivity to VM-Server5, but NOT to the host server.
You need to configure VM-Server6 to ensure that VM-Server6 has network connectivity only to the other test VMs.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

You administer a Windows Server 2012 R2 server that has the Hyper-V role installed.
You have the following virtual machines (VMs):

You also have the following two switches:

VM-Server1 has network connectivity to VM-Server2 and VM-Server3, as well as the host server, VM-Server4 has network connectivity to VM-Server5, but NOT to the host server.
You need to configure VM-Server6 to ensure that VM-Server6 has network connectivity only to the other test VMs.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Correct Answer:
Note:
There are three types of virtual switches available External, Internal and Private.
* Private only allows communications between the virtual machines. It does not allow any communication of the VMs with the host operating system.
* External allows you to connect your VMs to each other and to the physical host machine. It requires a physical adapter on the host machine that will be used to communicate with the physical network that the host is connected to.
* Internal allows communications between the VMs and the host operating system. It does not require a physical adapter on the host machine and will not allow communication with any actual physical network.

Note:
There are three types of virtual switches available External, Internal and Private.
* Private only allows communications between the virtual machines. It does not allow any communication of the VMs with the host operating system.
* External allows you to connect your VMs to each other and to the physical host machine. It requires a physical adapter on the host machine that will be used to communicate with the physical network that the host is connected to.
* Internal allows communications between the VMs and the host operating system. It does not require a physical adapter on the host machine and will not allow communication with any actual physical network.
send
light_mode
delete
Question #14
A company has a Windows Server 2012 R2 Hyper-V host server named NYC-HOST1 that hosts a virtual machine (VM) named NYC-VM1.
A critical security update must be applied immediately to NYC-VM1. There is no time to test the update before deployment. You must minimize the amount of time needed to restore the VM.
You need to capture the state of NYC-VM1 before you install the critical security update.
What should you do?
A critical security update must be applied immediately to NYC-VM1. There is no time to test the update before deployment. You must minimize the amount of time needed to restore the VM.
You need to capture the state of NYC-VM1 before you install the critical security update.
What should you do?
- AFrom Hyper-V Manager, select NYC-VM1, and then create a checkpoint.
- BRun the Windows PowerShell command Save-VM NYC-VM1.
- CRun the Windows PowerShell command Get-VMSnapshot NYC-VM1.
- DRun the Windows PowerShell command Export-VMSnapshot NYC-VM1.
Correct Answer:
A
A checkpoint is the Windows Server 2012 R2 Hyper-V name for a snapshot. A snapshot will save the state of the VM. http://technet.microsoft.com/en-us/library/cc956044.aspx http://www.interweb.org.uk/2011/03/21/understanding-hyper-v-virtual-machine-snapshotscheckpoints/ http://technet.microsoft.com/en-us/library/dd560637(v=ws.10).aspx http://technet.microsoft.com/en-us/library/hh848539.aspx
A
A checkpoint is the Windows Server 2012 R2 Hyper-V name for a snapshot. A snapshot will save the state of the VM. http://technet.microsoft.com/en-us/library/cc956044.aspx http://www.interweb.org.uk/2011/03/21/understanding-hyper-v-virtual-machine-snapshotscheckpoints/ http://technet.microsoft.com/en-us/library/dd560637(v=ws.10).aspx http://technet.microsoft.com/en-us/library/hh848539.aspx
send
light_mode
delete
Question #15
You administer a Windows Server 2012 R2 Hyper-V host server that contains production and test virtual machines (VMs). You plan to optimize the performance of the VMs.
The following settings must be applied to the VMs:
✑ You must set a maximum value for the input/output operations per second (IOPS) on the test VMs.
✑ You must set a minimum value for the IOPS on the production VMs.
You need to configure the environment. What should you do?
The following settings must be applied to the VMs:
✑ You must set a maximum value for the input/output operations per second (IOPS) on the test VMs.
✑ You must set a minimum value for the IOPS on the production VMs.
You need to configure the environment. What should you do?
- AOn all VMs, enable Network Quality of Service (QoS).
- BCreate a shared virtual hard disk (VHD).
- COn the Hyper-V host server, enable Resource Metering.
- DOn all VMs, enable Storage Quality of Service (QoS).
Correct Answer:
D
Ref: http://technet.microsoft.com/en-us/library/dn282281.aspx
D
Ref: http://technet.microsoft.com/en-us/library/dn282281.aspx
send
light_mode
delete
All Pages