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

SAP C_HANADEV_18 SAP Certified Development Associate - SAP HANA 2.0 SPS06 Exam Practice Test

Demo: 28 questions
Total 95 questions

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

Question 1

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 2

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

Question 3

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.

Options:

A.

name

B.

hdbtable

C.

mixinTypes

D.

subfolder

Question 4

Which SAP HANA system views contain information about the object ownership? There are 2 correct answers to this question.

Options:

A.

SCHEMAS

B.

TABLES

C.

OBJECTS

D.

ROLES

Question 5

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

Question 6

In application development with XS advanced, which of the following entities belong to a specific SPACE? There are 2 correct answers to this question.

Options:

A.

Organizations

B.

Users

C.

Applications

D.

Processes

Question 7

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.

Options:

A.

Views

B.

Synonyms

C.

Imports

D.

Procedures

Question 8

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

Question 9

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

Question 10

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 11

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 12

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 13

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

Question 14

Which rules apply to declarative logic in SQL Script? There are 2 correct answers to this question.

Options:

A.

It supports the full set of SQL Script.

B.

It defines how data is processed.

C.

It is free of side effects.

D.

lt declares the flow of data.

Question 15

What are some of the advantages of SQLScript compared to plain SQL queries? There are 2 correct answers to this question.

Options:

A.

It enables modular parameterized programing.

B.

lt increases performance by parallel execution of complex SQL statements.

C.

It contains a well-defined ANSI standard.

D.

It retrieves a high data volume from a database.

Question 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

Question 17

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

Question 18

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

Question 19

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

Question 20

Which functionality is provided by SAP WeblDE for SAP HANA? There are 2 correct answers to this question.

Options:

A.

Syntax-aware editors for code

B.

User management

C.

Build and deploy applications

D.

Organization and space management

Question 21

Which of the following elements can be part of the UI5 application's index.html file? There are 2 correct answers to this question

Options:

A.

Framework Reference

B.

Bootstrap

C.

Backend Connection

D.

UI-Area

Question 22

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

Question 23

Your multi-target application will use XSJS. Which module type do you create in your application project? Please choose the correct answer.

Options:

A.

Java

B.

SAP HANA database

C.

Node.js

D.

HTML5

Question 24

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 25

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

Question 27

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.

Question 28

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

Demo: 28 questions
Total 95 questions