UDEMY_1 (41-60) Flashcards
What is the programming model used in non-ABAP based extensions on SAP BTP?
SAP Cloud Application Programming Model
In Cloud Foundry, which attribute of an application reflects its original development language? Choose the correct answer.
The Buildpack.
Which criticality value is assigned to Negative criticality?
1
After you run the command cds add hana, which file is updated with the required configuration?
package.json
What are the main features and capabilities of the app router? Note: There are 3 correct answers to this question.
- It manages the authentication flows for the application.
- It can serve static content such as web pages, SAPUI5 or other client side code.
- It is the central entry point of the application.
What is a “main line” in a source control management system used for? Choose the correct answer.
To make developers’ contributions transparent and avoid clashes
What are some of the Continuous Integration principles? Choose the 3 correct answers.
- Use version control.
- Run tests in the build.
- Fix errors immediately.
When would you choose SAP Fiori elements for app development? (2 correct)
- When standard floorplans are sufficient
- When speed is more important than flexibility
What is the maximum amount of RAM a single application instance on SAP BTP, Cloud Foundry can use?
8 GB
Why are extensions on top of SAP S/4HANA Cloud NOT affected by the quarterly update cycle of SAP S/4HANA Cloud?
The public interfaces of SAP S/4HANA represent a stable contract across the versions of SAP S/4HANA Cloud.
Which of the following are part of the local tests in the SAP Cloud SDK pipeline? Choose 3 correct answers.
- Static code checks
- Front-end unit tests
- Background integration tests
What can you define in the application router’s design-time descriptor: xs-app.json? (2 correct)
- routes
- authenticationMethod
In which environment can you deploy a cloud native micro app?
SAP BTP, Cloud Foundry environment
Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?
UNIQUE CONSTRAINT_VIOLATION
Which of the two libraries are available for the Service SDKs? (2 corrects)
- Java
- Node.js