UDEMY_1 (0-20) Flashcards
Which is the IDE of choice when using CAP on SAP Business technology Platform?
SAP Business Application Studio
You develop an application using the Cloud Foundry environment. What are some steps to restrict access to this application? (2 correct)
- Define the role template name in the role-templates element of the xs-security.json file.
- Set the Scopes element to the required scope name in the xs-security.json file.
With respect to the Flow principle of DevOps, which are flow inhibitors? (3 correct)
- Manual testing of software
- Manually coded user interfaces
- Manually created software environment
A CRUD operation violated the foreign key constraints. Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?
To provide a meaningful error message
You extended an SAP Business Standard API with custom fields. Where do you find the fields in the exposed OData API?
In the extended SAP Business Standard API
What is OData?
A standard to access data through RESTful APIs
Which of the following features are provided by SAP BAS?
- SAPUI5 templates
- Git integration
Which of the following is one of the main side-by-side extensibility scenario?
Extend user interfaces
How do you add authorization and trust management to your CAP project?
cds add xsuaa
What tooling is pre-installed in SAP Business Application Studio to speed up SAP Fiori UI development?
SAP Fiori Tools
What do you need to connect a service to the Sandbox environment of the SAP API Business Hub for the Business Partner API that you want to use?
An API key
Which of the following objects are accessible in the S/4HANA Cloud Extensibility Cockpit? (2 corrects)
- CDS views
- Form templates
Which models can you use to develop a micro app? (2 corrects)
- SAP Cloud Application Programming Model (CAP)
- SAP HANA extended application services, advanced model
What is the recommended approach for adding custom business logic to an SAP S/4HANA Cloud system?
Using side-by-side extensibility with SAP BTP
What are some scenarios where you would use the SAP Cloud SDK in your application? (2 correct)
- You want to add new features to an existing Java application
- You need advanced features in your app such as resilience and caching