test3 Flashcards
https://www.secexams.com/exams/Microsoft/az-120/view/ (88 cards)
You are migrating SAP to Azure. The ASCS application servers are in one Azure zone, and the SAP database server in in a different Azure zone. ASCS/ERS is configured for high availability.
During performance testing, you discover increased response times in Azure, even though the Azure environment has better computer and memory configurations than the on-premises environment.
During the initial analysis, you discover an increased wait time for Enqueue.
What are three possible causes of the increased wait time? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A
a missing Enqueue profile
B
disk I/O during Enqueue backup operations
C
misconfigured load balancer rules and health check probes for Enqueue and ASCS
D
active Enqueue replication
E
network latency between the database server and the SAP application servers
Correct Answers:
C. Misconfigured load balancer rules and health check probes for Enqueue and ASCS
D. Active Enqueue replication
E. Network latency between the database server and the SAP application servers
Why These Are Correct:
C - Misconfigured Load Balancer:
In Azure HA for ASCS/ERS, the load balancer is critical. Misconfigured rules or probes can delay or misroute Enqueue traffic, directly increasing wait times. This is a frequent migration challenge tested in AZ-120, reflecting Azure-specific HA nuances.
D - Active Enqueue Replication:
Replication to ERS is inherent in HA. If not optimized (e.g., synchronous or network-constrained across zones), it slows Enqueue processing, a realistic cause in Azure SAP deployments and a key performance consideration.
E - Network Latency:
Cross-zone latency in Azure (higher than on-premises) impacts Enqueue wait times when database interactions are involved. This is a common bottleneck in distributed SAP setups, making it a focal point for AZ-120 troubleshooting.
You have an on-premises SAP environment that uses AIX servers and IBM DB2 as the database platform.
You plan to migrate SAP to Azure. In Azure, the SAP workloads will use Windows Server and Microsoft SQL Server as the database platform.
What should you use to export from DB2 and import the data to SQL Server?
A
R3load
B
Azure SQL Data Warehouse
C
SQL Server Management Studio (SSMS)
D
R3trans
Final Answer:
A. R3load
Why Correct?
SAP Migration Fit: R3load is specifically designed for SAP database migrations, including heterogeneous scenarios like moving from IBM DB2 on AIX to Microsoft SQL Server on Windows Server. It handles the export from DB2 and import into SQL Server seamlessly.
End-to-End Solution: It provides a complete process—exporting DB2 data into files and importing them into SQL Server—while preserving SAP data structures and integrity.
Minimized Data Loss: R3load ensures all data is transferred accurately, critical for SAP production systems.
AZ-120 Context: The exam focuses on SAP-specific tools and processes for Azure migrations. R3load is part of SAP’s Migration Tools and is recommended in Azure’s SAP workload documentation for such migrations (e.g., classical migration or DMO).
Industry Standard: Widely used in SAP migrations to Azure when changing database platforms, aligning with best practices.
HOTSPOT -
You are designing the backup for an SAP database.
You have an Azure Storage account that is configured as shown in the following exhibit.
The cost of your storage account depends on the usage and the options you choose below.
Learn more
Account kind
StorageV2 (general purpose v2)
Performance
[ Standard ] Premium
- Secure transfer required
Disabled [ Enabled ]
Access tier (default)
[ Cool ] Hot
Replication
[ Geo-redundant storage (GRS) ▼ ]
Azure Active Directory authentication for Azure Files (Preview)
[ Disabled ] Enabled
Data Lake Storage Gen2
Hierarchical namespace
[ Disabled ] Enabled
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer Area
Data in the storage account is stored on
[answer choice].
▼
- hard disk drives (HDDs)
- premium solid-state drives (SSDs)
- standard solid-state drives (SSDs)
Backups will be replicated
[answer choice].
▼
- to a storage cluster in the same datacenter
- to another Azure region
- to another zone within the same Azure region
Final Answers:
Data in the storage account is stored on: Standard solid-state drives (SSDs)
Correct because the Standard performance tier in a general-purpose v2 account uses Standard SSDs, especially in the context of SAP workloads.
Backups will be replicated: To another Azure region
Correct because GRS replication involves copying data to a secondary Azure region for geographic redundancy.
Answer: Standard solid-state drives (SSDs)
Reasoning:
The “Performance” setting in the exhibit is set to “Standard.” In Azure, a “Standard” performance tier for a general-purpose v2 storage account typically uses standard solid-state drives (SSDs) for managed disks when associated with workloads like backups. While Azure’s Standard tier historically used HDDs for blob storage in older configurations, the context of modern Azure deployments (especially for SAP workloads and the AZ-120 exam) aligns with Standard SSDs as the baseline for general-purpose v2 accounts with standard performance. Standard SSDs are optimized for cost-effective performance, which fits the scenario of designing a backup solution for an SAP database.
“Premium solid-state drives (SSDs)” would apply if the Performance tier were set to “Premium,” which is not the case here.
“Hard disk drives (HDDs)” are associated with older Standard HDD offerings, but for SAP backup scenarios in Azure, Microsoft recommends at least Standard SSDs for consistency and performance, especially in a general-purpose v2 account.
Answer: To another Azure region
Reasoning:
The “Replication” setting in the exhibit is set to “Geo-redundant storage (GRS).” GRS in Azure means that data is replicated synchronously three times within the primary region (using locally redundant storage, LRS) and then replicated asynchronously to a secondary Azure region, which is typically hundreds of miles away. This ensures geographic redundancy for disaster recovery purposes, a key consideration for SAP database backups.
“To a storage cluster in the same datacenter” aligns with Locally Redundant Storage (LRS), which is not selected here.
“To another zone within the same Azure region” aligns with Zone-Redundant Storage (ZRS), which is also not selected.
Therefore, “to another Azure region” is the correct choice, as it matches the GRS replication behavior.
DRAG DROP -
You migrate SAP ERP Central Component (SAP ECC) production and non-production landscapes to Azure.
You are licensed for SAP Landscape Management (LaMa).
You need to refresh from the production landscape to the non-production 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.
Select and Place:
Actions Answer Area
From the Azure portal, create a service principal [ < > ]
From the Cloud Managers tab in LaMa, add an adapter [ < > ]
From SAP Solution Manager, deploy the LaMa adapter [ < > ]
Add permissions to the service principal [ < > ]
Install and configure LaMa on an SAP NetWeaver instance [ < > ]
[ ▲ ] [ ▼ ]
Correct Sequence:
Install and configure LaMa on an SAP NetWeaver instance
From the Azure portal, create a service principal
Add permissions to the service principal
From the Cloud Managers tab in LaMa, add an adapter
Why It’s Correct:
Step 1: Install and configure LaMa on an SAP NetWeaver instance:
LaMa must be operational before any Azure integration or refresh can occur. It’s deployed on a NetWeaver instance (e.g., in Azure or on-premises), a prerequisite for all subsequent steps.
Step 2: From the Azure portal, create a service principal:
LaMa needs a service principal to authenticate with Azure, created after LaMa is ready to be configured for cloud operations.
Step 3: Add permissions to the service principal:
Permissions (e.g., Contributor role) are assigned to the service principal to allow LaMa to manage Azure VMs, a necessary step before connecting LaMa to Azure.
Step 4: From the Cloud Managers tab in LaMa, add an adapter:
The Azure adapter links LaMa to Azure using the service principal, enabling the refresh operation (e.g., cloning production to non-production). This is the final setup step before executing the refresh.
Alignment with Case Study:
Enables LaMa to refresh the ECC landscape in Azure, meeting the migration context and LaMa licensing.
AZ-120 Relevance:
Tests knowledge of LaMa setup and Azure integration for SAP operations, a key skill in managing SAP landscapes on Azure.
HOTSPOT -
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 Area
Oracle Real Application Clusters (RAC) can be used to
provide high availability of SAP databases on Azure.
[ ] Yes [ ] No
You can host SAP databases on Azure by using Oracle on a
virtual machine that runs Windows Server 2016.
[ ] Yes [ ] No
You can host SAP databases on Azure by using Oracle on a
virtual machine that runs SUSE Linux Enterprise Server 12
(SLES 12).
[ ] Yes [ ] No
Final Answers:
Oracle Real Application Clusters (RAC) can be used to provide high availability of SAP databases on Azure: No
RAC is not supported for SAP on Azure; Oracle Data Guard is the recommended HA solution.
You can host SAP databases on Azure by using Oracle on a virtual machine that runs Windows Server 2016: Yes
Windows Server 2016 is a supported OS for Oracle databases in SAP deployments on Azure.
You can host SAP databases on Azure by using Oracle on a virtual machine that runs SUSE Linux Enterprise Server 12 (SLES 12): Yes
SLES 12 is a certified and supported OS for Oracle-based SAP databases on Azure.
Statement 1:
“Oracle Real Application Clusters (RAC) can be used to provide high availability of SAP databases on Azure.”
Options: [ ] Yes [ ] No
Answer: No
Reasoning:
Oracle Real Application Clusters (RAC) is a clustered database solution that provides high availability and scalability by allowing multiple nodes to access a single database. However, as of the latest Azure documentation for SAP workloads, Oracle RAC is not supported on Azure for SAP-certified deployments.
Microsoft Azure relies on alternative high-availability (HA) solutions for SAP databases, such as Oracle Data Guard, which is supported for Oracle databases on Azure. Oracle Data Guard provides HA and disaster recovery through standby databases, which aligns with Azure’s infrastructure and SAP certification requirements.
RAC requires shared storage and low-latency clustering, which is challenging to implement in Azure’s virtualized environment due to the lack of native support for Oracle RAC-specific features like shared disk access across VMs. Azure instead recommends using Azure Availability Zones, VM-level HA, or Oracle Data Guard for SAP Oracle deployments.
For the AZ-120 exam, you need to know that RAC is not a supported or recommended HA option for SAP on Azure, making “No” the correct answer.
Statement 2:
“You can host SAP databases on Azure by using Oracle on a virtual machine that runs Windows Server 2016.”
Options: [ ] Yes [ ] No
Answer: Yes
Reasoning:
Azure supports running Oracle databases on virtual machines (VMs) for SAP workloads, and Windows Server 2016 is a supported operating system for hosting Oracle databases in this context.
Microsoft’s SAP on Azure documentation confirms that Oracle databases (e.g., Oracle 12c, 19c) can be deployed on Azure VMs running supported Windows Server versions, including Windows Server 2016. This is part of Azure’s flexibility in supporting SAP systems, including SAP NetWeaver and S/4HANA, with Oracle as the backend database.
The VM must meet SAP and Oracle’s sizing and certification requirements (e.g., certified Azure VM types like M-series or E-series), but there’s no restriction against using Windows Server 2016 for this purpose.
For the AZ-120 exam, this is a straightforward validation of Azure’s support for Oracle on Windows VMs, making “Yes” the correct answer.
Statement 3:
“You can host SAP databases on Azure by using Oracle on a virtual machine that runs SUSE Linux Enterprise Server 12 (SLES 12).”
Options: [ ] Yes [ ] No
Answer: Yes
Reasoning:
SUSE Linux Enterprise Server 12 (SLES 12) is a fully supported operating system for running SAP workloads on Azure, including SAP databases like Oracle.
Microsoft and SAP certify specific Linux distributions for SAP deployments on Azure, and SLES 12 is explicitly listed as a supported OS for Oracle databases in SAP environments. This includes support for SAP NetWeaver and S/4HANA systems using Oracle as the database layer.
Azure documentation and SAP Notes (e.g., SAP Note 2039619) confirm that Oracle on SLES 12 is a valid configuration, provided the VM is properly sized and configured (e.g., using Azure M-series VMs) and the Oracle version (e.g., 12c, 19c) is SAP-certified.
For the AZ-120 exam, this reflects Azure’s broad support for Linux distributions in SAP scenarios, making “Yes” the correct answer.
You have an SAP environment that is managed by using VMware vCenter.
You plan to migrate the SAP environment to Azure.
You need to gather information to identify which compute resources are required in Azure.
What should you use to gather the information?
A
Azure Migrate and SAP EarlyWatch Alert reports
B
Azure Site Recovery and SAP Quick Sizer
C
SAP Quick Sizer and SAP HANA system replication
D
Azure Site Recovery Deployment Planner and SAP HANA Cockpit
Correct Answer: A. Azure Migrate and SAP EarlyWatch Alert reports
Why It’s Correct:
Azure Migrate:
Assesses VMware VMs hosting the SAP environment, collecting real-time performance data (CPU, memory, disk) via integration with vCenter. It recommends Azure VM sizes (e.g., M-series for HANA, E-series for app servers) tailored to SAP workloads when configured with SAP-specific settings. It’s the primary Microsoft tool for migration assessment in Azure, directly addressing compute resource identification.
SAP EarlyWatch Alert reports:
Provides SAP-specific utilization data (e.g., peak CPU, memory usage) from the current environment, complementing Azure Migrate’s VM-level insights with application-level detail. This ensures the Azure compute resources (e.g., vCPUs, RAM) match SAP workload demands, critical for production systems.
You plan to migrate an SAP environment to Azure.
You need to recommend a solution to migrate the SAP application servers to Azure. The solution must minimize downtime and changes to the environments.
What should you include in the recommendation?
A
Azure Storage Explorer
B
Azure Import/Export service
C
AzCopy
D
Azure Site Recovery
Correct Answer: D. Azure Site Recovery
Why It’s Correct:
Minimize Downtime:
ASR replicates SAP application server VMs to Azure in the background while the source remains operational. The planned failover cuts over to Azure with minimal disruption (e.g., minutes), far less than offline methods like AzCopy or Import/Export.
Minimize Changes:
ASR performs a lift-and-shift migration, preserving the VM’s OS, SAP application configuration, and settings. No reinstallation or major reconfiguration is needed, unlike file-based tools requiring redeployment.
Comparison:
Azure Storage Explorer, AzCopy: File transfer tools requiring manual redeployment, causing hours/days of downtime and significant changes.
Azure Import/Export: Offline disk shipping, with days of downtime and full environment rebuild.
ASR: Live replication with a short cutover, maintaining the original setup.
AZ-120 Relevance:
The AZ-120 exam emphasizes migration strategies for SAP on Azure. ASR is a standard, SAP-supported tool for migrating application servers (Windows or Linux) with minimal downtime and changes, making it the best fit for this scenario.
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?
A
SM51
B
DB01
C
DB12
D
OS07N
Final Answer:
D. OS07N
Why OS07N Is Correct:
Purpose: OS07N (Operating System Monitor) provides a comprehensive view of the underlying hardware performance of the SAP system’s host, including:
CPU: Utilization percentage and load.
Memory: Physical and virtual memory usage.
Network: Network I/O and throughput.
Disk: I/O operations and storage performance.
Relevance to Migration: For an Azure migration, you need to assess the source system’s resource utilization to right-size Azure VMs (e.g., E-series, M-series) and ensure they meet the SAP system’s demands. OS07N delivers the exact data required for this purpose.
AZ-120 Context: The exam tests your ability to use SAP tools for migration planning. OS07N aligns with this objective by enabling hardware usage analysis, which complements tools like the SAP EarlyWatch Alert report for sizing decisions.
Your company has an SAP environment that contains the following components:
✑ SAP systems based on SAP HANA and SAP Adaptive Server Enterprise (SAP ASE) that run on SUSE Linux Enterprise Server 12 (SLES 12)
✑ Multiple SAP applications
The company plans to migrate all the applications to Azure.
You need to get a comprehensive list of all the applications that are part of the SAP environment.
What should you use?
A
the SAP license information
B
the SAP Solution Manager
C
the data volume management report
D
the network inventory and locations
Correct Answer: B. The SAP Solution Manager
Why It’s Correct:
SAP Solution Manager:
SolMan’s landscape management capabilities (e.g., SLD, LMDB) provide a comprehensive, real-time list of all SAP applications in the environment, including systems on HANA and ASE (e.g., ECC, BW, custom apps). It tracks system IDs, versions, and dependencies, making it ideal for migration planning to Azure.
It’s a standard SAP tool for managing and documenting the entire SAP landscape, directly addressing the need for a “comprehensive list of all the applications.”
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?
A
Yes
B
No
Final Answer:
A. Yes
Why “Yes” Is Correct:
Functionality: SAP HANA Studio provides access to system views that store CPU metrics, such as M_HOST_RESOURCE_UTILIZATION, which can cover the last 24 hours if data collection is enabled (a reasonable assumption for a production or development system).
AZ-120 Relevance: The exam expects you to leverage SAP HANA tools like Studio for performance monitoring and migration planning. Querying views is a practical and supported approach to extract the required metrics.
Goal Alignment: The solution delivers CPU metrics, which are essential for sizing Azure VMs (e.g., ensuring the VM’s vCPUs match the HANA instance’s workload).
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 deploy a new environment to Azure that uses SAP NetWeaver 7.4. You export the databases from the on-premises environment, and then you import the databases into the Azure environment.
Does this meet the goal?
A
Yes
B
No
Correct Answer: B. No
Why It’s Correct:
HANA-Certified Azure Environment:
Requires SAP HANA as the database, not SQL Server. The solution’s export/import process implies a homogeneous migration (SQL Server to SQL Server) unless a HANA conversion is specified, which it isn’t.
Deploying NetWeaver 7.4 in Azure is fine, but keeping SQL Server misses the HANA requirement.
Ambiguity:
If the intent was to migrate to HANA, tools like SAP DMO or SWPM (with R3load) for a heterogeneous system copy would be needed, but these aren’t mentioned. The solution lacks the necessary database transformation step.
AZ-120 Relevance:
The AZ-120 exam tests precise understanding of SAP migrations to Azure, especially HANA-based environments. A HANA-certified environment explicitly means HANA as the DB, and this solution doesn’t ensure that transition from SQL Server.
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 upgrade to SAP NetWeaver 7.4, and then you migrate SAP to Azure by using Azure Site Recovery.
Does this meet the goal?
A
Yes
B
No
Correct Answer:
B. No
Why This Answer Is Correct for AZ-120:
HANA Requirement: The AZ-120 exam emphasizes understanding SAP HANA deployments on Azure. A HANA-certified environment requires SAP HANA as the database, not SQL Server. ASR performs a lift-and-shift, preserving the existing SQL Server database, which fails the goal.
Migration Process: Upgrading to NetWeaver 7.4 is a reasonable preparatory step (HANA requires at least NetWeaver 7.0 SP12 or higher, with 7.4 being fully optimized), but the migration to Azure must include a database conversion to HANA. Tools like SAP Database Migration Option (DMO) or System Copy (export/import) are typically used for this, not ASR alone.
ASR Limitations: Microsoft documentation for SAP on Azure specifies ASR for VM-level migration (e.g., for HA/DR or non-database changes), but database migrations to HANA require SAP-specific tools. The solution omits this critical step.
Exam Context: AZ-120 tests knowledge of SAP migration strategies. A correct solution might involve upgrading to 7.4, then using DMO to migrate to HANA on Azure, or performing a heterogeneous migration with SAP tools, not just ASR.
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
Final Answer
Does this meet the goal?
B. No
Why “No” is Correct?
Database Mismatch: The goal requires SAP HANA, but the solution keeps SQL Server, failing the HANA-certified criterion.
Incomplete Process: ASR and a NetWeaver upgrade alone don’t achieve a HANA-based system; a database conversion step is essential but absent.
AZ-120 Context: The exam often tests your understanding of SAP HANA migration nuances, and this scenario highlights the limitation of lift-and-shift tools like ASR for database platform changes.
HOTSPOT -
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.
Hot Area:
Answer Area
SAP application servers:
[Dropdown options]
- AzCopy
- Azure Site Recovery
- SAP HANA system replication
- System Copy for SAP Systems
SAP HANA databases:
[Dropdown options]
- AzCopy
- Azure Site Recovery
- SAP HANA system replication
- System Copy for SAP Systems
Correct Answers:
SAP application servers: Azure Site Recovery
SAP HANA databases: SAP HANA system replication
Why These Answers Are Correct for AZ-120:
SAP Application Servers: Azure Site Recovery
Why Correct: ASR replicates the SLES VMs hosting SAP NetWeaver to Azure with continuous sync, allowing a cutover with minimal downtime (minutes). It’s a lift-and-shift approach supported by Microsoft for SAP application server migrations (e.g., SAP Note 2529073).
Downtime: Near-zero, as replication happens in the background, and only the final failover disrupts service briefly.
Exam Context: AZ-120 emphasizes ASR for VM-level SAP migrations, especially for application servers on supported OS like SLES.
SAP HANA Databases: SAP HANA System Replication
Why Correct: HANA System Replication synchronizes the 4 TB database to a secondary HANA instance in Azure in real-time. After full sync, a brief cutover (seconds to minutes) completes the migration, meeting the downtime requirement. It’s SAP’s recommended method for large HANA databases on Azure.
Downtime: Minimal, as data is replicated live, and only the switchover causes a brief outage.
Exam Context: AZ-120 tests knowledge of HANA-specific migration tools. Microsoft and SAP documentation highlight HANA System Replication for minimal-downtime migrations (e.g., Azure SAP workload guides).
You have an on-premises SAP environment hosted on VMware VSphere that uses Microsoft SQL Server as the database platform.
You plan to migrate the environment to Azure. The database platform will remain the same.
You need gather information to size the target Azure environment for the migration.
What should you use?
A
the SAP EarlyWatch Alert report
B
Azure Advisor
C
the SAP HANA sizing report
D
Azure Stack Edge
Final Answer
What should you use?
A. the SAP EarlyWatch Alert report
Why “SAP EarlyWatch Alert Report” is Correct?
SAP-Specific Insights: EarlyWatch provides detailed, SAP-centric performance data (e.g., SAPS, database I/O) tailored to the current environment (NetWeaver on SQL Server), which is critical for sizing Azure VMs and storage.
Pre-Migration Applicability: It runs on the on-premises system, making it ideal for gathering data before the migration, unlike Azure-native tools that require an Azure deployment.
SQL Server Compatibility: Since the database stays SQL Server, EarlyWatch’s metrics align with the target Azure environment (e.g., SQL Server on Azure VMs), ensuring accurate sizing.
AZ-120 Relevance: The exam often highlights EarlyWatch as the go-to tool for SAP migration planning, especially when retaining the same database platform.
You have an existing SAP production landscape that uses SAP HANA databases.
You plan to migrate the landscape to Azure.
Which Azure virtual machine series will be Azure supported for the production SAP HANA database deployment?
A
F-Series
B
A-Series
C
M-Series
D
N-Series
Correct Answer:
C. M-Series
Why This Answer Is Correct for AZ-120:
SAP HANA Certification: The AZ-120 exam requires knowledge of Azure VM types supported for SAP workloads. SAP HANA in production has strict requirements for memory (in-memory processing), CPU, and storage performance (e.g., submillisecond latency for logs). The M-Series VMs (including Mv2-Series) are explicitly certified by SAP and Microsoft for production HANA deployments on Azure, as per SAP Note 2529073 and the Azure SAP workload planning guide.
Production Support: M-Series VMs support features critical for HANA, such as:
Large memory configurations (e.g., 1 TB to 5.7 TB) for HANA’s in-memory needs.
Premium SSD and Ultra Disk for high IOPS and low latency (e.g., Write Accelerator for /hana/log).
Availability in HANA-certified configurations (e.g., scale-up and scale-out).
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 an Azure environment.
Solution: You migrate the SAP environment as is to Azure by using Azure Site Recovery.
Does this meet the goal?
A
Yes
B
No
Final Answer
B. No
Why is this correct?
The goal is to migrate a complex SAP environment to Azure, ensuring it operates effectively in the Azure environment. While Azure Site Recovery (ASR) is a powerful tool for disaster recovery and migration, it is not the appropriate solution for migrating an SAP environment like the one described, for the following reasons:
SAP NetWeaver 7.0 is not supported on Azure:
SAP NetWeaver 7.0 is an older release, and Microsoft Azure has specific supportability requirements for SAP workloads. According to SAP and Microsoft documentation, Azure supports newer versions of SAP NetWeaver (e.g., 7.4 or higher) for most workloads. SAP Note 1928533 (SAP Applications on Azure: Supported Products and Azure VM types) indicates that older versions like NetWeaver 7.0 may not be certified for Azure, particularly for production environments.
Migrating the environment “as is” using Azure Site Recovery would replicate the unsupported NetWeaver 7.0 system, which does not meet SAP’s certification requirements for Azure, potentially leading to operational issues or lack of support.
Unicode and Non-Unicode considerations:
The environment includes both Unicode and Non-Unicode systems. SAP recommends (and in many cases requires) Unicode for modern SAP systems, especially for cloud deployments. Migrating a Non-Unicode system to Azure without conversion may cause compatibility issues with newer SAP components or Azure services, as Non-Unicode is deprecated in newer SAP releases. Azure Site Recovery does not address this requirement, as it performs a lift-and-shift replication without transforming the system.
Azure Site Recovery is not optimized for SAP migrations:
Azure Site Recovery is designed for replicating VMs for disaster recovery or basic lift-and-shift migrations. It does not handle the specific complexities of SAP migrations, such as:
Database optimizations for Microsoft SQL Server on Azure (e.g., ensuring the correct VM types, storage configurations, or high-availability setups).
SAP-specific configurations, such as adjusting the SAP system to use Azure-certified VM types (e.g., M-series for SQL Server with SAP HANA or E-series for other workloads).
Handling ABAP and Java stack dependencies, which may require reconfiguration or upgrades during migration.
For SAP workloads, Microsoft recommends using tools and methodologies like SAP Migration Factory, Azure Database Migration Service, or manual migration processes with SAP tools (e.g., Software Provisioning Manager or Database Migration Option) to ensure compatibility and optimization.
Complex SAP environment requirements:
A “complex SAP environment” with ABAP and Java stacks implies multiple components (e.g., SAP Application Servers, Central Services, database servers). These require careful planning for Azure, including:
Selecting appropriate Azure VM types certified for SAP (e.g., E-series, M-series).
Configuring high availability (e.g., using Availability Zones or Sets).
Optimizing network latency (e.g., using Proximity Placement Groups).
Ensuring database compatibility (e.g., Microsoft SQL Server versions supported on Azure).
Azure Site Recovery does not address these SAP-specific configurations, as it focuses on replicating VMs without modifying the application or database layer to meet Azure’s best practices for SAP.
Lack of optimization for Azure:
Migrating “as is” does not leverage Azure’s capabilities, such as Azure Premium SSDs, Accelerated Networking, or SAP-certified configurations. SAP migrations to Azure typically involve rearchitecting or optimizing the environment to align with cloud best practices, which Azure Site Recovery cannot facilitate.
HOTSPOT -
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.
Hot Area:
Answer Area
From:
[Dropdown options]
- SAP GUI
- SAP Solution Manager
- A SAP Solution Manager work center
Run the:
[Dropdown options]
- SAP Quick Sizer
- Transaction ST06
- SAP EarlyWatch report
Correct Answers:
From: SAP Solution Manager
Run the: SAP EarlyWatch report
Why These Answers Are Correct for AZ-120:
From: SAP Solution Manager
Why Correct: SolMan is the central tool for managing and monitoring SAP systems, storing historical data over extended periods (e.g., six months). It’s the platform where EWA reports are generated and accessed, making it the logical source for this task.
Why Not SAP GUI? Limited to real-time or short-term data, not six-month history.
Why Not Work Center? Too specific; SolMan as a whole provides the reporting framework.
Exam Context: AZ-120 emphasizes SolMan for SAP landscape analysis and migration planning.
You have an SAP environment on Azure that uses multiple subscriptions.
To meet GDPR requirements, you need to ensure that virtual machines are deployed only to the West Europe and North Europe Azure regions.
Which Azure components should you use?
A
Azure resource locks and the Compliance admin center
B
Azure resource groups and role-based access control (RBAC)
C
Azure management groups and Azure Policy
D
Azure Security Center and Azure Active Directory (Azure AD) groups
Final Answer
Which Azure components should you use?
C. Azure management groups and Azure Policy
Why “Azure management groups and Azure Policy” is Correct?
Policy Enforcement: Azure Policy directly addresses the requirement by restricting VM locations to West Europe and North Europe, using a deny effect for non-compliant regions.
Scalability: Management groups ensure the policy applies across all subscriptions in the SAP environment, critical for a multi-subscription setup.
GDPR Compliance: Limiting deployments to EU regions supports GDPR data residency, a common SAP-on-Azure scenario in AZ-120.
Practicality: This is a standard Azure governance approach, aligning with Microsoft’s recommendations for SAP workloads.
HOTSPOT -
You have an Azure Availability Set that is configured as shown in the following exhibit.
PS Azure:> get-azavailabilityset | Select Sku, PlatformFaultDomainCount, PlatformUpdateDomainCount, name, type | FL
Sku : Aligned
PlatformFaultDomainCount : 2
PlatformUpdateDomainCount : 4
Name : SAP-Databases-AS
Type : Microsoft.Compute/availabilitySets
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer Area
Virtual machines that share [answer choice] will be susceptible to a storage outage.
⬇
- aligned SKUs
- the same fault domain
- the same update domain
Virtual machines in the Azure Availability Set can support [answer choice].
⬇
- datacenter outages
- managed disks
- regional outages
Correct Answers:
Virtual machines that share the same fault domain will be susceptible to a storage outage.
Virtual machines in the Azure Availability Set can support managed disks.
Why These Answers Are Correct for AZ-120:
Fault Domain (Statement 1):
Why Correct: The AZ-120 exam tests understanding of high availability for SAP workloads. Fault domains isolate hardware failures (e.g., storage, power), and VMs sharing a fault domain (out of the 2 specified) are vulnerable to the same outage. Microsoft documentation for Availability Sets confirms this.
Exam Context: Critical for SAP HANA deployments, where storage resilience is key.
Managed Disks (Statement 2):
Why Correct: The “Aligned” SKU explicitly supports managed disks, a feature VMs in this Availability Set can leverage. Managed disks are standard for SAP HANA on Azure (e.g., Ultra Disk, Premium SSD), aligning with AZ-120’s focus on storage options.
Exam Context: AZ-120 emphasizes configuring VMs with managed disks for SAP workloads, especially in Availability Sets.
You plan to deploy an SAP environment on Azure that will use Azure Availability Zones.
Which load balancing solution supports the deployment?
A
Azure Basic Load Balancer
B
Azure Standard Load Balancer
C
Azure Application Gateway v1 SKU
Correct Answer:
B. Azure Standard Load Balancer
Why This Answer Is Correct for AZ-120:
Availability Zones Requirement: The AZ-120 exam focuses on high availability and disaster recovery for SAP workloads on Azure. Availability Zones provide fault isolation across physically separate datacenters within a region. The Standard Load Balancer supports zone-redundant configurations, ensuring traffic is distributed to SAP VMs (e.g., HANA or application servers) across zones, maintaining uptime if a zone fails.
SAP Deployment Fit: For SAP environments (e.g., HANA scale-up or NetWeaver clusters), Microsoft recommends the Standard Load Balancer for zone-redundant load balancing, as per Azure SAP workload guides and SAP Note 2529073. It supports the TCP/UDP protocols used by SAP components.
You have an Azure subscription.
Your company has an SAP environment that runs on SUSE Linux Enterprise Server (SLES) servers and SAP HANA. The environment has a primary site and a disaster recovery site. Disaster recovery is based on SAP HANA system replication. The SAP ERP environment is 4 TB and has a projected growth of 5% per month.
The company has an uptime Service Level Agreement (SLA) of 99.99%, a maximum recovery time objective (RTO) of four hours, and a recovery point objective
(RPO) of 10 minutes.
You plan to migrate to Azure.
You need to design an SAP landscape for the company.
Which options meet the company’s requirements?
A.
✑ Azure virtual machines and SLES for SAP application servers
✑ SAP HANA on Azure (Large Instances) that uses SAP HANA system replication for high availability and disaster recovery
B.
✑ ASCS/ERS and SLES clustering that uses the Pacemaker fence agent
✑ SAP application servers deployed to an Azure Availability Zone
✑ SAP HANA on Azure (Large Instances) that uses SAP HANA system replication for database high availability and disaster recovery
C.
✑ SAP application instances deployed to an Azure Availability Set
✑ SAP HANA on Azure (Large Instances) that uses SAP HANA system replication for database high availability and disaster recovery
D.
✑ ASCS/ERS and SLES clustering that uses the Azure fence agent
SAP application servers deployed to an Azure Availability Set
✑ SAP HANA on Azure (Large Instances) that uses SAP HANA system replication for database high availability and disaster recovery
Final Answer
Which options meet the company’s requirements?
B.
✑ ASCS/ERS and SLES clustering that uses the Pacemaker fence agent
✑ SAP application servers deployed to an Azure Availability Zone
✑ SAP HANA on Azure (Large Instances) that uses SAP HANA system replication for database high availability and disaster recovery
Why “B” is Correct?
99.99% Uptime:
ASCS/ERS clustering with Pacemaker (~99.99%+ with fast failover).
App servers in Availability Zones (99.99% SLA, better than Sets’ 99.95%).
HANA system replication (sync HA = near-zero downtime).
RTO ≤ 4 hours: Pacemaker (~minutes) and HANA failover (~minutes to hours) fit.
RPO ≤ 10 min: HANA sync (0 min) for HA, async (~minutes) for DR.
SAP Best Practices: Matches Azure’s SAP HA/DR architecture (Pacemaker for SLES, Zones for app servers, HANA Large Instances for DB).
AZ-120 Relevance: Reflects a complete SAP landscape design with HA (within region) and DR (across regions).
DRAG DROP -
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.
Select and Place:
Actions
- Add realm details to /etc/krb5.conf and /etc/samba/smb.conf
- Shut down the following services: smbd, nmbd, and winbindd
- Run net ads join -U administrator
- Run net rpc join -U administrator
- Install the samba-winbind package
Answer Area
[ ⬅ ➡ ]
[ ⬆ ⬇ ]
Answer Area:
Install the samba-winbind package
Add realm details to /etc/krb5.conf and /etc/samba/smb.conf
Run net ads join -U administrator
Why This Sequence Is Correct for AZ-120:
Logical Flow:
Install: Ensures tools are available (prerequisite).
Configure: Sets up Kerberos and Samba for AD integration.
Join: Executes the domain join using the configured settings.
SLES-AD Integration: Standard process on SLES involves installing Samba/Winbind, configuring Kerberos and Samba, then joining via net ads join (preferred over RPC for modern AD with Kerberos).
Why Not the Others?
Shut down services: Optional and not typically required before joining; services may not even be running yet if freshly installed.
Run net rpc join: Older method, less secure (NTLM vs. Kerberos), and not the default for SLES-AD integration.
Exam Context: AZ-120 tests hybrid scenarios, and joining Linux VMs to AD is common for SAP environments on Azure. Microsoft and SUSE documentation align with this sequence.
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 deploy SAP HANA on Azure (Large Instances).
You need to back up the SAP HANA database to Azure.
Solution: You configure DB13 to back up directly to a local disk.
Does this meet the goal?
A
Yes
B
No
Final Answer
Does this meet the goal?
B. No
Why “No” is Correct?
Goal Mismatch: The goal is to back up the HANA database to Azure (implying cloud storage), but the solution only uses local disk storage on the Large Instance, which isn’t the same as Azure Blob Storage or a resilient, off-instance solution.
Resilience Gap: Local disk backups don’t provide the durability or DR benefits expected in Azure, failing to leverage Azure’s backup infrastructure.
AZ-120 Context: The exam often tests your understanding of Azure-native backup integration for SAP HANA (e.g., Blob Storage with snapshots), not just local storage options. This solution falls short of that standard.