Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

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

C_HCDEV_05 Exam Dumps - SAP Certified Development Associate - SAP HANA Cloud 1.0

Question # 4

What can you do once a development space is created in SAP Business Application Studio?Note: There are 2 correct ans-wers to this que-stion.

A.

Modify the list of optional extensions.

B.

Export the content as a compressed file.

C.

Change the initial name.

D.

Choose a different application type.

Full Access
Question # 5

You are asked to develop a UI application that can be used by a global audience.Which UI5 features can support this requirement?Note: There are 3 correct ans-wers to this que-stion.

A.

Role-based app experience

B.

Easy adoption for different devices

C.

Translation and internationalization

D.

Extensibility concepts at code and application level

E.

High contrast theme to aid visually impaired users

Full Access
Question # 6

To which authorization objects can the SAP HANA Cloud Administrator assign business users?

A.

Role-collections

B.

Scopes

C.

Authorizations

D.

Role-templates

Full Access
Question # 7

Which of the following types of data model can you develop with SAP HANA Cloud?Note: There are 3 correct ans-wers to this que-stion.

A.

Semantic

B.

Spatial

C.

Graph

D.

Composite

E.

Predictive

Full Access
Question # 8

What are the properties of access control with @restrict?Note: There are 3 correct ans-wers to this que-stion.

A.

read

B.

grant

C.

to

D.

delete

E.

where

Full Access
Question # 9

In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?

A.

SET

B.

IS_EMPTY

C.

DEFAULT EMPTY

D.

DEFAULT

Full Access
Question # 10

What is mandatory when working on public Git in a distributed environment?

A.

Connect to a central repository to share your project contribution.

B.

Keep the entire history of your project locally.

C.

Buy the software license on the Git website.

D.

Block the piece of code you are working on in the central repository.

Full Access
Question # 11

As developer of an SAP HANA Cloud application, what do you define in the Application Security Descriptor file?

A.

Roles

B.

Authorizations

C.

Scopes

D.

Privileges

Full Access
Question # 12

What can you use to register the JavaScript implementation of an event handler for external services to the framework?

A.

An inline function passed to result of cds.serve()

B.

An @impl annotation in your CDS model file

C.

A .js file with the same name as the .cds file

D.

An inline function passed to result of cds.connect()

Full Access
Question # 13

Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?

A.

To force the execution of the CRUD operation

B.

To provide a meaningful error message

C.

To ensure that the end user receives a message

D.

To avoid a break in the app execution

Full Access
Question # 14

What can you use to define data models in the SAP Cloud Application Programming Model?

A.

CDS

B.

Java

C.

CDS Notations

D.

Node.js

Full Access
Question # 15

What is the correct syntax to use common types for model reuse?

A.

using { Country } using '@sap/cds/common';entity Addresses {town : String;country : Country;}

B.

using { Country } extract from '@sap/cds/common';entity Addresses { town : String; country

:Country; }

C.

using { Country } from '@sap/cds/common';entity Addresses { town : String; country : Country;

}

D.

using { Country } in '@sap/cds/common';entity Addresses {town : String;country : Country; }

Full Access
Question # 16

What extension is created for the runtime object when using files under the data folder during the Build activity?

A.

.hdbdatatable

B.

.cdstabledata

C.

.hdbtabledata

D.

.hdbtable

Full Access
Question # 17

Which environments are available on SAP Business Technology Platform?Note: There are 3 correct ans-wers to this que-stion.

A.

SAP HANA Cloud

B.

Kyma

C.

Eclipse

D.

Cloud Foundry

E.

ABAP

Full Access
Question # 18

Which method can you use to collect error messages with high severity and return them to the caller in the request-response?

A.

req.reply

B.

req.reject

C.

req.notify

D.

req.error

Full Access
Question # 19

You have to create an association between Books and Authors entities using Core Data Services (CDS).Which syntax is applicable?

A.

entity Books { key ID : Integer; title : String; author : Association to Authors;} Authors { key ID : Integer;name : String;}

B.

entity Books {key ID : Integer;title : String; author : Association to Authors;entity Authors {key ID : Integer; name : String;}}

C.

entity Books {key ID : Integer; title : String; author : Association to entity Authors { key ID : Integer;name : String;} ;}

D.

entity Books { key ID : Integer; title : String; author : Association to Authors;}entity Authors { key ID : Integer;name : String;}

Full Access
Question # 20

Which of the following elements are part of the SAPUI5 application's index.html file?Note: There are 2 correct ans-wers to this que-stion.

A.

Bootstrap

B.

Service layer

C.

UI area

D.

Database

Full Access
Question # 21

You are using Git from switch view in SAP Business Application Studio and have staged a file after modifications.What is the status of the file?

A.

Deleted(D)

B.

Modified(M)

C.

Copied(C)

D.

New(A)

Full Access
Question # 22

Why do you use request objects in the event handlers?Note: There are 3 correct ans-wers to this que-stion.

A.

To give information on the HTTP method

B.

To call external services

C.

To register another set of handlers

D.

To send an arbitrary event

E.

To provide error messages to the client

Full Access
Question # 23

Which Core Data Services (CDS) object type can you use to read and write data for an application?

A.

Entity

B.

Composition

C.

Namespace

D.

Types

Full Access
Question # 24

A new release of SAP HANA Cloud, SAP HANA database is available as of today.If you do NOT perform the upgrade manually, how much time do you have before your database will be automatically upgraded to the next release?

A.

3 months

B.

7 months

C.

2 weeks

D.

1 year

Full Access