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

SAP C_CPE_14 - SAP Certified Development Associate - SAP BTP Extension Developer

Page: 1 / 5
Total 142 questions

Which pattern do you use to register an event handler? Choose the correct answer.

A.

srv.Q

B.

phase.O

C.

event.()

In SAP Business Application Studio, what is a dev space?

A.

A pre-configured private development environment

B.

A pre-configured shared virtual machine

C.

A pre-configured private virtual machine

D.

A pre-configured shared development environment

After you run the command cds add hana, which file is updated with the required configuration? Choose the correct answer.

A.

package.mta

B.

package.js

C.

package.cds

D.

package.json

Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment? Note: There are 3 to choose.

A.

Node.js

B.

Java

C.

Python

D.

HTML5

E.

Docker

How many event handlers can you register for one event phase?

A.

exactly one

B.

exactly three

C.

multiple

Which of the following statements are correct? Choose the correct answers.

A.

JSON's foremost design goal is support for serializing arbitrary native data structures.

B.

Each YAML file is a valid JSON file.

C.

YAML's foremost design goal is support for serializing arbitrary native data structures.

D.

Each JSON file is a valid YAML file.

In Node.js, which statement do you use to create an exception?

A.

try

B.

catch

C.

throw

When using namespaces, what does SAP recommend you use to construct names for namespaces?

A.

Your organization's name

B.

Reverse domain names

C.

Cascades of acronyms

You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements being created? Note: There are 2 to choose.

A.

file package.json

B.

folder /approuter

C.

folder /app

D.

file manifest.yml

Which files do you modify to store project configurations? Choose the correct answers.

A.

passport.js

B.

.cdsrc.json

C.

package.json