Group 6 Flashcards
Why might you use the .on option to hook event handlers to a service?
There are 2 correct answers to this question.
To deal with an external service
To override generic handler execution
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.
Application-logs
Xsuaa
Auditlog
What is the purpose of an mtad.yaml file?
Deploy an MTA application.
How do you debug a Node.js module in SAP Business Application Studio?
Attach the debugger to the application.
What is an event handler?
A method
Which Node.js module do you use to run an SQL statement against the SAP HANA database?
@sap/hdbext
Which file can an administrator use to augment the Multi-Target Application (MTA) model in the deployment descriptor?
mtaext.yaml
What are some best practices for Domain Modeling?
There are 3 correct answers to this question.
Start ENTITY and type name with uppercase letters
Start ELEMENTS with lowercase letters.
Use PLURAL form for entities.
What can you specify as in the statement srv.()?
There are 2 correct answers to this question.
before
after
Which environments are available on SAP Business Technology Platform?
There are 3 correct answers to this question.
Cloud Foundry
ABAP
Kyma
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.
Configuration
Composition
Dependencies
Why do you use request objects in the event handlers?
There are 3 correct answers to this question.
To give information on the HTTP method
To register another set of handlers
To provide error messages to the client