Microsoft Azure Administrator AZ-104 Azure Virtual Machines Practice Test 2

 

Topic 08 Practice Test 2 covers Azure Virtual Machines for Microsoft Azure Administrator AZ-104 and maps to the objective: Create and configure virtual machines. For broader exam preparation, review the Microsoft AZ-104 Exam Dumps. Every option includes focused technical reasoning explaining both the Azure concept and its fit to the scenario.

Question 1

Wingtip Toys needs a VM size that is not listed among the current cluster resize options. What should the administrator do before applying the new size? Choose ONE.

  1. Deallocate the VM, resize it, and then start it again
  2. Resize the VM while it is running, accepting the required reboot
  3. Choose an Azure VM size that meets the workload requirements
  4. Deploy the workload with an Azure Virtual Machine Scale Set

Correct Answer: A

Correct Answer

 

 

Answer A is correct because For Wingtip Toys, the required behavior is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. When the requested VM size is not available on the current cluster, the VM must be deallocated so Azure can place it on hardware that supports the new size before restart. That is why this option fits.

Incorrect Answers

 

Answer B is incorrect because If the requested size is available on the current hardware cluster, Azure can resize the VM without first deallocating it, although the operation restarts the VM. That feature is valid Azure functionality, but The requirement for Wingtip Toys is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

Answer C is incorrect because For Wingtip Toys, the required behavior is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. The VM size determines compute resources and supported capabilities such as vCPU count, memory, disk and network limits, so the selected SKU must satisfy workload and regional availability needs. That is not the behavior this scenario calls for.

Answer D is incorrect because Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. That does not line up with the stated constraint for Wingtip Toys: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

 

Question 2

  1. Datum attempts to resize a VM but the target SKU cannot be allocated on the present hardware cluster. Which procedure is required? Choose ONE.
  2. Resize the VM while it is running, accepting the required reboot
  3. Deallocate the VM, resize it, and then start it again
  4. Choose an Azure VM size that meets the workload requirements
  5. Deploy the workload with an Azure Virtual Machine Scale Set

Correct Answer: B

Correct Answer

 

 

Answer B is correct because When the requested VM size is not available on the current cluster, the VM must be deallocated so Azure can place it on hardware that supports the new size before restart. The technical fit for A. Datum is direct because the requirement is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

Incorrect Answers

 

Answer A is incorrect because For A. Datum, the deciding constraint is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. If the requested size is available on the current hardware cluster, Azure can resize the VM without first deallocating it, although the operation restarts the VM. This solves a different operational need.

Answer C is incorrect because The VM size determines compute resources and supported capabilities such as vCPU count, memory, disk and network limits, so the selected SKU must satisfy workload and regional availability needs. Even though the feature can be useful, it does not provide The required outcome for A. Datum: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

Answer D is incorrect because The A. Datum scenario is testing this requirement: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. This option does not provide that result.

 

Question 3

Fourth Coffee must move a VM to a size family unavailable on its current host cluster. What is the correct resize workflow? Choose ONE.

  1. Resize the VM while it is running, accepting the required reboot
  2. Choose an Azure VM size that meets the workload requirements
  3. Deallocate the VM, resize it, and then start it again
  4. Deploy the workload with an Azure Virtual Machine Scale Set

Correct Answer: C

Correct Answer

 

 

Answer C is correct because When the requested VM size is not available on the current cluster, the VM must be deallocated so Azure can place it on hardware that supports the new size before restart. For Fourth Coffee, that directly matches the stated requirement: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

Incorrect Answers

 

Answer A is incorrect because If the requested size is available on the current hardware cluster, Azure can resize the VM without first deallocating it, although the operation restarts the VM. It misses the key condition in the Fourth Coffee case: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

Answer B is incorrect because Fourth Coffee must satisfy this condition: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. The VM size determines compute resources and supported capabilities such as vCPU count, memory, disk and network limits, so the selected SKU must satisfy workload and regional availability needs. This option is aimed at another design goal.

Answer D is incorrect because Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. Fourth Coffee needs a different capability; the required result is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

 

Question 4

Lucerne Publishing finds that its requested size is supported in the region but not on the VM current cluster. Which step enables Azure to relocate it for the resize? Choose ONE.

  1. Resize the VM while it is running, accepting the required reboot
  2. Choose an Azure VM size that meets the workload requirements
  3. Deploy the workload with an Azure Virtual Machine Scale Set
  4. Deallocate the VM, resize it, and then start it again

Correct Answer: D

Correct Answer

 

 

Answer D is correct because The required outcome for Lucerne Publishing is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. When the requested VM size is not available on the current cluster, the VM must be deallocated so Azure can place it on hardware that supports the new size before restart. This option provides that capability.

Incorrect Answers

 

Answer A is incorrect because The requirement for Lucerne Publishing is: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. If the requested size is available on the current hardware cluster, Azure can resize the VM without first deallocating it, although the operation restarts the VM. The option therefore targets a different Azure capability.

Answer B is incorrect because The VM size determines compute resources and supported capabilities such as vCPU count, memory, disk and network limits, so the selected SKU must satisfy workload and regional availability needs. The mismatch for Lucerne Publishing is the stated requirement: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware.

Answer C is incorrect because The Lucerne Publishing design calls for this outcome: the requested VM size is unavailable on the current cluster so Azure must re-place the VM on compatible hardware. Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. This choice addresses another concern.

 

Question 5

Contoso has a compliance requirement to encrypt supported VM cache and temporary-disk data at the host layer in addition to Storage service encryption. What should it enable? Choose ONE.

  1. Enable encryption at host on a supported VM configuration
  2. Use Azure managed disks for the VM disks
  3. Create a managed disk snapshot before the risky disk change
  4. Use the standard Azure resource move operation after validating dependencies

Correct Answer: A

Correct Answer

 

 

Answer A is correct because Encryption at host encrypts data on the VM host, including supported temporary disks and disk caches, before data flows to the Storage service, providing end-to-end at-rest protection. The deciding condition in The Contoso scenario is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. This option fits that condition.

Incorrect Answers

 

Answer B is incorrect because Managed disks are Azure-managed block-level storage volumes for virtual machines and remove the need to manage storage accounts for individual VM OS and data disks. This would not resolve the stated requirement for Contoso: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

Answer C is incorrect because In the Contoso case, the required result is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. A managed disk snapshot captures a point-in-time copy of a managed disk and provides a recovery source that can be used to create another managed disk if a later change fails. Selecting this would solve a neighboring problem instead.

Answer D is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. It is not the appropriate selection for Contoso; the scenario requires: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

 

Question 6

Fabrikam wants end-to-end at-rest encryption that covers data while it resides on the Azure VM host. Which VM disk security feature should it configure? Choose ONE.

  1. Use Azure managed disks for the VM disks
  2. Enable encryption at host on a supported VM configuration
  3. Create a managed disk snapshot before the risky disk change
  4. Use the standard Azure resource move operation after validating dependencies

Correct Answer: B

Correct Answer

 

 

Answer B is correct because The key requirement for Fabrikam is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. Encryption at host encrypts data on the VM host, including supported temporary disks and disk caches, before data flows to the Storage service, providing end-to-end at-rest protection.

Incorrect Answers

 

Answer A is incorrect because For Fabrikam, the required behavior is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. Managed disks are Azure-managed block-level storage volumes for virtual machines and remove the need to manage storage accounts for individual VM OS and data disks. That is not the behavior this scenario calls for.

Answer C is incorrect because A managed disk snapshot captures a point-in-time copy of a managed disk and provides a recovery source that can be used to create another managed disk if a later change fails. That does not line up with the stated constraint for Fabrikam: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

Answer D is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. For Fabrikam, however, that does not meet the stated requirement: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

 

Question 7

Northwind Traders must protect supported disk cache data on the compute host before data flows to Azure Storage. Which capability is designed for this? Choose ONE.

  1. Use Azure managed disks for the VM disks
  2. Create a managed disk snapshot before the risky disk change
  3. Enable encryption at host on a supported VM configuration
  4. Use the standard Azure resource move operation after validating dependencies

Correct Answer: C

Correct Answer

 

 

Answer C is correct because Encryption at host encrypts data on the VM host, including supported temporary disks and disk caches, before data flows to the Storage service, providing end-to-end at-rest protection. This aligns with The Northwind Traders scenario, whose requirement is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

Incorrect Answers

 

Answer A is incorrect because Managed disks are Azure-managed block-level storage volumes for virtual machines and remove the need to manage storage accounts for individual VM OS and data disks. Even though the feature can be useful, it does not provide The required outcome for Northwind Traders: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

Answer B is incorrect because The Northwind Traders scenario is testing this requirement: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. A managed disk snapshot captures a point-in-time copy of a managed disk and provides a recovery source that can be used to create another managed disk if a later change fails. This option does not provide that result.

Answer D is incorrect because The required outcome for Northwind Traders is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. This capability does not satisfy that condition.

 

Question 8

Adventure Works is deploying supported VM sizes and requires at-rest encryption on host-level temporary and cached data. What should the administrator enable? Choose ONE.

  1. Use Azure managed disks for the VM disks
  2. Create a managed disk snapshot before the risky disk change
  3. Use the standard Azure resource move operation after validating dependencies
  4. Enable encryption at host on a supported VM configuration

Correct Answer: D

Correct Answer

 

 

Answer D is correct because For Adventure Works, the technical constraint is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. Encryption at host encrypts data on the VM host, including supported temporary disks and disk caches, before data flows to the Storage service, providing end-to-end at-rest protection.

Incorrect Answers

 

Answer A is incorrect because Adventure Works must satisfy this condition: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service. Managed disks are Azure-managed block-level storage volumes for virtual machines and remove the need to manage storage accounts for individual VM OS and data disks. This option is aimed at another design goal.

Answer B is incorrect because A managed disk snapshot captures a point-in-time copy of a managed disk and provides a recovery source that can be used to create another managed disk if a later change fails. Adventure Works needs a different capability; the required result is: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

Answer C is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. The Adventure Works scenario instead calls for this outcome: data on the VM host and supported disk caches or temporary storage must be encrypted at rest before it reaches the Storage service.

 

Question 9

Tailspin Toys needs to reorganize a supported VM into a different resource group in the same subscription without changing its Azure region. What should it use? Choose ONE.

  1. Use the standard Azure resource move operation after validating dependencies
  2. Use Azure Resource Mover for the cross-region move
  3. Move the VM together with the required dependent resources
  4. Deploy the workload with an Azure Virtual Machine Scale Set

Correct Answer: A

Correct Answer

 

 

Answer A is correct because The Tailspin Toys scenario turns on this requirement: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. That makes this the appropriate choice.

Incorrect Answers

 

Answer B is incorrect because Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. The mismatch for Tailspin Toys is the stated requirement: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

Answer C is incorrect because The Tailspin Toys design calls for this outcome: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. This choice addresses another concern.

Answer D is incorrect because Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. That feature is valid Azure functionality, but The requirement for Tailspin Toys is: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

 

Question 10

Woodgrove Bank is restructuring resource groups and wants to move a normal supported VM after validating move dependencies. Which operation is appropriate? Choose ONE.

  1. Use Azure Resource Mover for the cross-region move
  2. Use the standard Azure resource move operation after validating dependencies
  3. Move the VM together with the required dependent resources
  4. Deploy the workload with an Azure Virtual Machine Scale Set

Correct Answer: B

Correct Answer

 

 

Answer B is correct because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. The capability is relevant to Woodgrove Bank because the required outcome is: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

Incorrect Answers

 

Answer A is incorrect because In the Woodgrove Bank case, the required result is: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. Selecting this would solve a neighboring problem instead.

Answer C is incorrect because A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. It is not the appropriate selection for Woodgrove Bank; the scenario requires: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

Answer D is incorrect because For Woodgrove Bank, the deciding constraint is: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. This solves a different operational need.

 

Question 11

Proseware needs to transfer ownership of a VM to a different resource group in the same region. The configuration has no documented move limitation. What should it do? Choose ONE.

  1. Use Azure Resource Mover for the cross-region move
  2. Move the VM together with the required dependent resources
  3. Use the standard Azure resource move operation after validating dependencies
  4. Deploy the workload with an Azure Virtual Machine Scale Set

Correct Answer: C

Correct Answer

 

 

Answer C is correct because The scenario for Proseware requires this result: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. This directly addresses it.

Incorrect Answers

 

Answer A is incorrect because Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. That does not line up with the stated constraint for Proseware: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

Answer B is incorrect because A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. For Proseware, however, that does not meet the stated requirement: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

Answer D is incorrect because Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. It misses the key condition in the Proseware case: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

 

Question 12

Litware is changing resource-group boundaries for a supported VM but not its region. Which Azure management operation should perform the move? Choose ONE.

  1. Use Azure Resource Mover for the cross-region move
  2. Move the VM together with the required dependent resources
  3. Deploy the workload with an Azure Virtual Machine Scale Set
  4. Use the standard Azure resource move operation after validating dependencies

Correct Answer: D

Correct Answer

 

 

Answer D is correct because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. It is the suitable choice for Litware; the deciding requirement is: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region.

Incorrect Answers

 

Answer A is incorrect because The Litware scenario is testing this requirement: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. This option does not provide that result.

Answer B is incorrect because The required outcome for Litware is: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. This capability does not satisfy that condition.

Answer C is incorrect because The requirement for Litware is: a supported VM and its required resources must move to another resource group using the normal Azure resource move mechanism rather than changing region. Virtual Machine Scale Sets centrally create and manage groups of VM instances and support high availability, consistent configuration, and horizontal scaling across demand changes. The option therefore targets a different Azure capability.

 

Question 13

Wingtip Toys is moving a VM with its NIC and virtual network to another subscription. Azure validation reports missing dependent resources. What should the administrator do? Choose ONE.

  1. Move the VM together with the required dependent resources
  2. Use the standard Azure resource move operation after validating dependencies
  3. Use Azure Resource Mover for the cross-region move
  4. Deploy separate VM instances across availability zones

Correct Answer: A

Correct Answer

 

 

Answer A is correct because For Wingtip Toys, the required behavior is: a cross-subscription VM move must include all resources Azure identifies as required dependencies. A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. That is why this option fits.

Incorrect Answers

 

Answer B is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. Wingtip Toys needs a different capability; the required result is: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Answer C is incorrect because Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. The Wingtip Toys scenario instead calls for this outcome: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Answer D is incorrect because Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. This would not resolve the stated requirement for Wingtip Toys: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

 

Question 14

  1. Datum attempts a cross-subscription VM move and receives an incomplete dependency-set error. Which corrective action is appropriate? Choose ONE.
  2. Use the standard Azure resource move operation after validating dependencies
  3. Move the VM together with the required dependent resources
  4. Use Azure Resource Mover for the cross-region move
  5. Deploy separate VM instances across availability zones

Correct Answer: B

Correct Answer

 

 

Answer B is correct because A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. The technical fit for A. Datum is direct because the requirement is: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Incorrect Answers

 

Answer A is incorrect because The A. Datum design calls for this outcome: a cross-subscription VM move must include all resources Azure identifies as required dependencies. Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. This choice addresses another concern.

Answer C is incorrect because Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. That feature is valid Azure functionality, but The requirement for A. Datum is: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Answer D is incorrect because For A. Datum, the required behavior is: a cross-subscription VM move must include all resources Azure identifies as required dependencies. Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. That is not the behavior this scenario calls for.

 

Question 15

Fourth Coffee needs to move a supported VM to another subscription and wants the operation to pass Resource Manager dependency validation. What should be included? Choose ONE.

  1. Use the standard Azure resource move operation after validating dependencies
  2. Use Azure Resource Mover for the cross-region move
  3. Move the VM together with the required dependent resources
  4. Deploy separate VM instances across availability zones

Correct Answer: C

Correct Answer

 

 

Answer C is correct because A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. For Fourth Coffee, that directly matches the stated requirement: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Incorrect Answers

 

Answer A is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. It is not the appropriate selection for Fourth Coffee; the scenario requires: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Answer B is incorrect because For Fourth Coffee, the deciding constraint is: a cross-subscription VM move must include all resources Azure identifies as required dependencies. Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. This solves a different operational need.

Answer D is incorrect because Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. Even though the feature can be useful, it does not provide The required outcome for Fourth Coffee: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

 

Question 16

Lucerne Publishing is planning a VM subscription move and discovers that the attached networking resources are required by the move. What should it do? Choose ONE.

  1. Use the standard Azure resource move operation after validating dependencies
  2. Use Azure Resource Mover for the cross-region move
  3. Deploy separate VM instances across availability zones
  4. Move the VM together with the required dependent resources

Correct Answer: D

Correct Answer

 

 

Answer D is correct because The required outcome for Lucerne Publishing is: a cross-subscription VM move must include all resources Azure identifies as required dependencies. A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. This option provides that capability.

Incorrect Answers

 

Answer A is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. For Lucerne Publishing, however, that does not meet the stated requirement: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Answer B is incorrect because Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. It misses the key condition in the Lucerne Publishing case: a cross-subscription VM move must include all resources Azure identifies as required dependencies.

Answer C is incorrect because Lucerne Publishing must satisfy this condition: a cross-subscription VM move must include all resources Azure identifies as required dependencies. Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. This option is aimed at another design goal.

 

Question 17

Contoso is relocating a production VM and its network dependencies from East US to Central US. Which Azure service should orchestrate the cross-region move? Choose ONE.

  1. Use Azure Resource Mover for the cross-region move
  2. Use the standard Azure resource move operation after validating dependencies
  3. Move the VM together with the required dependent resources
  4. Deploy separate VM instances across availability zones

Correct Answer: A

Correct Answer

 

 

Answer A is correct because Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. The deciding condition in The Contoso scenario is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. This option fits that condition.

Incorrect Answers

 

Answer B is incorrect because The required outcome for Contoso is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. This capability does not satisfy that condition.

Answer C is incorrect because The requirement for Contoso is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. The option therefore targets a different Azure capability.

Answer D is incorrect because Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. The mismatch for Contoso is the stated requirement: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow.

 

Question 18

Fabrikam must move several supported VMs to a different Azure region and wants dependency discovery plus a prepare, initiate, and commit workflow. What should it use? Choose ONE.

  1. Use the standard Azure resource move operation after validating dependencies
  2. Use Azure Resource Mover for the cross-region move
  3. Move the VM together with the required dependent resources
  4. Deploy separate VM instances across availability zones

Correct Answer: B

Correct Answer

 

 

Answer B is correct because The key requirement for Fabrikam is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow.

Incorrect Answers

 

Answer A is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. The Fabrikam scenario instead calls for this outcome: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow.

Answer C is incorrect because A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. This would not resolve the stated requirement for Fabrikam: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow.

Answer D is incorrect because In the Fabrikam case, the required result is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. Selecting this would solve a neighboring problem instead.

 

Question 19

Northwind Traders is exiting one Azure region and needs a supported service for moving VMs and related resources to another region. Which service fits? Choose ONE.

  1. Use the standard Azure resource move operation after validating dependencies
  2. Move the VM together with the required dependent resources
  3. Use Azure Resource Mover for the cross-region move
  4. Deploy separate VM instances across availability zones

Correct Answer: C

Correct Answer

 

 

Answer C is correct because Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow. This aligns with The Northwind Traders scenario, whose requirement is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow.

Incorrect Answers

 

Answer A is incorrect because Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. That feature is valid Azure functionality, but The requirement for Northwind Traders is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow.

Answer B is incorrect because For Northwind Traders, the required behavior is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. That is not the behavior this scenario calls for.

Answer D is incorrect because Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. That does not line up with the stated constraint for Northwind Traders: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow.

 

Question 20

Adventure Works needs a managed workflow to replicate and then move a VM across Azure regions. Which Azure capability should the administrator select? Choose ONE.

  1. Use the standard Azure resource move operation after validating dependencies
  2. Move the VM together with the required dependent resources
  3. Deploy separate VM instances across availability zones
  4. Use Azure Resource Mover for the cross-region move

Correct Answer: D

Correct Answer

 

 

Answer D is correct because For Adventure Works, the technical constraint is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. Azure Resource Mover orchestrates moving supported VMs and related resources between Azure regions, including dependency discovery, preparation, replication, and the final move workflow.

Incorrect Answers

 

Answer A is incorrect because For Adventure Works, the deciding constraint is: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. Supported VMs can move between resource groups or subscriptions with Azure resource move operations, but required dependent resources and special-case restrictions must be validated first. This solves a different operational need.

Answer B is incorrect because A cross-subscription VM move can require dependent networking and disk resources to move together; Azure validates the dependency set before allowing the move. Even though the feature can be useful, it does not provide The required outcome for Adventure Works: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow.

Answer C is incorrect because The Adventure Works scenario is testing this requirement: the VM and related supported resources must be moved from one Azure region to another through the supported regional move workflow. Availability zones are physically separate datacenter zones with independent power, cooling, and networking, so distributing instances across zones protects against a datacenter-level failure. This option does not provide that result.

 

Leave a Reply

How It Works

img
Step 1. Choose Exam
on ExamLabs
Download IT Exams Questions & Answers
img
Step 2. Open Exam with
Avanset Exam Simulator
Press here to download VCE Exam Simulator that simulates real exam environment
img
Step 3. Study
& Pass
IT Exams Anywhere, Anytime!