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

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

Page: 1 / 14
Total 140 questions

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

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role-templates?

Options:

A.

In an xs-security.json file

B.

In a role-collection

C.

In an instance of the XSUAA service

Question 2

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

Options:

A.

Unexpected errors

B.

Programming errors

C.

Rejections of promises

D.

Runtime errors

Question 3

In the SAP BTP, what is the correct order of entities?

Options:

A.

Global account. Subaccount. Directory. Environment

B.

Environment. Global account- Directory. Subaccount

C.

Directory. Global account- Subaccount. Environment

D.

Global account. Directory. Subaccount. Environment

Question 4

How can you bring your company's user base into your SAP BTP subaccount?

Options:

A.

Establish a trust relationship with the default identity provider.

B.

Import the users via .csv file upload in the SAP BTP cockpit.

C.

Establish a trust relationship with your corporate identity provider.

D.

Create the users manually in the security section of your subaccount.

Question 5

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

Question 6

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.

Question 7

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 8

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

Options:

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

Question 9

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 10

You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?

Options:

A.

On the Credentials tab

B.

On theJobs tab

C.

On the Repositories tab

Question 11

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 12

What is JavaScript Object Notation (JSON)?

Options:

A.

An open-standard format to structure JavaScript programs.

B.

A simple way to annotate objects in JavaScript.

C.

An open-standard format to structure data transferred using web technologies.

D.

A notation command for automatically instantiating JavaScript objects.

Question 13

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

Question 14

Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 3 to choose.

Options:

A.

Cloud Foundry CLI

B.

SAP Business Application Studio

C.

SAP Solution Manager correct

D.

SAP BTP CLI

Question 15

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 16

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 17

Which criticality value is assigned to Negative criticality?

Options:

A.

3

B.

1

C.

2

Question 18

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

Question 19

What is the actual automation part of SAP CI/CD? Choose the correct answer.

Options:

A.

Configure a branch in the GitHub repository.

B.

Configure a job.

Question 20

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 21

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 22

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 23

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 24

Which document types are associated with an OData service? Choose the correct answers.

Options:

A.

Service description document

B.

Service manifest document

C.

Service document

D.

Service metadata document

Question 25

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

Options:

A.

npm

B.

cds

C.

yum

D.

bash

Question 26

Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.

Options:

A.

Cloud Foundry environment

B.

Netweaver environment

C.

Kvma environment

D.

Neo environment

Question 27

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 28

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 29

After what period of time does GitHub remove unused personal access tokens? Choose the correct answer.

Options:

A.

28 days

B.

1 month

C.

1 year

D.

100 days

Question 30

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

Question 31

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 32

Which dev space type should you select to extend SAP S/4HANA with a CAP project? Choose the correct answer.

Options:

A.

SAP HANA Native Application

B.

Full Stack Cloud Application

C.

SAP Fiori

Question 33

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 34

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

Options:

A.

Julia

B.

Java

C.

JavaScript

D.

JCL

Question 35

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 36

Which statements about YAML files are correct? (Choose 2) Choose the correct answers.

Options:

A.

YAML uses tab indentation for structuring purposes.

B.

YAML uses hashes: # for comments.

C.

YAML uses whitespace indentation for structuring purposes.

D.

YAML uses hyphens: - for comments.

Question 37

Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?

Options:

A.

Cloud Foundry command line interface

B.

SAP BTP command line interface

C.

APIs for SAP BTP

Question 38

Which of the following supports non-hierarchical data? Choose the correct answer.

Options:

A.

JSON

B.

Neither

C.

YAML

Question 39

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 40

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 41

Which pattern do you use to register an event handler? Choose the correct answer.

Options:

A.

srv.Q

B.

phase.O

C.

event.()

Question 42

Your customer presents you with the following UI requirements: Users work on different kinds of items. Different visualizations without interactions between the visualizations. No drilldown.

Which SAP Fiori elements floorplan do you recommend they use?

Options:

A.

Object page

B.

List report

C.

Analytical list page

D.

Worklist

Page: 1 / 14
Total 140 questions