chap 12

Ace your homework & exams now with Quizwiz!

If you need to manually enable or disable the drain on the shutdown functionality option, configure the cluster's DrainOnShutdown property. You can check the current configuration using the (Get-Cluster).DrainOnShutdown PowerShell cmdlet. What is returned if this functionality is enabled?

1 0

You are managing a Windows Server 2012 virtual machine on a Hyper-V hypervisor host. Dynamic Memory is enabled in the virtual machine's configuration. The virtual machine will run several Web applications that are known to create system memory utilization spikes during heavy use. Because Dynamic Memory is enabled, you are concerned that memory could be unallocated from this virtual machine and reallocated to another, resulting in insufficient memory. You need to ensure that some physical RAM is held in reserve to prevent this from happening. Click the option you would use in the virtual machine's memory configuration to do this.

20

What is the maximum capacity of the Azure VM disk that holds the operating system?

4095 GB

You can adjust how often the data is synchronized to the replica VM. What is the default setting?

5 minutes

Which of the following BEST describes a Hyper-V replica?

A back up if the Hyper-V server has failed.

Which of the following BEST describes a guest cluster?

A failover cluster where the nodes are virtual machines running on Hyper-V servers.

Virtualization is the ability to install and run multiple operating systems concurrently on a single physical machine. Windows virtualization includes several standard components.

A file that resides within the host operating system and serves a storage device for the virtual machine. Virtual hard disk (VHD) A thin layer of software that resides between the guest operating system and the hardware. Hypervisor The guest operating system that is a software implementation of a computer that executes programs. Virtual machine The host operating system that has hardware, such as storage devices, RAM, and a motherboard. Physical machine Appears to be a self-contained and autonomous system. Virtual machine Allows virtual machines to interact with the hardware without going through the host operating system. Hypervisor

Which of the following is TRUE regarding asynchronous replication?

Acknowledgment of the write operation is sent to the application without waiting for an acknowledgment from the replication partner.

You are the network administrator for westsim.com. The network consists of a single Active Directory domain. You are responsible for a server named HV1 that has the Hyper-V role installed. HV1 hosts a virtual machine that runs a custom web application that is in use 24 hours per day. The virtual machine has one hard drive that is hosted on a 127 GB expanding virtual hard drive (.vhdx). The server is running out of room. Management would like to upload 100 GB of new media files for use in the web application. You need to provide more storage space inside the virtual machine while minimizing downtime for the custom web application. What should you do?

Add a new virtual hard drive (.vhdx) to a SCSI controller.

For security testing purposes, you need to change the source MAC address in outgoing packets originating from a Hyper-V virtual machine. Click the option you would use in the virtual machine's settings to do this.

Advanced Features

You are configuring a new external virtual switch in your Hyper-V host. The host has two physical network interfaces installed. You want the physical host to exclusively use one network interface and virtual machines running on the host to exclusively use the other. Click the option you would use to configure the virtual switch in this manner.

Allow management operating system to share this network adapter

Match each Hyper-V virtual networking feature on the left with its appropriate description on the right.

Allows a VM to see traffic from multiple VLANs Trunking Allows network traffic to be distributed across multiple CPU cores Virtual Machine Queue (VMQ) Controls the throughput of data to virtual disks Storage Quality of Service (QoS) Establishes rules that are applied to virtual switch ports Port ACLs Provides bandwidth aggregation NIC Teaming Copies traffic from one switch port to another Port Mirroring Prevents a VM from being used as a rogue DHCP server DHCP Guard

Which of the following BEST describes Azure Bastion?

Allows a user to connect to a virtual machine using the Azure portal on a browser.

Which of the following BEST describes MAP?

An agentless inventory assessment and reporting tool used to assess network environments.

You want to configure a Windows computer to boot to a Windows 10 installation on a VHD file. You will use the image on the Windows installation disk. You have downloaded the Windows AIK tools and created a virtual disk file using Disk Management. What should you do next?

Attach the VHD.

Continuous delivery (CD) and continuous integration (CI) can be set up so that when a developer starts a new build or updates an application, it's automatically deployed to the application server. Which component does Microsoft recommend for running automated test pipelines?

Azure DevTest Labs

Which of the following uses Infrastructure as Code (IaC) templates to build your repository's application and infrastructure source code?

Azure Pipelines

You want to implement Storage Replica. Which of the following options would prevent the implementation?

Both storage device uses MBR

When using a VHDX differential drive, which of the following is true regarding the differencing drive file?

Can have different OS environments

You need to create a snapshot of a virtual machine currently running on a Windows Server Hyper-V host. The server was installed using a Server Core installation, so you must do this from the command line within a PowerShell window. Which cmdlet should you use to do this?

Checkpoint-VM

When you originally deployed the AccServer virtual machine on your Windows Server 2012 R2 hypervisor, it stored accounting data from all departments in your organization and required a very large virtual disk. However, as your organization has grown, additional department-specific accounting servers have been deployed and much of the data that used to be stored on AccServer has migrated to them. Because the virtual hard disk file for the AccServer virtual machine is set to grow dynamically, the unused space in the file can be reclaimed on the physical hard drive in the Windows server. Click the option you would use in the Edit Virtual Hard Disk wizard to accomplish this without reducing the overall storage capacity of the virtual hard disk.

Compact

You currently manage a virtual machine named VM18 that has been installed on the Srv5 physical server. The virtual machine uses a single dynamic disk of 100 GB. You notice that the physical size of the virtual hard disk is 40 GB, but that the virtual machine reports only a total of 20 GB of files. You want to reduce the physical space used by the virtual hard disk. What should you do?

Compact the disk.

Which of the following Azure VM types is ideal for web servers with medium traffic?

Compute-optimized

In the basic naming convention for Azure VM sizes, what do the s, t, i, and c stand for? (Select four.)

Confidential Isolated size Premium Storage capable Tiny memory

Which of the following are features and benefits of Windows containers? (Select two.)

Containers are highly portable. Containers are disposable.

You currently manage a virtual machine named VM12 that has been installed on the Srv5 physical server. The virtual machine uses a single fixed disk of 100 GB saved in the vdisk1.vhd file. Physical disk space on the server is getting low. When you run Disk Management within the virtual machine, you notice that only 30 GB of space is being used, but the vdisk1.vhd file occupies 100 GB. You want to reduce the physical size of the virtual hard disk. What should you do?

Convert the disk to a dynamically expanding disk named vdisk2.vhd. Delete vdisk1.vhd, and change vdisk2.vhd's name to vdisk1.vhd.

Which option gives the virtual machine a new UUID?

Copy

You have exported a virtual machine to a USB flash drive. You have just installed a new Hyper-V host, and you intend to build a lab environment consisting of several VMs on it. You plug the flash drive into the new host server and begin the import process. Partway through the process, the Import Virtual Machine wizard gives you several import types to choose from. Which of the following import types should you choose?

Copy the virtual machine (create a new unique ID)

You are planning a server virtualization implementation using Hyper-V. Your virtualization solution must meet the following requirements: Both 32-bit and 64-bit operating systems will be installed as virtual machines. You need to install six virtual machines. All virtual machines must be able to communicate with each other. Virtual machines should not be able to communicate with any other network devices. Virtual machines should not be able to communicate with the management operating system. What should you do?

Create a private network

You are planning a server virtualization implementation using Hyper-V. Your virtualization solution must meet the following requirements: Both 32-bit and 64-bit operating systems will be installed as virtual machines. You need to install six virtual machines. You will manage the services running on the virtual machines from a Windows computer. What should you do?

Create an external network

You are planning a server virtualization implementation using Hyper-V. Your virtualization solution must meet the following requirements: Both 32-bit and 64-bit operating systems will be installed as virtual machines. You need to install two virtual machines. Virtual machines must be able to communicate with each other and with the host operating system. What should you do?

Create an internal network

By default, Hyper-V Replica only handles updating the state of the operating system, but not the state of any applications running. What do you need to do if you need to recover the state of the applications?

Create app-consistent recovery points.

You have decided to install multiple virtual servers. You install Hyper-V on a server that is running Windows Server 2016 Datacenter edition. You need to install the following virtual machines: Four servers running the Windows Server 2008 R2 Standard edition (64-bit) Three servers running the Windows Server 2012 R2 Datacenter edition (64-bit) Three servers running the Windows Server 2016 Standard edition (64-bit) To conserve disk space, you decide to use parent and differencing disks. You need to create the virtual hard disks used by the virtual machines. What should you do?

Create three fixed disks and ten differencing disks.

What does storage replica replicate?

Data blocks

Which of the following is TRUE regarding a unplanned failover?

Data loss may occur.

You need to be able to create standard Windows Server containers on a Windows Server 2016 system that is using the Desktop Experience deployment. Which of the following tasks must be completed on the server? (Select two. Each correct answer is part of the complete solution.)

Download and install the Docker engine. Install the Containers feature.

You have installed the necessary roles and features so your Windows Server 2022 server can support Hyper-V containers. Now you need to install the Docker engine. Use the left/right arrows to move the steps for the Docker installation process from the left to the right. Use the up/down arrows to put the steps in the most appropriate order.

Download the docker.zip file correct answer:Extract docker.zip to C:\Program Files\docker correct answer:Add C:\Program Files\docker to PATH correct answer:Register the dockerd.exe service correct answer:Start the dockerd.exe service correct answer:Configure Docker service to autostart

Which type of VHD file allocates additional physical disk space in the file as virtual disk storage is used?

Dynamically expanding

You are configuring a new external virtual switch in your Hyper-V host. You want the virtual machines running on the host to be able to use the physical network adapter installed in the system instead of virtual network interfaces. Click the option you would use to configure the virtual switch in this manner.

Enable single-root I/O virtualization (SR-IOV)

When you install Hyper-V, it creates a couple of firewall rules that can be used for replication, but they're left disabled until you actually activate them. What is the PowerShell command to enable the firewall rules?

Enable-NetFirewallRule

You need to view resource usage for a Hyper-V virtual machine named AccServer that is running on a Windows Server system. Before you can actually retrieve resource usage information, you first need to turn resource metering on for the virtual machine. Which PowerShell command can you use to do this?

Enable-VMResourceMetering -VMName AccServer

Which of the following BEST describes Single-root I/O virtualization?

Enables Network traffic to bypass the software switch layer of the Hyper-V virtualization stack.

You need to be able to access a partner organization's network using a VPN connection from within a Windows virtual machine running on a Windows server. However, the VPN connection requires a smart card for authentication. In order to connect, you need to redirect the smart card from the local physical hardware to the virtual machine. Click the option in the Hyper-V settings on the server you can use to enable this.

Enhanced Session Mode Policy

During the course of the Docker installation, you add C:\Program Files\docker to the PATH statement. You want to verify that C:\Program Files\docker is one of the file paths listed in PATH. You open the Advanced System Properties window, as shown in the image below. Click the button that will allow you to see what is in PATH.

Environment Variables

You currently manage a virtual machine named VM12 that has been installed on the Srv5 physical server. The virtual machine uses a single fixed disk of 40 GB saved in the vdisk1.vhd file. The virtual machine is running out of free disk space. The virtual machine currently uses about 39.5 GB of the available disk space. You need to add more disk space to the virtual machine. What should you do?

Expand the vdisk1.vhd disk.

You are the network administrator for Corpnet.com. You have two Windows servers named HV1 and HV2. Both servers have the Hyper-V role installed. HV1 has an Intel processor, 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?

Export VM1 on HV2 and then import it on HV3.

The Srv1 server runs Hyper-V and has several virtual 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. Which of the following procedures will let you create two virtual machines from the original VM4?

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.

Which of the following is a virtual network where virtual machines are bound to a physical NIC that connects them to a physical network that the Hyper-V host is connected to?

External Virtual Network

Which of the following is used with VM generations 1 and 2?

Fiber Channel adapters

You currently use a Windows 7 desktop system. You have been asked to evaluate Windows 10 as a possible upgrade for the Windows 7 systems you manage. You decide to install Windows 10 in a VHD file on your Windows 7 system. To ensure that the evaluation is realistic, you need to ensure the best possible performance. Which type of VHD file should you use?

Fixed size

Which PowerShell cmdlet should you use to check the services being monitored by the failover cluster? Enter the PowerShell cmdlet.

Get-ClusterVMMonitoredItem

When you initially created your external virtual switch in Hyper-V Manager, you configured the virtual machines to directly use the Broadcom NetXtreme 57xx Gigabit Controller installed on the host, instead of a virtual network adapter. You recently created a new Windows Server virtual machine on this host named DevSrv and connected its network adapter to the external virtual switch. You now want to enable the virtual machine to use the physical adapter on the host. Click the option you would use in the virtual machine's settings to do this.

Hardware Acceleration

Click on the menu option that allows you to verify that the virtual machine queue feature is enabled for a virtual machine.

Hardware acceleration

Which of the following is a setting usually made in the BIOS or UEFI that enables efficient virtualization use of the hardware environment?

Hardware-Assisted Virtualization

Which of the following BEST describes node fairness?

Identifies overloaded nodes and then redistributes virtual machines to the other nodes.

You are the network administrator for northsim.com. The network consists of a single Active Directory domain. The company has offices throughout the United States and internationally. You have two Windows servers named HV1 and HV2 that are located in the New York office. Both servers have quad core processors, 16 GB of RAM, and the Hyper-V role installed. HV1 hosts two virtual machines named APP1 and APP2: APP1 hosts an application used heavily by users in New York. APP2 hosts an application used heavily by users in London. During the day, you observe poor performance on APP1 due to a shortage of memory. During the evening, APP1 performs fine. However, APP2 experiences poor performance during peak business hours in London due to a shortage of memory. There are no empty slots to add memory to the server, and management does not have budget to upgrade HV1 for at least 6 months. You need to improve performance for APP1

Implement Dynamic Memory in the properties of APP1 and APP2.

An application developer needs a container for testing a server application that is designed to run on a Windows server in a Server Core deployment. The developer has a Windows 10 Professional workstation. Which of the following must be done on this workstation before the developer can deploy a Server Core container? (Select two. Each correct answer is part of the complete solution.)

Install the Hyper-V role. Install the Containers feature.

Software developers in your organization want to use Hyper-V to create virtual machines to test their new code. You need to add a virtual switch to the system. The virtual switch must allow communication between virtual machines running on the hypervisor, as well as with the hypervisor host itself. However, to contain the effects of bugs that may arise with the code being tested, you want to isolate the virtual machines from other hosts on the physical network. Click on the type of virtual switch you should create.

Internal

Which of the following is TRUE regarding a Hyper-V replica?

It contributes to a disaster recovery strategy by replicating virtual machines.

During which migration type can be the migration be planned or unplanned?

Live migration

You need to view resource usage for a Hyper-V virtual machine named AccServer that is running on a Windows Server system. Which PowerShell command can you use to do this?

Measure-VM -VMName AccServer

Which of the following Azure VM types is ideal for relational database servers?

Memory-optimized

Which of the following lets you measure virtual adapter traffic sent to or received from a specified address range?

Meter Port ACLs

Which report includes SQL Server, SharePoint Server, and Exchange Server?

Microsoft workload discovery report

Virtualization offers several advantages for server administrators. As an administrator, your job can be made easier because of the several tasks you can perform on or with a virtual machine instead of on a physical machine. The advantages of virtualization can be organized into the categories listed on the left.

Move many physical servers onto a few host servers with many virtual machines. Server consolidation Verify updates and patches before rolling them out into the production environment. Testing functions Create a sandboxed environment where malware can be executed with minimal risk to equipment and software. Isolation Move virtual machines between hypervisor hosts as needed. Flexibility Create a lab environment that mirrors your production network to see how an application runs before putting it into production. Testing functions Migrate an older operating system off of aging hardware and into a virtual machine. Server consolidation

You are working in Hyper-V Manager on a system that hosts several Windows Server 2008 R2 virtual machines. You create snapshots of these virtual machines nightly as part of your disaster recovery plan. Users are complaining that they can no longer access the virtual servers. In Hyper-V Manager, they are identified as being in a Paused-Critical state. What should you do? (Select two. Each answer is a part of the overall solution.)

Move the snapshot files to the new hard disk. Install a new physical hard disk in the hypervisor host.

Which options are associated with CredSSP authentication?

Must sign in on source server No additional configuration

Click on the menu option that allows you to enable bandwidth management.

Network Adapter

For most of the year, the AccSrv virtual machine is only lightly utilized. However, at quarter-end and year-end, it is heavily utilized as accountants in your organization prepare reports and reconcile accounts. You need to ensure the virtual network adapter in this virtual machine has sufficient bandwidth available for these peak periods, so you decide to enable bandwidth management on the adapter. Click the option you would use in the virtual machine's settings to do this.

Network Adapter

You are configuring the network for an Azure virtual machine. Which resource holds a list of access control list (ACL) rules?

Network security group

You want to implement Hyper-V so you can create a lab environment that mirrors your production network for testing applications before deploying them into your production environment. You're planning on having four virtual Windows Servers in this lab environment. You plan to use a file server already in production to create your first Hyper-V host system. You have a system with the following specifications and OS installed: A 64-bit processor with second-level address translation (SLAT). VM monitor mode extensions. UEFI that supports virtualization with the following features:Hardware-assisted virtualization with Intel VT.Data Execution Prevention (DEP) enabled with Intel Execute Disable Bit (XD). 64 GB RAM. Windows Server 2016 Standard edition with the Server Core deployment. Is this system a good choice for hosting your lab environment?

No, best practice suggests that the system should be a dedicated hypervisor host with only the Hyper-V role installed.

You want to create a cluster using two virtual machines. You perform the following steps: Create two virtual machines on the same Hyper-V host. Configure a private virtual switch and connect each VM to it. Install the Windows Server operating system on each VM. Add the Failover Clustering role on each VM. Launch Failover Cluster Manager. Begin the validation process for this configuration by selecting the two VMs as nodes in the cluster. When you run the validation tests, will this configuration pass?

No. There is no shared storage device configured for the cluster nodes to use.

You want to implement Hyper-V so you can create a lab environment that mirrors your production network for testing applications before deploying them into your production environment. You're planning on having four virtual Windows servers in this lab environment. Your lab environment will need access to the physical network and the Internet. You plan to use hardware that you already have on hand to create your first Hyper-V host system. You have an unused system with the following specifications and OS installed: A 64-bit processor with second-level address translation (SLAT) VM monitor mode extensions UEFI that supports virtualization with the following features:Hardware-assisted virtualization with Intel VTData Execution Prevention (DEP) enabled with Intel Execute Disable Bit (XD) 64 GB RAM Windows Server 2016 Standard edition with the Server Core deployment A single 1 Gbps network adapter Is this system a good cho

No. When guest systems need network access, best practice suggests that a host should have its own network adapter and an additional network adapter for every four virtual machines.

The sales department in your organization needs you to deploy a new web-based contact management application for them. The application runs only on Windows Server 2008 R2. You don't have a budget for new hardware, but you do have unused licenses available for this operating system. You decide to create a new virtual machine on an existing Windows Server 2016 Hyper-V host in your network. You plan to configure the virtual machine as follows: Specify a Generation 2 virtual machine. Create a 200 GB virtual SCSI hard disk (VHDX) for the system volume. Create a 1 TB virtual SCSI hard disk (VHDX) for application data. Create a virtual SCSI optical drive. Install a 64-bit version of Windows Server 2008 R2. Will this configuration work?

No. Windows Server 2008 R2 is not supported in Generation 2 virtual machines.

The sales department in your organization needs you to deploy a new web-based contact management application for them. The application runs on Windows Server 2012. You don't have a budget for new hardware, but you do have unused licenses available for this operating system. You decide to create a new virtual machine on an existing Windows Server 2016 Hyper-V host in your network. You created the virtual machine as follows: Generation 1 virtual machine 200 GB virtual IDE hard disk (VHDX) for the system volume 1 TB virtual SCSI hard disk (VHDX) for application data IDE virtual optical drive Windows Server 2012 After several months in production, you decide that you would like to implement the Secure Boot feature in the virtual machine. You know this feature is only available on Generation 2 virtual machines, so you decide to upgrade the virtual machine and then implement the new feature. Will this configuration work?

No. You cannot change the generation of a virtual machine after it has been created.

You want to implement Hyper-V so you can create a lab environment that mirrors your production network for testing applications before deploying them into your production environment. You're planning on having four virtual Windows servers in this lab environment. You plan to use hardware that you already have on hand to create your first Hyper-V host system. You have an unused system with the following specifications and OS installed: A 64-bit processor with second-level address translation (SLAT). VM monitor mode extensions. UEFI that supports virtualization with the following features:Hardware-assisted virtualization with Intel VT.Data Execution Prevention (DEP) enabled with Intel Execute Disable Bit (XD). 4 GB RAM. Windows Server 2016 Standard Edition with the Desktop Experience deployment. Will this system allow you to create your lab environment?

No. You need more RAM to support four virtual machines.

Which of the following are examples of Type 2 hypervisors? (Select three.)

Oracle VirtualBox Microsoft Hyper-V VMware Workstation

You are the network administrator for Corpnet.com. The network has two servers that run Windows Server. They are named HV1 and HV2. Both servers are running the Hyper-V role and are members of a cluster named Cluster1. HV1 hosts a virtual machine running a Windows server named VM1. HV1 is running low on space. You would like to transfer the VHD file for VM1 to HV2 while you requisition additional space. VM1 must remain available while space is added to HV1. What should you do?

Perform a storage migration.

Which of the following is true regarding VHDX fixed drives?

Performance is improved because the entire virtual disk is a contiguous block.

You need to add additional disk space to the AccServ virtual machine running on a Windows server. To accomplish this, you decide to create a pass-through disk. Click the option you would use in the virtual machine's settings screen to do this.

Physical Hard Disk

You need to failover a virtual machine running on a Windows Server 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, which transfers the workload from the primary server to the replica server with no loss of information. Which type of failover should you use?

Planned

During which migration type is the virtual machine paused?

Quick migration

You are considering implementing NIC Teaming in a virtual machine running in Hyper-V. The virtual machine is configured with 8 GB of system RAM, a 1 TB virtual hard disk file, and four virtual network adapters. You want to use all of the network adapters in the team to provide load balancing and failover. What should you do?

Reduce the number of virtual NICs in the team to two.

What are the exceptions to be enabled inside of the firewall when you use virtual machine monitoring? (Select two.)

Remote Service Management Virtual Machine Monitoring

Continuous delivery (CD) and continuous integration (CI) can be set up so that when a developer starts a new build or updates an application, it's automatically deployed to the application server. Which component is used to store the most recent version of a developer's code?

Repository

You want to configure a computer to boot to a Windows installation on a VHD file. You will use the install.wim image on the Windows installation disk. You have downloaded the Windows AIK tools. You created and attached a virtual disk file using Disk Management. You ran ImageX to apply the image to the VHD file. What should you do next?

Run BCDEdit to create a BCD entry pointing to the VHD file.

You have Windows installed on a VHD on a system that is not running a hypervisor. Which of the following are you unable to do?

Run Windows from the VHD concurrently with the system's host operating system.

You need to copy files to a VHD file that contains a Windows installation. Which of the following steps can you use to make this possible?

Run diskpart.exe and then use the list, select, and attach commands.

The Srv1 server runs Hyper-V and has several virtual servers installed. Currently, most virtual servers are used for testing purposes. The physical system is running out of memory because of all of the virtual machines that are currently active. You want to stop three virtual machines to free up system resources. You want to stop the virtual machines so that all open applications are still open and running when they start again. What should you do?

Save the virtual machine.

Which of the following is a Hyper-V created virtual machine that prevents unauthorized administrators from accessing the VM?

Shielded VM

Which of the following is TRUE regarding a test failover?

Should be performed monthly.

Which Hyper-V feature found in Windows Server provides temporary memory that allows a virtual machine to restart even when there is not enough physical memory available?

Smart Paging

You want to use Hyper-V to create two virtual machines that each use a common parent installation. Listed below are the steps necessary to complete the configuration. Drag each required step from the list on the left to the spaces on the right. Use only the necessary steps to complete the configuration.

Step 1 Create one fixed disk. Step 2 Create the virtual machine(s). Step 3 Install the operating system. Step 4 Make the disk(s) read only. Step 5 Create two differencing disks. Step 6 Create the virtual machine(s).

Put the continuous delivery and continuous integration workflow in the correct order.

Step 1: Azure Pipelines is automatically triggered to build and test new jobs. Step 2: VM applications push to the VM Registry. Step 3: Azure DevTest Labs manages the application deployment and test environment. Step 4: Application changes are deployed to the production environment. Step 5: Azure Monitor collects data in the form of logs and metrics.

You are configuring a NIC team that is being used for failover only and not bandwidth aggregation. Which NIC teaming configuration must you use?

Switch-independent teaming

You currently manage a virtual machine named VM18 that has been installed on the Srv5 physical server. The virtual machine runs Windows Server and a custom application. You receive an update to the application. You want to save the current state so if the update causes any problems, you can easily revert back to the state before the update was installed. What should you do?

Take a snapshot of the virtual machine.

You need to failover a virtual machine running on a Windows Server 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

Drag the hypervisor type on the left to the failover that is initiated from it on the right. (Answers may be used more than once.)

Test Failover Replica Server Planned Failover Primary Server Unplanned Failover Replica Server

Which of the following allows a machine to see traffic from multiple VLANs?

Trunking

You want to view, but not modify, the Windows installation and data files in a VHD file. What should you do?

Use Disk Management to attach the VHD file as read-only.

You are the network administrator for Corpnet.com. You have several virtual machines hosted on a VMware platform. You have installed a new Windows server that has the Hyper-V role installed. You need to migrate the VMware virtual machines to Hyper-V. What should you do?

Use the Microsoft Virtual Machine Converter (MVMC) tool.

Which of the following settings allows network traffic received on the virtual network adapter to be distributed across multiple CPU cores?

Virtual Machine Queue (VMQ)

Specific services running within clustered virtual machines can be monitored in Failover Cluster Manager. Before Failover Cluster Manager can be configured to monitor services, you must allow apps and features through the Windows firewall on the virtual machines you want to monitor. The image below shows the Allow apps and features dialog in Windows Server VM. Select the boxes in this dialog that must be enabled to allow Failover Cluster Manager to monitor services on this VM. (Select two.)

Virtual Machine left and right boxes

Which of the following host operating systems can be used as the host of a Server Core Windows Server container? (Select two.)

Windows Server 2016 Server Core Windows Server 2016 Desktop Experience

Which PowerShell cmdlet should you use to add a service to the list of services monitored by the failover cluster? Enter the PowerShell cmdlet.

add-ClusterVMMonitoredItem

You want to create a VHD file with the following settings: Size: 200 GB Location: F:\VHDS Name: Win10vhd Which DiskPart command should you use?

create vdisk file=f:\VHDS\Win10vhd.vhd maximum=204800

You perform the following to prepare to deploy the Windows Containers feature on your Windows Server 2022 system: Install the required roles and features. Perform the Docker installation and configuration process. After completing these steps, you want to verify that everything needed for deploying Windows Containers has been successfully installed. Enter the command you would use at an elevated command prompt to complete this verification. (Use lower-case characters only.)

docker info

Which of the following Docker commands is used to display information about all the containers currently running on the container host?

docker ps

Docker is used to deploy and manage containers on a container host. Docker is composed of three components. Which of the following Docker components is used from the command line of the container host to deploy and manage containers?

docker.exe

You are installing the Docker engine on your Windows Server 2022 server. You have completed the following steps: Download the Docker zip file. Extract the Docker zip file to C:\Program Files\docker. Add C:\Program Files\docker to the PATH environment variable. Next, you need to register dockerd.exe as a service. Enter the command you would use to register dockerd.exe as a service. (Use lower-case characters only.)

dockerd.exe --register-service


Related study sets

Scarcity and the Factors of Production

View Set

History of Christianity 1 - Gonzalez Test 1: Study Guide (Ch. 3-12)

View Set

Opioid Analgesics (meperidine, fentanyl, methadone, morphine, oxycodone)

View Set

Chapter 8 - Foundations of Motivation

View Set

Module A: North Carolina Nurse Aide I

View Set

Intro to marketing HW #9 questions

View Set