Practice Free AZ-120 Exam Online Questions
HOTSPOT
You have an SAP development landscape on Azure.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.


Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a complex SAP environment that has both ABAP- and Java-based systems. The current on-premises landscapes are based on SAP NetWeaver 7.0 (Unicode and Non-Unicode) running on Windows Server and Microsoft SQL Server.
You need to migrate the SAP environment to a HANA-certified Azure environment.
Solution: You migrate SAP to Azure by using Azure Site Recovery, and then you upgrade to SAP NetWeaver 7.4.
Does this meet the goal?
- A . Yes
- B . No
B
Explanation:
We need upgrade to SAP NetWeaver 7.4 before the migration.
Reference: https://docs.microsoft.com/en-us/azure/site-recovery/vmware-azure-architecture
You are planning a highly available SAP HANA deployment on Azure virtual machines.
You need to recommend a solution for monitoring TCP latency between the SAP application and the database tiers on the TCP socket layer.
What should you include in the recommendation?
- A . the Azure Network Watcher reachability report
- B . Azure Extension for SAP
- C . the NIPING command
- D . the PING command
You have an on-premises datacenter.
You have an Azure subscription that contains a virtual network named VNet1.
VNet1 uses forced tunneling to force all outbound traffic to the internet via the datacenter. You deploy an SAP landscape to VNet1. The landscape uses virtual machines that run Red Hat Enterprise Linux (RHEL) and uses the pay-as-you-go rates.
You discover that the virtual machines fail to receive operating system updates.
You need to ensure that the virtual machines receive operating system updates.
What should you do?
- A . Add user-defined routes (UDRs) to the route table.
- B . Deploy Azure Update Manager.
- C . Deploy an Azure firewall.
- D . Configure an Azure DNS Private Resolver.
HOTSPOT
You have an SAP landscape on Azure.
You plan to deploy a new SAP application server by using an Azure Resource Manager template.
You need to ensure that all new servers are deployed with Azure Disk Encryption enabled.
How should you complete the relevant component of the template? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: extensions
Azure Disk Encryption can be enabled via Azure PowerShell or Azure CLI. That is normally seen in remediation. In a real-world scenario you would like to see a virtual machine during its creation include disk encryption process. This is technically possible thanks to Disk Encryption VM extension.
Box 2: AzureDiskEncryption
Example:
..
"type": "Microsoft.Compute/virtualMachines/extensions",
"name": "[concat(parameters(‘vmName’),’/diskEncryption’)]",
"apiVersion": "2019-03-01",
"location": "[parameters(‘location’)]",
"dependsOn": [
"[resourceId(‘Microsoft.Compute/virtualMachines/’, parameters(‘vmName’))]"
],
"properties": {
"publisher": "Microsoft.Azure.Security",
"type": "AzureDiskEncryption",
..
Reference: https://azsec.azurewebsites.net/2019/12/28/azure-disk-encryption-arm-template-for-windows-vm/
You ate planning an SAP on Azure deployment.
You need to recommend a storage access solution that meets the following requirements;
• Provides a common file share that will be accessed by virtual machines that run either Red Hat Enterprise Linux (RHEL) or Windows Server 2022.
• Ensures that each virtual machine uses its native sharing protocol to access the common file share.
Which type of storage should you include in the recommendation?
- A . a standard storage account file share
- B . Azure NetApp Files in dual protocol mode
- C . a premium storage account file share
- D . Azure NetApp Files in NFSv4.1 mode
You have an SAP environment on Azure.
our on-promises network connects to Azure by using a site-to-site VPN connection.
6u need to alert technical support if the network bandwidth usage between the on-premises network and Azure exceeds 900 Mbps 10 minutes.
What should you use?
- A . Azure Network Watcher
- B . NIPING
- C . Azure Monitor
- D . Azure Enhanced Monitoring for SAP
C
Explanation:
You set up alerts on Azure VPN Gateway metrics. Azure Monitor provides the ability to set up alerts for Azure resources. You can set up alerts for virtual network gateways of the "VPN" type.
Metric: AverageBandwidth: Average combined bandwidth utilization of all site-to-site connections on the gateway.
Reference: https://docs.microsoft.com/bs-latn-ba/azure/vpn-gateway/vpn-gateway-howto-setup-alerts-virtual-network-gateway-metric
DRAG DROP
You have two Azure virtual machines. The virtual machines host a highly available SAP HANA cluster that has HANA system replication configured.
You plan to configure Azure Backup to protect the replicated databases of the cluster.
You need to ensure that when a failover occurs. Azure Backup automatically uses the new primary node for backups.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


HOTSPOT
You have an on-premises deployment of SAP HANA that contains a production environment and a development environment.
You plan to migrate both environments to Azure.
You need to identify which Azure virtual machine-series to use for each environment.
The solution must meet the following requirements:
• Minimize costs.
• Be SAP HANA-certified.
What should you identify for each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


You have an Azure virtual machine that runs SUSE Linux Enterprise Server (SlES). The virtual machine hosts a highly available deployment of SAP HANA.
You need to validate whether Accelerated Networking is operational for the virtual machine.
What should you use?
- A . fio
- B . iometer
- C . netsh
- D . ethtool
D
Explanation:
Check for activity on the VF (virtual function) with the ethtool -S eth0 | grep vf_ command. If you receive output similar to the following sample output, accelerated networking is enabled and working.
vf_rx_packets: 992956
vf_rx_bytes: 2749784180
vf_tx_packets: 2656684
vf_tx_bytes: 1099443970
vf_tx_dropped: 0
Accelerated Networking is now enabled for your VM.
Reference: https://docs.microsoft.com/en-us/azure/virtual-network/create-vm-accelerated-networking-cli
