Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

SAP C_HANADEV_17 - SAP Certified Development Associate - SAP HANA 2.0 SPS05

Page: 3 / 3
Total 91 questions

Which keywords do you use to define an OData association? There are 3 correct answers to this question.

A.

JOIN

B.

DEPENDENT

C.

UNION

D.

MULTIPLICITY

E.

PRINCIPAL

Why do you use associations in your persistence model for SAP HANA extended application services, advanced model (XS advanced)? Please choose the correct answer.

A.

To enforce database-level constraints

B.

To define the relationships between contexts and views

C.

To define multiplicity and key of an entity relation

D.

To set relationships between multiple contexts

To perform a specific task of an XS advanced application, what does a user need? Please choose the correct answer.

A.

To have directly assigned a Role Collection

B.

To have directly assigned a Scope

C.

To be assigned to an Organization

D.

To be assigned to a Space

What are the disadvantages when deploying Dynamic SQL? There are 2 correct answers to this question.

A.

Limited opportunities for optimization

B.

No possibility to bind the result to a SQL Script variable

C.

No possibility to use SQL Script variables

D.

Additional SQL execution privileges are required

Which of the following elements can be part of the UI5 application's index.html file? There are 2 correct answers to this question

A.

Framework Reference

B.

Bootstrap

C.

Backend Connection

D.

UI-Area

In Node.js, which file do you use to define external module dependencies? Please choose the correct answer.

A.

mta.yaml

B.

pom.xml

C.

package.json

D.

server.js

You need to access a remote database table object within your HDB module in a Multi-target application 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 Multi-target application project YAML file.

Which activities do you perform?

A.

There are 3 correct answers to this question.

B.

Create a view that refers to a synonym. n Create a synonym that refers to the view.

C.

Create/update the .hdbgrants file providing authorizations for the remote schema.

D.

Create a synonym for the remote table object.

E.

Create a view that refers to the table.