UDEMY_1 (41-60) Flashcards

1
Q

What is the programming model used in non-ABAP based extensions on SAP BTP?

A

SAP Cloud Application Programming Model

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

In Cloud Foundry, which attribute of an application reflects its original development language? Choose the correct answer.

A

The Buildpack.

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

Which criticality value is assigned to Negative criticality?

A

1

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

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

A

package.json

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

What are the main features and capabilities of the app router? Note: There are 3 correct answers to this question.

A
  1. It manages the authentication flows for the application.
  2. It can serve static content such as web pages, SAPUI5 or other client side code.
  3. It is the central entry point of the application.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a “main line” in a source control management system used for? Choose the correct answer.

A

To make developers’ contributions transparent and avoid clashes

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

What are some of the Continuous Integration principles? Choose the 3 correct answers.

A
  1. Use version control.
  2. Run tests in the build.
  3. Fix errors immediately.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When would you choose SAP Fiori elements for app development? (2 correct)

A
  1. When standard floorplans are sufficient
  2. When speed is more important than flexibility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the maximum amount of RAM a single application instance on SAP BTP, Cloud Foundry can use?

A

8 GB

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

Why are extensions on top of SAP S/4HANA Cloud NOT affected by the quarterly update cycle of SAP S/4HANA Cloud?

A

The public interfaces of SAP S/4HANA represent a stable contract across the versions of SAP S/4HANA Cloud.

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

Which of the following are part of the local tests in the SAP Cloud SDK pipeline? Choose 3 correct answers.

A
  1. Static code checks
  2. Front-end unit tests
  3. Background integration tests
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What can you define in the application router’s design-time descriptor: xs-app.json? (2 correct)

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

In which environment can you deploy a cloud native micro app?

A

SAP BTP, Cloud Foundry environment

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

Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?

A

UNIQUE CONSTRAINT_VIOLATION

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

Which of the two libraries are available for the Service SDKs? (2 corrects)

A
  1. Java
  2. Node.js
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You have set up the scopes and attributes that are needed to protect your application in the Cloud Foundry environment, but a user is unable to access your application. What might be the reason?

A

Role collections aren’t assigned to the user.

17
Q

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

A
  1. You choose who can see your private repository.
  2. You choose who can commit into your private repository.
  3. Anyone on the internet can see a public repository.
18
Q

What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?

A

Register the error handler function for the on phase of the error.

19
Q

How many event handlers can you register for one event phase?

A

Multiple

20
Q

You have deployed a workload through a Kubernetes Deployment to SAP BTP, Kyma runtime. What must you do to expose the workload to the public internet? (3 correct)

A
  1. Configure rules and access Strategies.
  2. Create a service to group your pods.
  3. Create an API Rule CR.