SAP E_HANAAW_16 SAP Certified Development Specialist – ABAP for SAP HANA 2.0 Online Training
SAP E_HANAAW_16 Online Training
The questions for E_HANAAW_16 were last updated at Nov 19,2024.
- Exam Code: E_HANAAW_16
- Exam Name: SAP Certified Development Specialist - ABAP for SAP HANA 2.0
- Certification Provider: SAP
- Latest update: Nov 19,2024
What are the Performance Rules and Guidelines for ABAP on SAP HANA? There are 2 correct answers to his question
- A . To reduce main memory consumption and to improve insert performance
- B . to keep all the loads away from the DB
- C . It is beneficial to move data-intensive calculations into the database
- D . It is beneficial for maximizing your search into database
What are the features of New Open SQL? There are 2 correct answers to this question.
- A . Supports arithmetic and string expressions
- B . Supports Code adjustment model
- C . Supports specific units of database
- D . Supports conditional expressions
Which system schema/user is the owner of all the activated objects?
- A . _SYS_XS
- B . _SYS_BI
- C . _SYS_REP0
- D . _SYS_BIC
Which of the following information is mandatory in the definition of an association in a Core Data Services (CDS) view?
- A . The filter condition for the association
- B . The cardinality of the association
- C . The alias for the association
- D . The target entity of the association
How can you enhance an existing ABAP Search Help with a type-ahead function?
- A . Use the enhanced options in transaction SE11.
- B . Use the fuzzy-search exit in transaction SE11.
- C . Modify the search help with the Native SQL command ALTER SEARCH HELP.
- D . Enhance the lookup table with an additional ACCURACY field and insert an accuracy value.
Which of the following is true? (2 correct answers)
- A . A read only procedure cannot call read-write procedure.
- B . A Read-write procedure cannot call another read-write procedure.
- C . A read-write procedure can call both read-write and read only procedures.
Which steps do you have to perform when defining a view using core data services (CDS)? There are 3 correct answers to this question.
- A . Use the DDL statement DEFINE VIEW and SQL like Syntax
- B . Create a data definition in your ABAP package
- C . Create a proxy object for the defined view.
- D . Specify the name of the SQL view in ABAP Dictionary
- E . Define the type mapping between ABAP and SAP HANA
List down the three main concepts of the SAP HANA database There are 3 correct answers to this question
- A . Column Store
- B . Tools combinations
- C . Object store
- D . Partitioning
- E . Compression
Which tasks does the ABAP managed database (AMDP) framework perform? There are 2 correct answers to this question.
- A . Create a new version of the database when the AMDP is first activated
- B . Delete the obsolete versions of the database procedure synchronously
- C . Delete the obsolete versions of the database procedure asynchronously
- D . Create a new version of the database when the AMDP is first called
Which of the following are classes of the ABAP Database Connectivity (ADBC) API? 2 ans
- A . CL_SQL_EXECUTE_QUERY
- B . CL_SQL_RESULT_SET
- C . CL_SQL_STATEMENT
- D . CL_EXEC_SQL
- E . CL_ADBC_SQL_STATEMENT