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

Home > SAP > SAP Certified Associate > C_CPE_2409

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

Question # 4

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

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.

Full Access
Question # 5

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 # 6

Which criticality value is assigned to Negative criticality?

A.

3

B.

1

C.

2

Full Access
Question # 7

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

Full Access
Question # 8

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

A.

Collections of name/value pairs

B.

Collections of value/value pairs

C.

Ordered list of values

D.

Unordered list of strings

Full Access
Question # 9

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

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.

Full Access
Question # 10

How many administrators can be assigned to a global account?

A.

0-1

B.

0-n

C.

1-n

Full Access
Question # 11

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 # 12

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

A.

WRITE

B.

CREATE

C.

READ

D.

REFRESH

E.

UPDATE

Full Access
Question # 13

In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What kind of request does this webhook send to the specified payload URL?

A.

PUT request

B.

GET request

C.

POST request

D.

PATCH request

Full Access
Question # 14

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

A.

/app

B.

/root

C.

/srv

D.

/db

Full Access
Question # 15

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 # 16

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.

Full Access
Question # 17

At what level can you select a region?

A.

Global account

B.

Directory

C.

Subaccount

D.

Environment

Full Access
Question # 18

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 # 19

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

A.

npm

B.

cds

C.

yum

D.

bash

Full Access
Question # 20

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 # 21

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.

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.

Full Access
Question # 22

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 # 23

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 # 24

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

A.

Business users

B.

Platform users

C.

Trial users

D.

Professional users

Full Access
Question # 25

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

A.

A pre-configured private development environment

B.

A pre-configured shared development environment

C.

A pre-configured shared virtual machine

D.

A pre-configured private virtual machine

Full Access
Question # 26

Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.

A.

Maintenance of all development projects in one central dev space

B.

Access to Visual Studio Code-compatible extensions

C.

Browser-based access

D.

Central administration

E.

Desktop client-based access

Full Access
Question # 27

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

A.

Julia

B.

Java

C.

JavaScript

D.

JCL

Full Access
Question # 28

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

A.

A developer

B.

A coin

C.

A token

D.

A voucher

Full Access
Question # 29

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 # 30

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

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.

Full Access
Question # 31

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

A.

Unexpected errors

B.

Programming errors

C.

Rejections of promises

D.

Runtime errors

Full Access
Question # 32

What kind of offering is Cloud Foundry?

A.

Functions as a Service (FaaS)

B.

Platform as a Service (PaaS)

C.

Software as a Service (SaaS)

D.

Infrastructure as a Service (IaaS)

Full Access
Question # 33

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.

A.

SAP UI5 Elements

B.

SAPUI5 Freestyle

C.

SAP Fiori Elements

Full Access
Question # 34

Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose.

A.

Connect an SAP S/4HANA Cloud system with the SAP BTP

B.

Connecting an SAP S/4HANA system with the SAP BTP

C.

Providing control over cloud to cloud connections

D.

Providing control over cloud to on-premise connections

Full Access
Question # 35

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 # 36

What are some advantages of building an account model based on functional areas such as Sales or IT? Note: There are 2 to choose.

A.

It increases the number of concurrent users

B.

reduces maintenance and governance effort

C.

It increases scalability of the solution

D.

It reduces the total cost of ownership (TCO)

Full Access
Question # 37

You have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file? Note: There are 2 to choose.

A.

scopes

B.

role-templates

C.

roles

D.

users

Full Access
Question # 38

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

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.

Full Access
Question # 39

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

A.

Connectivity proxy information for the target resource

B.

Semantic information about the target resource

C.

Technical information about the target resource

Full Access
Question # 40

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

A.

Implement unique functionality.

B.

Drive UX consistency.

C.

Drive full flexibility of development.

D.

Speed up development.

Full Access
Question # 41

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

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.

Full Access
Question # 42

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

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.

Full Access