New Year Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium SAP C_HANADEV_18 Dumps Questions Answers

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

Question 1

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.

Buy Now
Question 2

Which new components can you use to develop native SAP HANA applications in SAP HANA extended application services, advanced model (XS advanced)?

There are 2 correct answers to this question.

Options:

A.

SAP HANA repository

B.

SAP HANA studio

C.

Git repository

D.

SAP Web IDE for SAP HANA

Question 3

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.

Question 4

What are the characteristics of SAP HANA calculation views? There are 2 correct answers to this question.

Options:

A.

Need an application server to execute

B.

Need database tables to execute

C.

Do NOT need database tables to execute

D.

Do NOT need an application server to execute

Question 5

Which of the following SQL Script elements do you use to transform a set of arrays into an intermediate table variable? Please choose the correct answer.

Options:

A.

OSET

B.

ARRAY

C.

UNNEST

D.

UNSET

Question 6

A user is dropped with the "cascade" option. The user schema also contains objects owned by other users, or on which other users have privileges. What happens to the objects? There are 2 correct answers to this question.

Options:

A.

The objects on which other users have privileges are NOT dropped.

B.

The objects on which other users have privileges are dropped.

C.

The objects owned by other users are NOT dropped.

D.

The objects owned by other users are dropped.

Question 7

What key words are contained in the application descriptor file (xs-app.json)? There are 2 correct answers to this question.

Options:

A.

routes

B.

role-templates

C.

tenant-mode

D.

authentication Method

Question 8

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 9

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

Question 10

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

Options:

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

Question 11

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

Options:

A.

Performance

B.

Privileges

C.

Security

D.

Business logic

E.

Consistency

Question 12

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

Options:

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

Question 13

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 14

Which elements can you specify with the SAP WeblDE for SAP HANA graphical editor for Core Data Services data models? There are 3 correct answers to this question.

Options:

A.

Entity

B.

Synonym

C.

Procedure

D.

Context

E.

Association

Question 15

You need to combine data from different database tables within your OData service. Which capability do you use for this relationship? Please choose the correct answer.

Options:

A.

Aggregations

B.

Projections

C.

Associations

D.

Entity sets

Question 16

Which SAP HANA extended application services, advanced model (XS advanced) tools can you use to retrieve the URL for the SAP

WeblDE for SAP HANA?

There are 2 correct answers to this question.

Options:

A.

Runtime tool

B.

XS advanced Controller Start Screen

C.

XS Advanced command-line client tool

D.

Organization and Space Management tool

Question 17

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.

Options:

A.

COMM IT statement

B.

IF condition

C.

TABLE variable

D.

MAP_REDUCE function

Question 18

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 19

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 20

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.

Options:

A.

$schema

B.

$service definition

C.

$metadata

D.

$format

Question 21

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 22

Which parameters does the APPLY_FILTER function support? There are 2 correct answers to this question.

Options:

A.

Filter condition

B.

Join condition

C.

Entity set

D.

Table variable

Question 23

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.

Question 24

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 25

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 26

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 27

You develop an OData service using XSODATA. Which HTTP commands can you use to define the operations on the resources? There are 3 correct answers to this question.

Options:

A.

DPUT

B.

READ

C.

INSERT

D.

POST

E.

DGET

Question 28

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