Weekend Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

C_CPE_2409 SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model Questions and Answers

Questions 4

You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "A/app/(.*)$", "target": "SI", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "A/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.

Options:

A.

The files in the resources folder will be served for all requests to /app.

B.

All requests starting with /service will be targeted to the folder resources.

C.

The files requested for/app will be put to the resources folder.

D.

All requests starting with /service will be forwarded to the CAP service.

Buy Now
Questions 5

What are some characteristics of JSON files? Note: There are 2 to choose.

Options:

A.

JSON files contain JavaScript commands.

B.

JSON files are also valid YAML files.

C.

JSON files are based on XML

D.

JSON files contain human-readable data.

Buy Now
Questions 6

Which of the following statements applies to Continuous Deployment? Choose the correct answer.

Options:

A.

Code changes are pushed to a remote source code management system.

B.

Feedback from a productive system gets quickly integrated into teams' backlog.

C.

The trigger for deployment to a productive system is a human decision.

D.

Software is ready for deployment to a productive system all the time.

E.

Deployment to a productive system is triggered automatically.

Buy Now
Questions 7

In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL? Note: There are 2 to choose.

Options:

A.

A user

B.

A secret

C.

A password

D.

A content type

Buy Now
Questions 8

What is a reason to add UI annotations to your project? Choose the correct answer.

Options:

A.

To display columns and form fields.

B.

To add tooltips to the header fields of tables.

C.

To allow users to annotate table cells.

Buy Now
Questions 9

Which criticality value is assigned to Negative criticality?

Options:

A.

3

B.

1

C.

2

Buy Now
Questions 10

Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.

Options:

A.

Cloud Foundry environment

B.

Netweaver environment

C.

Kvma environment

D.

Neo environment

Buy Now
Questions 11

Which of the following supports non-hierarchical data? Choose the correct answer.

Options:

A.

JSON

B.

Neither

C.

YAML

Buy Now
Questions 12

You have created an SAP BTP subaccount and want to use Cloud Foundry . What is the correct order of next steps?

Options:

A.

Create quota plan. EnableCloud Foundry. Create space. Create org

B.

Enable Cloud Foundry. Create space . Create org. Create quota plan

C.

Enable Cloud Foundry. Create org. Create space. Create quota plan

D.

Create quota plan. Create org. Create space. Enable Cloud Foundry

Buy Now
Questions 13

What are some principles of continuous integration? Note: There are 2 to choose.

Options:

A.

Automated deployment to the productivesystem

B.

Automated builds

C.

Automated code change pushes

D.

Automated tests

Buy Now
Questions 14

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

Options:

A.

exactly one

B.

exactly three

C.

multiple

Buy Now
Questions 15

Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.

Options:

A.

Platform users

B.

Application users

C.

Business users

D.

Technical users

Buy Now
Questions 16

Which document types are associated with an OData service? Choose the correct answers.

Options:

A.

Service description document

B.

Service manifest document

C.

Service document

D.

Service metadata document

Buy Now
Questions 17

What does SAP Fiori elements use to generate the UI? Note: There are 3 to choose.

Options:

A.

Annotations in the OData service

B.

Custom UI logic

C.

The entity definition of the OData service

D.

Authorizations in the OData service

Buy Now
Questions 18

Which file contains an app's "declaration of security"? Choose the correct answer.

Options:

A.

xs-app.json

B.

xs-sec.json

C.

xs-security.json

Buy Now
Questions 19

What is the relationship between YAML and JSON? Choose the correct answer.

Options:

A.

YAML and JSON are unrelated.

B.

JSON is a superset of YAML.

C.

YAML is a superset of JSON.

Buy Now
Questions 20

Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? Note: There are 2 to choose.

Options:

A.

Assign an appropriate role collection to your user.

B.

Subscribe to an SAP CI/CD service plan.

C.

Assign an appropriate role template to your user.

D.

Create an SAP CI/CD service instance.

Buy Now
Questions 21

In the SAP BTP cockpit, where can you assign role collections to users? Choose the correct answer.

Options:

A.

Security —► Roles

B.

Security —► Users

Buy Now
Questions 22

Which user types will work on and with SAP BTP? Choose the correct answers.

Options:

A.

Business users

B.

Platform users

C.

Trial users

D.

Professional users

Buy Now
Questions 23

In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANA system? Choose the correct answer.

Options:

A.

Maintain Integrations on SAP BTP

B.

Manage Add-ons on SAP BTP

C.

Maintain Extensions on SAP BTP

Buy Now
Questions 24

What is the default identity provider for SAP BTP platform users? Choose the correct answer.

Options:

A.

SAML2.0

B.

XSUAA

C.

SAP Cloud Identity Services

D.

SAP ID service

Buy Now
Questions 25

Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 3 to choose.

Options:

A.

Cloud Foundry CLI

B.

SAP Business Application Studio

C.

SAP Solution Manager correct

D.

SAP BTP CLI

Buy Now
Questions 26

What is OData?

Choose the correct answer.

Options:

A.

A standard to share data under a creative commons license

B.

A standard to create user interfaces (Ul) for applications

C.

A standard to access data through RESTful APIs

Buy Now
Questions 27

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

Options:

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.

Buy Now
Questions 28

On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?

Options:

A.

50k requests per hour for all users

B.

10k requests per hour per user

C.

100k requests per hour per user

D.

1k requests per hour for all users

Buy Now
Questions 29

JSON is based on which programming language? Choose the correct answer.

Options:

A.

Julia

B.

Java

C.

JavaScript

D.

JCL

Buy Now
Questions 30

Your CAP project contains an entity called Books. You want to extend the Books entity with the managed

aspect. You have already imported the aspect from the '(^sap/cds/common1 package (see attached

graphic). Which is a valid way to extend the entity with the aspect?

A)

B)

C)

Options:

A.

Option A

B.

Option B

C.

Option C

Buy Now
Questions 31

You have developed a risk service application in CAP. To which file must you add restrictions -©(restrict...) - to add authorizations to your service?

Options:

A.

package-lock.json

B.

srv/risk-service.js

C.

xs-security.js

D.

srv/risk-service.cds

Buy Now
Questions 32

Which files are added to your CAP project when you run the "cds add pipeline" command in an SAP Business Application Studio terminal? Note: There are 2 to choose.

Options:

A.

A .pipeline folder with a manifest.yml file

B.

A Jenkins folder with a manifest.yml file

C.

A .pipeline folder with a config.yml file

D.

A file named Jenkinsfile

Buy Now
Questions 33

What is the default IDE for SAP's multi-cloud environment? Choose the correct answer.

Options:

A.

Oxygen

B.

Eclipse

C.

Microsoft V isual Code

D.

SAP Business Application Studio

Buy Now
Questions 34

Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?

Options:

A.

SAP Fiori

B.

Basic

C.

SAP Mobile Application

D.

Full Stack Cloud Application

Buy Now
Questions 35

According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.

Options:

A.

Unexpected errors

B.

Programming errors

C.

Rejections of promises

D.

Runtime errors

Buy Now
Questions 36

What are the differences between continuous integration (CI) and continuous delivery (CD)? Choose the correct answers.

Options:

A.

CD adds an aspect that changes have been tested successfully.

B.

CD adds an aspect that changes are immediately ready for deployment.

C.

CI allows developers to integrate their contributions any time.

D.

CI allows team members to add their changes to a main line.

Buy Now
Questions 37

What is the standard health check time limit of a Cloud Foundry application?

Options:

A.

90 seconds

B.

30 seconds

C.

60 seconds

D.

180 seconds

Buy Now
Questions 38

What kind of request does the webhook send? Choose the correct answer.

Options:

A.

POST

B.

PUT

C.

GET

Buy Now
Questions 39

What are the two structures JSON is built on? Choose the correct answers.

Options:

A.

Collections of name/value pairs

B.

Collections of value/value pairs

C.

Ordered list of values

D.

Unordered list of strings

Buy Now
Questions 40

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

Options:

A.

package.mta

B.

package.js

C.

package.cds

D.

package.json

Buy Now
Questions 41

What is required when registering an SAP S/4HANA Cloud system in your SAP BTP global account? Choose the correct answer.

Options:

A.

A developer

B.

A coin

C.

A token

D.

A voucher

Buy Now
Questions 42

What is recommended by SAP when you publish an API? Note: There are 2 to choose.

Options:

A.

Use meaningful, clear, and self-explanatory API names.

B.

Remove obsolete APIs without notice.

C.

Use version numbers in the API names.

D.

Provide good API documentation.

Buy Now
Exam Code: C_CPE_2409
Exam Name: SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model
Last Update: Feb 21, 2025
Questions: 140
C_CPE_2409 pdf

C_CPE_2409 PDF

$25.5  $84.99
C_CPE_2409 Engine

C_CPE_2409 Testing Engine

$30  $99.99
C_CPE_2409 PDF + Engine

C_CPE_2409 PDF + Testing Engine

$40.5  $134.99