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

Free and Premium SAP C_CPE_2409 Dumps Questions Answers

Page: 1 / 11
Total 140 questions

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

Question 1

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

Options:

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

Buy Now
Question 2

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

Options:

A.

Security —► Roles

B.

Security —► Users

Question 3

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

Question 4

In the Builds view of SAP Continuous Integration and Delivery, there is no new tile for your job. Which command do you run to trigger the job manually? Choose the correct answer.

Options:

A.

Trigger run

B.

Trigger build

C.

Trigger title

D.

Trigger refresh

Question 5

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.

Question 6

What are tasks of the app router? Note: There are 3 to choose.

Options:

A.

Authorizing users for the CAP service and the provider of the UI service.

B.

Routing requests from the web browser to the provider of the UI service.

C.

Routing requests from the web browser to the CAP service.

D.

Forwarding user requests to the XSUAA service for authentication and authorization.

E.

Routing requests from the application to the SAP Launchpad service.

Question 7

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

Options:

A.

Your organization's name

B.

Reverse domain names

C.

Cascades of acronyms

Question 8

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

Options:

A.

tenant-mode

B.

xsappname

C.

xs-security

D.

VCAP_SERVICES

Question 9

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

Question 10

Which service plan of the SAP BTP S/4HANA Cloud Extensibility service do you choose when you want to use the Business Partner API of your SAP S/4HANA Cloud system? Choose the correct answer.

Options:

A.

api-access

B.

Cloud Foundry

C.

SAP_COM_0008

Question 11

You want to use the SAP Cloud Connector to connect an SAP S/4HANA system to the SAP BTP. Where does the SAP Cloud Connector need to be installed?

Options:

A.

In an SAP BTP subaccount

B.

In the on-premise network of the SAP S/4HANA system

C.

In a virtual machine independent from the on-premise network and the SAP BTP

Question 12

What are standard events that CAP handles by default? Note: There are 3 to choose.

Options:

A.

WRITE

B.

CREATE

C.

READ

D.

REFRESH

E.

UPDATE

Question 13

How do you add authorization and trust management to your CAP project? Choose the correct answer.

Options:

A.

cds add security

B.

cds add uaa

C.

cds add xsuaa

Question 14

Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 4 to choose.

Options:

A.

Integration of the SAP NetWeaver platform

B.

Orchestration of microservices and serverless functions

C.

Platform-managed application security patching and updates

D.

Automatic application routing, load balancing, health checks, and multilevel self-healing

E.

Simplified developer experience for business application development

Question 15

To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?

Options:

A.

multi-environments

B.

platforms

C.

identity-providers

D.

users

Question 16

Which of the following statements about SAP Continuous Integration and Delivery (CI/CD) is correct? Choose the correct answer.

Options:

A.

If you want to use SAP CI/CD in SAP BTP, you need to enable it with a service instance.

B.

If you want to use SAP CI/CD in SAP BTP, you need to subscribe to a service plan of SAP CI/CD.

Question 17

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

Options:

A.

npm

B.

cds

C.

yum

D.

bash

Question 18

What is the next step after you initialize a new local git repository (git in it) and add files to it (git add)? Choose the correct answer.

Options:

A.

fetch

B.

pull

C.

commit

Question 19

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

Options:

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

Question 20

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

Options:

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.

Question 21

In data models, are namespaces optional or mandatory?

Options:

A.

optional

B.

mandatory

Question 22

You want to create a new service definition in your CAPproject. In which folder do you place the service definition .cds file?

Options:

A.

/app

B.

/root

C.

/srv

D.

/db

Question 23

In CAP, which keyword is used to send events? Choose the correct answer.

Options:

A.

emit

B.

stream

C.

actions

D.

throw

Question 24

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.

Question 25

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.

Question 26

What are some SAP Fiori Elements floorplans? Choose the correct answers.

Options:

A.

Analytical Worklist Page

B.

Analytical Dashboard Page

C.

List Report

D.

Analytical List page

Question 27

You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector.

Which additional SAP BTP services are required for the connection? Note: There are 2 to choose.

Options:

A.

SAP Destination service

B.

SAP Keystore service

C.

SAP Connectivity service

D.

SAP Cloud Transport Management service

Question 28

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

Options:

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

Question 29

What are some characteristics of YAML files? Note; There are 2 to choose.

Options:

A.

YAML files are based on XM

B.

YAML files are also valid JSON files.

C.

YAML files can be used as configuration files.

D.

YAML files relyon correct indentation.

Question 30

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.

Question 31

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

Question 32

What information does the SAP Destination service provide to your applications to connect to a remote service or system?

Options:

A.

Connectivity proxy information for the target resource

B.

Semantic information about the target resource

C.

Technical information about the target resource

Question 33

What is SAP Fiori elements designed to do? Choose the correct answers.

Options:

A.

Implement unique functionality.

B.

Drive UX consistency.

C.

Drive full flexibility of development.

D.

Speed up development.

Question 34

You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?

Options:

A.

The stages of the failed job run

B.

The stages in the config.yml in the .pipeline folder

C.

The webhook of your version control system

D.

The webhook event receiver

Question 35

Which of the following does OData use to address and access data feed resources? Choose the correct answer.

Options:

A.

URL

B.

URN

C.

URI

Question 36

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

Options:

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).

Question 37

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

Question 38

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.

Question 39

What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.

Options:

A.

Coherent

B.

Productive

C.

Intuitive

D.

Role-based

E.

Adaptive

Question 40

You are asked to add a User Interface to your CAP project as quickly as possible and without any unique functionalities. Which option do you choose? Choose the correct answer.

Options:

A.

SAP UI5 Elements

B.

SAPUI5 Freestyle

C.

SAP Fiori Elements

Question 41

What are yaml files used for?

Choose the correct answer.

Options:

A.

To describe documents

B.

To describe data

Question 42

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

Page: 1 / 11
Total 140 questions