Black Friday Special - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dm70dm

Note! The C_HANADEV_18 Exam is no longer available.

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

Questions 4

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

Options:

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

Buy Now
Questions 5

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 6

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 7

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 8

Which configuration file indicates the program that is executed upon start up when you run the Node.js module? Please choose the correct answer.

Options:

A.

package.json

B.

project.json

C.

server.js

D.

mta.yaml

Buy Now
Questions 9

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.

Options:

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

Buy Now
Questions 10

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 11

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

Options:

A.

JOIN

B.

DEPENDENT

C.

UNION

D.

MULTIPLICITY

E.

PRINCIPAL

Buy Now
Questions 12

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 13

Which of the following can be used when implementing transaction management logic in SQLScript using savepoints? Note: There are 3 correct answers to this question.

Options:

A.

Release savepoint

B.

Rollback to savepoint

C.

Savepoint

D.

Reverse savepoint

E.

Alter system savepoint

Buy Now
Questions 14

Which OData capacity do you use when you need to restrict the number or selection of exposed columns? Please choose the correct answer.

Options:

A.

Parameter entity sets

B.

Aggregation

C.

Key specification

D.

Property projection

Buy Now
Questions 15

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 16

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 17

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 18

Which metadata declarations can you specify in a SQL Script procedure when you use the SAP HANA Deployment Infrastructure? There are 2 correct answers to this question.

Options:

A.

Security

B.

Language

C.

Default schema

D.

Authorization

Buy Now
Questions 19

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 20

Which of the following are characteristics of database procedures?

Options:

A.

Database procedures can have both input and output parameters; however, a parameter CANNOT be both input and output.

B.

Database procedures can have several output parameters, and a mix of both scalar and table types is possible.

C.

If, in the database procedure header, you use the READS SQL DATA option, then INSERT statements are prohibited; however, dynamic SQL is allowed.

D.

If, in the database procedure header, you use the SQL SECURITY INVOKER option, then only the owner of the procedure can start it.

Buy Now
Questions 21

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 22

Which tool do you use to create a calculation view in a multi-target application? Please choose the correct answer.

Options:

A.

SAP Web IDE for SAP HANA

B.

SAP HANA database explorer

C.

SAP HANA Web-based Development Workbench

D.

SAP HANA studio

Buy Now
Questions 23

You developed a multi-target application that contains only a database module. Which environment are the runtime objects created in? Please choose the correct answer.

Options:

A.

Java Runtime Environment (JRE)

B.

SAP HANA Runtime Tools (HRTT)

C.

SAP Web IDE for SAP HANA

D.

HANA Deployment Infrastructure Container

Buy Now
Questions 24

You need to edit a database procedure. You are concerned that the version of the database procedure file you have in your local Git repository may not be synchronized with the latest version in the remote Git repository, but at this time, you do NOT want to sync the file. You only want to see the commits applied to the file in the remote repository. Which command must you use?

Options:

A.

Git stash

B.

Git fetch

C.

Git merge

D.

Git pull

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

Which activities do you perform on an application in the SAP HANA XS Advanced Cockpit? There are 2 correct answers to this question.

Options:

A.

Monitor applications assigned to the current space.

B.

Deploy applications to SAP Cloud Platform.

C.

Display HDI container content.

D.

Start, stop, and restart applications.

Buy Now
Questions 27

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 28

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
Exam Code: C_HANADEV_18
Exam Name: SAP Certified Development Associate - SAP HANA 2.0 SPS06
Last Update: Mar 25, 2024
Questions: 95
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 23 Nov 2024