SAP HANA Development Exam Guide and Ques
SAP HANA Development Exam Guide and Ques
3. SQLScript Development
Explain the basic concepts and language features of SQLScript. Use the SQLScript
wizard and editor. Use the SQLScript debugger. Use functions (including table and
scalar functions), triggers, procedures, libraries in SQLScript.
Books: HA450
01. You develop a Node.js application for the SAP HANA platform that executes a
SQL statement in the SAP HANA database. Which modules do you use?
There are 2 correct answers to this question.
a) @sap/instance-manager
b) @sap/node-vsi
c) @sap/hdbext
d) @sap/xsenv
03. What are some of the advantages of SQLScript compared to plain SQL
queries?
There are 2 correct answers to this question.
a) It contains a well-defined ANSI standard.
b) It enables modular parameterized programing.
c) It retrieves a high data volume from a database.
d) It increases performance by parallel execution of complex SQL statements.
05. You develop an OData service using XSODATA. Which HTTP commands can
you use to define the operations on the resources?
There are 3 correct answers to this question.
a) POST
b) GET
c) PUT
d) READ
e) INSERT
07. You need to access a remote database table object within your HDB module in
an MTA project.
In SAP HANA extended application services, advanced model (XS advanced) a
user-provided service was created to access the external schema. The service is
already declared in the MTA project YAML file.
Which activities do you perform?
There are 3 correct answers to this question.
a) Create a view that refers to the table.
b) Create a synonym for the remote table object.
c) Create a synonym that refers to the view.
d) Create/update the .hdbgrants file providing authorizations for the remote schema.
e) Create a view that refers to a synonym.
08. You implement an asynchronous Node.js service that sends requests to the
database. How do you handle the database responses?
There are 2 correct answers to this question.
a) Process the callback methods in the order in which the requests are sent by the
service.
b) Call a method directly after every send request.
c) Process the callback methods in the order in which the requests are returned from
the database.
d) Register a callback method for every sent request.
09. To which SAP HANA authorization entities can you grant a role?
There are 2 correct answers to this question.
a) User
b) Role
c) Privilege
d) Object
10. Which tool do you use to create a calculation view in a multi-target application?
Please choose the correct answer.
a) SAP HANA Web-based Development Workbench
b) SAP HANA database explorer
c) SAP HANA studio
d) SAP Web IDE for SAP HANA
Solutions: