Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Note! Following C_HANADEV_18 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

C_HANADEV_18 Exam Dumps - SAP Certified Development Associate - SAP HANA 2.0 SPS06

Question # 4

Which of the following SQL Script elements do you use to transform a set of arrays into an intermediate table variable? Please choose the correct answer.

A.

OSET

B.

ARRAY

C.

UNNEST

D.

UNSET

Full Access
Question # 5

What are the nodes where filter expressions can be used in a calculation view? There are 2 correct answers to this question.

A.

Aggregation

B.

Star join

C.

Union

D.

Rank

Full Access
Question # 6

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.

Full Access
Question # 7

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

Full Access
Question # 8

Which OData service do you use to prevent changes to existing line items of the sap.test :myTable table? Please choose the correct answer.

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 9

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

Full Access
Question # 10

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

A.

@sap/hdi

B.

@sap/xsenv

C.

@sap/xssec

D.

@sap/hdbext

Full Access
Question # 11

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.

Full Access
Question # 12

You need to create a native SAP HANA application that fully leverages the SAP HANA platform. How do you implement data-intensive

calculations?

Please choose the correct answer.

A.

Push the calculations onto the application layer.

B.

Push the calculations onto the database layer

C.

Push the calculations onto the presentation layer.

D.

Distribute calculations between application layer and presentation layer.

Full Access
Question # 13

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.

Full Access
Question # 14

How do you specify the target currency for currency conversion in calculation views? There are 3 correct answers to this question.

A.

In a column

B.

In a table function

C.

With an input parameter

D.

With a fixed value

E.

In a procedure

Full Access
Question # 15

Which parameter do you adapt to change the file that is initially delivered by an HTML5 module? Please choose the correct answer.

A.

Service_url parameter of the mta.xml file

B.

Welcome file parameter of the xs-app.json file

C.

Start parameter of the package.json file

D.

Runners parameter of the projectjson file

Full Access
Question # 16

To which SAP HANA authorization entities can you grant a role? There are 2 correct answers to this question.

A.

Object

B.

Role

C.

Privilege

D.

User

Full Access
Question # 17

What are the steps to debug a Node.js application using SAP Web IDE for SAP HANA? There are 3 correct answers to this question.

A.

Attach the debugger to the node module.

B.

Set a breakpoint in the application.

C.

Specify the proper Git repository in the debug properties.

D.

Build the application with the debug option.

E.

Open the debugger.

Full Access
Question # 18

Which of the following joins can be defined only with multi-column join in calculation views? Please choose the correct answer.

A.

Dynamic join

B.

Text join

C.

Temporal join

D.

Multi join

Full Access
Question # 19

In which of the following objects can you use Commit and Rollback statements? Please choose the correct answer.

A.

Scalar user-defined function

B.

SQL Script procedure

C.

Table user-defined function

D.

Scripted calculation view

Full Access
Question # 20

In application development with XS advanced, which of the following entities belong to a specific SPACE? There are 2 correct answers to this question.

A.

Organizations

B.

Users

C.

Applications

D.

Processes

Full Access
Question # 21

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

Full Access
Question # 22

Which trace do you use to create a graphical representation of an individual SQL Statement? Please choose the correct answer.

A.

Expensive statements trace

B.

Performance trace

C.

Plan trace

D.

SQL trace

Full Access
Question # 23

Which SAP HANA extended application services, advanced model (XS advanced) tools can you use to retrieve the URL for the SAP

WeblDE for SAP HANA?

There are 2 correct answers to this question.

A.

Runtime tool

B.

XS advanced Controller Start Screen

C.

XS Advanced command-line client tool

D.

Organization and Space Management tool

Full Access
Question # 24

What happens if you define a database object in the persistence model and deploying using the SAP HANA Deployment Infrastructure

(HDI)?

Please choose the correct answer.

A.

A descriptive representation of the object is created in Hot during runtime.

B.

The corresponding runtime object is created in the database module of the multi-target application during runtime.

C.

The HDI container is created when the design-time object is saved.

D.

The corresponding runtime object is created in the HDI container on deployment

Full Access
Question # 25

You create an SAP HANA extended application services, advanced model (XS advanced) multi-target application. What does the mta.xml file contain?

Please choose the correct answer.

A.

The plugin name and version for every supported file suffix

B.

The application router description with the authentication methods and access routes

C.

The Node.js package definition with dependencies and initial run configurations

D.

The application global elements, modules, resources, properties, and parameters

Full Access
Question # 26

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

Full Access
Question # 27

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

Full Access
Question # 28

You need to view the data model exposed by an OData V2 service. What must you append to the service URL? Please choose the correct answer.

A.

$schema

B.

$service definition

C.

$metadata

D.

$format

Full Access