EXAM_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
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?
Role collections aren’t assigned to the user.
Which of the following statements about a GitHub Repository are correct? Choose the 3 correct answers.
- You choose who can see your private repository.
- You choose who can commit into your private repository.
- Anyone on the internet can see a public repository.
What is a necessary step to implement a custom error handler in the CAP SDK for Node.js?
Register the error handler function for the on phase of the error.
How many event handlers can you register for one event phase?
Multiple
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)
- Configure rules and access Strategies.
- Create a service to group your pods.
- Create an API Rule CR.