UDEMY_1 (61-80) Flashcards
How do you debug a Node.js module in SAP Business Application Studio?
Attach the debugger to the application.
What is the actual automation part of SAP Continuous Integration and Delivery? Choose the correct answer.
Configure a job.
Which of the following are the fundamental guidelines of a twelve-factor application? (3 correct)
- Traceability and reproducibility of all changes
- Stateless and self-contained application processes
- Separation of application code and runtime configuration
What is the default IDE for SAP’s multi-cloud environment?
SAP Business Application Studio
Which method can you use to collect error messages with high severity and return them to the caller in the request-response?
req.error
What feature of the pre-built content packages in SAP Build Process Automation increases the speed of development? (2 correct)
- Templated automations
- Plug-and-play availability
What are some benefits of using Forms in SAP Build Process Automation?(2 correct)
- Streamline business process approvals easily
- Streamline business process approvals easily
Which of the following is a feature of SAP Fiori Tools designed to visually assist in SAP Fiori UI development?
Page Map
What are the advantages of using an MTA file for deployment? Choose the 2 correct answers.
- It supports blue-green deployment.
- It provides a build tool.
When using CAP in the SAP Business Application Studio, you want to use Core Data Services to define the persistence layer. Which extension do you use for the design-time file?
.cds
Which of the following is a constraint of REST?
Hypermedia as the Engine of Appl cation State (HATEOAS) including links
What are some of the characteristics of an extension application?
- It consists of several layers
- Its UI layer is decoupled from the back-end layer
Using the Cloud Events specification, which component must you use to post events to Kyma Eventing?
service/eventing-event-publisher-proxy
What is a Multi-Target-Application (MTA) comprised of?
modules and resources
Which of the following are benefits of using the OData Virtual Data Model of the SAP Cloud SDK? (3 correct)
- Auto-completion of function names and properties
- Type safety for functions
- Easy access to create, update, and delete operations