You have an Azure virtual machine that runs SUSE Linux Enterprise Server (SLES). The virtual machine hosts a highly available deployment of SAP HANA.
You need to validate whether Accelerated Networking is operational for the virtual machine,
What should you use?
A. ethtool
B. netsh
C. iometer
D. fio
Correct Answer: A
Check for activity on the VF (virtual function) with the ethtool -S eth0 | grep vf_ command. If you receive output similar to the following sample output, accelerated networking is enabled and working.
vf_rx_packets: 992956 vf_rx_bytes: 2749784180 vf_tx_packets: 2656684 vf_tx_bytes: 1099443970 vf_tx_dropped: 0 Accelerated Networking is now enabled for your VM.
Incorrect Answers:
B: Network shell (netsh) is a command-line utility that allows you to configure and display the status of various network communications server roles and components after they are installed on computers running Windows Server.
C: Iometer is an I/O subsystem measurement and characterization tool for single and clustered systems. It is used as a benchmark and troubleshooting tool and is easily configured to replicate the behaviour of many popular applications. One commonly quoted measurement provided by the tool is IOPS.
D: FIO is a popular tool to benchmark storage on the Linux VMs. It has the flexibility to select different IO sizes, sequential or random reads and writes. It spawns worker threads or processes to perform the specified I/O operations. You can specify the type of I/O operations each worker thread must perform using job files
You are deploying an SAP production landscape to Azure.
Your company's chief information security officer (CISO) requires that the SAP deployment complies with ISO 27001.
You need to generate a compliance report for ISO 27001.
What should you use?
A. Azure Log Analytics
B. Azure Monitor
C. Azure Active Directory (Azure AD)
D. Azure Security Center
Correct Answer: D
In the Azure Security Center regulatory compliance blade, you can get an overview of key portions of your compliance posture with respect to a set of supported standards. Currently supported standards are Azure CIS, PCI DSS 3.2, ISO 27001, and SOC TSP.
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 underlined text. If it makes the statement correct, select “No change is needed”. If the statement is incorrect, select the answer choice that makes the statement correct.
A. No change is needed
B. Azure Migrate
C. /SDF/HDB_SIZING
D. SQL Server Management Studio (SSMS)
Correct Answer: C
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
*and-------------------------------*
*and Report /SDF/HDB_SIZING // ZNEWHDB_SIZE
*and
*and-------------------------------*
*and Estimates the memory requirement in HANA of non-HANA databases *
*and When run on HANA, size the database using real memory consumption
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
Incorrect Answers:
A: When you're starting an implementation from scratch, SAP Quick Sizer will calculate memory requirements of the implementation of SAP software on top of HANA.
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. a local network gateway
B. Azure Load Balancer Standard
C. Azure Virtual WAN
D. Azure Active Directory (Azure AD) Application Proxy
Correct Answer: B
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.
Note:
The DBMS also is a single point of contact in an SAP system. You need to protect it by using a high-availability solution. The following figure shows a SQL Server AlwaysOn high-availability solution in Azure, with Windows Server Failover
Clustering and the Azure internal load balancer.
Incorrect Answers:
C: Azure Virtual WAN is a networking service that brings many networking, security, and routing functionalities together to provide a single operational interface.
D: Application Proxy is recommended for giving remote users access to internal resources. Application Proxy replaces the need for a VPN or reverse proxy for these remote access use cases.
You have an on-premises third-party enterprise resource planning (ERP) system that uses Microsoft SQL Server 2016.
You plan to migrate the ERP system to SAP Business Suite on SAP HANA on Azure virtual machines.
You need to identify the appropriate sizing for Business Suite on HANA.
What should you use?
A. SAP Quick Sizer for HANA Cloud
B. HANA Cockpit
C. SAP Quick Sizer for HANA
D. SAP Cloud Platform Cockpit
Correct Answer: A
If a customer runs non-SAP systems, the only way of Sizing the required Hardware for SAP HANA is the Quick-Sizer tool.
HANA-based Cloud Quick Sizer: Please use this version, if the product that you want to size shall run in the Cloud; e.g. SAP S/4HANA Cloud and SAP Data Warehouse Cloud.
You plan to migrate an on-premises SAP development system to Azure.
Before the migration, you need to check the usage of the source system hardware, such as CPU, memory, network, etc.
Which transaction should you run from SAP GUI?
A. SM51
B. DB01
C. DB12
D. ST06
Correct Answer: D
ST06 is a transaction code used for Operating System Monitor in SAP.
SAP transaction ST06 (Operating System Monitor) is classified in the Basis Component module under application component Operating System Monitors and runs Monitoring Operating System program RSHOST05 upon execution.
Incorrect Answers:
A: Transaction code SM51 is to display list of active application servers that have registered in the SAP message server.
B: DB01 is a transaction code used for Analyze Exclusive Lockwaits in SAP.
C: Transaction code DB12 is to collects and presents information that is necessary to monitor database backups.
You have an on-premises SAP landscape that contains an IBM DB2 database.
You need to recommend a solution to migrate the landscape to Azure and the database to SAP HANA. The solution must meet the following requirements:
1.
Be supported by SAP.
2.
Minimize downtime.
What should you include in the recommendation?
A. SAP Database Migration Option (DMO) with System Move
B. Azure Database Migration Service
C. Azure Import/Export service
D. Azure Data Box Gateway
Correct Answer: A
In 2013, SAP introduced new procedure called Database Migration Option (part of Software Update Manager), which can help you during the migration to HANA database. It combines Unicode conversion, system update and database migration into a single step which extremely simplified the overall process.
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
Correct Answer: B
Secondary indexes for very large tables can be removed from the STR file and built ONLINE with scripts after the main portion of the import has finished and post processing tasks such as configuring STMS are occurring.
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your AZ-120 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.