Summer Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: wrap60

SAP C_HANADEV_18 Dumps

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

Question 1

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

Options:

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.

Question 2

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

Question 3

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

Question 4

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

Question 5

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

Question 6

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.

Question 7

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

Question 8

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

Question 9

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.

Question 10

Which OData capacities are supported in SAP HANA extended application services, advanced model (XSA)? There are 3 correct answers to this question.

Options:

A.

Union

B.

Aggregation

C.

Join

D.

Projection

E.

Association

Question 11

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

Question 12

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

Question 13

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

Question 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

Question 15

Which services can you use in SAP HANA, express edition? There are 3 correct answers to this question.

Options:

A.

Dynamic tiering

B.

Text analytics

C.

Multi-core and parallelization

D.

System replication

E.

Columnar OLTP and OLAP

Question 16

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

Question 17

You are working on an entity using Core Data Services. Which properties can you define inside the Technical Configuration section? There are 2 correct answers to this question.

Options:

A.

Index

B.

Import

C.

Storage Type

D.

Association

Question 18

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.

Question 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

Question 20

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)

as

B)

as

C)

as

D)

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 21

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

Question 22

How do you debug a Node.js module in SAP Web IDE for SAP HANA? Please choose the correct answer.

Options:

A.

Set the enabled parameter to true in the section debugger of the xsengine.ini file.

B.

Add the sap.hana .xs.debugger::Debugger role to the HDI Container's #RT User.

C.

Start the debugger from the XS command line interface and run the program in SAP Web IDE for SAP HANA.

D.

Attach the debugger to the application in the SAP Web IDE for SAP HANA.

Question 23

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

Question 24

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

Question 25

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

Question 26

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.

Options:

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

Question 27

An OData service contains an entity set called Products. Which resource path do you add to the OData service URL to view all available products?

Please choose the correct answer.

Options:

A.

/Products/$metadata

B.

/Products/'

C.

/Products

D.

/Products/ALL

Question 28

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

Page: 1 / 10
Total 95 questions