Sample ABAP on HANA certification Questions
Your ABAP program contains an Open SQL join of two client-dependent tables. You want to replace this with a native SQL SELECT statement. Which of the following changes to the SELECT statement can you use to retrieve the same data as before? There are 2 correct answers to this question.
A. Include the client field in the WHERE condition.
B. Use the CLIENT SPECIFIED addition.
C. Include the client field in the join condition.
D. Include the client field in the field list.
Answer : A & C
___________________________________________________________________________________________
Question No 2:
Which of the following are performance recommendations when using SAP HANA? There are 2 correct answers to this
A. Avoid transferring large result sets between database and client applications.
B. Move data-intensive calculations from the database to an application server.
C. Filter data in lower layers.
D. Define indexes on the columns that are used in calculations
Answer : A & C
___________________________________________________________________________________________
Question No 3:
In SAP HANA, tables are stored in row store by default. Is this sentence True or False.
Answer: False.
In HANA, tables are stored in column store by default.
___________________________________________________________________________________________
Question No 4:
It is not possible to create secondary index in SAP HANA database, Is this true or false.
Answer: False.
___________________________________________________________________________________________
Question No 5:
Answer: A & D.
___________________________________________________________________________________________
Question No 6:
___________________________________________________________________________________________
Question No 7:
___________________________________________________________________________________________
Question No 8:
Stay tuned. Will continue..