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: 1 / 3
Total 91 questions

You need to manage an exception in a SQLScript. Which SQLScript features can you use? There are 2 correct answers to this question.

A.

DECLARE EXIT HANDLER

B.

SIGNAL

C.

DEFINE RESIGNAL

D.

CREATE EXIT HANDLER

You need to synchronize all unsynchronized changes of the remote Git branch with a local Git branch. Which operation do you use? Please choose the correct answer.

A.

Push

B.

Rebase

C.

Pull

D.

Reset

Which services can you use in SAP HANA, express edition? There are 3 correct answers to this question.

A.

Dynamic tiering

B.

Text analytics

C.

Multi-core and parallelization

D.

System replication

E.

Columnar OLTP and OLAP

You created several database tables in a multi-target application and need to keep their names as short as possible. Which parameter of the .hdinamespace file do you set to ignore? Please choose the correct answer.

A.

name

B.

hdbtable

C.

mixinTypes

D.

subfolder

Which application runtimes are currently supported by the SAP Cloud Application Programming Model? There are 2 correct answers to this question.

A.

Go

B.

Node.js

C.

Python

D.

Java

You need to combine data from different database tables within your OData service. Which capability do you use for this relationship? Please choose the correct answer.

A.

Aggregations

B.

Projections

C.

Associations

D.

Entity sets

After reviewing the SQL Analyzer results, which of the following would you consider for optimizing the performance? There are 2 correct answers to this question.

A.

Re-prioritize with Workload Management.

B.

Use CE functions.

C.

Modify SQL hints.

D.

Change the data model.

Which OData capacities are supported in SAP HANA extended application services, advanced model (XSA)? There are 3 correct answers to this question.

A.

Union

B.

Aggregation

C.

Join

D.

Projection

E.

Association

What key words are contained in the application descriptor file (xs-app.json)? There are 2 correct answers to this question.

A.

routes

B.

role-templates

C.

tenant-mode

D.

authentication Method

You create a simple data model to store user information. The model contains two tables: one for the user information, and the other for user address details.

The user can only have one address. You also need a view to show the complete information of the user including the address.

Which actions do you perform if you use CDS artifacts only? Please choose the correct answer.

A.

Create two entities for the user and address.

Create an association in the user entity to the address entity.

Define a User Details view using select on the address entity and using the association to read the user information.

B.

Create two entities for the user and address.

Create an association in the user entity to the address entity.

C.

Define a User Details view using select on the user entity and using the association to read the address information.

Create two entities for the user and address.

Extend the user entity with address columns.

D.

Create a view named User Details using select on the user entity.

x-s Create two entities for the user and address.

Create a User Details calculation view and join the user and address information.