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

SAP C_CPE_2409 SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model Exam Practice Test

Demo: 42 questions
Total 140 questions

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

Question 1

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.

Options:

A.

scopes

B.

role-templates

C.

roles

D.

users

Question 2

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

Options:

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.

Question 3

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.

Options:

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.

Question 4

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

Question 5

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

Options:

A.

Julia

B.

Java

C.

JavaScript

D.

JCL

Question 6

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

Options:

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.

Question 7

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

Options:

A.

macOS Safari

B.

Mozilla Firefox

C.

Google Chrome

D.

Microsoft Edge

Question 8

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 9

What is recommended by SAP when you publish an API? Note: There are 2 to choose.

Options:

A.

Use meaningful, clear, and self-explanatory API names.

B.

Remove obsolete APIs without notice.

C.

Use version numbers in the API names.

D.

Provide good API documentation.

Question 10

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 11

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

Question 12

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 13

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

Options:

A.

A developer

B.

A coin

C.

A token

D.

A voucher

Question 14

How many administrators can be assigned to a global account?

Options:

A.

0-1

B.

0-n

C.

1-n

Question 15

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

Options:

A.

true

B.

false

Question 16

What is SAP Fiori? Choose the correct answer.

Options:

A.

An SDK to develop multi-target applications.

B.

A design language.

C.

A collection of design guidelines.

Question 17

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

Options:

A.

Oxygen

B.

Eclipse

C.

Microsoft V isual Code

D.

SAP Business Application Studio

Question 18

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 19

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

Options:

A.

manifest.yml

B.

package.json

C.

xs-security.json

D.

services-manifest.yml

Question 20

Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 3 to choose.

Options:

A.

Runs within the Kyma environment

B.

Runs within the Cloud Foundry environment

C.

Is based on the latest SAP NetWeaver Application Server for ABAP release

D.

ls based on the latest ABAP platform cloudrelease

Question 21

In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL? Note: There are 2 to choose.

Options:

A.

A user

B.

A secret

C.

A password

D.

A content type

Question 22

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 23

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 24

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 25

What is the default identity provider for SAP BTP platform users? Choose the correct answer.

Options:

A.

SAML2.0

B.

XSUAA

C.

SAP Cloud Identity Services

D.

SAP ID service

Question 26

What do you use to retrieve the information about a change on the repository? Choose the correct answer.

Options:

A.

A PUT request to GitHub

B.

A webhook

C.

A change document

Question 27

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 28

Which files do you modify to store project configurations? Choose the correct answers.

Options:

A.

passport.js

B.

.cdsrc.json

C.

package.json

Question 29

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

Options:

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.

Question 30

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

Question 31

Which of the following identifiers of the communication scenario is used for accessing the Business Partner API in an SAP S/4HANA Cloud system? Choose the correct answer.

Options:

A.

SAP_COM_0213

B.

SAP_COM_0109

C.

SAP_COM_0008

D.

SAP_COM_0009

Question 32

What are yaml files used for?

Choose the correct answer.

Options:

A.

To describe documents

B.

To describe data

Question 33

What are some features of the SAP Cloud Connector? Note: There are 2 to choose.

Options:

A.

Managing HTML5 applications

B.

Configuring trust

C.

Securing the activation of traffic traces

D.

Monitoring requests

Question 34

You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements being created? Note: There are 2 to choose.

Options:

A.

file package.json

B.

folder /approuter

C.

folder /app

D.

file manifest.yml

Question 35

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

Determine whether this statement is true or false.

Options:

A.

true

B.

faIse

Question 36

Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment? Note: There are 3 to choose.

Options:

A.

Node.js

B.

Java

C.

Python

D.

HTML5

E.

Docker

Question 37

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

Options:

A.

Business users

B.

Platform users

C.

Trial users

D.

Professional users

Question 38

Which language do you use to create a data model in a CAP project?

Options:

A.

ABAP

B.

Core Data Services Query Language (CQL)

C.

SQL

D.

Core Data Services Definition Language (CDL)

Question 39

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

Options:

A.

npm

B.

cds

C.

yum

D.

bash

Question 40

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.

Question 41

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 42

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

Options:

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.

Demo: 42 questions
Total 140 questions