Which Node.js module do you use to run an SQL statement against the SAP HANA database?

Which Node.js module do you use to run an SQL statement against the SAP HANA database?A . @sap/xssec B. @sap/xsenv C. @sap/hdbext D. @sap/hdiView AnswerAnswer: C

June 5, 2023 No Comments READ MORE +

To which authorization objects can the SAP HANA Cloud Administrator assign business users?

To which authorization objects can the SAP HANA Cloud Administrator assign business users?A . Role-collections B. Scopes C. Authorizations D. Role-templatesView AnswerAnswer: A,C

June 4, 2023 No Comments READ MORE +

Which method can you use to collect error messages with high severity and return them to the caller in the request-response?

Which method can you use to collect error messages with high severity and return them to the caller in the request-response?A . req.reply B. req.reject C. req.notify D. req.errorView AnswerAnswer: D

June 3, 2023 No Comments READ MORE +

What does the service document of an OData service list? Note: There are 3 correct answers to this question.

What does the service document of an OData service list? Note: There are 3 correct answers to this question.A . Singletons B. Entity sets C. Functions D. Actions E. TypesView AnswerAnswer: B,C,E

June 3, 2023 No Comments READ MORE +

Which of the following elements are part of the SAPUI5 application's index.html file? Note: There are 2 correct answers to this question.

Which of the following elements are part of the SAPUI5 application's index.html file? Note: There are 2 correct answers to this question.A . Bootstrap B. Service layer C. UI area D. DatabaseView AnswerAnswer: A,C

June 2, 2023 No Comments READ MORE +

Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?

Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?A . To force the execution of the CRUD operation B. To provide a meaningful error message C. To ensure that the end user receives a message D. To avoid a...

June 2, 2023 No Comments READ MORE +

Why would you choose an HDI-shared service plan instead of a schema service plan? Note: There are 3 correct answers to this question.

Why would you choose an HDI-shared service plan instead of a schema service plan? Note: There are 3 correct answers to this question.A . You want to create database objects using source files. B. You want to use containers to isolate objects. C. You want to use SAP Business Application...

June 2, 2023 No Comments READ MORE +

What can you set in a package.json file to configure a Multi-Target Application (MTA) project? Note: There are 2 correct answers to this question.

What can you set in a package.json file to configure a Multi-Target Application (MTA) project? Note: There are 2 correct answers to this question.A . The version B. The service name C. The schema version D. The options of the deploy programView AnswerAnswer: A,B

June 2, 2023 No Comments READ MORE +

In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?

In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?A . SET B. IS_EMPTY C. DEFAULT EMPTY D. DEFAULTView AnswerAnswer: C

June 2, 2023 No Comments READ MORE +

What is mandatory when working on public Git in a distributed environment?

What is mandatory when working on public Git in a distributed environment?A . Connect to a central repository to share your project contribution. B. Keep the entire history of your project locally. C. Buy the software license on the Git website. D. Block the piece of code you are working...

June 1, 2023 No Comments READ MORE +