Summer Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

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.

A.

file package.json

B.

folder /approuter

C.

folder /app

D.

file manifest.yml

Full Access
Question # 5

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

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.

Full Access
Question # 6

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

In CAP, which keyword is used to send events? Choose the correct answer.

A.

emit

B.

stream

C.

actions

D.

throw

Full Access
Question # 8

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

After you run the command cds add hana, which file is updated with the required configuration? Choose the correct answer.

A.

package.mta

B.

package.js

C.

package.cds

D.

package.json

Full Access
Question # 10

When using namespaces, what does SAP recommend you use to construct names for namespaces?

A.

Your organization's name

B.

Reverse domain names

C.

Cascades of acronyms

Full Access
Question # 11

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

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

A.

Julia

B.

Java

C.

JavaScript

D.

JCL

Full Access
Question # 13

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

You can use the credentials created in the SAP CI/CD service to: Choose the correct answers.

A.

Connect to a private GitHub repository.

B.

Deploy applications to the SAP BTP, Cloud Foundry environment.

C.

Access the service itself.

Full Access
Question # 15

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

Which identifier is used by the XSUAA service to distinguish applications and scopes?

A.

tenant-mode

B.

xsappname

C.

xs-security

D.

VCAP_SERVICES

Full Access
Question # 17

What does SAP Fiori elements use to generate the UI? Note: There are 3 to choose.

A.

Annotations in the OData service

B.

Custom UI logic

C.

The entity definition of the OData service

D.

Authorizations in the OData service

Full Access
Question # 18

What are the advantages of using an MTA file for deployment? (Choose 2) Choose the correct answers.

A.

It supports red - green deployment.

B.

It provides workflows.

C.

It provides a build tool.

D.

It supports blue-green deployment.

Full Access
Question # 19

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

What are some SAP Fiori Elements floorplans? Choose the correct answers.

A.

Analytical Worklist Page

B.

Analytical Dashboard Page

C.

List Report

D.

Analytical List page

Full Access
Question # 21

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

A.

On the Credentials tab

B.

On theJobs tab

C.

On the Repositories tab

Full Access