CIS 193 - 70-412 - Hyper-V Testout Practice Questions

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

The hypervisor pushes the latest RID pool and USN to the virtual domain controller.

A virtual domain controller has been powered on and begins to boot. When it does, the hypervisor host detects that the value of the Vm-Generation-ID in the virtual machine's configuration and the value of the VM-Generation-ID in the virtual domain controller's computer object in Active Directory don't match. What happens next? The domain controller is labeled out of sync and is disabled to prevent database corruption on the other domain controllers. The latest Active Directory changes are replicated from the virtual domain controller to the other domain controllers in the domain. The hypervisor reverts the virtual domain controller to the most recent snapshot. The hypervisor pushes the latest RID pool and USN to the virtual domain controller.

Export VM4 to the C:\Export folder. Copy the C:\Export folder to C:\Export2. Import the configuration using C:\Export\VM4 as the path. Import the configuration again using C:\Export2\VM4 as the path.

The Srv1 server runs Hyper-V and has several servers installed. You would like to copy the VM4 virtual machine and create two new virtual machines running on Srv1. You are using the Hyper-V Manager console and want to complete the task with as little effort as possible. What should you do? Export VM4 to the C:\Export folder. Import the configuration choosing C:\Export as the path. Import the configuration a second time. Export VM4 to the C:\Export folder. Import the configuration choosing C:\Export\VM4 as the path. Import the configuration a second time. Export VM4 to the C:\Export folder. Copy the C:\Export folder to C:\Export2. Import the configuration using C:\Export as the path. Import the configuration again using C:\Export2 as the path. Export VM4 to the C:\Export folder. Copy the C:\Export folder to C:\Export2. Import the configuration using C:\Export\VM4 as the path. Import the configuration again using C:\Export2\VM4 as the path.

Run the New-ADDCCloneConfigFile cmdlet.

You are the network administrator for Corpnet.com. All the servers run Windows Server 2012 R2. You have a domain controller named DC1 that is running in a virtual machine. You would like to clone the DC1 virtual machine to create another domain controller named DC2. You need to prepare DC1 to be cloned. What should you do? Run the Rename-VM cmdlet. Run the Export-VM cmdlet. Run the New-ADDCCloneConfigFile cmdlet. Run the Get-ADDCCloningExcludedApplicationList cmdlet.

In a file within the virtual machine configuration. As an attribute of each domain controller computer object in Active Directory.

To prevent Update Sequence Number (USN) rollback issues with virtual domain controllers, each domain controller (virtual or physical) is assigned a unique identifier called the VM-Generation-ID. For virtual domain controllers, where is this identifier stored? (Choose two.) In a file within the virtual machine configuration. In a file in C:\Windows\System32 of each virtual domain controller. As an attribute of each domain controller computer object in Active Directory. As an attribute of the hypervisor computer object in Active Directory. In a file in C:\Windows\System32 of the hypervisor host.

In Hyper-V Manager on HV2, modify the Network Adapter in the Properties of VM1.

You are the network administrator for Corpnet.com. The company has two servers named HV1 and HV2 that run Windows Server 2012 R2 and have the Hyper-V Role installed. HV1 is located at the main office and has a static IP address of 192.168.1.10/24. HV2 is running at a branch office and has a static address of 192.168.2.10/24. HV1 hosts a virtual machine named VM1. VM1 is running Windows Server 2012 R2 and has a static IP address of 192.168.1.185/24. HV2 is configured for replication and has a replica of VM1. You need to ensure that if VM1 is failed over to HV2 that it will use a static address appropriate for the network at the branch office. What should you do? On HV1, inside VM1, use the netsh command. In Hyper-V Manager on HV1, modify the Network Adapter in the Properties of VM1. On HV1, inside VM1, modify the Advanced Properties of TCP/IPv4. In Hyper-V Manager on HV2, modify the Network Adapter in the Properties of VM1.

In the Properties of VM1, enable replication. Open the Hyper-V settings on HV1 and modify the Replication Configuration settings.

You are the network administrator for Corpnet.com. The network has two servers that run Windows Server 2012 R2 installed, named HV1 and HV2. Both servers are running the Hyper-V Role. The network does not have a Storage Area Network (SAN). HV1 has a virtual machine named VM1. You need to ensure that you can start VM1 on HV2 if HV1 fails. What should you do? (Choose 2.) Install the Failover Cluster Feature on both servers. In the Properties of VM1, enable replication. Open the Hyper-V settings on HV1 and modify the Replication Configuration settings. Add a Clustered Shared Volume.

Use the Microsoft Virtual Machine Converter (MVMC) tool.

You are the network administrator for Corpnet.com. You have several virtual machines hosted on a third-party virtualization platform. You have installed a new Windows Server 2012 R2 server that has the Hyper-V role installed. You need to migrate the virtual machines hosted on the third-party server to hyper-v. What should you do? Use the Microsoft Assessment and Planning (MAP) toolkit. Use the Disk2VHD tool. Use the Microsoft Virtual Machine Converter (MVMC) tool. Use the Application Compatibility Toolkit (ACT).

Export VM1 on HV2 and then import it on HV3.

You are the network administrator for Corpnet.com. You have two servers running Windows Server 2012 R2, named HV1 and HV2. Both servers have the Hyper-V role installed. HV1 has an Intel process and HV2 has an AMD processor. HV2 hosts a virtual machine named VM1. You build another server named HV3 and install the Hyper-V role. HV3 has an Intel processor. You need to move VM1 from HV2 to HV3 with the least amount of downtime. What should you do? Perform a Live Migration. Perform a Quick Migration. Export VM1 on HV2 and then import it on HV3. Create a replica of VM1 on HV3 and then execute a planned failover.

You should delete VM1 from HV1 and then import VM1 from the external hard drive using the Copy on Import option.

You are the network administrator for northsim.com. The network consists of a single Active Directory domain. All of the servers run Windows Server 2012 R2 and all of the clients run Windows 7. A server named HV1 is installed with the Hyper-V role. HV1 hosts a virtual machine named VM1. You export VM1 to an external hard drive and then perform a System Image backup of HV1. Later, VM1 fails. You need to restore VM1 to functionality. You must run the virtual machine from the HV1 hard drive. Your solution must minimize downtime for HV1 and all other virtual machines hosted on HV1. What should you do? You should delete VM1 from HV1 and then import VM1 from the external hard drive using the Copy on Import option. You should perform a System Image Restore of HV1. You should perform a System Image Restore of VM1. You should delete VM1 and HV1 and then import VM1 from the external hard drive.

Run the Mklink command.

You manage a virtual machine named VM12 that has been installed on the Srv5 physical server. The configuration files for the virtual machine are currently saved in the C:\HyperV directory on Srv5. You want to move the virtual machine from Srv5 to Srv9. You copy the virtual machine files from Srv5 to the D:\VMs directory on Srv9. You edit the virtual machine configuration file to update the path to the virtual hard disks. When you run Hyper-V Manager on Srv9, the VM12 virtual machine does not appear in the console. What should you do? Run the Mklink command. Create a new virutal machine using the copied .vhd directory. Move the virtual machine files to the C:\HyperV directory. Import the virtual machine.

Test

You need to failover a virtual machine running on a Windows Server 2012 R2 hypervisor host using the following parameters: • A temporary copy of the virtual machine must be created and run on the replica server. • The original virtual machine on the primary server must remain running to service client requests. • The test virtual machine must not be connected to any network to prevent conflicts with the original virtual machine on the primary server. • When you are finished, the temporary virtual machine must be deleted. Which type of failover should you use? Test Export Unplanned Planned

Planned

You need to failover a virtual machine running on a Windows Server 2012 R2 hypervisor host using the following parameters: • The latest changes made to the primary virtual machine must be replicated to its replica virtual machine. • The primary virtual machine must be brought down. • The replica virtual machine starts, transferring the workload from the primary server to the replica server with no loss of information. Which type of failover should you use? Planned Unplanned Export Test

New-ADDCCloningConfigFile

Your organization runs a Hyper-V hypervisor on Windows Server 2012 R2 that hosts several Windows Server 2012 R2 virtual domain controllers. You want to add an additional virtual domain controller. Instead of installing a new Windows Server 2012 R2 virtual machine and promoting it to be a domain controller, you decide to simply copy one of the existing virtual domain controller's virtual machine files. Prior to cloning the source virtual machine, you need to check it for installed applications and services that aren't compatible with the cloning process. Which PowerShell cmdlet can you use to do this? Import-VM Get-ADDCCloningExludedApplicationList Export-VM New-ADDCCloningConfigFile

Create the DCCloneConfig.XML for the cloned domain controller. Add the source domain controller's computer object to the Cloneable Domain Controllers group in the Users container.

Your organization runs a Hyper-V hypervisor on Windows Server 2012 R2 that hosts several Windows Server 2012 R2 virtual domain controllers. You want to add an additional virtual domain controller. Instead of installing a new Windows Server 2012 R2 virtual machine and promoting it to be a domain controller, you decide to simply copy one of the existing virtual domain controller's virtual machine files. What must you do to perform this procedure correctly? (Select two.) Create a computer object for the cloned domain controller in the Cloneable Domain Controllers group in the Users container. Create the DCCloneConfig.XML file for the source domain controller. Apply the latest service pack on the source domain controller. Create the DCCloneConfig.XML for the cloned domain controller. Add the source domain controller's computer object to the Cloneable Domain Controllers group in the Users container.

Export-VM Import-VM Rename-VM

Your organization runs a Hyper-V hypervisor on Windows Server 2012 R2 that hosts several Windows Server 2012 R2 virtual domain controllers. You want to add an additional virtual domain controller. Instead of installing a new Windows Server 2012 R2 virtual machine and promoting it to be a domain controller, you decide to simply copy one of the existing virtual domain controllers virtual machine files. You have completed all of the preparatory steps and are now ready to clone the source virtual machine. Which PowerShell cmdlets must you use to do this? (Select three.) Clone-VM Export-VM Import-VM Rename-VM New-ADDCCloneConfigFile Get-ADDCCLoningExcludedApplicationList

Install the latest Integration Services from a Windows Server 2012 R2 hypervisor on the virtual domain controllers. Upgrade the hypervisor host to Windows Server 2012 or Windows Server 2012 R2.

Your organization runs a Hyper-V hypervisor on a Windows Server 2008 R2 system that hosts a mix of Windows Server 2008 R2 and Windows Server 2012 R2 virtual domain controllers. You want to use snapshots to protect your virtual domain controllers on this hypervisor host. However, you have heard that doing this can cause Update Sequence Number (USN) rollback issues. What must you do to prevent this from happening? (Choose two.) Install the latest Integration Services from a Windows Server 2012 R2 hypervisor on the virtual domain controllers. Install the latest service packs on the hypervisor host. Migrate the virtual domain controllers to a VMware vSphere 5.1 hypervisor host. Upgrade the Windows Server 2008 R2 virtual domain controllers to Windows Server 2012 R2. Upgrade the hypervisor host to Windows Server 2012 or Windows Server 2012 R2.


संबंधित स्टडी सेट्स

Probability 55 questions. EDIT THIS for Geometry class...include definitions.

View Set

Florida Civic Literacy Exam Example Questions

View Set

HESI - OB, Breastfeeding Education

View Set

Biodiversity, Species Interactions, and Population Control

View Set

(Practice Quiz) Chapter 1 - Introduction to Networking

View Set