Microsoft · AZ-120
Validates expertise in migrating SAP workloads to Azure and implementing infrastructure to support SAP solutions on the Azure platform.
Practice Questions
582
≈ 11 practice exams
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. The full bank has 582 questions, enough for 11 full-length practice exams.
Preview — answers shown1. When an administrator successfully registers an existing SAP system or deploys a new one with ACSS, a new resource group is automatically created. What is the purpose of this 'managed resource group'?
Explanation
The correct answer is C. Every VIS has an associated managed resource group created by ACSS. This group holds resources that are essential for the ACSS service to function, such as a storage account for scripts and logs, and the key vault for storing credentials. The documentation explicitly warns not to delete this resource group or the resources within it, as doing so will break the management capabilities of ACSS. The SAP VMs are located in a resource group chosen by the user, not the managed one. It is not temporary and should not be deleted. It does not store billing reports .
2. A financial services company, 'FinSecure', is deploying their SAP ASCS/SCS instance on SUSE Linux Enterprise Server in Azure. Their security policy strictly forbids making API calls from production VMs to the Azure management plane. Which STONITH mechanism should they implement for their Pacemaker cluster?
Explanation
The correct solution is a STONITH Block Device or SBD, which provides fencing by communicating with an iSCSI target that runs as a separate VM. This method does not require the cluster nodes to make calls to the Azure API, thereby complying with the security policy. The Azure Fence Agent is a valid STONITH mechanism, but it works by making API calls to the Azure management plane to restart a failed node, which is forbidden by the company policy. Windows Server Failover Clustering is designed for the Windows operating system, not SUSE Linux. SAP HANA System Replication is a database replication technology, not a cluster fencing mechanism for the ASCS/SCS layer.
3. A systems administrator is following the ACSS guide to download SAP media using the automation script. The script requires an Ansible playbook. Where does the guide instruct the administrator to get this playbook and other necessary automation scripts?
Explanation
The correct answer is C. The provided material explicitly states that the administrator should clone two repositories from GitHub: 'SAP-automation-samples' and 'sap-automation'. These repositories contain the necessary Ansible playbooks, like 'playbook_bom_downloader.yaml', and other scripts required to automate the download and preparation of the SAP media. The other options are incorrect steps according to the provided process.
4. CloudFirst Enterprises is planning to use Near Zero Downtime (NZDT) methodology for their SAP migration. They want to understand the core approach of this migration method. Which methodology does NZDT primarily use?
Explanation
NZDT (Near Zero Downtime) uses clone-based methodology where the production system is cloned, DMO is performed on the clone, and transaction activities are captured from the production system and replayed to the clone system. This approach allows the production system to continue operating while the migration happens on the clone, minimizing actual downtime to just the final switchover period. The transaction replay ensures data consistency between the production and migrated systems.
5. A project team is trying to get support for their SAP on Azure environment. They are unsure of the support model. What is a key requirement mentioned in the text regarding experience and the support model?
Explanation
The customer must have experience with the shared responsibility model for getting support for their SAP on Azure environment. General requirements for SAP support in the cloud include having experience with technical operation of SAP systems and the cloud provider's infrastructure relevant to the shared responsibilities model. This means the customer must understand that they are responsible for certain aspects of the system (like OS patching and security configuration), while the cloud provider is responsible for others (like the physical hardware and network). A support agreement is mandatory, and the customer retains significant operational responsibility.
Microsoft Certified: Azure Data Scientist Associate (DP-100)
DP-100 · 987 questions
Microsoft Certified: Azure Database Administrator Associate (DP-300)
DP-300 · 389 questions
Microsoft Certified: Azure Developer Associate (AZ-204)
AZ-204 · 640 questions
Microsoft Certified: Azure Fundamentals (AZ-900)
AZ-900 · 382 questions
Microsoft Certified: Azure Solutions Architect Expert (AZ-305)
AZ-305 · 530 questions
Microsoft Certified: Azure Network Engineer Associate (AZ-700)
AZ-700 · 554 questions
$17.99
One-time access to this exam