Special Summer Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

C_CPE_2409 Questions and Answers

Question # 6

What is an Application Programming Interface (API)? Choose the correct answer.

A.

A way for applications to remotely modify other applications

B.

A software development kit (SDK) for mobile applications

C.

A way for applications to interact with other applications

Full Access
Question # 7

Which tools can you use to manage the SAP BTP, Cloud Foundry environment? Choose the correct answers.

A.

SAP BTP cockpit

B.

DCF CLI

C.

Eclipse

D.

SAP Business Application Studio

Full Access
Question # 8

A main line in a source control management system can contain feature branches. Determine whether this statement is true or false.

A.

true

B.

false

Full Access
Question # 9

What is one of the required steps to enable authentication support in CAP?

A.

Install a package.json module called passport.

B.

Install a YAML module called passport.

C.

Install aNode.js module called passport.

D.

Install a CDS module called passport.

Full Access
Question # 10

By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?

A.

manifest.yml

B.

package.json

C.

xs-security.json

D.

services-manifest.yml

Full Access
Question # 11

What is the main idea behind SAP Fiori elements? Choose the correct answer.

A.

Provide a framework and development tool kit for HTML 5.

B.

Provide a showcase for the core principles of modern user interfaces (UI).

C.

Generate SAP Fiori apps at runtime from an existing OData service.

D.

Define a role-based user experience (UX).

Full Access
Question # 12

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)

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 13

In an SAP Business Application Studio project, what does the "cf push" command do?

A.

It updates the service instances of the services defined in the service-manifest.yml file.

B.

It creates the service instances of the services defined in the service-manifest.yml file.

C.

It deploys the application modules defined in the manifest.yaml file into the Cloud Foundry account.

Full Access
Question # 14

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

A.

Oxygen

B.

Eclipse

C.

Microsoft V isual Code

D.

SAP Business Application Studio

Full Access
Question # 15

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

Full Access
Question # 16

What is JavaScript Object Notation (JSON)?

A.

An open-standard format to structure JavaScript programs.

B.

A simple way to annotate objects in JavaScript.

C.

An open-standard format to structure data transferred using web technologies.

D.

A notation command for automatically instantiating JavaScript objects.

Full Access
Question # 17

What is the difference between entities and types? Choose the correct answer.

A.

Types represent data elements, entities describe aspects of types.

B.

Entities represent data, types describe properties of entity elements.

Full Access
Question # 18

Role collections of a global account are available in a subaccount of this global account?

Determine whether this statement is true or false.

A.

true

B.

faIse

Full Access
Question # 19

Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2 to choose.

A.

SAP S/4HANA Cloud

B.

SAP Authorization and Trust Management Service

C.

SAP S/4HANA on-premise

D.

Identity authentication tenant

Full Access
Question # 20

Your customer presents you with the following UI requirements: The same visualizations for all users. Extraction of key information to identify a root cause. Searching, filtering, and sorting of items .

Which SAP Fiori elements floorplan do you recommend they use?

A.

Analytical list page

B.

Object page

C.

Worklist

D.

List report

Full Access
Question # 21

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

A.

Service description document

B.

Service manifest document

C.

Service document

D.

Service metadata document

Full Access
Question # 22

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

A.

POST

B.

PUT

C.

GET

Full Access
Question # 23

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

A.

Annotations in the OData service

B.

Custom UI logic

C.

The entity definition of the OData service

D.

Authorizations in the OData service

Full Access
Question # 24

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

A.

90 seconds

B.

30 seconds

C.

60 seconds

D.

180 seconds

Full Access
Question # 25

You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?

A.

On the Credentials tab

B.

On theJobs tab

C.

On the Repositories tab

Full Access
Question # 26

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

A.

Platform users

B.

Application users

C.

Business users

D.

Technical users

Full Access
Question # 27

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.

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.

Full Access
Question # 28

What do you need to connect a service to the Sandbox environment of the SAP API Business Hub for the Business Partner API that you want to use?

Choose the correct answer.

A.

A personal token

B.

An API key

Full Access
Question # 29

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

A.

srv.Q

B.

phase.O

C.

event.()

Full Access
Question # 30

Which of the following statements apply to Continuous Delivery? Choose the correct answers.

A.

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

B.

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

C.

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

D.

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

E.

Deployment to a productive system is triggered automatically.

Full Access
Question # 31

What are yaml files used for?

Choose the correct answer.

A.

To describe documents

B.

To describe data

Full Access
Question # 32

Which identifier is used by the XSUAA service to distinguish applications and scopes?

A.

tenant-mode

B.

xsappname

C.

xs-security

D.

VCAP_SERVICES

Full Access
Question # 33

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

A.

xs-app.json

B.

xs-sec.json

C.

xs-security.json

Full Access
Question # 34

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

A.

Security —► Roles

B.

Security —► Users

Full Access
Question # 35

Using a terminal in SAP Business Application Studio, you want to enable authentication support via XSUAA in CAP for SAP BTP. Which command must you run in the terminal?

A.

npm i —save xs-security.json

B.

nPm i —save @sap/xssec @sap/xsenv

C.

cds compile srv --to xsuaa >xs-security.json

D.

cds compile srv --to xsuaa >@sap/xssec @sap/xsenv

Full Access
Question # 36

You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step?

A.

rnbt init

B.

mbt build

C.

mbt make

Full Access
Question # 37

Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role-templates?

A.

In an xs-security.json file

B.

In a role-collection

C.

In an instance of the XSUAA service

Full Access
Question # 38

Which command do you use to install dependencies in your project?

A.

npm

B.

cds

C.

yum

D.

bash

Full Access
Question # 39

Your customer presents you with the following Ulrequirements: Users need to work through a comparatively small set of items, one by one. Multiple views of the same content. One kind of data visualization .

Which SAP Fiori elements floorplan do you recommend they use?

A.

List report

B.

Worklist

C.

Object page

D.

Analytical list page

Full Access
Question # 40

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

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.

Full Access
Question # 41

During application development, what are some principles of dealing with application errors? Note: There are 2 to choose.

A.

Hide errors and continue silently

B.

Use as many try/catch blocks as possible

C.

Use try/catch blocks sparingly

D.

Log unexpected errors

Full Access
Question # 42

Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose.

A.

macOS Safari

B.

Mozilla Firefox

C.

Google Chrome

D.

Microsoft Edge

Full Access