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

Welcome To DumpsPedia

C_HANADEV_17 Sample Questions Answers

Questions 4

A Node.js module is executed for the first time in SAP HANA extended application services, advanced model (XS advanced). Which of the following activities are performed automatically? There are 2 correct answers to this question.

Options:

A.

The source code is compiled to create an executable binary file.

B.

A new SAP HANA Deployment Infrastructure (HDI) container is created.

C.

The required modules are downloaded based on module dependencies.

D.

A new service is executed on the application server.

Buy Now
Questions 5

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

Options:

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

Buy Now
Questions 6

From which tool can you run the XS command line? Please choose the correct answer.

Options:

A.

Local operating system shell

B.

SAP HANA studio

C.

SAP WeblDE for SAP HANA

D.

SAP HANA cockpit

Buy Now
Questions 7

In an SQL Script procedure, which feature do you use to initialize IN/OUT table parameters? Please choose the correct answer.

Options:

A.

IS_EMPTY

B.

DEFAULT EMPTY

C.

DEFAULT

D.

SET

Buy Now
Questions 8

What characterizes the Node.js environment? There are 2 correct answers to this question.

Options:

A.

It uses a synchronous programming model.

B.

It is a client-side design-time environment for JavaScript.

C.

It is single-threaded.

D.

It is built on Google's V8 JavaScript engine.

Buy Now
Questions 9

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 10

What do you reference in a role template? Please choose the correct answer.

Options:

A.

Role Collections

B.

Roles

C.

Routes

D.

Scopes

Buy Now
Questions 11

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

Options:

A.

Go

B.

Node.js

C.

Python

D.

Java

Buy Now
Questions 12

You work on a multi-target application that uses the SAP HANA Deployment Infrastructure (HDI). Which operations can you perform in

the SAP Web IDE for SAP HANA?

There are 2 correct answers to this question.

Options:

A.

Create objects in the SAP HANA repository.

B.

Deploy HTML5 modules to the SAP HANA database.

C.

Choose the supported SAP HANA versions.

D.

Configure the artifact namespaces.

Buy Now
Questions 13

What are the issue categories that SQL Script Code Analyser scans for? There are 3 correct answers to this question.

Options:

A.

Performance

B.

Privileges

C.

Security

D.

Business logic

E.

Consistency

Buy Now
Questions 14

You need to consume a Node.js service in an SAPUI5 application. In which section of the mta.xml file do you define the variable for the

exposed service?

Please choose the correct answer.

Options:

A.

In the path section of the Node.js module

B.

In the provides section of the Node.js module

C.

In the properties sect on of the MTA resources

D.

In the requires sect on of the HTML5 module

Buy Now
Questions 15

What do you use to set up unit testing for your SQL Script procedure? Please choose the correct answer.

Options:

A.

SQL Script logging procedures

B.

A library with language SQLSCRIPT TEST

C.

The SQL Script debugger

D.

The SQL Script Code Analyzer

Buy Now
Questions 16

You want to exclusively use declarative logic in an SQL Script procedure. Which of the following operators can you use? There are 2 correct answers to this question.

Options:

A.

COMM IT statement

B.

IF condition

C.

TABLE variable

D.

MAP_REDUCE function

Buy Now
Questions 17

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 18

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.

Options:

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.

Buy Now
Questions 19

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

Options:

A.

Dynamic join

B.

Text join

C.

Temporal join

D.

Multi join

Buy Now
Questions 20

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 21

You define exception handling in a SQL Script procedure. What can you use declare exit handlers for? There are 2 correct answers to this question.

Options:

A.

Generic SQL conditions

B.

Generic SQL exceptions

C.

Specific SQL error codes

D.

Specific SQL conditions

Buy Now
Questions 22

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)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 23

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.

Options:

A.

DPUT

B.

READ

C.

INSERT

D.

POST

E.

DGET

Buy Now
Questions 24

You need to install SAP HANA 2.0, express edition to develop a native SAP HANA application. Which of the following deployment options do you have?

There are 2 correct answers to this question.

Options:

A.

Installation on Windows Server

B.

Installation on Mac OS

C.

Installation on Linux OS

D.

Usage of virtual machine on Microsoft Windows

Buy Now
Questions 25

You need to initially load data from a .csv file into a Core Data Services table in SAP HANA extended application services, advanced model (XS advanced). Which file type do you create? Please choose the correct answer.

Options:

A.

A file with extension .hdbtable data

B.

A fie with extension .hdbtable

C.

A file with extension .hdbdd

D.

A file with extension .hdbti

Buy Now
Questions 26

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

Options:

A.

routes

B.

role-templates

C.

tenant-mode

D.

authentication Method

Buy Now
Questions 27

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

Options:

A.

mta.yaml

B.

pom.xml

C.

package.json

D.

server.js

Buy Now
Exam Code: C_HANADEV_17
Exam Name: SAP Certified Development Associate - SAP HANA 2.0 SPS05
Last Update: Nov 15, 2024
Questions: 91
$64  $159.99
$48  $119.99
$40  $99.99
buy now C_HANADEV_17