[Apr-2024] Latest Microsoft AZ-120 Certification Practice Test Questions
Verified AZ-120 Dumps Q&As - 1 Year Free & Quickly Updates
NEW QUESTION # 37
You have an on-premises SAP NetWeaver landscape that contains an IBM DB2 database.
You need to migrate the database to a Microsoft SQL Server instance on an Azure virtual machine.
Which tool should you use?
- A. SQL Server Migration Assistant (SSMA)
- B. Azure Database Migration Service
- C. Data Migration Assistant
- D. Azure Migrate
Answer: B
NEW QUESTION # 38
You have an Azure virtual machine named VM1 that runs SUSE Linux Enterprise Server (SLE5) and hosts an SAP NetWeaver application server.
You need to install the Azure VM extension for SAP solutions on VM1.
Which three actions should you perform in sequence? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Explanation
NEW QUESTION # 39
You plan to deploy an SAP environment on Azure that will use Azure Availability Zones.
Which load balancing solution supports the deployment?
- A. Azure Application Gateway v1 SKU
- B. Azure Standard Load Balancer
- C. Azure Basic Load Balancer
Answer: B
Explanation:
When you deploy Azure VMs across Availability Zones and establish failover solutions within the same Azure region, some restrictions apply:
You can't use an Azure Basic Load Balancer to create failover cluster solutions based on Windows Server Failover Clustering or Linux Pacemaker. Instead, you need to use the Azure Standard Load Balancer SKU.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-ha-availability-zones
NEW QUESTION # 40
You have an Azure Active Directory (Azure AD) tenant and an SAP Cloud Platform tenant.
You need to ensure that users sign in automatically by using their Azure AD accounts when they connect to SAP Cloud Platform.
Which four actions should you perform in sequence? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
NEW QUESTION # 41
You have an SAP production landscape on Azure that contains the resources shown in the following table.
You need to stop the SAP services so that you can perform monthly maintenance.
Which command should you run from the Azure Cloud Shell? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 42
You deploy an Azure Internal load balancer.
You deploy a node of an SAP NetWeaver 7.4 ABAP system named SP1.
You plan to deploy a second node.
You need to verify that the health probe port is configured for the cluster. The cluster IP address resource name is SAP SP1 IP.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
A picture containing text Description automatically generated
Box 1: Get-ClusterResource
Example:
Get-ClusterResource -Name $SAPIPresourceName | Get-ClusterParameter
Write-Output " "
Write-Output "Current probe port property of the SAP cluster resource '$SAPIPresourceName' is
'$OldProbePort'."
Write-Output " "
Write-Output "Setting the new probe port property of the SAP cluster resource '$SAPIPresourceName' to
'$ProbePort' ..."
Write-Output " "
Box 2: Get-ClusterParameter
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-high-availability-installation-wsfc-sh
NEW QUESTION # 43
You have an SAP production landscape on Azure that contains the virtual machines shown in the following table.
You configure HANA system replication as shown in the following table.
You configure two load balancers as shown in the following table.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://help.sap.com/viewer/6b94445c94ae495c83a19646e7c3fd56/2.0.02/en-US/f730f308fede4040bcb5ccea675
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-hana-high-availability
NEW QUESTION # 44
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 45
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: Yes
The SAP Azure Enhanced Monitoring Extension builds on top of the Azure Diagnostic extension, which stores its data in an Azure Storage account that you specify.
Box 2: Yes
The Set-AzVMAEMExtension cmdlet updates the configuration of a virtual machine to enable or update the support for monitoring for SAP systems that are installed on the virtual machine. The cmdlet installs the Azure Enhanced Monitoring (AEM) extension that collects the performance data and makes it discoverable for the SAP system.
The -OSType specifies the OS. Either Windows or Linux.
Box 3: Yes
References:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/diagnostics-extension-overview
https://docs.microsoft.com/en-us/powershell/module/az.compute/set-azvmaemextension
NEW QUESTION # 46
You have an on-premises SAP NetWeaver development landscape that contains the resources shown in the following table.
You have a 500-Mbps ExpressRoute circuit between the on-premises environment and a virtual network.
You plan to migrate the landscape to Azure.
What should you include in the solution?
- A. Microsoft System Center 2019 - Data Protection Manager (DPM 2019)
- B. Azure Backup Server
- C. Azure Data Box
- D. Azure Site Recovery
Answer: A
NEW QUESTION # 47
Your on-premises network contains an Active Directory domain.
You have an SAP environment on Azure that runs on SUSE Linux Enterprise Server (SLES) servers.
You configure the SLES servers to use domain controllers as their NTP servers and their DNS servers.
You need to join the SLES servers to the Active Directory domain.
Which three 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.
Answer:
Explanation:
Explanation
Step 1: Install the samba-winbind package
Install samba-winbind
Step 2: Add realm details to /etc/krb5.conf and /etc/samba/smb.conf
Edit files - best way to do this is to use yast on test machine and copy files from it In following examples you need to replace EXAMPLE/EXAMPLE.COM/.example.com with your values/settings
/etc/samba/smb.conf
[global]
workgroup = EXAMPLE
usershare allow guests = NO #disallow guests from sharing
idmap gid = 10000-20000
idmap uid = 10000-20000
kerberos method = secrets and keytab
realm = EXAMPLE.COM
security = ADS
template homedir = /home/%D/%U
template shell = /bin/bash
winbind offline logon = yes
winbind refresh tickets = yes
/etc/krb5.conf
[libdefaults]
default_realm = EXAMPLE.COM
clockskew = 300
[realms]
EXAMPLE.COM = {
kdc = PDC.EXAMPLE.COM
default_domain = EXAMPLE.COM
admin_server = PDC.EXAMPLE.COM
}
Step 3: Run net ads join -U administrator
Join the SLES 12 Server to the AD domain
References:
https://www.suse.com/support/kb/doc/?id=7018461
NEW QUESTION # 48
A company named Contoso, Ltd. has users across the globe. Contoso is evaluating whether to migrate SAP to Azure.
The SAP environment runs on SUSE Linux Enterprise Server (SLES) servers and SAP HANA databases. The Suite on HANA database is 4 TB.
You need to recommend a migration solution to migrate SAP application servers and the SAP HANA databases. The solution must minimize downtime.
Which migration solutions should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: Azure Site Recovery
Microsoft Azure Site Recovery (ASR) now supports SUSE Linux Enterprise Server 11 SP3/SP4 and SUSE Linux Enterprise Server 12 SP1/SP2/SP3.
This is great for customers that are planning to migrate systems to Microsoft Azure or customers who need to have a business continuity strategy for their Azure deployments.
Azure Site Recovery enables SUSE customers to migrate their non-Azure virtual machines or physical servers to Microsoft Azure virtual machines.
Box 2: SAP Hana System replication
Reference:
https://www.suse.com/c/asr_supports_suse/
https://www.netapp.com/us/media/tr-4746.pdf
NEW QUESTION # 49
You have an SAP production landscape that uses SAP HANA databases.
You configure a metric alert for the primary HANA server as shown in the following exhibit.

Answer:
Explanation:
NEW QUESTION # 50
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
Box 1: No
Box 2: Yes
The minimum SAP HANA certified conditions for the different storage types are:
Azure Premium SSD - /hana/log is required to be cached with Azure Write Accelerator. The /hana/data volume could be placed on Premium SSD without Azure Write Accelerator or on Ultra disk Box 3: Yes References:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-vm-operations-storage
NEW QUESTION # 51
You have an on-premises SAP production landscape.
You plan to migrate to SAP on Azure.
You need to generate an SAP Early Watch Alert report.
What should you use?
- A. SAP Software Provisioning Manager
- B. Azure Advisor
- C. SAP HANA Cockpit
- D. SAP Solution Manager
Answer: D
NEW QUESTION # 52
You have an SAP production landscape on Azure that contains the virtual machines shown in the following table.
You configure HANA system replication as shown in the following table.
You configure two load balancers as shown in the following table.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE:Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://help.sap.com/viewer/6b94445c94ae495c83a19646e7c3fd56/2.0.02/en-US/f730f308fede4040bcb5ccea675
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-hana-high-availability
NEW QUESTION # 53
HOTSPOT
You are evaluating the proposed backup policy.
For each of the following statements, select Yes if the statement is true. otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Explanation:
Box 1: Yes
Scenario: Technical requirements: Ensure that an application server can be restored from a backup created during the last five days within 15 minutes.
Instant Restore has 'The instance recovery snapshot(s) for 5 Day(s)'.
Box 2: No
Scenario: Ensure that all the production application servers can restore daily backups from the last 21 days.
The Retention of daily backup point is set to for 14 days only.
Box 3: Yes
Reference:
https://docs.microsoft.com/en-us/azure/backup/backup-instant-restore-capability
NEW QUESTION # 54
Your on-premises network contains an Active Directory domain.
You are deploying a new SAP environment on Azure.
You need to configure SAP Single Sign-On to ensure that users can authenticate lo SAP GUI and SAP WebGUI.
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.
Answer:
Explanation:
1 - Change the user profiles for secure network communication(SNC)
2 - Depoly Azure Active directory domain service (Azure AD AS
3 - Configure secure network commenuction...
4 - Change and deploy the logon file.
NEW QUESTION # 55
You have an on-premises deployment of SAP HANA.
You plan to migrate the deployment to Azure.
You need to identify the following from the last six months:
* The number of active users
* The database performance
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://assets.cdn.sap.com/sapcom/docs/2019/09/0e8d0628-687d-0010-87a3-c30de2ffd8ff.pdf
NEW QUESTION # 56
Before putting the SAP environment on Azure into production, which command should you run to ensure that the virtual machine disks meet the business requirements? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 57
Your on-premises network contains SAP and non-SAP applications.
You have JAVA-based SAP systems that use SPNEGO for single-sign on (SSO) authentication.
Your external portal uses multi-factor authentication (MFA) to authenticate users.
You plan to extend the on-premises authentication features to Azure and to migrate the SAP applications to 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.
Answer:
Explanation:
Explanation
Box 1: Yes
Box 2: Yes
Password hash synchronization is one of the sign-in methods used to accomplish hybrid identity. Azure AD Connect synchronizes a hash, of the hash, of a users password from an on-premises Active Directory instance to a cloud-based Azure AD instance.
Password hash synchronization is an extension to the directory synchronization feature implemented by Azure AD Connect sync. You can use this feature to sign in to Azure AD services like Office 365. You sign in to the service by using the same password you use to sign in to your on-premises Active Directory instance.
Box 3: Yes
If your organization is federated with Azure AD, you can use Azure Multi-Factor Authentication to secure AD FS resources, both on-premises and in the cloud. Azure MFA enables you to eliminate passwords and provide a more secure way to authenticate.
References:
https://docs.microsoft.com/en-us/azure/active-directory/hybrid/whatis-phs
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/operations/configure-ad-fs-and-azure-mfa
https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-pta
NEW QUESTION # 58
......
Latest 2024 Realistic Verified AZ-120 Dumps - 100% Free AZ-120 Exam Dumps: https://examtorrent.actual4test.com/AZ-120_examcollection.html