Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

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

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

You need to check user input data in your OData request. Which exit type do you use? Please choose the correct answer.

A.

Consistency

B.

Modification

C.

Validation

D.

Verification

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

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.

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

A.

package.json

B.

project.json

C.

server.js

D.

mta.yaml

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.

A.

Keep flag

B.

Dynamic join

C.

Transparent filter

D.

Non-equijoin

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

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.

Which of the following information must you specify when you create a new project in SAP Web IDE for SAP HANA? There are 2 correct answers to this question.

A.

SAP HANA database version

B.

Project name

C.

Template

D.

Namespace

What are the disadvantages when deploying Dynamic SQL? There are 2 correct answers to this question.

A.

Limited opportunities for optimization

B.

No possibility to bind the result to a SQL Script variable

C.

No possibility to use SQL Script variables

D.

Additional SQL execution privileges are required