

DRAG DROP You have an on-premises datacenter named Site1. Site1 contains a VMware vSphere cluster named Cluster1 that hosts 100 virtual machines. Cluster1 is managed by using VMware vCenter. You have an Azure subscription named Sub1. You plan to migrate the virtual machines from Cluster1 to Sub1. You need to identify which resources are required to run the virtual machines in Azure. The solution must minimize administrative effort. What should you configure? To answer, drag the appropriate resources to the correct targets. Each resource may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.
sub1 → Azure VMware Solution private cloud, cluster1 → Azure VMware Solution private cloud. If you want the migrated VMs to keep running natively on VMware in Azure with as little extra setup as possible, AVS private cloud fits for both. No need to add appliances or projects unless you're refactoring, I think. Open to other views if someone did this recently!
cluster1: An Azure Migrate appliance
Had something like this in a mock, pretty sure that's how the resources go.
HOTSPOT You have an Azure subscription. You plan to deploy two 100-virtual machine deployments as shown in the following table. 
HOTSPOT You have two on-premises Microsoft SQL Server 2017 instances that host an Always On availability group named AG1. AG1 contains a single database named DB1. You have an Azure subscription that contains a virtual machine named VM1VM1 runs Linux and contains a SQL Server 2019 instance. You need to migrate DB1 to VMI. The solution must minimize downtime on DBI. What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Create an Always On availability group on VM1 first, then use a distributed availability group for the migration. Distributed AGs let you sync between two AGs even across different OS versions, which should keep downtime really low for DB1. Pretty sure that's how it's done in hybrid migrations.
DRAG DROP You are designing a virtual machine that will run Microsoft SQL Server and will contain two data disks. The first data disk will store log files, and the second data disk will store dat a. Both disks are P40 managed disks. You need to recommend a caching policy for each disk. The policy must provide the best overall performance for the virtual machine. Which caching policy should you recommend for each disk? To answer, drag the appropriate policies to the correct disks. Each policy may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.
SQL Server logging is super sensitive to durability, so caching on the log disk actually risks data loss if something crashes. For the data disk, ReadOnly cache makes those SELECTs faster since reads hit the host cache first and there's no risk of write corruption. Pretty sure that's what other exams mention too, unless they're asking for a weird config.
DRAG DROP You plan to import data from your on-premises environment to Azure. The data Is shown in the following table. 
HOTSPOT Your company has two on-premises sites in New York and Los Angeles and Azure virtual networks in the East US Azure region and the West US Azure region. Each on-premises site has Azure ExpressRoute circuits to both regions. You need to recommend a solution that meets the following requirements: Outbound traffic to the Internet from workloads hosted on the virtual networks must be routed through the closest available on-premises site. If an on-premises site fails, traffic from the workloads on the virtual networks to the Internet must reroute automatically to the other site. What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.





