Question.1 You plan to deploy a high availability SAP environment that will use a failover clustering solution. You have an Azure Resource Manager template that you will use for the deployment. You have the following relevant portion of the template. What is created by the template? (A) a zone-redundant public IP address for the internal load balancer (B) a zone-redundant frontend IP address for the internal Azure Basic Load Balancer (C) a zone-redundant frontend IP address for the internal Azure Standard Load Balancer (D) a zonal frontend IP address for the internal Azure Standard Load Balancer |
1. Click here to View Answer
Correct Answer : D
Exaplanation : Answer be ‘D’. The JSON file shows parameter ‘Zone=1’ which means this JSON will create a Zonal Frontend. If a Zone redundant ILB has to be created then the JSON file will not have parameters related to Zone.
Question.2 You have an SAP on Azure deployment that has been running for 180 days. You need to validate that the virtual machines are sized to maximize the use of allocated resources. The solution must minimize administrative effort. What should you use? (A) Azure Advisor (B) SAP Quick Sizer (C) Azure Monitor for SAP solutions (D) VM insights |
2. Click here to View Answer
Correct Answer : C
Question.3 You plan to deploy an SAP environment on Azure. You plan to store all SAP connection strings securely in Azure Key Vault without storing credentials on the Azure virtual machines that host SAP. What should you configure to allow the virtual machines to access the key vault? (A) Azure Active Directory (Azure AD) Privilege Identity Manager (PIM) (B) role-based access control (RBAC) (C) a Managed Service Identity (MSI) (D) the Custom Script Extension |
3. Click here to View Answer
Correct Answer : C
Exaplanation : To reference a credential stored in Azure Key Vault, you need to: 1. Retrieve data factory managed identity 2. Grant the managed identity access to your Azure Key Vault 3. Create a linked service pointing to your Azure Key Vault. 4. Create data store linked service, inside which reference the corresponding secret stored in key vault. Reference: https://docs.microsoft.com/bs-latn-ba/azure/data-factory/store-credentials-in-key-vault
Question.4 HOTSPOT – You are planning the Azure network infrastructure for an SAP environment. 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: |
4. Click here to View Answer
Correct Answer :

Exaplanation : Box 1: NO Box 2: Yes Box 3: Yes – Be aware that network traffic between two peered Azure virtual networks is subject to transfer costs. Huge data volume that consists of many terabytes is exchanged between the SAP application layer and the DBMS layer. You can accumulate substantial costs if the SAP application layer and DBMS layer are segregated between two peered Azure virtual networks.
Question.5 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: |
5. Click here to View Answer
Correct Answer :

Exaplanation : Box 1: Yes – Box 2: Yes – Oracle Database 12c Release 2 (12.2) is certified on Microsoft Windows Server 2016 (Standard, Datacenter, and Essentials Editions), which includes support for the database client, server, and Oracle Real Application Clusters. Organizations can run SAP applications with Oracle databases on the same code base on Unix, Linux, and Windows operating systems. Box 3: Yes – References: https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/oracle/oracle-overview https://docs.oracle.com/en/database/oracle/oracle-database/12.2/ntdbn/index.html#