Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

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

C_HANADEV_18 SAP Certified Development Associate - SAP HANA 2.0 SPS06 Questions and Answers

Questions 4

Which Git commands are available with the SAP Web IDE for SAP HANA? There are 3 correct answers to this question.

Options:

A.

Test changes

B.

Push code

C.

Clone a repository

D.

Redeploy the code

E.

Merge changes

Buy Now
Questions 5

You are asked to produce sales value for the month using sales order line items (sales price per item x quantity sold) what do you use to achieve this in a calculated column of a calculation view? There are 2 correct answers to this question.

Options:

A.

Keep flag

B.

Dynamic join

C.

Transparent filter

D.

Non-equijoin

Buy Now
Questions 6

You create a multi-target application in SAP Web IDE for SAP HANA. Which source code management option do you use? Please choose the correct answer.

Options:

A.

SVC-based repository

B.

Git-based repository

C.

SAP HANA repository workspace

D.

SAP HANA repository

Buy Now
Questions 7

You created an HDI database role, using the SAP Web IDE for SAP HANA and deployed your project. Afterward, you made some modifications to the runtime role.

What happens when you change and re-build the design-time role? Please choose the correct answer.

Options:

A.

The runtime modifications are overwritten.

B.

The deployment of the role fails.

C.

The runtime modifications are kept.

D.

You need to confirm the runtime modifications

Buy Now
Questions 8

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

Options:

A.

Aggregation

B.

Star join

C.

Union

D.

Rank

Buy Now
Questions 9

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

Options:

A.

DECLARE EXIT HANDLER

B.

SIGNAL

C.

DEFINE RESIGNAL

D.

CREATE EXIT HANDLER

Buy Now
Questions 10

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

Options:

A.

Object

B.

Role

C.

Privilege

D.

User

Buy Now
Questions 11

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

Options:

A.

@sap/hdi

B.

@sap/xsenv

C.

@sap/xssec

D.

@sap/hdbext

Buy Now
Questions 12

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.

Options:

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

Buy Now
Questions 13

What types of user-defined functions are supported by SAP HANA? Note: There are 2 correct answers to this question.

Options:

A.

Table

B.

Scalar

C.

Aggregate

D.

Hierarchy

Buy Now
Questions 14

Which new components can you use to develop native SAP HANA applications in SAP HANA extended application services, advanced model (XS advanced)?

There are 2 correct answers to this question.

Options:

A.

SAP HANA repository

B.

SAP HANA studio

C.

Git repository

D.

SAP Web IDE for SAP HANA

Buy Now
Questions 15

You use APPLY_FILTER to add a dynamic WHERE clause on SELECT statements. On which objects can you apply the filter? There are 2 correct answers to this question.

Options:

A.

Scalar variables

B.

Virtual tables

C.

Database tables

D.

Intermediate table variables

Buy Now
Questions 16

Which join type is NOT supported by join optimization (pruning)? Please choose the correct answer.

Options:

A.

Outer Join

B.

Text Join

C.

Referential Join

D.

Inner Join

Buy Now
Questions 17

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.

Options:

A.

Process the callback methods in the order in which the requests are sent by the service.

B.

Register a callback method for every sent request.

C.

Call a method directly after every send request.

D.

Process the callback methods in the order in which the requests are returned from the database.

Buy Now
Questions 18

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.

Options:

A.

Runtime tool

B.

XS advanced Controller Start Screen

C.

XS Advanced command-line client tool

D.

Organization and Space Management tool

Buy Now
Questions 19

What is the package descriptor package.json used for? There are 2 correct answers to this question.

Options:

A.

To define back-end destinations

B.

To set the router version

C.

To list the package dependencies

D.

To define the routes

Buy Now
Questions 20

Which elements can you specify with the SAP WeblDE for SAP HANA graphical editor for Core Data Services data models? There are 3 correct answers to this question.

Options:

A.

Entity

B.

Synonym

C.

Procedure

D.

Context

E.

Association

Buy Now
Questions 21

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?

Options:

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.

Buy Now
Questions 22

What statement must you insert to the following OData service to complete the navigation definition from the customer entity set to the corresponding sales orders? Please choose the correct answer.

service{ "sample.odata::customer" as customer" navigates ("Customer_Orders* as "toOrders); "sample.odata::salesorder" as "Orders";)

Options:

A.

Aggregation

B.

Association

C.

Key specification

D.

Join condition

Buy Now
Questions 23

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.

Options:

A.

@sap/instance-manager

B.

@sap/xsenv

C.

@sap/hdbext

D.

@sap/node-vsi

Buy Now
Questions 24

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

Options:

A.

Scalar user-defined function

B.

SQL Script procedure

C.

Table user-defined function

D.

Scripted calculation view

Buy Now
Questions 25

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.

Options:

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.

Buy Now
Questions 26

Which Git command do you use to consolidate all changes from one branch with another branch using a single commit? Please choose the correct answer.

Options:

A.

Commit

B.

Rebase

C.

Merge

D.

Push

Buy Now
Questions 27

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

Options:

A.

In a column

B.

In a table function

C.

With an input parameter

D.

With a fixed value

E.

In a procedure

Buy Now
Questions 28

What are the characteristics of the calculation view of type "SQL Access Only"? There are 2 correct answers to this question.

Options:

A.

Can be directly exposed to all client tools

B.

Can be directly used for multidimensional analysis

C.

Can be direct y accessed via SQL

D.

Can be directly used as modelled data source for another view

Buy Now
Exam Code: C_HANADEV_18
Exam Name: SAP Certified Development Associate - SAP HANA 2.0 SPS06
Last Update: Mar 29, 2024
Questions: 95