Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

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

SAP Certified Development Associate - SAP BTP Extension Developer

Last Update Apr 27, 2024
Total Questions : 142

We are offering FREE C_CPE_14 SAP exam questions. All you do is to just go and sign up. Give your details, prepare C_CPE_14 free exam questions and then go for complete pool of SAP Certified Development Associate - SAP BTP Extension Developer test questions that will help you more.

C_CPE_14 pdf

C_CPE_14 PDF

$35  $99.99
C_CPE_14 Engine

C_CPE_14 Testing Engine

$42  $119.99
C_CPE_14 PDF + Engine

C_CPE_14 PDF + Testing Engine

$56  $159.99
Questions 1

Which of the following dev space types contains the Java extension by default? Note: There are 3 to choose.

Options:

A.  

SAP Fiori

B.  

SAP Mobile Application

C.  

Full Stack Cloud Application

D.  

SAP HANA Native Application

Discussion 0
Questions 2

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

Discussion 0
Questions 3

What is the maximum number of running threads per application instance?

Options:

A.  

14200

B.  

8192

C.  

1024

D.  

10420

Discussion 0
Questions 4

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

Options:

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.

Discussion 0
Questions 5

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

Discussion 0
Questions 6

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

Options:

A.  

Values for your version-management-system

B.  

Values into the runtime environment of a CAP service

Discussion 0
Questions 7

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

Discussion 0
Questions 8

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

Options:

A.  

SAP S/4HANA Cloud

B.  

SAP Authorization and Trust Management Service

C.  

SAP S/4HANA on-premise

D.  

Identity authentication tenant

Discussion 0
Questions 9

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

Options:

A.  

SAP BTP cockpit

B.  

DCF CLI

C.  

Eclipse

D.  

SAP Business Application Studio

Discussion 0
Questions 10

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.

Options:

A.  

A personal token

B.  

An API key

Discussion 0
Questions 11

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

Discussion 0
Questions 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)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

Discussion 0
Questions 13

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.

Discussion 0
Questions 14

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?

Options:

A.  

List report

B.  

Worklist

C.  

Object page

D.  

Analytical list page

Discussion 0
Questions 15

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

Options:

A.  

POST

B.  

PUT

C.  

GET

Discussion 0
Questions 16

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

Discussion 0
Questions 17

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?

Options:

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

Discussion 0
Questions 18

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

Discussion 0
Questions 19

What is a rule of thumb for when to use namespaces in your models?

Options:

A.  

When your model names are unique

B.  

When your app rarely exposes services

C.  

When your models are reused in other projects

Discussion 0
Questions 20

When deploying applications on SAP BTP, what is the maximum application package size?

Options:

A.  

1 GB

B.  

2 GB

C.  

1.5 GB

D.  

2.5 GB

Discussion 0
Questions 21

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

Discussion 0