Microsoft · AZ-120
Validates expertise in migrating SAP workloads to Azure and implementing infrastructure to support SAP solutions on the Azure platform.
Questions
582
Duration
100 minutes
Passing Score
700/1000
Difficulty
SpecialtyLast Updated
Jan 2026
Use this AZ-120 practice exam to prepare for Microsoft Certified: Azure for SAP Workloads Specialty (AZ-120) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 582 questions for Microsoft AZ-120, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Migrate SAP workloads to Azure, Design and implement infrastructure for SAP workloads, Design and implement high availability and disaster recovery, and Maintain SAP workloads on Azure. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
The Microsoft Certified: Azure for SAP Workloads Specialty (AZ-120) validates an architect or engineer's ability to plan, migrate, and operate SAP solutions on the Microsoft Azure platform. The certification covers the full lifecycle of SAP workloads on Azure—from assessing existing landscapes and designing target infrastructures, to implementing compute, networking, and storage solutions tailored for SAP systems including SAP HANA, SAP Business Suite, SAP NetWeaver, and SAP BW/4HANA. It also tests proficiency with SAP RISE integration on Azure, automation via the SAP Deployment Automation Framework and Azure Center for SAP solutions, and governance using Azure Policy and Azure Resource Manager/Bicep templates.
The exam was last updated on January 14, 2026, and reflects current Microsoft tooling such as Azure Center for SAP solutions, SAP Landscape Management (LaMa) connector, and Azure NetApp Files. Professionals earning this certification demonstrate they can architect solutions that meet enterprise-grade requirements for resiliency, performance, scale, and cost-efficiency—skills that are critical as large enterprises accelerate the migration of mission-critical SAP workloads into hyperscale cloud environments.
This certification is designed for cloud architects and engineers who specialize in designing, implementing, and managing SAP landscapes on Azure. Ideal candidates come from backgrounds in SAP Basis administration, enterprise infrastructure architecture, or cloud solutions engineering, and are responsible for decisions spanning compute sizing, network topology, storage configuration, high availability clustering, and disaster recovery planning for SAP systems.
Candidates typically hold roles such as Azure SAP Architect, SAP on Azure Consultant, or Cloud Infrastructure Engineer, and often serve as the technical bridge between SAP application teams and Azure cloud operations. Those targeting this certification are generally mid-to-senior professionals who already possess hands-on experience with SAP technologies and are expanding their expertise into Azure-native tooling. Microsoft strongly recommends holding the Azure Administrator Associate certification before sitting for AZ-120.
There are no mandatory prerequisites to register for AZ-120, but Microsoft strongly recommends that candidates hold the Azure Administrator Associate (AZ-104) certification before attempting this exam. Familiarity with the Azure portal, Azure Marketplace, and infrastructure-as-code tools such as ARM templates and Bicep is expected.
On the SAP side, candidates should have extensive hands-on experience with SAP HANA, SAP Business Suite, and SAP NetWeaver, as well as knowledge of SAP-specific concepts such as STONITH, Pacemaker clustering, SAP Central Services (SCS), and Write Accelerator. Solid understanding of virtualization, cloud networking (including ExpressRoute and proximity placement groups), storage architectures (including Azure NetApp Files and Azure Files), and high availability and disaster recovery design patterns is also expected before attempting this specialty exam.
Exam AZ-120 is a proctored assessment with a 100-minute time limit, delivered through Pearson VUE either online or at a testing center. The exam includes interactive components in addition to traditional question formats such as multiple choice, multi-select, drag-and-drop, and case studies. Microsoft does not publish the exact number of questions, but the format is consistent with other Azure specialty exams, typically ranging between 40–60 scored items.
The passing score is 700 out of 1000. Scores are reported immediately upon completion via Pearson VUE, and a detailed score report is provided. If a candidate fails, they may retake the exam after 24 hours; subsequent retakes are subject to Microsoft's standard retake policy. The exam is available in English, Japanese, Chinese (Simplified), French, German, Spanish, and Brazilian Portuguese. Microsoft certifications earned through AZ-120 expire annually and can be renewed at no cost via an online assessment on Microsoft Learn.
The AZ-120 certification positions professionals for highly specialized and well-compensated roles at the intersection of enterprise SAP ecosystems and Azure cloud infrastructure. Common job titles include Azure SAP Architect, SAP on Azure Consultant, and Cloud Infrastructure Engineer, with average U.S. salaries in the range of $120,000–$160,000 annually depending on seniority and location. Given that SAP systems underpin core operations at the majority of large enterprises—and that Microsoft Azure is used by over 95% of Fortune 500 companies—demand for professionals who can bridge both platforms remains strong and is expected to grow as organizations accelerate S/4HANA migrations and adopt SAP RISE on Azure.
Compared to broader Azure certifications such as the Solutions Architect Expert (AZ-305), the AZ-120 is a narrower but deeper credential that signals rare cross-domain expertise combining SAP application knowledge with Azure infrastructure architecture. Microsoft data indicates that certified professionals earn on average 15% more than non-certified peers and are often considered for senior advisory and leadership roles. The certification renews annually via a free online assessment on Microsoft Learn, keeping holders current with rapidly evolving Azure-SAP integration features.
5 sample questions with answers and explanations. Start a practice session to test yourself across all 582 questions.
Preview — answers shown1. A company is running SAP on Red Hat Enterprise Linux (RHEL) 7.9. They are not using Ultra Disks. Which version of the Azure Extension for SAP is the default recommendation for this setup?
Explanation
The correct answer is B. The recommendation is to use the standard version unless a specific use case for the new version is met. The use cases for the new version include RHEL 8.1 or higher, SUSE 15 or higher, or the use of Ultra/Standard disks. Since RHEL 7.9 does not meet these criteria, the standard version is the appropriate and recommended choice.
2. SharedStorage Corp is implementing SAP HANA scale-out and needs to configure shared storage. After the scale-out installation, where should the /hana/shared volume be located?
Explanation
In a SAP HANA scale-out configuration, the /hana/shared volume should be placed on a highly available NFS share. While /hana/data and /hana/log use non-shared disks (local to each node), the /hana/shared volume contains shared components that need to be accessible from all nodes in the scale-out cluster. This shared storage must be highly available to ensure system reliability and continuous operation.
3. A network engineer wants to override Azure's default routing behavior for a specific subnet. They want to force all outbound traffic from that subnet to be inspected by a firewall appliance before going to the internet. What should they create and associate with the subnet?
Explanation
User-Defined Routes (UDRs) are used to override Azure's default system routes. The engineer can create a route table containing a UDR that directs all internet-bound traffic (address prefix 0.0.0.0/0) to the private IP address of the firewall appliance (the 'next hop'). By associating this route table with the subnet, all traffic originating from that subnet will be forced through the firewall for inspection. NSGs filter traffic but do not change the routing path.
4. CloudMigration Corp wants to understand DMO processing phases to plan their project timeline. After the preparation and extraction phases are complete, which phase involves checking connectivity between source and target systems?
Explanation
The Configuration phase is where SUM checks the connectivity between the source and target systems. This occurs after Preparation (pre-SUM activities) and Extraction (software download verification and SAR file unpacking). The Configuration phase ensures that communication channels are properly established before proceeding to space checks and the actual migration process.
5. FileSystemSetup Inc. is configuring file systems for their SAP HANA installation. They want to prevent system hanging during boot if storage disks fail. What parameter should they add to the /etc/fstab file?
Explanation
Adding the 'nofail' parameter to the /etc/fstab file prevents the virtual machine from hanging during the boot process if there are issues with the disks. This parameter tells the system to continue booting even if a particular disk or mount point is not available. However, administrators should be aware that if /hana volumes are missing, SAP HANA cannot start, so proper monitoring and alerting should be in place.
Microsoft Dynamics 365 Supply Chain Management Functional Consultant Expert (MB-335)
MB-335 · 2039 questions
Microsoft Dynamics 365 Business Central Functional Consultant (MB-800)
MB-800 · 1899 questions
Microsoft Certified: Azure AI Engineer Associate (AI-102)
AI-102 · 1392 questions
Microsoft Certified: Windows Server Hybrid Administrator Associate (AZ-801)
AZ-801 · 1376 questions
Microsoft Dynamics 365 Finance Functional Consultant (MB-310)
MB-310 · 1299 questions
Microsoft 365 Certified: Fundamentals (MS-900)
MS-900 · 1201 questions
$17.99
One-time access to this exam