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 key points that should be kept in mind while performing the Non-automatic update in SAP HANATr.Cont.? There are 2 correct answers to this question.
- A . Automatic release of units
- B . Changes to Delta Container
- C . You need to refresh the content of the container manually
- D . Take snapshot manually before releasing of the container
AM DP can detect 3 types of syntax errors in active or inactive source code .
What are these errors? There are 3 correct answers to this question.
- A . UNION specific syntax errors
- B . Database platform syntax errors
- C . Database independent syntax errors
- D . HANA specific syntax errors
- E . SQLScript errors
What are the advantages of column based tables? (3 correct answers)
- A . Bigger Data Set
- B . Better Compression
- C . Better parallel Processing
- D . Faster Data Access
Name the views that are available to administer and monitor one or several SAP HANA systems? There are 2 correct answers to this question
- A . The Landscape view
- B . The System Monitor view
- C . The Security view
- D . The Administration view
What are the main points of SAP HANA High Availability Per Datacenter that are available even in the event of a disaster? There are 2 correct answers to this question
- A . Active clusters for all servers
- B . Shared file systems for only one server
- C . Services-Name and index server on all nodes
- D . High availability configuration
Which conditional expressions can be used in Core Data Services (CDS) views? 2 ans
- A . CASE statements in the projection list
- B . IF statements in the projection list
- C . WHILE statements in the WHERE clause
- D . COALESCE functions in the projection list
- E . CASE statements in the HAVING clause
What are the basic principles of ALV SAP HANA? There are 2 correct answers to this question.
- A . Data described declaratively instead of passing big internal tables
- B . The ALV Optimization for SAP HANA to display data on the screen
- C . Only retrieve the database data which is to be displayed on screen
- D . To ensure that the user chooses the data on the selection screen is displayed
You create a new table definition using the ABAP Dictionary and maintain the database-specific technical settings table? Why do you create a row store instead of a column store Please choose the correct answer.
- A . To allow creation of a full-text index
- B . To limit the unpacking and reconstruction of rows
- C . To limit the need of indexes
- D . To limit the data footprint
What are best practices when programming in ABAP for SAP HANA? There are 2 correct answers to this question.
- A . Calculate aggregations using ABAP code on the application server to limit database load
- B . Eliminate nested SELECT statements to reduce the overall number of database accesses
- C . Use a column list in the SELECT clause to ensure that you only read a column if it is really required
- D . Use repeated SELECT SINGLE statements to ensure that you only read arrow if it is really required
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