Microsoft Certification

AZ-120 — Planning and Administering Azure for SAP Workloads Study Guide

60 practice questions with correct answers and detailed explanations. Use this guide to review concepts before taking the practice exam.

▶ Take Practice Exam 60 questions  ·  Free  ·  No registration

About the AZ-120 Exam

The Microsoft Planning and Administering Azure for SAP Workloads (AZ-120) certification validates professional expertise in Microsoft technologies. This study guide covers all 60 practice questions from our AZ-120 practice test, complete with correct answers and explanations to help you understand each concept thoroughly.

Review each question and explanation below, then test yourself with the full interactive practice exam to measure your readiness.

60 Practice Questions & Answers

Q1 Medium

You are planning an SAP deployment on Azure and need to determine the appropriate VM sizing. Which Azure tool provides personalized VM recommendations based on on-premises SAP system performance data?

  • A SAP Solution Template Analyzer
  • B Azure Advisor
  • C Azure Migration Assessment
  • D Azure Compute Optimizer ✓ Correct
Explanation

Azure Compute Optimizer analyzes VM utilization patterns and recommends right-sized instances, making it ideal for SAP workload migration planning. Azure Advisor provides general recommendations but lacks the specific SAP performance analysis that Compute Optimizer offers.

Q2 Hard

When implementing High Availability for SAP HANA on Azure using HANA System Replication, what is the maximum supported replication lag that maintains RPO of zero?

  • A Deltalogshipping mode with automatic failover at 30 seconds
  • B Logreplay mode with configurable lag up to 60 seconds
  • C Synchronous replication mode with no lag tolerance ✓ Correct
  • D Asynchronous mode allowing up to 5 seconds lag
Explanation

Synchronous replication mode in HANA System Replication ensures zero RPO by confirming writes at both primary and secondary sites before acknowledging to the application, eliminating data loss risk during failover.

Q3 Medium

You must deploy SAP NetWeaver on Azure with shared storage for the ASCS instance. Which storage solution is NOT recommended for this purpose?

  • A Standard HDD managed disks in a storage account ✓ Correct
  • B Azure Premium SSD with NFS through third-party NAS
  • C Azure Premium Files with NFS protocol
  • D Azure NetApp Files with NFS v4.1
Explanation

Standard HDD managed disks lack the performance and reliability required for SAP shared storage, particularly for ASCS high-frequency I/O operations. Azure Premium Files, Azure NetApp Files, and properly configured Premium SSD solutions all meet SAP requirements.

Q4 Hard

An organization is configuring disaster recovery for SAP systems across Azure regions. Which replication technology provides the lowest RTO for SAP database failover?

  • A Storage-level asynchronous replication with manual failover
  • B Database-level transaction log shipping with 15-minute intervals
  • C SAP HANA System Replication to secondary region ✓ Correct
  • D Azure Site Recovery with continuous replication
Explanation

SAP HANA System Replication can achieve sub-minute RTO through synchronous or near-synchronous replication modes, significantly outperforming Azure Site Recovery and manual failover approaches for database workloads.

Q5 Medium

You are deploying SAP on Azure and need to configure network security. Which network configuration represents a best practice for separating SAP application servers from database servers?

  • A Use separate subnets with Network Security Groups controlling inter-tier traffic ✓ Correct
  • B Implement separate virtual networks with no direct connectivity, using application gateway
  • C Place all servers in the same subnet with OS-level firewall rules
  • D Use Azure Firewall with destination SNAT for all inter-server communication
Explanation

Separate subnets with NSGs provide logical isolation and granular traffic control between application and database tiers while maintaining the performance and simplicity of a single VNet architecture recommended for SAP deployments.

Q6 Easy

When planning SAP workload costs on Azure, which factor has the MOST significant impact on total cost of ownership?

  • A Number of network security rules configured
  • B Application Insights instrumentation level
  • C Storage account redundancy configuration
  • D VM compute sizing and instance count ✓ Correct
Explanation

VM compute resources represent 60-70% of SAP infrastructure costs, making sizing accuracy and right-sizing the primary cost driver, while storage, networking, and monitoring represent smaller percentages of total spend.

Q7 Hard

You need to implement backup for an SAP HANA database running on Azure VMs. Which backup method provides the shortest Recovery Time Objective while maintaining application consistency?

  • A VM snapshot-based backup with VSS integration
  • B HANA native backups with streaming to Azure Blob Storage ✓ Correct
  • C Log backup followed by full backup restoration
  • D Third-party backup software with storage-level snapshots
Explanation

SAP HANA native backups ensure application-consistent backups and support faster recovery through HANA's native restore capabilities, while VM snapshots may not guarantee database consistency without additional coordination.

Q8 Medium

An organization requires compliance with data residency regulations for SAP deployment. How should Azure region selection be determined?

  • A Use Azure availability zones within a single region to satisfy all requirements
  • B Choose the region with lowest latency regardless of regulatory requirements
  • C Select regions that meet data residency and sovereignty requirements specified by regulations ✓ Correct
  • D Deploy across multiple regions to ensure compliance by geographic distribution
Explanation

Data residency compliance requires selecting specific Azure regions where data must physically reside, as determined by applicable regulations (GDPR, data localization laws), rather than optimizing for performance or distribution alone.

Q9 Medium

You are configuring monitoring for SAP systems on Azure. Which metric is MOST critical for early detection of database performance degradation?

  • A Application log file size growth rate
  • B Database I/O latency and throughput consumption ✓ Correct
  • C Network packet loss between subnets
  • D Virtual machine CPU utilization percentage
Explanation

I/O latency and throughput are fundamental to database performance; degradation indicates storage bottlenecks or resource contention that directly impacts SAP transaction processing, making early detection essential for maintaining SLA compliance.

Q10 Hard

When implementing SAP on Azure, what is the primary reason for using proximity placement groups?

  • A To guarantee consistent VM pricing across regions
  • B To enable simplified network address translation configuration
  • C To ensure automatic backup scheduling across availability zones
  • D To reduce network latency between tightly coupled SAP components ✓ Correct
Explanation

Proximity placement groups collocate Azure VMs in the same data center to minimize network latency between SAP application and database servers, critical for synchronous communication requirements and sub-millisecond response times.

Q11 Medium

You must configure ExpressRoute for SAP connectivity between on-premises and Azure. What is the recommended bandwidth for a typical 500-user SAP environment?

  • A 10 Mbps is sufficient for all SAP traffic
  • B 10 Gbps is required for any SAP NetWeaver deployment
  • C Minimum 1 Gbps to avoid congestion during peak operations
  • D 50-100 Mbps depending on application modules and batch jobs ✓ Correct
Explanation

A 500-user environment typically requires 50-100 Mbps based on concurrent user sessions and batch processing, though actual requirements depend on workload characteristics; 10 Mbps is insufficient for performance, while 1+ Gbps is oversized and costly for this scenario.

Q12 Hard

When planning database backup retention for SAP systems on Azure, which regulatory standard MOST commonly dictates minimum retention periods?

  • A ISO 27001 requires 30-day minimum retention
  • B GDPR specifies 90-day retention for all personal data
  • C SOX compliance mandates 7-year retention for financial systems
  • D Requirements vary by organization; backup policy must align with business continuity objectives and applicable regulations ✓ Correct
Explanation

Backup retention periods are determined by organizational business continuity requirements, industry regulations (SOX for financial, HIPAA for healthcare), and data protection laws (GDPR), which vary significantly across organizations and jurisdictions.

Q13 Easy

You are deploying SAP S/4HANA on Azure and need to select the appropriate VM SKU family. Which family is MOST optimized for in-memory database workloads?

  • A E-series VMs with large memory-to-vCPU ratios ✓ Correct
  • B F-series VMs with high processor clock speeds
  • C D-series VMs with high compute density
  • D L-series VMs with NVMe local storage optimization
Explanation

E-series VMs provide the high memory-to-CPU ratios (up to 8:1) required for in-memory databases like SAP HANA, while D-series and F-series prioritize compute, and L-series optimizes for storage I/O patterns.

Q14 Hard

An SAP deployment requires failover between Azure regions with RPO of less than 1 hour. Which DR strategy best meets this requirement with minimal cost?

  • A Hot standby with continuous bidirectional replication and automatic failover
  • B Warm standby with SAP System Replication and manual failover initiation ✓ Correct
  • C Cold standby with weekly backup restoration to secondary region
  • D Warm standby using Azure Site Recovery with hourly checkpoint replication
Explanation

Warm standby with SAP System Replication achieves sub-1-hour RPO at reasonable cost by maintaining a replicated secondary system that can be activated on demand, balancing cost and recovery requirements better than cold or hot standby alternatives.

Q15 Medium

When migrating SAP from on-premises to Azure, which assessment tool provides detailed workload characteristics and Azure readiness analysis?

  • A Azure Cost Management analyzer
  • B Azure Migration Hub only
  • C SAP Migration Accelerator Tool (SMAT) combined with Azure Migrate ✓ Correct
  • D Azure Service Health dashboard
Explanation

The SAP Migration Accelerator Tool provides SAP-specific workload analysis, while Azure Migrate offers Azure readiness assessment; using both tools together delivers comprehensive migration planning data not available from Azure Migration Hub, Cost Management, or Service Health alone.

Q16 Hard

You need to ensure SAP database backups are immutable to prevent ransomware attacks. Which Azure backup feature provides this protection?

  • A Backup soft delete with retention lock
  • B Backup encryption with customer-managed keys
  • C Backup deduplication and compression configuration
  • D Backup immutable retention policies with Blob Storage WORM ✓ Correct
Explanation

Azure Blob Storage Write Once Read Many (WORM) policies combined with immutable retention enforcement prevent any modification or deletion of backups, providing ransomware resilience that soft delete and encryption alone cannot guarantee.

Q17 Medium

When configuring load balancing for multiple SAP application servers on Azure, which load balancer type is BEST for session-aware routing?

  • A Azure Traffic Manager with geographic routing policy
  • B Azure Load Balancer with hash-based distribution
  • C Azure Front Door with path-based routing rules
  • D Azure Application Gateway with cookie-based session affinity ✓ Correct
Explanation

Application Gateway's session affinity (sticky sessions) ensures user requests route to the same application server, preserving SAP session context, while Load Balancer's hash-based distribution does not guarantee session persistence across requests.

Q18 Hard

You are configuring monitoring alerts for SAP system availability. Which metric indicates an imminent database crisis requiring immediate intervention?

  • A Disk read latency increasing from 5ms to 8ms average
  • B Memory utilization approaching maximum allocation with swap usage increasing ✓ Correct
  • C CPU utilization exceeding 85% for 5 minutes
  • D Network throughput consuming 40% of available bandwidth
Explanation

Approaching memory limits with increasing swap usage indicates the system is running out of physical memory and resorting to disk-based virtual memory, causing catastrophic performance degradation in SAP workloads and requiring immediate action.

Q19 Hard

An organization is implementing disaster recovery for SAP with cross-region failover. What is the PRIMARY consideration for configuring DNS failover?

  • A DNS TTL must be set to 5 seconds for fastest failover
  • B DNS failover is not recommended; use VPN failover instead
  • C DNS TTL should balance failover speed against client cache expiration and cross-region latency ✓ Correct
  • D Azure Traffic Manager automatically manages all DNS failover without configuration
Explanation

DNS TTL configuration is critical—too short (5 seconds) increases DNS query load, while too long (3600+ seconds) delays failover detection; optimal values typically range 60-300 seconds, balancing failover responsiveness against client resolver load and regional latency.

Q20 Medium

You need to deploy SAP on Azure with support for legacy SAP NetWeaver systems requiring specific Windows Server versions. Which licensing approach provides the MOST cost-effective solution?

  • A Reserved Instances with 3-year commitment
  • B Azure Hybrid Benefit using existing on-premises licenses ✓ Correct
  • C Pay-as-you-go licensing for all Windows Server instances
  • D SAP-specific licensing agreements with Azure CSP partners
Explanation

Azure Hybrid Benefit allows leveraging existing Windows Server and SQL Server licenses, reducing compute costs by 40-60%, making it the most cost-effective approach for organizations with existing Microsoft licensing investments.

Q21 Medium

When planning SAP storage architecture on Azure, which consideration is CRITICAL for HANA deployments requiring sub-millisecond latency?

  • A Storage account performance tier selection has minimal impact on HANA latency
  • B Premium SSD managed disks or Azure NetApp Files with appropriate caching and read-ahead policies ✓ Correct
  • C Blob storage with CDN acceleration provides sufficient latency for HANA
  • D Standard SSD storage is adequate if backup frequency is increased
Explanation

Premium SSD and Azure NetApp Files provide the IOPS and latency characteristics required for HANA's in-memory operations; standard storage cannot meet sub-millisecond latency requirements critical for HANA query performance.

Q22 Hard

You are configuring identity and access management for SAP administrators on Azure. Which approach BEST implements the principle of least privilege?

  • A Grant all administrators Owner role on the resource group containing SAP systems
  • B Use Azure AD groups with Owner role assignment to the subscription
  • C Implement time-limited access through Azure AD Privileged Identity Management with approval workflows ✓ Correct
  • D Create custom Azure roles with permissions limited to SAP-specific operations and resources
Explanation

Azure AD PIM provides least privilege through time-limited role activation, approval requirements, and audit trails; custom roles enhance this further, but PIM's just-in-time and just-enough-access approach best aligns with security best practices.

Q23 Hard

An SAP deployment requires integration with Azure Data Lake for analytics. Which consideration is MOST important for data consistency between operational and analytical systems?

  • A Implement change data capture and asynchronous replication with documented latency SLA ✓ Correct
  • B Export SAP data hourly regardless of transaction volume or change frequency
  • C Use bidirectional synchronization to maintain real-time consistency
  • D Data Lake must be in the same region as SAP systems
Explanation

SAP operational systems and analytics data lakes operate with acceptable latency differences; implementing change data capture with documented replication SLA ensures data integrity while allowing asynchronous transfer, preventing operational system performance impact.

Q24 Medium

You must configure network connectivity for SAP systems requiring both high bandwidth and ultra-low latency to on-premises data centers. Which solution is MOST appropriate?

  • A Azure ExpressRoute Direct with dedicated connection to Azure edge ✓ Correct
  • B Site-to-Site VPN with IPSec encryption
  • C Public internet connectivity with Azure DDoS Standard protection
  • D Azure Virtual WAN with standard routing
Explanation

ExpressRoute Direct provides dedicated, private connections bypassing the public internet, delivering consistent sub-100ms latency and bandwidth guarantees required for SAP systems; Site-to-Site VPN and Virtual WAN introduce variable latency unsuitable for synchronous SAP operations.

Q25 Hard

When implementing SAP HANA backup to Azure Blob Storage, which factor PRIMARILY determines recovery time during large-scale restore operations?

  • A Network bandwidth between HANA server and storage account combined with restore parallelization ✓ Correct
  • B Azure Blob Storage replication type configuration
  • C Number of backup files stored in the container
  • D Blob Storage account SKU (Standard vs. Premium)
Explanation

Recovery time scales with available network bandwidth and the system's ability to parallelize restore operations; while storage SKU affects throughput, network capacity and multi-threaded restore configuration are the primary determinants of large-scale restore performance.

Q26 Easy

When planning an SAP deployment on Azure, which compute option provides the best price-to-performance ratio for most SAP production workloads?

  • A Azure App Service
  • B Azure Functions with Durable Functions
  • C Azure Container Instances
  • D Azure Virtual Machines with premium SSD storage ✓ Correct
Explanation

Azure VMs with premium SSD storage are the standard choice for SAP workloads because they provide dedicated compute resources and consistent performance required for enterprise applications. Other options lack the necessary SAP certification or performance guarantees.

Q27 Medium

What is the primary purpose of Azure proximity placement groups when deploying SAP HANA clusters?

  • A To provide cost savings through reserved instance pooling
  • B To automatically backup data across multiple regions
  • C To reduce network latency between VMs for better intra-cluster communication ✓ Correct
  • D To enable automatic scaling based on CPU utilization metrics
Explanation

Proximity placement groups minimize latency between VMs by placing them physically close together in the same data center, which is critical for SAP HANA cluster communication and failover performance.

Q28 Medium

You are deploying a multi-tier SAP system with database servers requiring 2TB of memory. Which Azure VM series is specifically certified and recommended for this SAP HANA scenario?

  • A B-series burstable instances for cost optimization
  • B D-series with flexible memory configurations
  • C Mv2-series with up to 5.7TB of memory ✓ Correct
  • D F-series optimized for compute workloads
Explanation

The Mv2-series is specifically certified for SAP HANA with support for up to 5.7TB of memory and meets SAP's strict memory-to-vCPU ratio requirements. Other series lack either sufficient memory capacity or SAP certification.

Q29 Medium

When configuring storage for an SAP application server tier, what is the minimum recommended IOPS for Azure Premium SSD disks?

  • A 500 IOPS per disk
  • B 2,000 IOPS per disk
  • C 5,000 IOPS per disk
  • D 1,000 IOPS per disk ✓ Correct
Explanation

SAP application servers typically require a minimum of 1,000 IOPS per premium SSD disk to ensure acceptable response times for transaction processing. This baseline ensures consistent application performance.

Q30 Medium

You need to migrate an existing SAP NetWeaver system to Azure. Which Azure service should you use to assess the on-premises environment and plan the migration?

  • A Azure Cost Management for billing analysis
  • B Azure DevOps for application deployment planning
  • C Azure Advisor for resource optimization recommendations
  • D Azure Migrate with Site Recovery capability and SAP-specific assessment tools ✓ Correct
Explanation

Azure Migrate provides comprehensive assessment of on-premises infrastructure, including SAP workload discovery and sizing recommendations. It integrates with Site Recovery for migration planning and execution.

Q31 Medium

Which Azure networking configuration is essential for ensuring high availability in a cross-zone SAP deployment?

  • A Basic Load Balancer with regional failover
  • B Standard Load Balancer with zone-redundant frontend and backend pools ✓ Correct
  • C Traffic Manager for DNS-based routing only
  • D Application Gateway for HTTP/HTTPS traffic only
Explanation

A Standard Load Balancer with zone-redundant configuration ensures traffic is distributed across multiple availability zones, providing the redundancy required for SAP high-availability solutions.

Q32 Medium

What is the recommended backup strategy for an SAP HANA database on Azure?

  • A Combined approach: database backups plus continuous transaction log backups to Azure Backup ✓ Correct
  • B Weekly full backups with monthly incremental backups
  • C Snapshot-based backups every 4 hours without transaction logs
  • D Daily backups only with no transaction log backups
Explanation

SAP HANA requires a combination of regular database backups and frequent transaction log backups to enable point-in-time recovery. Azure Backup for SAP HANA supports this approach with efficient storage management.

Q33 Medium

You are configuring monitoring for a critical SAP production system on Azure. Which Azure service should be your primary choice for end-to-end application performance monitoring?

  • A Azure Security Center for threat detection only
  • B Azure Monitor with Application Insights for SAP workloads ✓ Correct
  • C Network Watcher for packet capture analysis only
  • D Storage Analytics for disk I/O metrics exclusively
Explanation

Azure Monitor combined with Application Insights provides comprehensive monitoring of SAP applications, including performance metrics, dependencies, and user experience tracking across all tiers.

Q34 Hard

When deploying SAP systems across multiple Azure regions for disaster recovery, what is the primary consideration for database replication?

  • A Only minimizing costs by selecting the cheapest target region
  • B Using only asynchronous replication to maximize throughput
  • C Ensuring all regions have identical VM sizes regardless of workload needs
  • D RPO and RTO requirements, bandwidth availability, and consistency requirements between regions ✓ Correct
Explanation

Effective cross-region SAP deployment requires careful analysis of Recovery Point Objective (RPO) and Recovery Time Objective (RTO) to select appropriate replication strategies. Network bandwidth and data consistency are critical constraints.

Q35 Easy

Which Azure feature allows you to reserve capacity for SAP workloads and reduce compute costs by up to 72%?

  • A Azure Dev/Test pricing for production systems
  • B Azure Hybrid Benefit for Windows Server licensing only
  • C Azure Spot Instances for interactive workloads
  • D Azure Reserved Instances for committed usage periods ✓ Correct
Explanation

Azure Reserved Instances provide significant cost savings (up to 72%) when you commit to a 3-year usage period. For stable SAP production workloads, this is the most cost-effective option.

Q36 Hard

You are designing a high-availability SAP NetWeaver cluster. What is the critical requirement for the shared file system used by ASCS/ERS instances?

  • A SMB 3.0 shares with no failover requirements
  • B NFS v4.1 with sub-second failover capabilities and stateless design ✓ Correct
  • C iSCSI storage with block-level access only
  • D Local SSD storage on each node for performance
Explanation

SAP ASCS/ERS clustering requires NFS v4.1 with stateless design to enable transparent failover. Azure NetApp Files or other enterprise NFS solutions are recommended for this critical component.

Q37 Medium

When configuring Azure ExpressRoute for SAP connectivity, what is the primary advantage over standard internet-based VPN?

  • A Reduced costs compared to VPN by 50% or more
  • B Built-in DDoS protection for all traffic
  • C Dedicated, private, low-latency connection with consistent bandwidth and SLA guarantees ✓ Correct
  • D Automatic encryption of all traffic without additional configuration
Explanation

ExpressRoute provides a dedicated private circuit with predictable latency, consistent bandwidth, and service-level agreements—all critical for SAP production workloads requiring reliable connectivity.

Q38 Medium

Which Azure service should be used to enforce compliance and security policies across your SAP infrastructure deployments?

  • A Azure DDoS Protection for attack mitigation exclusively
  • B Azure Firewall for packet filtering only
  • C Azure Policy for definition and enforcement of compliance requirements ✓ Correct
  • D Azure Security Scanner for vulnerability detection only
Explanation

Azure Policy enables you to define, assign, and enforce organizational standards and compliance requirements across all Azure resources used for SAP deployments.

Q39 Hard

You need to migrate SAP user data while maintaining system availability. What approach should be used to minimize downtime?

  • A Implement a staged migration with parallel running, data synchronization, and cutover validation ✓ Correct
  • B Perform a complete shutdown and perform a single bulk migration
  • C Migrate during peak business hours to test system resilience
  • D Use only offline data transfer methods without validation
Explanation

Staged migration with parallel running allows continuous validation and synchronized data transfer, minimizing risk and downtime. This is the standard SAP migration best practice.

Q40 Medium

When implementing role-based access control (RBAC) for Azure SAP infrastructure, which principle should guide your access assignments?

  • A Use default Azure roles without customization
  • B Grant all team members administrative access for operational efficiency
  • C Principle of least privilege: grant only the minimum permissions required for each role ✓ Correct
  • D Assign permissions based on departmental structure only
Explanation

The principle of least privilege is a security best practice that minimizes risk by ensuring users have only the specific permissions needed for their role, reducing exposure from compromised credentials.

Q41 Medium

Which Azure storage solution is recommended for storing SAP media and backup files with cost optimization for infrequent access?

  • A Azure Data Lake Storage Gen2 for all file types
  • B Azure Premium File Shares for all backup scenarios
  • C Azure Blob Storage with Archive tier for long-term retention and Archive Rehydration ✓ Correct
  • D Azure Managed Disks exclusively for all data
Explanation

Azure Blob Storage Archive tier offers significantly lower costs (approximately 99% cheaper than Hot tier) for backup files accessed infrequently, with rehydration available when needed.

Q42 Medium

You are planning an SAP S/4HANA deployment with specific performance requirements. What is the critical first step in the sizing process?

  • A Use the Azure pricing calculator based on storage needs only
  • B Select the largest available VM to ensure sufficient capacity
  • C Deploy a test system and measure performance under actual load
  • D Analyze current system metrics: users, transaction volumes, data volume growth, and peak load characteristics ✓ Correct
Explanation

Accurate sizing depends on understanding actual system requirements through analysis of current user load, transaction volumes, and growth projections. This data-driven approach prevents over- or under-provisioning.

Q43 Medium

What is the primary benefit of using managed identities for SAP applications accessing other Azure resources?

  • A Provides better performance than using connection strings
  • B Eliminates need for credential management; credentials are automatically issued and rotated by Azure ✓ Correct
  • C Reduces storage costs by consolidating identity information
  • D Simplifies network configuration requirements
Explanation

Managed identities eliminate the complexity and security risks of managing credentials by having Azure automatically provision and rotate access tokens for inter-service authentication.

Q44 Medium

When configuring Azure Virtual Network for SAP deployment, what is the recommended approach for organizing subnets?

  • A Separate subnets for each tier (database, application, presentation) with network security groups controlling traffic flow ✓ Correct
  • B Subnets organized by geographical region only
  • C Unlimited subnets with no traffic restrictions between them
  • D Single subnet for all tiers to simplify configuration and reduce costs
Explanation

Subnet segregation with network security groups implements defense-in-depth by controlling inter-tier communication, improving security posture and enabling better traffic management.

Q45 Hard

You are troubleshooting slow SAP application performance on Azure. Which diagnostic tool should you use to analyze network latency between application and database VMs?

  • A Application Insights for frontend user experience only
  • B Azure Network Watcher with connection troubleshoot and latency measurements ✓ Correct
  • C Azure Cost Management for billing analysis
  • D Azure Storage Analytics for disk performance only
Explanation

Network Watcher provides detailed network diagnostics including latency measurements, packet loss analysis, and connection troubleshooting—essential for diagnosing inter-VM communication issues.

Q46 Medium

Which Azure security feature should be enabled to protect SAP systems against unauthorized network access attempts?

  • A Virtual Machine password policies only
  • B Azure DDoS Protection Standard and Network Security Groups with allow-list rules ✓ Correct
  • C Azure Storage encryption exclusively
  • D Application Gateway Web Application Firewall for all traffic types
Explanation

DDoS Protection Standard combined with restrictive Network Security Groups provides defense against both volumetric attacks and unauthorized access attempts, which is essential for production SAP systems.

Q47 Medium

What is the recommended approach for handling SAP system patches and updates in a production Azure environment?

  • A Use automated patching with no validation or testing
  • B Apply all patches immediately to production systems for maximum security
  • C Skip non-critical patches to minimize change management overhead
  • D Staged approach: test in non-production environment first, schedule maintenance windows, monitor results, document changes ✓ Correct
Explanation

A staged approach with testing, scheduled maintenance windows, and monitoring minimizes risk of outages while ensuring security patches are properly validated before production deployment.

Q48 Hard

When deploying SAP HANA with Azure NetApp Files, what configuration is essential for meeting SAP I/O performance requirements?

  • A Use standard storage class to minimize costs regardless of performance needs
  • B Use Read-only replicas for all production database files
  • C Configure snapshot schedules without performance tier consideration
  • D Configure ultra-high performance service level with adequate throughput and latency SLAs ✓ Correct
Explanation

Azure NetApp Files' ultra-high performance service level provides the low-latency, high-throughput characteristics required by SAP HANA's strict I/O performance requirements.

Q49 Medium

Which Azure service provides integrated threat protection and security recommendations specifically for Azure VMs running SAP systems?

  • A Azure Security Center deprecated features
  • B Azure Advisor for cost optimization recommendations only
  • C Network Watcher for packet analysis exclusively
  • D Microsoft Defender for Cloud with VM vulnerability assessment and threat protection ✓ Correct
Explanation

Microsoft Defender for Cloud (formerly Azure Security Center) provides comprehensive security assessment, vulnerability detection, and threat protection specifically designed for Azure workloads including SAP systems.

Q50 Hard

You are designing disaster recovery for a mission-critical SAP system. What combination of features should you implement for lowest RTO?

  • A Storage-level replication without application-level orchestration
  • B Manual backup and recovery procedures with documented runbooks
  • C Azure Site Recovery with continuous replication, automated failover plans, and pre-staged target infrastructure ✓ Correct
  • D Daily snapshots with manual restoration process and no pre-staging
Explanation

Azure Site Recovery with continuous replication and automated failover orchestration enables the lowest RTO by eliminating manual recovery steps and ensuring infrastructure is pre-staged for rapid activation.

Q51 Medium

You are planning an SAP deployment on Azure and need to ensure high availability for the SAP application server layer across multiple availability zones. Which Azure service provides automatic failover for virtual machines within a region without requiring a load balancer?

  • A Azure Availability Sets with proximity placement groups
  • B Azure Load Balancer with availability zones
  • C Azure Traffic Manager with geo-routing policies
  • D Azure Availability Zones with Azure Site Recovery ✓ Correct
Explanation

Azure Availability Zones provide physical separation of compute resources within a region, and when combined with proper application-level failover mechanisms, they support automatic failover scenarios. Site Recovery can orchestrate this failover process for SAP workloads.

Q52 Hard

When configuring storage for an SAP HANA system on Azure, you must ensure that the database volume meets specific I/O performance requirements. What is the maximum throughput (in MB/s) guaranteed for an Azure Premium SSD managed disk with P50 performance tier?

  • A 1,000 MB/s
  • B 2,000 MB/s
  • C 250 MB/s ✓ Correct
  • D 500 MB/s
Explanation

Azure Premium SSD P50 disks provide a maximum throughput of 250 MB/s and up to 7,500 IOPS. This specification is important for SAP HANA storage planning to meet certification requirements.

Q53 Medium

You need to deploy an SAP system with a three-tier architecture (presentation, application, database) across multiple Azure regions for disaster recovery. Which Azure service allows you to replicate Azure VMs to a secondary region with minimal data loss?

  • A Azure Database for SAP HANA with geo-redundancy
  • B Azure Backup with geo-redundant storage
  • C Azure Storage account replication
  • D Azure Site Recovery with replication policies ✓ Correct
Explanation

Azure Site Recovery enables replication of VMs to a secondary region with configurable RPO (Recovery Point Objective) and RTO (Recovery Time Objective), making it ideal for SAP workload disaster recovery across regions.

Q54 Easy

An organization is migrating an SAP NetWeaver system to Azure and requires that the SAP database instance support in-memory processing and row-based columnar storage. Which database option best meets these requirements without requiring a separate analytical tool?

  • A Azure Cosmos DB with multi-region writes
  • B Azure SQL Database with Temporal Tables
  • C SAP HANA on Azure (native or BYOL) ✓ Correct
  • D Azure Database for PostgreSQL with pg_partman extension
Explanation

SAP HANA is the native SAP in-memory database that supports both row and column storage engines, providing high-performance processing for transactional and analytical workloads simultaneously, which is essential for modern SAP deployments.

Q55 Medium

You are configuring network security for an SAP system on Azure and need to implement a solution that filters traffic between the SAP application server and database server layers based on application-level rules. Which Azure networking service is most appropriate?

  • A Network Security Groups with service tags
  • B User-defined routes with network virtual appliances
  • C Azure DDoS Protection Standard with WAF policies
  • D Azure Firewall with application rules and FQDN filtering ✓ Correct
Explanation

Azure Firewall provides application-level filtering using FQDN-based rules and can inspect Layer 7 traffic, making it suitable for implementing fine-grained security policies between SAP application and database tiers.

Q56 Hard

During SAP system capacity planning on Azure, you determine that the projected workload requires sustained CPU utilization at 70% during peak hours. Based on Azure best practices for SAP workloads, what is the recommended maximum CPU utilization threshold?

  • A 75% as Microsoft guarantees performance up to this level
  • B 85% to maximize resource utilization efficiency
  • C 60% to maintain headroom for peak loads and operational tasks ✓ Correct
  • D 90% since modern processors can handle sustained high utilization
Explanation

Azure best practices for SAP workloads recommend maintaining CPU utilization below 70% during peak hours to ensure headroom for unexpected spikes, system maintenance tasks, and to avoid performance degradation.

Q57 Medium

You need to monitor the performance of an SAP HANA database running on Azure and collect detailed metrics about memory utilization, CPU, and disk I/O. Which Azure service provides native integration with SAP monitoring tools and supports the SAP Enhanced Monitoring Extension?

  • A Azure Monitor with a Windows or Linux agent installed on the VM ✓ Correct
  • B Azure Monitor with Application Insights
  • C Azure Log Analytics with custom performance counters only
  • D Azure Service Health dashboard with alerting rules
Explanation

The Azure Monitor agent (formerly SAP Enhanced Monitoring Extension) installed on the VM enables collection of detailed SAP-specific metrics and integrates with SAP monitoring tools, providing comprehensive visibility into SAP workload performance.

Q58 Easy

An SAP customer is planning a migration to Azure and has existing SAP licenses for on-premises deployments. To minimize licensing costs while running SAP on Azure, which licensing option should they choose?

  • A Azure Spot VMs with SAP pay-as-you-go licensing
  • B Azure Reserved Instances with Software Assurance license mobility
  • C Bring Your Own License (BYOL) through Azure Hybrid Benefit ✓ Correct
  • D Azure Dedicated Hosts with subscription-based licensing
Explanation

Azure Hybrid Benefit allows customers with Software Assurance or BYOL to use their existing SAP licenses on Azure VMs, significantly reducing the total cost of ownership compared to purchasing new cloud licenses.

Q59 Medium

You are designing the network architecture for a multi-tier SAP system on Azure where the database server must have a static IP address for backup and replication purposes. Which Azure resource should you configure to ensure the database server VM retains its private IP address even after a stop-deallocate cycle?

  • A Configure a reserved IP address in the virtual network subnet range
  • B Assign a static private IP address to the network interface and set allocation method to 'Static' ✓ Correct
  • C Use Azure Application Gateway with session persistence
  • D Configure a static public IP address on the network interface
Explanation

Setting the private IP allocation method to 'Static' on the VM's network interface ensures the IP address is retained across VM stop-deallocate cycles, which is essential for SAP database servers that depend on consistent network addressing for replication and backup.

Q60 Hard

When implementing a disaster recovery solution for SAP NetWeaver on Azure using Azure Site Recovery, you need to ensure that failover to the secondary region includes proper ordering of multi-tier components. Which Azure Site Recovery feature enables sequential startup of dependent VMs during failover?

  • A Network mapping with traffic manager routing rules
  • B Failover groups with automatic failover priority settings
  • C Recovery Plans with action groups and manual intervention steps ✓ Correct
  • D Replication policies with sequential replication schedules
Explanation

Azure Site Recovery Recovery Plans allow you to define the sequence in which VMs should be powered on during failover, with action groups enabling coordination of dependent components—critical for SAP multi-tier systems where database must start before application servers.

Ready to test your knowledge?

You've reviewed all 60 questions. Take the interactive practice exam to simulate the real test environment.

▶ Start Practice Exam — Free