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/hdi
Answer: C
C_HCDEV_03 SAP Certified Development Associate – SAP HANA Cloud 1.0 exam is a hot SAP certification exam, Exam4Training offers you the latest free online C_HCDEV_03 dumps to practice. You can get online training in the following questions, all these questions are verified by SAP experts. If this exam changed, we will share new update questions.
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/hdi
Answer: C
To which authorization objects can the SAP HANA Cloud Administrator assign business users?
A . Role-collections
B. Scopes
C. Authorizations
D. Role-templates
Answer: A,C
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.error
Answer: D
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. Types
Answer: B,C,E
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. Database
Answer: A,C
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 break in the app execution
Answer: C
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 Studio.
D. You want to use synonyms to access external data.
E. You want to develop calculation views.
Answer: A,C,D
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 program
Answer: A,B
In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?
A . SET
B. IS_EMPTY
C. DEFAULT EMPTY
D. DEFAULT
Answer: C
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 on in the central repository.
Answer: A