nerdexam
Microsoft

AZ-120 · Question #196

You are planning a deployment of SAP on Azure that will use SAP HANA. You need to ensure that the SAP application servers are in the same datacenter as the HANA nodes. What should you use?

The correct answer is B. a proximity placement group. Proximity Placement Groups (PPGs) are an Azure construct specifically designed to co-locate virtual machines within the same datacenter (low-latency zone), which is a hard requirement for SAP HANA deployments where network latency between app servers and HANA nodes must be…

Design and implement an infrastructure to support SAP workloads on Azure

Question

You are planning a deployment of SAP on Azure that will use SAP HANA. You need to ensure that the SAP application servers are in the same datacenter as the HANA nodes. What should you use?

Options

  • Aan application group
  • Ba proximity placement group
  • Ca resource group
  • Da virtual machine scale set

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    89% (25)
  • C
    7% (2)

Explanation

Proximity Placement Groups (PPGs) are an Azure construct specifically designed to co-locate virtual machines within the same datacenter (low-latency zone), which is a hard requirement for SAP HANA deployments where network latency between app servers and HANA nodes must be minimized.

  • A (Application group) is an Azure Virtual Desktop concept for grouping published apps - unrelated to VM placement.
  • C (Resource group) is a logical container for managing and organizing Azure resources; it has no bearing on physical location or latency.
  • D (VM Scale Set) handles auto-scaling and availability of identical VMs, but does not guarantee co-location in the same datacenter.

Memory tip: Think of "proximity" literally - a Proximity Placement Group physically pulls VMs close together. SAP on Azure documentation specifically calls out PPGs as the mechanism for latency-sensitive workloads like HANA, so whenever you see "same datacenter" + "SAP/HANA," PPG is the answer.

Topics

#proximity placement group#SAP HANA#application server colocation#latency optimization

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice