Group 6 Flashcards

1
Q

Why might you use the .on option to hook event handlers to a service?

There are 2 correct answers to this question.

A

To deal with an external service

To override generic handler execution

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

Which of the following are Cloud Foundry service types that are supported for binding in the Run Configurations view?

There are 3 correct answers to this question.

A

Application-logs

Xsuaa

Auditlog

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

What is the purpose of an mtad.yaml file?

A

Deploy an MTA application.

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

How do you debug a Node.js module in SAP Business Application Studio?

A

Attach the debugger to the application.

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

What is an event handler?

A

A method

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

Which Node.js module do you use to run an SQL statement against the SAP HANA database?

A

@sap/hdbext

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

Which file can an administrator use to augment the Multi-Target Application (MTA) model in the deployment descriptor?

A

mtaext.yaml

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

What are some best practices for Domain Modeling?

There are 3 correct answers to this question.

A

Start ENTITY and type name with uppercase letters

Start ELEMENTS with lowercase letters.

Use PLURAL form for entities.

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

What can you specify as in the statement srv.()?

There are 2 correct answers to this question.

A

before

after

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

Which environments are available on SAP Business Technology Platform?

There are 3 correct answers to this question.

A

Cloud Foundry

ABAP

Kyma

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

What are the aspects of a Multi-Target Application (MTA) model in the lifecycle management of distributed applications?

There are 3 correct answers to this question.

A

Configuration

Composition

Dependencies

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

Why do you use request objects in the event handlers?

There are 3 correct answers to this question.

A

To give information on the HTTP method

To register another set of handlers

To provide error messages to the client

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