nerdexam
SAP

E_HANAAW_16 · Question #57

You follow the Code-to-Data paradigm in your ABAP coding. Which of the following scenarios conflicts with the SQL performance guideline "Keep unnecessary load away from the database"? Choose the…

The correct answer is D. The in-memory capabilities of SAP HANA allow calculations to be performed on the database layer, which helps to avoid unnecessary movement of data. See the full explanation below for the reasoning.

Question

You follow the Code-to-Data paradigm in your ABAP coding. Which of the following scenarios conflicts with the SQL performance guideline "Keep unnecessary load away from the database"? Choose the correct answer

Options

  • AThen in-memory architecture of SAP HANA prevents the transfer of large datasets between the database layer and the application layer
  • BThe transfer of coding to the database reduces the memory consumption of associated ABAP Dictionary tables in the application layer
  • CThe data-intensive calculations can be performed on SAP Netweaver Application Server ABAP when code-to-data mode is switched on
  • DThe in-memory capabilities of SAP HANA allow calculations to be performed on the database layer, which helps to avoid unnecessary movement of data

How the community answered

(57 responses)
  • A
    12% (7)
  • B
    7% (4)
  • C
    4% (2)
  • D
    77% (44)

Community Discussion

No community discussion yet for this question.

Full E_HANAAW_16 Practice