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

Home > SAP > SAP Certified Development Associate > C_CPE_14

C_CPE_14 SAP Certified Development Associate - SAP BTP Extension Developer Question and Answers

Question # 4

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

A.

Coherent

B.

Productive

C.

Intuitive

D.

Role-based

E.

Adaptive

Full Access
Question # 5

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

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

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

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

What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose.

A.

The subdomain is the unique identifier of a subaccount.

B.

A service must be entitled to the subaccount before you can subscribe to it.

C.

The subdomain of a subaccount must be unique within a region,

D.

A subaccount must be registered through a booster.

Full Access
Question # 10

At which of the following levels can you assign entitlements? Note: There are 2 to choose.

A.

Environment

B.

Global account

C.

Cloud Foundry org

D.

Directory

Full Access
Question # 11

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 # 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 CAP, which keyword is used to send events? Choose the correct answer.

A.

emit

B.

stream

C.

actions

D.

throw

Full Access
Question # 14

What does the .env file provide? Choose the correct answer.

A.

Values for your version-management-system

B.

Values into the runtime environment of a CAP service

Full Access
Question # 15

Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.

A.

while

B.

after

C.

between

D.

on

E.

before

Full Access
Question # 16

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

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

In SAP Fiori, how are drafts used? Note: There are 2 to choose.

A.

To enable responsiveness of apps

B.

To enable empty states of apps

C.

To prevent an object being edited by multiple users concurrently

D.

To prevent data loss in case an app terminates unexpectedly

Full Access
Question # 19

Which of the following statements about a GitHub Repository are correct? Choose the correct answers.

A.

Anyone on the internet can commit into a public repository.

B.

You choose who can see your private repository.

C.

You choose who can commit into your private repository.

D.

Anyone on the internet can see a public repository.

Full Access
Question # 20

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

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.

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

Full Access