Group 1 Flashcards

1
Q

Which sequence of steps do you follow to enable the SAP Job Scheduling service to work with a new application?

A

Create an instance of the SAP Job Scheduling service.

Create an xsuaa service instance.

Deploy the application.

Bind the xsuaa service instance to your application.

Bind the SAP Job Scheduling service instance to your application.

(CCDBB)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

According to the golden path for the SAP Cloud Application Programming Model, what does the framework do when you add custom logic?

There are 2 correct answers to this question.

A

Include tenant isolation.

Handle database connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which file in a Multi-Target Application (MTA) project contains the plugin name and version of every supported file suffix?

A

.hdiconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which parameters are mandatory in the Global Elements section of an mta.yaml file?

There are 3 correct answers to this question.

A

_schema-version

ID

version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following parts does the MTA development descriptor (mta.yaml) contain?

There are 2 correct answers to this question.

A

Global elements

Modules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following are predefined pseudo-roles supported by the SAP Cloud Application Programming Model?

There are 2 correct answers to this question.

A

System-user

Authenticated-user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following elements are part of the SAPUI5 application’s index.html file?

There are 2 correct answers to this question.

A

Bootstrap

UI area

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What can you do once a development space is created in SAP Business Application Studio?

There are 2 correct answers to this question.

A

Modify the list of optional extensions.

Export the content as a compressed file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the SAP Cloud Application Programming Model provide to enhance cloud-native technologies?

There are 3 correct answers to this question.

A

(Generic) service providers

Service SDKs

Data accesslayers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

As developer of an SAP HANA Cloud application, what do you define in the Application Security Descriptor file?

A

Roles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following deployment option of persistence models offer quick development and test cycles?

A

Local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What can you use for Core Data Services (CDS)-based security in the SAP Cloud Application Programming Model?

There are 2 correct answers to this question.

A

Authorizations

Roles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?

A

To provide a meaningful error message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which tasks does the User Account and Authentication (XSUAA) service accomplish?

There are 3 correct answers to this question.

A

It identifies the user by e-mail or user ID.

It decides if a user is allowed to perform an activity.

It assigns the principals to a user session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does SAP recommend implementing error handling in application development?

There are 2 correct answers to this question.

A

Use try/catch blocks for unexpected errors.

Log unexpected errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly