Pass AZ-120 Brain Dump Updated Certification Sample Questions
Online AZ-120 Test Brain Dump Question and Test Engine
NEW QUESTION # 94
You have an SAP production landscape on Azure that contains the resources shown in the following table.
You need to stop the SAP services so that you can perform monthly maintenance.
Which command should you run from the Azure Cloud Shell? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 95
You have an on-premises SAP environment hosted on VMware VSphere that uses Microsoft SQL Server as the database platform.
You plan to migrate the environment to Azure. The database platform will remain the same.
You need gather information to size the target Azure environment for the migration.
What should you use?
- A. Azure Monitor
- B. Azure Advisor
- C. the SAP EarlyWatch report
- D. the SAP HANA sizing report
Answer: B
Explanation:
https://azure.microsoft.com/nl-nl/blog/sap-on-azure-architecture-designing-for-performance-and-scalability/
"For existing on-premises systems, you should reference system configuration and resource utilization data.
The system utilization information is collected by the SAP OS Collecto
NEW QUESTION # 96
You have an on-premises SAP landscape that contains a 20-TB IBM DB2 database. The database contains large tables that are optimized for read operations via secondary indexes.
You plan to migrate the database platform to SQL Server on Azure virtual machines.
You need to recommend a database migration approach that minimizes the time of the export stage.
What should you recommend?
- A. log shipping
- B. deleting secondary indexes
- C. SAP Database Migration Option (DMO) in parallel transfer mode
- D. table splitting
Answer: C
NEW QUESTION # 97
You have an Azure subscription.
You plan to deploy a SAP NetWeaver landscape that will use SQL Server on Azure virtual machines. The solution must meet the following requirements:
The SAP application and database tiers must reside in the same Azure zone.
The application tier in the Azure virtual machines must belong to the same Availability Set.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Answer:
Explanation:
Explanation:
Text Description automatically generated with medium confidence
Step 1: Create a proximity placement group
A proximity placement group is a logical grouping of Azure resources within the same Azure data center in order to reduce latency.
Step 2: Create an Availability Set
Create an availability set that references the Azure proximity group.
By adding the availability sets to proximity placement groups, the network latencies are considerably reduced, thereby improving the overall performance.
Step 3: Deploy SQL Server on Azure Virtual machines
Step 4: Deploy the application tier in the Azure virtual machines
Deploy the application layer VMs by referencing the availability set and the proximity placement group.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-proximity-placement-scenarios
NEW QUESTION # 98
You have an on-premises deployment of SAP Business Suite on HANA that includes a CPU-intensive application tier and a 20-TB database tier.
You plan to migrate to SAP HANA on Azure.
You need to recommend a compute option to host the application and database tiers. The solution must minimize cost.
What should you recommend for each tier? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-storage-architecture
https://azure.microsoft.com/en-us/pricing/details/virtual-machines/series/
NEW QUESTION # 99
You have an Azure alert rule and action group as shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Graphical user interface, text, application Description automatically generated
Box 1: five minutes
Window Size is 5 minutes.
Box 2: admins action group will be emailed
The admins1 actiongroup will be executed.
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-metric-overview
NEW QUESTION # 100
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
YES
YES
NO
NEW QUESTION # 101
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 102
This question requires that you evaluate the underlined text to determine if it is correct.
You have an SAP environment on Azure that uses Microsoft SQL server as the RDBMS.
You plan to migrate to an SAP HANA database.
To calculate the amount of memory and disk space required for the database, you can use SAP Quick Sizer.
Instructions: Review the BOLD text, If the makes the stamen correct, select ''No change is needed. " if the statement is incorrect select the answer choice that makes the statement correct.
- A. SQL Server Management Studio (SSMS)
- B. No change is needed.
- C. Azure Migrate
- D. /SDF/HDB_SIZING
Answer: D
Explanation:
Explanation
If you want to move an existing deployed system from another relational database management system (RDBMS) to HANA. SAP provides reports to run on your existing SAP system. If the database is moved to HANA, these reports check the data and calculate memory requirements for the HANA instance.
/SDF/HDB_SIZING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level).
ABAP code listing snippet for SAP ABAP Report /SDF/HDB_SIZING
*&-------------------------------*
*& Report /SDF/HDB_SIZING // ZNEWHDB_SIZE
*&
*&-------------------------------*
*& Estimates the memory requirement in HANA of non-HANA databases *
*& When run on HANA, size the database using real memory consumption
*& values.
*&-------------------------------*
* * REPORT /SDF/HDB_SIZING LINE-SIZE 101 LINE-COUNT 90
NO STANDARD PAGE HEADING.
DATA: l_version TYPE c LENGTH 6 VALUE '54'. "54.2
TYPES: ty_para(2) TYPE n,
ty_top(3) TYPE n.
TYPE-POOLS: abap.
DATA: tabname TYPE tabname,
subrc TYPE sy-subrc,
p_prf TYPE abap_bool,
See full code listing within your SAP system using transactions such as SE80 and SE38 Reference:
https://www.se80.co.uk/sapreports/-/-fs-/-fs-sdf-fs-hdb_sizing.htm
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-sizing
NEW QUESTION # 103
You are planning replication of the SAP HANA database for the disaster recovery environment in Azure.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: No
SAP HANA Replication consists of one primary node and at least one secondary node. Changes to the data on the primary node are replicated to the secondary node synchronously or asynchronously.
Box 2: No
Since SPS11 SAP HANA system replication can be run in two different operation modes:
delta_datashipping
logreplay
Box 3: Yes
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-hana-high-availability-rhel
https://blogs.sap.com/2018/01/08/your-sap-on-azure-part-4-high-availability-for-sap-hana-using-system-replicati
NEW QUESTION # 104
You are integrating SAP HANA and Azure Active Directory (Azure AD).
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: Yes
To configure Azure AD single sign-on with SAP HANA, perform the following steps:
1. In the Azure portal, on the SAP HANA application integration page, select Single sign-on.
2. On the Select a Single sign-on method dialog, select SAML/WS-Fed mode to enable single sign-on.
Box 2: No
Box 3: No
Key security considerations for deploying SAP on Azure
References:
https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/saphana-tutorial
https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/saphana-tutorial
NEW QUESTION # 105
You have an SAP landscape on Azure that contains the virtual machines shown in the following table.
You need to ensure that the Application Server role is available if a single Azure datacenter fails.
What should you include in the solution?
- A. Azure Load Balancer Standard
- B. a local network gateway
- C. Azure Private Link
- D. Azure Virtual WAN
Answer: A
Explanation:
For the load balancers of the failover clusters of SAP Central Services and the DBMS layer, you need to use the Standard SKU Azure Load Balancer. The Basic Load Balancer won't work across zones.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-high-availability-architecture-scenar
NEW QUESTION # 106
You have an SAP ERP Central Component (SAP ECO deployment on Azure virtual machines. The virtual machines run Windows Server 2022 and are members of an Active Directory domain named contoso.com.
You install SAP GUI on an Azure virtual machine named VM1 that runs Windows 10.
You need to ensure that contoso.com users can sign in to SAP ECC via SAP GUI on VM1 by using their domain credentials.
What should you do? To answer, drag the appropriate components to the correct tasks. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Answer:
Explanation:
Explanation
NEW QUESTION # 107
Your on-premises network contains an Active Directory domain.
You are deploying a new SAP environment on Azure.
You need to configure SAP Single Sign-On to ensure that users can authenticate lo SAP GUI and SAP WebGUI.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
1 - Create an Azure Key Vault service endpoint.
2 - Configure secure network communication (SNC) by using SNCWIZARD.
3 - Change and deploy the logon file.
NEW QUESTION # 108
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a complex SAP environment that has both ABAP- and Java-based systems. The current on-premises landscapes are based on SAP NetWeaver 7.0 (Unicode and Non-Unicode) running on Windows Server and Microsoft SQL Server.
You need to migrate the SAP environment to an Azure environment.
Solution: You migrate the SAP environment as is to Azure by using Azure Site Recovery.
Does this meet the goal?
- A. No
- B. Yes
Answer: A
Explanation:
We need upgrade to SAP NetWeaver 7.4 before the migration.
Reference:
https://docs.microsoft.com/en-us/azure/site-recovery/vmware-azure-architecture
NEW QUESTION # 109
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 110
Once the migrate completes, to which size should you set the ExpressRoute circuit to the New York office to meet the business goals and technical requirements?
- A. 1,000 Mbps
- B. 5,000 Mbps
- C. 500 Mbps
- D. 2,000 Mbps
Answer: D
Explanation:
Explanation
ExpressRoute circuits are configured to allow you to burst up to two times the bandwidth limit you procured for no additional cost.
Scenario: It is estimated that during the migration, the bandwidth required between Azure and the New York office will be 1 Gbps. After the migration, a traffic burst of up to 3 Gbps will occur.
References:
https://docs.microsoft.com/en-us/azure/expressroute/expressroute-faqs
NEW QUESTION # 111
You have an Azure subscription that contains the resources shown in the following table.
You plan to deploy an SAP production landscape.
You create the following PowerShell Desired State Configuration (DSC) and publish the DSC configuration to corpsoftware.
You need to deploy the DSC configuration to VM1.
How should you compete the command? To answer, select the appropriate options in the answer area NOTE:
Each correct selection is worth one point.
Answer:
Explanation:
Explanation
NEW QUESTION # 112
Your on-premises network contains SAP and non-SAP applications. ABAP-based SAP systems are integrated with IDAP and use user name/password-based authentication for logon.
You plan to migrate the SAP applications to Azure.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION # 113
A customer has an on-premises SAP environment.
The customer plans to migrate SAP to Azure.
You need to prepare the environment for the planned migration.
Which three actions should you perform in sequence before the migration? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
1 - Run a compativility and ...
2 - Deploy the core network ...
3 - Create an ExpressRoute connection
NEW QUESTION # 114
You plan to migrate an SAP environment to Azure.
You need to create a design to facilitate end-user access to SAP applications over the Internet, while restricting user access to the virtual machines of the SAP application servers.
What should you include in the design?
- A. Configure a public IP address for each SAP application server
- B. Configure point-to-site VPN connections for each user
- C. Use an SAP Web Dispatcher to route all incoming connections
- D. Deploy an internal Azure Standard Load Balancer for incoming connections
Answer: C
Explanation:
A public internet user can reach the SAP Web-Dispatcher over port 443
The SAP Web-Dispatcher can reach the SAP Application server over port 443 The App Subnet accepts traffic on port 443 from 10.0.0.0/24 The SAP Application server sends traffic on port 30015 to the SAP DB server The DB subnet accepts traffic on port 30015 from 10.0.1.0/24.
Public Internet Access is blocked on both App Subnet and DB Subnet.
Reference:
https://azure.microsoft.com/en-in/blog/sap-on-azure-architecture-designing-for-security/
NEW QUESTION # 115
......
Real Microsoft AZ-120 Exam Dumps with Correct 230 Questions and Answers: https://passtorrent.testvalid.com/AZ-120-valid-exam-test.html