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

Free and Premium SAP C_HCDEV_01 Dumps Questions Answers

Page: 1 / 3
Total 80 questions

SAP Certified Development Associate - SAP HANA Cloud 1.0 Questions and Answers

Question 1

What can you set in a package.json file to configure a Multi-Target Application (MTA) project?Note: There are 2 correct ans-wers to this que-stion.

Options:

A.

The version

B.

The service name

C.

The schema version

D.

The options of the deploy program

Buy Now
Question 2

Which design time files can you create in an SAP HANA database module?Note: There are 3 correct ans-wers to this que-stion.

Options:

A.

.hdbcalculationview

B.

.yaml

C.

.hdbprocedure

D.

.hdinamespace

E.

.cds

Question 3

Which APIs are used by the event handler to interact with remote or database services?Note: There are 2 correct ans-wers to this que-stion.

Options:

A.

Querying

B.

Construct

C.

Messaging

D.

Reflection

Question 4

Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?

Options:

A.

(a)Check out (b)Create, modify, save(c)Stage(d)Commit(e)Stage

B.

(a)Create, modify, save(b)Check out(c)Commit(d)Stage

C.

(a)Create, modify, save(b)Commit (c)Check out

D.

(a)Create, modify, save(b)Stage(c)Check out (e)Commit

Question 5

Which of the following are Cloud Foundry service types that are supported for binding in the Run Configurations view?Note: There are 3 correct ans-wers to this que-stion.

Options:

A.

Space

B.

application-logs

C.

xsuaa

D.

auditlog

E.

managed-hana

Question 6

How can domain experts and developers collaborate to focus on domain problems using the SAP Cloud Application Programming Model?Note: There are 2 correct ans-wers to this que-stion.

Options:

A.

By maximizing boilerplate code to real custom logic

B.

By fueling generic runtimes to serve recurring tasks automatically

C.

By declaratively capturing domain knowledge in CDS models

D.

By integrating the data with other SAP systems

Question 7

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?

Options:

A.

Deleted(D)

B.

Modified(M)

C.

Copied(C)

D.

New(A)

Question 8

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

Options:

A.

managed

B.

temporal

C.

localized

D.

cuid

Question 9

What is the SAP Business Application Studio user interface made up of?

Options:

A.

Tiles

B.

Frames

C.

Windows

D.

Views

Question 10

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?

Options:

A.

3 months

B.

7 months

C.

2 weeks

D.

1 year

Question 11

You want to implement an event handler to show a console log once a supplier record is read.What is the correct syntax to implement this?

Options:

A.

const cds = require('@sap/cds')module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.after('each',Supplier, row =>{ console.log(`Read Supplier: ${row.ID}`)})})

B.

const cds = require('@sap/cds')module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.after('each',Supplier, row =>{ output.log(`Read Supplier: ${row.ID}`)})})

C.

const cds = require('@sap/cds')module.exports = cds.service.impl(function () { const {Supplier} = this.entities()this.on('each',Supplier, row =>{ output.log(`Read Supplier: ${row.ID}`)})})

D.

const cds = require('@sap/cds')module.exports = cds.service.impl(function () { const {Supplier} = this.entities() this.on('each',Supplier, row =>{ console.log(`Read Supplier: ${row.ID}`) })})

Question 12

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

Options:

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

Page: 1 / 3
Total 80 questions