Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

C_HANADEV_18 Questions and Answers

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

C_HANADEV_18 Questions and Answers

Question # 6

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

A.

Performance

B.

Privileges

C.

Security

D.

Business logic

E.

Consistency

Full Access
Question # 7

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.

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

Full Access
Question # 8

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 # 9

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 # 10

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.

A.

Java Runtime Environment (JRE)

B.

SAP HANA Runtime Tools (HRTT)

C.

SAP Web IDE for SAP HANA

D.

HANA Deployment Infrastructure Container

Full Access
Question # 11

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 # 12

Which artifacts do you define in the persistence model to access objects in an external SAP HANA Deployment Infrastructure container? Please choose the correct answer.

A.

Views

B.

Synonyms

C.

Imports

D.

Procedures

Full Access
Question # 13

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.

A.

Installation on Windows Server

B.

Installation on Mac OS

C.

Installation on Linux OS

D.

Usage of virtual machine on Microsoft Windows

Full Access
Question # 14

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

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.

Full Access
Question # 15

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

Full Access
Question # 16

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
Question # 17

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 # 18

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 # 19

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

Full Access
Question # 20

Why do you use associations in your persistence model for SAP HANA extended application services, advanced model (XS advanced)? Please choose the correct answer.

A.

To enforce database-level constraints

B.

To define the relationships between contexts and views

C.

To define multiplicity and key of an entity relation

D.

To set relationships between multiple contexts

Full Access
Question # 21

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.

A.

COMM IT statement

B.

IF condition

C.

TABLE variable

D.

MAP_REDUCE function

Full Access
Question # 22

You implement a native SAP HANA application using SAP HANA extended application services, advanced model (XS advanced) and SAPUI5. Where is the UI rendering executed? Please choose the correct answer.

A.

On the SAPUI5 HTML5 module

B.

On the SAP Fiori front-end server

C.

On the front-end client device

D.

On the XS advanced application server

Full Access
Question # 23

What are the key characteristics of the calculation view's Input Parameter? There are 3 correct answers to this question.

A.

It is passed using a WHERE clause.

B.

It can NOT be used to filter measure values.

C.

It can be used in a conditional expression.

D.

It is passed via reserved word PLACEHOLDER.

E.

It can be used to pass values to table functions.

Full Access
Question # 24

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

Full Access
Question # 25

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 # 26

Which of the following are characteristics of SAPUI5? There are 3 correct answers to this question.

A.

Provides an extensibility concept

B.

Enables responsive application design

C.

Supports customer-specific theming

D.

Renders the UI on the server side

E.

Provides a device-specific user experience

Full Access
Question # 27

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 # 28

In a calculation view, what are the different types of input mapping available in Table Function? There are 2 correct answers to this question.

A.

Variable

B.

Constant

C.

Formula

D.

Data Source Column

Full Access