test4 Flashcards
https://freedumps.certqueen.com/?s=az-120 (75 cards)
You plan to deploy an SAP landscape that will have virtual machines deployed to multiple Azure regions.
You need to ensure that the virtual machines can communicate across the regions.
What should you configure?
virtual network peering in Azure
local network gateways
Azure Bastion hosts
Azure Relay
Correct Answer:
Virtual Network Peering in Azure
Why This Answer Is Correct for AZ-120:
Inter-Region Connectivity: Global VNet Peering connects VNets across Azure regions (e.g., East US to West US), enabling VMs to communicate using private IP addresses over Microsoft’s global backbone. This minimizes latency and ensures security (no public internet).
SAP Landscape Fit: For SAP, inter-region communication might support scenarios like HANA replication (e.g., System Replication across regions) or distributed application servers. Global VNet Peering is a recommended Azure networking solution for such architectures (Azure SAP workload guide).
You plan to migrate an on-premises SAP development system to Azure.
Before the migration, you need to check the usage of the source system hardware, such as CPU, memory, network, etc.
Which transaction should you run from SAP GUI?
SM51
DB01
DB12
ST06
Final Answer
Which transaction should you run from SAP GUI?
ST06
Why “ST06” is Correct?
Direct Match: ST06 (OS Monitor) provides comprehensive hardware usage stats (CPU, memory, network), aligning perfectly with the requirement.
Migration Planning: Data from ST06 informs Azure VM sizing (e.g., SAPS calculation) and network design, a critical pre-migration step.
SAP Native: As an SAP GUI transaction, it’s readily available on the on-premises system, requiring no additional tools.
AZ-120 Alignment: Reflects the exam’s focus on using SAP performance tools (like ST06, alongside EarlyWatch) for Azure migration preparation.
You have an on-premises SAP landscape and a hybrid Azure AD tenant. You plan to enable Azure AD authentication for SAP NetWeaver.
What should you configure first in Azure AD?
a conditional access policy
an Azure AD Application Proxy
a service principal
a user flow
Final Answer
c. a service principal
Why a Service Principal Is Correct
Service Principal Overview:
A service principal is an Azure AD identity created for an application or service to authenticate to Azure AD and access resources (e.g., via tokens). It’s the security object that represents an application in Azure AD.
Initial Step for SAP NetWeaver:
To enable Azure AD authentication (e.g., SAML SSO), SAP NetWeaver must be registered as an application in Azure AD. This requires creating an enterprise application (or custom app), which generates a service principal.
Process:
Register SAP NetWeaver as an app in Azure AD (e.g., via “Enterprise Applications” or “App Registrations”).
This creates a service principal, which is assigned an Application ID and configured with SAML metadata (e.g., entity ID, reply URL) to establish trust between Azure AD (IdP) and SAP NetWeaver (SP).
Hybrid Context: In a hybrid setup, the service principal enables Azure AD to authenticate users (synced from on-premises AD) and issue SAML tokens to SAP NetWeaver, leveraging the existing hybrid identity.
Why First: The service principal is foundational—it must exist before configuring SSO details, access policies, or proxies, as it defines the application’s identity in Azure AD.
SAP on Azure: Microsoft’s SAP NetWeaver SSO guides (e.g., “Configure Azure AD SSO for SAP NetWeaver”) start with registering the app, creating a service principal as the initial step.
DRAG DROP
You have an SAP landscape on Azure that contains the virtual machines shown in the following table.
Name Configuration
DB1 Microsoft SQL Server 2017
HANA1 SAP HANA 2.0
WEB01 SAP Web Dispatcher that runs on Windows Server 2019
You need to recommend a recovery solution in the event of an Azure regional outage.
The solution must meet the following requirements:
- Minimize costs.
- Minimize data loss.
- Minimize administrative effort.
What should you recommend for each virtual machine? To answer, drag the appropriate services to the correct virtual machines. Each service 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.
Services:
- An AlwaysOn availability group
- An application group
- Azure Backup
- Azure Site Recovery
- HANA system replication
- Geo-zone-redundant storage (GZRS)
Answer Area:
DB1: [__________]
HANA1: [__________]
WEB01: [__________]
Answer Area:
DB1: Azure Site Recovery
HANA1: Azure Site Recovery
WEB01: Azure Site Recovery
DB1 (Microsoft SQL Server 2017): Azure Site Recovery
Why Correct:
Regional Outage: ASR replicates the entire VM to another region (e.g., West US), enabling failover.
Costs: Lower than AlwaysOn (no extra SQL licensing or multi-VM setup); pay-per-use replication.
Data Loss: Near-zero RPO with continuous replication.
Effort: Managed service, automated failover, minimal setup (configure replication, recovery plan).
SQL Fit: ASR supports SQL Server VMs without needing AlwaysOn, though AlwaysOn could work (higher cost/effort).
HANA1 (SAP HANA 2.0): Azure Site Recovery
Why Correct:
Regional Outage: ASR replicates the HANA VM to another region, ensuring recovery.
Costs: Cheaper than HANA System Replication (no secondary HANA instance or licensing).
Data Loss: Near-zero RPO, though requires HANA shutdown during final sync for consistency (acceptable for DR).
Effort: Simpler than HANA System Replication (no HANA-specific config); managed by Azure.
HANA Fit: ASR is viable for HANA VMs (Azure SAP guide), though HANA replication is an alternative (higher cost/effort).
WEB01 (SAP Web Dispatcher on Windows Server 2019): Azure Site Recovery
Why Correct:
Regional Outage: ASR replicates the VM to another region, ensuring Web Dispatcher availability.
Costs: Low-cost DR (replication only, no extra infrastructure).
Data Loss: Minimal (stateless nature of Web Dispatcher reduces RPO concerns).
Effort: Automated, minimal setup (replication and failover plan).
Web Dispatcher Fit: Stateless app server; ASR ensures VM recovery without complex configs.
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 plan to migrate an SAP HANA instance to Azure. You need to gather CPU metrics from the last 24 hours from the instance.
Solution: You query views from SAP HANA Studio.
Does this meet the goal?
Yes
No
Final Answer
Does this meet the goal?
Yes
Why “Yes” is Correct?
Goal Alignment: Querying views in HANA Studio directly provides CPU metrics (e.g., utilization %) for the HANA instance, meeting the explicit requirement.
Historical Coverage: HANA’s system views and statistics services retain 24-hour data, accessible via SQL, fulfilling the time frame.
SAP Native: HANA Studio is an SAP-provided tool, ideal for pre-migration analysis, and doesn’t rely on external or Azure-specific solutions at this stage.
AZ-120 Relevance: The exam tests SAP HANA monitoring tools (e.g., Studio, Cockpit) for gathering performance data, and this solution fits that focus.
Drag and Drop Question
You have an SAP environment on Azure.
You use Azure Site Recovery to protect an SAP production landscape.
You need to validate whether you can recover the landscape in the event of a failure. The solution must minimize the
impact on the landscape.
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.
Actions
Validate the SAP production landscape
Create a virtual network that has the same subnets as the SAP production landscape
Create a network security group (NSG) that restricts traffic to the primary region
Shut down production virtual machines
Select Test failover from the Recovery Plans blade
Add a public IP address to a management server in the disaster recovery region
Answer Area
Final Answer
Answer Area:
Create a virtual network that has the same subnets as the SAP production landscape.
Create a network security group (NSG) that restricts traffic to the primary region.
Select Test failover from the Recovery Plans blade.
Validate the SAP production landscape.
Create a virtual network that has the same subnets as the SAP production landscape
What it does: Sets up a virtual network (VNet) in the DR region (e.g., West US) with subnets mirroring the production landscape (e.g., East US subnets for app, DB).
Why Required: ASR test failover requires a target VNet to host test VMs, ideally matching the production subnet structure to ensure identical networking (e.g., IP ranges, routing) for SAP components.
Impact: Non-disruptive, as it’s a preparatory step in the DR region.
Placement: First, to provide the network foundation for the test failover.
Create a network security group (NSG) that restricts traffic to the primary region
What it does: Configures an NSG to limit traffic for test VMs, preventing them from interacting with production (primary region) or external networks.
Why Required: Ensures test failover VMs are isolated, avoiding accidental interference with production (e.g., SAP app servers contacting live DB). For SAP, this might restrict traffic to DR region subnets or specific test endpoints.
Impact: Non-disruptive, enhances security during testing.
Placement: Second, after VNet creation, to secure the test environment before failover.
Select Test failover from the Recovery Plans blade
What it does: Initiates a test failover in ASR, spinning up temporary VMs in the DR region based on the recovery plan, using the configured VNet and NSG.
Why Required: Core action to simulate DR recovery, testing whether the SAP landscape (e.g., HANA, ASCS, app servers) can start and function in the DR region.
Impact: Minimized, as test failover doesn’t affect production VMs (runs in isolation).
Placement: Third, after network setup, to execute the test.
Validate the SAP production landscape
What it does: Verifies the test failover VMs in the DR region, checking SAP functionality (e.g., HANA replication, app server connectivity, transaction processing).
Why Required: Confirms the recovery meets SAP requirements (e.g., system integrity, performance), completing the validation goal.
Impact: Non-disruptive, as validation occurs on test VMs.
Placement: Last, after failover, to assess the recovered landscape.
Drag and Drop Question
You have an SAP environment on Azure.
You use Azure Recovery Services to back up an SAP application server.
You need to test the restoration process of a file on the server.
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.
Actions
Download and run the mount disk executable
From Azure Cloud Shell, run the Get-AzBackupItem cmdlet
From Azure Recovery Vault, select File Recovery
Recover the file and unmount the disk
From Azure Cloud Shell, run the Get-AzBackupRecoveryPoint cmdlet
Answer Area
Final Answer
Answer Area:
From Azure Recovery Vault, select File Recovery.
Download and run the mount disk executable.
Recover the file and unmount the disk.
Correct Sequence Rationale
Step 1: Select File Recovery – Initiates the process in the Recovery Services vault, selecting the SAP server and recovery point.
Step 2: Download and run mount disk executable – Mounts the backup as a virtual disk to access files.
Step 3: Recover file and unmount disk – Retrieves the file and cleans up, completing the test.
Minimizes Impact: Uses Azure Backup’s non-disruptive file recovery, avoiding full VM restores.
You plan to implement a highly available, three-tier deployment of an SAP NetWeaver landscape on Azure. The landscape will use SUSE Linux Enterprise Server (SLES).
You need to implement the SAP NetWeaver central services (ASCS/SCS) tier.
What should you do? To answer, select the appropriate options in the answer area.
NOTE Each correct selection is worth one point.
Answer Area
Provision the sapmnt share by using:
A Storage Spaces Direct scale-out file server (SOFS)
Azure NetApp Files
Azure Premium Files
Implement high availability for the Azure virtual machines that host the ASCS/SCS tier by using:
Pacemaker
An SAP NetWeaver Enqueue Replication Server (ERS)
GlusterFS
An NFS cluster
Final Answer
Provision the sapmnt share by using: Azure NetApp Files
Implement high availability for the Azure virtual machines that host the ASCS/SCS tier by using: Pacemaker
Why “Azure NetApp Files” is Correct:
NFS Support: Native NFS 4.1, ideal for SLES and sapmnt.
HA and Performance: Built-in HA and low-latency access, critical for ASCS/SCS shared files.
SAP Certification: Preferred by SAP and Microsoft for NetWeaver deployments.
Why “Pacemaker” is Correct:
HA Solution: Manages failover for ASCS/SCS VMs, ensuring the tier remains available (e.g., 99.99% SLA with zones).
SAP/SLES Standard: SAP’s reference architecture for Linux HA uses Pacemaker with ERS and Azure integration (e.g., STONITH for fencing).
You have an SAP on Azure landscape.
You configure SAP Central Services (SCS) to write logs to Windows Event Viewer.
You need to collect the logs in Azure Monitor by using a Data Collection Rule (DCR). The solution must prevent the logs from being sent via the internet.
Which two resources should you configure? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A.
a Log Analytics agent
B.
a service endpoint
C.
a user-defined route
D.
a private link scope
E.
a data collection endpoint
Final Answer
Which two resources should you configure?
A. a Log Analytics agent
D. a private link scope
Why “Log Analytics agent” and “private link scope” Are Correct?
Log Analytics agent:
Collects Windows Event Viewer logs (SCS events) from the VM, configured via the DCR to filter and send specific logs to Azure Monitor.
Essential for log ingestion, a core requirement.
Private link scope:
Configures a private endpoint for the Log Analytics workspace, ensuring logs are transmitted over Azure’s private network (VNet), meeting the “no internet” requirement.
Critical for SAP production security and compliance.
You have an SAP production landscape that uses SAP HANA databases on Azure. The HANA database server is a Standard_M32ms Azure virtual machine that has 864 GB of RAM.
The HANA database is 400 GB. You expect the database to grow by 40 percent during the next 12 months.
You resize the HANA database server virtual machine to Standard_m64ms and 1,024 GB of RAM.
You need to recommend additional changes to minimize performance degradation caused by database growth.
What should you recommend for the HANA database server?
A. Configure additional disks.
B. Add a scale out node.
C. Add a secondary network interface.
D. Increase the number of vCPUs.
Final Answer
What should you recommend for the HANA database server?
A. Configure additional disks.
Why “Configure additional disks” is Correct?
Addresses Performance Degradation:
Database growth to 560 GB increases storage demands for /hana/data, /hana/log, and /backup, risking I/O bottlenecks if current disks are undersized or lack IOPS.
Additional disks (e.g., Premium SSD P30, Ultra Disk) provide capacity (~840 GB data, ~1,680 GB backup) and performance (e.g., 5,000–20,000 IOPS).
SAP HANA Fit:
HANA’s performance relies on fast disk I/O for persistence and log writes, critical for production workloads.
Microsoft’s HANA on Azure guide recommends scaling storage (e.g., adding disks, using Write Accelerator) for growth, especially on M-series VMs.
RAM Sufficiency: The resize to M64ms (1,024 GB RAM) already addresses memory needs, making storage the next bottleneck.
You have an SAP Cloud Platform subscription and an Azure Active Directory (Azure AD) tenant.
You need to ensure that Azure AD users can access SAP Cloud App by using their Azure AD credentials.
What should you configure?
A. Active Directory Domain Services (AD DS)
B. SAP Cloud Platform Identity Authentication
C. A conditional access policy
D. SAP Cloud Connector
Final Answer
What should you configure?
B. SAP Cloud Platform Identity Authentication
Why Correct:
Azure AD Integration: IAS supports SAML-based SSO with Azure AD, enabling users to use their Azure AD credentials for SAP Cloud Platform apps.
SAP Standard: The recommended approach for integrating external IdPs with SAP Cloud Platform, ensuring secure, seamless access.
Configuration Steps:
In Azure AD: Create an enterprise application for SAP Cloud Platform, configure SAML settings (e.g., entity ID, reply URL).
In SAP Cloud Platform IAS: Import Azure AD metadata, map attributes (e.g., user ID), and assign the app.
Scalability: Works for all SAP Cloud Platform apps, supporting Contoso’s user base.
You migrate an SAP environment to Azure.
You need to inspect all the outbound traffic from the SAP application servers to the Internet.
Which two Azure resources should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Azure Traffic Manager
B. Azure Firewall
C. Network Performance Monitor
D. Azure user-defined routes
E. Azure Load Balancer NAT rules
F. a Web Application Firewall (WAF) for Azure Application Gateway
Final Answer
Which two Azure resources should you use?
B. Azure Firewall
D. Azure user-defined routes
Why “Azure Firewall” and “Azure user-defined routes” Are Correct?
Azure Firewall:
Provides comprehensive inspection (application and network layers) and logging of outbound traffic from SAP application servers to the Internet, capturing details like URLs, IPs, and ports.
SAP-compatible, commonly used in Azure SAP architectures for security and compliance.
Azure user-defined routes:
Ensures all outbound traffic is routed through Azure Firewall by overriding default Internet routes, enabling centralized inspection without missing any packets.
Critical for enforcing firewall inspection in a VNet architecture.
Combined Solution:
Deploy Azure Firewall in a hub VNet.
Configure UDRs on the SAP app server subnet (spoke VNet) to route 0.0.0.0/0 to the firewall’s private IP.
Firewall inspects and logs traffic, ensuring all outbound connections are monitored.
You have an SAP landscape on Azure.
You deploy an SAP Web Dispatcher named web1.
You need to confirm that web1 can support 1,500 users.
What should you use?
A. Apache JMeter
B. lometer
C. ABAPMeter
D. FIO
Answer: A
You deploy an SAP production landscape on Azure virtual machines that run SUSE Linux Enterprise Server (SLES).
You need to generate a report that details performance differences between instances of an SAP AS ABAP system.
What should you use?
A. JMeter
B. Micro Focus LoadRunner
C. SAP UI5 SpeedtestTool
D. ABAPmeter
Final Answer
What should you use?
D. ABAPmeter
Why Correct:
Performance Differences: Designed to analyze and report performance across ABAP instances (e.g., different application servers), capturing metrics like work process load, RFC performance, and transaction times.
Report Generation: Produces structured reports (e.g., via SAP GUI) comparing instance performance, ideal for identifying bottlenecks or differences.
SAP Fit: Native to SAP NetWeaver ABAP, integrated with the SAP system, and tailored for ABAP-specific workloads (e.g., ECC, S/4HANA).
Azure Context: Works seamlessly on Azure VMs running SLES, providing insights for optimizing SAP deployment (e.g., VM sizing, load balancing).
You deploy SAP HANA on Azure (Large Instances).
You need to back up the SAP HANA database to Azure.
Solution: Back up directly to disk, copy the backups to an Azure virtual machine, and then copy the backup to an Azure
Storage account
Does this meet the goal?
A. Yes
B. No
Answer: B
You have an Azure 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.
Actions
Configure the SAML settings for the Identifier
and Reply URL.
From the SAP Cloud Platform Identity administration console, configure a corporate identity provider to use the Federation Metadata XML file.
From the Azure Active Directory admin center, configure the SAP Cloud Platform Identity app to use the Federation Metadata XML file.
From the Azure Active Directory admin center, download the Federation Metadata XML file.
From the Azure Active Directory admin center, add the SAP Cloud Platform Identity Authentication enterprise app.
Answer Area
Final Answer
Answer Area:
From the Azure Active Directory admin center, add the SAP Cloud Platform Identity Authentication enterprise app.
From the Azure Active Directory admin center, download the Federation Metadata XML file.
From the SAP Cloud Platform Identity administration console, configure a corporate identity provider to use the Federation Metadata XML file.
From the Azure Active Directory admin center, configure the SAP Cloud Platform Identity app to use the Federation Metadata XML file.
From the Azure Active Directory admin center, add the SAP Cloud Platform Identity Authentication enterprise app
What it does: In Azure AD, add the SAP Cloud Platform Identity Authentication application from the Azure AD gallery (or create a non-gallery app) to represent the SAP Cloud Platform IAS.
Why Required: Initiates the SSO configuration by registering SAP Cloud Platform as an enterprise application in Azure AD, enabling SAML setup.
Placement: First, as you need to create the app before configuring or downloading metadata.
From the Azure Active Directory admin center, download the Federation Metadata XML file
What it does: Download the Azure AD Federation Metadata XML file from the SAML Signing Certificate section of the SAP Cloud Platform Identity app in Azure AD. This file contains Azure AD’s IdP details (e.g., entity ID, sign-on URL).
Why Required: Provides SAP Cloud Platform IAS with Azure AD’s metadata to establish trust for SAML SSO.
Placement: Second, after adding the app, as the metadata file is generated for the specific enterprise app.
From the SAP Cloud Platform Identity administration console, configure a corporate identity provider to use the Federation Metadata XML file
What it does: In the SAP Cloud Platform IAS admin console, create a corporate IdP, upload the Azure AD Federation Metadata XML file, and configure SAML settings (e.g., attribute mappings).
Why Required: Configures IAS to trust Azure AD as the IdP, enabling SSO for SAP Cloud Platform apps.
Placement: Third, after downloading the metadata, as IAS needs Azure AD’s details to proceed.
From the Azure Active Directory admin center, configure the SAP Cloud Platform Identity app to use the Federation Metadata XML file
What it does: In Azure AD, configure the SAP Cloud Platform Identity app’s SAML settings by uploading the Federation Metadata XML file from SAP Cloud Platform IAS (obtained from IAS’s metadata endpoint) and setting the Identifier (Entity ID) and Reply URL (ACS URL).
Why Required: Completes the SAML trust by providing Azure AD with IAS’s service provider details, enabling bidirectional authentication.
Placement: Fourth, as it requires IAS metadata (available after configuring the corporate IdP) and finalizes the SSO setup.
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.
Configure signal logic
Percentage CPU (Platform)
The percentage of allocated compute units that are currently in use by the virtual Mechibels
Answer Area
Statements
HANA Admins will be alerted by email if the server is at 85 percent for one minute, and then lowers to 40 percent.
HANA Admins will be alerted if the server is at 95 percent for 15 minutes.
Amy@contoso.com will be alerted by email if the server CPU cycles between 80 and 90 percent for 15 minutes,
Answer Area
Statements:
HANA Admins will be alerted by email if the server is at 85 percent for one minute, and then lowers to 40 percent.
Answer: No
HANA Admins will be alerted if the server is at 95 percent for 15 minutes.
Answer: Yes
Amy@contoso.com will be alerted by email if the server CPU cycles between 80 and 90 percent for 15 minutes.
Answer: No
HANA Admins will be alerted by email if the server is at 85 percent for one minute, and then lowers to 40 percent.
Evaluation:
Threshold: The alert likely triggers at 95% (based on statement 2). A CPU of 85% for one minute doesn’t meet this threshold.
Duration: One minute is too short for a 15-minute evaluation period. Azure Monitor typically aggregates over multiple intervals (e.g., 5 minutes), and the CPU dropping to 40% would lower the average below 95%.
Alert Logic: The alert requires sustained high CPU (e.g., average ≥95% over 15 minutes). A brief spike to 85% followed by 40% won’t trigger it.
Answer: No
The condition (85% for 1 minute, then 40%) doesn’t satisfy the likely threshold (95%) or duration (15 minutes).
HANA Admins will be alerted if the server is at 95 percent for 15 minutes.
Evaluation:
Threshold: Matches the inferred threshold of ≥95% CPU.
Duration: 15 minutes aligns with the evaluation period (e.g., three 5-minute intervals averaging ≥95%).
Action Group: “HANA Admins” are notified via email, as they’re part of the action group.
Alert Logic: If the average CPU is ≥95% for 15 minutes, the alert triggers, sending emails to HANA Admins.
Answer: Yes
The condition meets the threshold and duration, triggering the alert.
Amy@contoso.com will be alerted by email if the server CPU cycles between 80 and 90 percent for 15 minutes.
Evaluation:
Threshold: CPU cycling between 80–90% is below the inferred 95% threshold. The average CPU over 15 minutes would be ≤90%, not triggering the alert.
Duration: 15 minutes matches the evaluation period, but the CPU range is too low.
Action Group: Even if Amy@contoso.com is in the action group, the alert won’t trigger, so no email is sent.
Alert Logic: The alert requires ≥95% average CPU, not 80–90%.
Answer: No
The CPU range (80–90%) doesn’t meet the threshold, so no alert is sent.
Hotspot Question
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 Area
Statements
When you deploy two standalone SAP Web Dispatchers to separate clustered virtual machines, you must deploy a load balancer to make the solution highly available
When you deploy Primary Application Server (PAS) and Additional Application Server (AAS) instances on separate virtual machines for SAP NetWeaver, you must deploy an Azure load balancer for high availability
When using an availability group listener for SAP application connectivity to Microsoft SQL Server servers in different Azure regions, you must deploy a load balancer in front of the
disaster recovery SQL Server virtual machine
Final Answer
Answer Area:
When you deploy two standalone SAP Web Dispatchers to separate clustered virtual machines, you must deploy a load balancer to make the solution highly available: Yes
When you deploy Primary Application Server (PAS) and Additional Application Server (AAS) instances on separate virtual machines for SAP NetWeaver, you must deploy an Azure load balancer for high availability: No
When using an availability group listener for SAP application connectivity to Microsoft SQL Server servers in different Azure regions, you must deploy a load balancer in front of the disaster recovery SQL Server virtual machine: No
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?
Options:
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
Final Answer
Which type of storage should you include in the recommendation?
B. Azure NetApp Files in dual protocol mode
Why “Azure NetApp Files in dual protocol mode” is Correct?
Meets Requirements:
Common File Share: A single ANF volume serves both RHEL and Windows VMs, accessible concurrently.
Native Protocols: Supports NFS 4.1 for RHEL and SMB 3.0 for Windows on the same volume, ensuring each VM uses its preferred protocol.
SAP Compatibility:
SAP-certified for NetWeaver and HANA, ideal for critical shares like sapmnt, transport directories, or shared profiles in SAP landscapes.
High performance (low latency, high IOPS) meets SAP’s production requirements.
Azure Fit:
Dual-protocol mode (NFS + SMB) is a unique ANF feature, integrating with Azure AD for identity management, perfect for mixed OS environments.
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 Area
Statements
When configuring an Azure virtual machine, the Azure Enhanced Monitoring features are
required to monitor SAP application performance.
To successfully start an Azure virtual machine that contains SAP, you must have Azure
Enhanced Monitoring installed.
If you deploy SAP by using the Azure Resource Manager templates for SAP, Azure Enhanced
Monitoring is installed automatically.
Final Answer
Answer Area:
When configuring an Azure virtual machine, the Azure Enhanced Monitoring features are required to monitor SAP application performance: No
To successfully start an Azure virtual machine that contains SAP, you must have Azure Enhanced Monitoring installed: No
If you deploy SAP by using the Azure Resource Manager templates for SAP, Azure Enhanced Monitoring is installed automatically: Yes
Why These Answers Are Correct?
Statement 1 (No):
Azure Enhanced Monitoring enhances SAP monitoring but isn’t required, as SAP-native tools (e.g., CCMS, Solution Manager) or basic Azure Monitor can suffice, per Microsoft’s flexible monitoring options.
Statement 2 (No):
VM and SAP startup are independent of monitoring extensions, ensuring operational functionality without Azure Enhanced Monitoring, aligning with SAP’s architecture.
Statement 3 (Yes):
Microsoft’s SAP ARM templates automate the deployment of Azure Enhanced Monitoring, ensuring production-ready monitoring, a common practice in SAP-on-Azure deployments.
You have an Azure subscription.
You plan to deploy an SAP production landscape on Azure
You need to select a support plan. The solution must meet the following requirements:
- Respond to critical impact incidents within one hour.
- Minimize costs.
What should you choose?
Options:
A.
Professional Direct
B.
Standard
C.
Basic
D.
Premier
Final Answer
What should you choose?
B. Standard
Why “Standard” is Correct?
Meets Response Time Requirement:
Guarantees a 1-hour initial response for Severity A incidents, aligning with the need for rapid support in an SAP production landscape (e.g., resolving HANA downtime or network issues).
Minimizes Costs:
At $100/month, it’s the cheapest plan offering Severity A support, compared to Professional Direct ($1,000/month) and Premier (≥$1,000/month).
SAP Production Fit:
SAP landscapes (e.g., NetWeaver, HANA) are business-critical, but the Standard plan’s 24/7 support and 1-hour response are adequate for most production scenarios, per Microsoft’s recommendation for minimal critical dependence.
Covers Azure-specific issues (e.g., VM, storage, networking) and provides guidance for SAP integration, sufficient for AZ-120 scenarios.
HOTSPOT
You have an SAP production landscape on Azure that contains the resources shown in the following table.
Name Type
PN0 SAP security identifier (SID)
00 Instance ID
VM1 Virtual machine
RG1 Resource group
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 Area
“Stopsap name=PN0 nr=00” | out-file .\command.ps1
(First dropdown options):
Stopsap
Sapslscli
runSAP3Class.cmd
sapshtuc.exe
(Second dropdown options): -ResourceGroupName “RG1” -VMName “VM2” -ScriptPath .\command.ps1 -CommandId “RunPowerShellScript”
Invoke-AzVMRunCommand
Invoke-AzResourceAction
Get-Command
Set-AzVMCustomScriptExtension
Correct Selections:
First dropdown: Stopsap
Second dropdown: Invoke-AzVMRunCommand
Why “Stopsap” is Correct:
Matches the SAP command to stop services for SID PN0 and instance 00.
Aligns with the script creation (out-file .\command.ps1) for later execution.
SAP Fit: Standard for SAP system administration, per Microsoft’s SAP-on-Azure guidance.
Why “Invoke-AzVMRunCommand” is Correct:
Executes the command.ps1 script on the VM to stop SAP services, matching the command structure.
Azure-native, ideal for Cloud Shell execution, per Microsoft’s SAP-on-Azure practices.
Handles the typo (“VM2” vs. “VM1”) as the command is valid for any VM, assuming VM1 is intended.
HOTSPOT
You have two Azure virtual machines that run SUSE Linux Enterprise Server (SLES).
You plan to implement a highly available SAP HANA deployment.
You need to implement a STONITH block device (SBD) for the planned implementation.
What should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer Area
Azure resource:
Azure NetApp Files
An Azure Storage account
An Azure virtual machine
Protocol:
iSCSI
NFS
SMB
Final Answer
Azure resource: An Azure Storage account
Protocol: iSCSI
Why These Selections Are Correct?
An Azure Storage account:
Provides the storage backend (e.g., Azure Files, shared disk) for a disk-based SBD, the foundation for creating the shared resource needed for Pacemaker fencing.
Aligns with Microsoft’s guidance for SBD in SAP HANA HA setups on Azure.
iSCSI:
The standard protocol for block-level SBD access, ensuring Pacemaker can use the shared disk for fencing, compatible with SLES and Azure Disks.
Matches SAP’s HA requirements for reliable node isolation.
SAP HANA HA Fit:
SBD ensures cluster integrity by fencing failed nodes, critical for HANA’s high availability (e.g., system replication across VMs).
You plan to implement a highly available SAP HANA deployment by using two Azure virtual machines that run SUSE Linux Enterprise Server (SLES).
You need to create an Azure Fence agent STONITH block device (SBD).
What should you do first?
A. Create a storage account.
B. Create a system-assigned managed identity.
C. Create an application registration in Azure Active Directory (Azure AD).
D. Create a user-assigned managed identity.
Final Answer
What should you do first?
A. Create a storage account.
Why “Create a storage account” is Correct?
Traditional SBD Assumption:
If the question intends a disk-based SBD (less common but possible), a storage account is the first step to provision a shared disk (e.g., Azure Files NFS for SLES).
Steps: Create storage account → provision Azure Files → configure SBD in Pacemaker.
Counterpoint (Azure Fence Agent):
The Azure Fence Agent is the standard for SAP HANA HA on Azure, not requiring a storage account but needing a managed identity.
However, the question’s “SBD” and option set (storage account prominence) suggest a traditional SBD interpretation.
Final Decision:
Given the options and AZ-120’s focus on practical SAP HA, storage account aligns with creating a disk-based SBD, a plausible first step if the question assumes a shared disk setup (e.g., for SLES compatibility).
If “SBD” means Azure Fence Agent, system-assigned managed identity would be first, but the storage account option better fits the question’s framing.