option
Cuestiones
ayuda
daypo
buscar.php

TEST BORRADO, QUIZÁS LE INTERESE: ABAP HANA 3

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
ABAP HANA 3

Descripción:
Test 3 ABAP HANA

Autor:
JPZETA
OTROS TESTS DEL AUTOR

Fecha de Creación: 02/11/2021

Categoría: Otros

Número Preguntas: 12
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
How to call the stored procedures in ABAP code? Please choose the correct answer. Seleccione una: A. Native SQL B. Open SQL C. CDS view D. Only SQL.
How to create a core data services view? There are 3 correct answers to this question. Seleccione una o más de una: A. Use additional annotations – marked with the @ sign B. Use SQL capabilities for Netweaver C. Use the ABAP Development Tools for SAP NetWeaver D. Use data services tools for updates E. Use DDL statement DEFINE VIEW and SQL-like syntax to define the view.
What should you do to follow the code-to-data approach to programming? There are 2 correct answers to this question. Seleccione una o más de una: A. Perform expensive calculations on the database. B. Perform expensive calculations on the ABAP application server. C. Transfer all data from the database to the ABAP layer, and then aggregate the results. D. Aggregate data on the database, and transfer the results to the ABAP layer.
What are the steps involved in supporting a database oriented programming model? There are 2 correct answers to this question. Seleccione una o más de una: A. Core Data services B. A new and advanced Open SQL C. Advanced and specific models D. Buffer system services.
You want to define an ABAP Core Data Services (CDS) view that totals the NET_AMOUNT column for eachsales order (column SO_ID). Which SELECT statement would you use in the definition? Choose the correct answer. Seleccione una: A. select from snwd_so { so_id, sum(net_amount) as sum_amount } group by so_id B. select from snwd_so { so_id, sum(net_amount) as sum_amount } group by net_amount C. select from snwd_so { so_id, sum(net_amount) as sum_amount } order by so_id D. select from snwd_so { so_id, sum(net_amount) as sum_amount }.
AMDP 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. Seleccione una o más de una: A. UNION specific syntax errors B. Database platform syntax errors C. HANA specific syntax errors D. Database independent syntax errors E. SQLScript errors.
In addition to closing the result set, what does the CLOSE method of the CL_SQL_RESULT_SET class whenusing ABAP Database Connectivity (ADBC) do? Please choose the correct answer. Seleccione una: A. Release packages B. Release resources C. Update resources D. Update packages.
Which is the new concept that is introduced and improved by using SAP HANA Specific Features? Please choose the correct answer. Seleccione una: A. Table buffering B. ABAP-Managed Database Procedures C. New advanced SQL syntax Procedures D. Programming model.
You are implementing an ABAP Managed Database Procedures (AMDP) for SAP HANA. What do you haveto do in the corresponding ABAP class? Please choose the correct answer. Seleccione una: A. Implement the ABAP AMDP_HDB Event Handler. B. Declare the ABAP class as a sub-class of CL_AMDP_RUNTIME_HDB C. Implement the interface IF_AMDP_MARKER_HDB D. Set the visibility of the corresponding class method in the declaration section to PUBLIC.
ABAP 7.4 provides support for optimizing ABAP applications running on SAP HANA. What are theseTransparent Optimizations? There are 3 correct answers to this question. Seleccione una o más de una: A. Do all the data processing in Application server B. The consumption of SAP HANA artifacts was simplified C. Re- use components have been extended or optimized for SAP HANA D. Performance analysis tools have been improved E. The ABAP language and the OpenSQL language have been extended.
Which tasks does the ABAP Managed Database Procedure (AMDP) framework perform? There are 2 correct answers to this question. Seleccione una o más de una: A. Deleting the obsolete versions of the database procedure asynchronously. B. Creating a new version of the database procedure when the AMDP is first activated. C. Deleting the obsolete versions of the database procedure synchronously. D. Creating a new version of the database procedure when the AMDP is first called.
When using ABAP Database Connectivity (ADBC) to issue native SQL calls to the database, which of thefollowing methods of class CL_SQL_RESULT_SET retrieves the tabular result of the native SQL call? Please choose the correct answer. Seleccione una: A. SET_PARAM B. NEXT_PACKAGE C. GET_METADATA D. SET_PARAM_TABLE.
Denunciar Test