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

C_HCDEV_05 Questions and Answers

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

C_HCDEV_05 Questions and Answers

Question # 6

How do you debug a Node.js module in SAP Business Application Studio?

A.

Attach the debugger to the application.

B.

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

C.

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

D.

Start the debugger from the CF command line interface and run the program.

Full Access
Question # 7

On which Core Data Services (CDS) element can you define a security restriction in the SAP Cloud Application Programming Model?Note: There are 3 correct ans-wers to this que-stion.

A.

Services

B.

Associations

C.

Actions

D.

Functions

E.

Types

Full Access
Question # 8

What can you do when using the golden path for the SAP Cloud Application Programming Model?Note: There are 2 correct ans-wers to this que-stion.

A.

Reuse existing services.

B.

Define your data model.

C.

Handle database connections.

D.

Perform health checks.

Full Access
Question # 9

Why might you use the .on option to hook event handlers to a service?Note: There are 2 correct ans-wers to this que-stion.

A.

To override generic handler execution

B.

To complement the framework code execution

C.

To add checks to the generic handler execution

D.

To deal with an external service

Full Access
Question # 10

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

Which file can an administrator use to augment the Multi-Target Application (MTA) model in the deployment descriptor?

A.

mtaext.yaml

B.

mtad.yaml

C.

manifest.yaml

D.

mta.yaml

Full Access
Question # 12

What can you do to personalize SAP Business Application Studio?Note: There are 2 correct ans-wers to this que-stion.

A.

Customize its native functionalities.

B.

Implement the available user exits.

C.

Implement an open-source extension.

D.

Customize its native version control.

Full Access
Question # 13

What can you use for Core Data Services (CDS)-based security in the SAP Cloud Application Programming Model?Note: There are 2 correct ans-wers to this que-stion.

A.

Scopes

B.

Privileges

C.

Authorizations

D.

Roles

Full Access
Question # 14

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
Question # 15

In Node.js, which file do you use to define external module dependencies?

A.

package.json

B.

server.js

C.

mta.yaml

D.

pom.xml

Full Access
Question # 16

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

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

Which file in a Multi-Target Application (MTA) project contains the plugin name and version of every supported file suffix?

A.

.hdbsynonymconfig

B.

.hdbprojectiononviewconfig

C.

.hdiconfig

D.

.hdinamespace

Full Access
Question # 19

What does the service document of an OData service list?Note: There are 3 correct ans-wers to this que-stion.

A.

Singletons

B.

Entity sets

C.

Functions

D.

Actions

E.

Types

Full Access
Question # 20

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

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

Which request headers values are passed when the scheduler invokes the endpoint?Note: There are 2 correct ans-wers to this que-stion.

A.

req.headers.connection

B.

x-sap-job-id

C.

req.headers.authorization

D.

x-sap-job-schedule-id

Full Access
Question # 23

Which aspect of model reuse can you use to add both Created by/Created at and Changed by/Changed as information for records?

A.

managed

B.

temporal

C.

localized

D.

cuid

Full Access
Question # 24

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