SAP E_HANAAW_14 SAP Certified Development Specialist – ABAP for SAP HANA 2.0 Online Training
SAP E_HANAAW_14 Online Training
The questions for E_HANAAW_14 were last updated at Nov 15,2024.
- Exam Code: E_HANAAW_14
- Exam Name: SAP Certified Development Specialist - ABAP for SAP HANA 2.0
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which of the following is not involved in database table of "The NewABAP SQL Monitor-Architecture? Choose the correct answer
- A . Selection data table
- B . Performance data table
- C . Critical data table
- D . Runtime monitor data
Which of the following categories of parameters can you use in the definition of an ABAP manage database procedure (AMDP)? There are 3 correct answers to this question.
- A . Returning
- B . Receiving
- C . Exporting
- D . Changing
- E . Importing
Discuss the basic approach of classical ABAP programming? There are 2 correct answers to this question.
- A . Get all the data you need on the application server and do your processing in ABAP
- B . Creating and consuming all the contents from network
- C . Keep load from the database
- D . Collect all the data and perform Parallel processing in ABAP
Which code-to-data capability is responsible for the Optimizations & Translation of "Open SQL SELECT FOR ALL ENTRIES clauses into native SQL? Please choose the correct answer.
- A . Database Optimization
- B . Transparent Optimizations
- C . HANA Specific features
- D . Buffer system Optimization
What are the two types of editors available in ADT? There are 2 correct answers to this question.
- A . Eclipse (native)
- B . Client (native)
- C . SAP (GUI)
- D . ABAP (native)
Which rules does SAP recommended to improve the performance of ABAP report on SAP HANA? There are 2 correct answers to this question.
- A . Use SELECT FOR ALL ENTRIES instead of a nested SELECT statement
- B . Use array variants of INSERT UPDATE MODIFY and DELETE
- C . Use a nested SELECT statement instead of SELECT FOR ALL ENTRIES
- D . Perform all calculations and aggregations in the ABAP layer
The new bottlenecks avoided by addressing two challenges, what are they? There are 2 correct answers to this question.
- A . Avoid idiling CPU cores
- B . Avoid CPU cache misses
- C . Avoid optimizing data
- D . Avoid single network
Discuss the conditions required to ensure the Referential Integrity? There are 2 correct answers to this question
- A . There are three joins in the table
- B . Referential integrity holds true in both the directions
- C . There is at least one join in the other table
- D . There are two joins in the table
What all are the steps to perform -To enable type-ahead for an input field on a screen? There are 3 correct answers to this question.
- A . Process on all the input fields
- B . Automatic updates of all the input fields
- C . Check Pre-Requisites
- D . Identify Elementary Search Help
- E . Switch on proposal search for input fields
Which task can you perform with the SQL Performance Tuning Worklist tool (SWLT)? Please choose the correct answer.
- A . Combine information from static ABAP code scans with runtime data from the SQL Monitor.
- B . Create a graph comparing the runtimes of ABAP code before and after optimization.
- C . Estimate the new total runtime of optimized code.
- D . Combine information from static ABAP code scans with runtime data from the SQL Trace tool.