Study Zone Test2 Flashcards
How many administrators can be assigned to a global account?
1-n
What kind of request does the webhook send?
POST
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
Technical information about the target resource
What are some principles of continuous integration?
- Automated builds
- Automated test
What is the difference between entities and types?
Entities represent data, types describe properties of entity elements.
What does SAP Fiori elements use to generate the UI?
- Annotations in the OData service
- The entity definition of OData service
Which dev space type should you select to extend SAP S/4HANA with a CAP project?
Full Stack Cloud Application
What are some SAP Fiori Elements floorplans?
- List Report
- Analytical List Page
In a data models, are namespaces optional or mandatory
Optional
What is a rule of thumb for when to use namespaces in your models?
When your model names are unique
You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements being created?
- file package.json
- file manifest.yml
After you run the command cds add hana, which file is updated with requiered configuration?
package.json
Which service plan of the SAP BTP S/4HANA Cloud Extensibility service do you choose when you want to use the Business Partner API of your SAP S/4HANA Cloud system?
api-access
You have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file?
- scopes
- role-templates
Which of the following can be used as a management tool for SAP BTP
- Cloud Foundry CLI
- SAP BTP CLI
What is the default identity provider for SAP BTP platform user?
SAP ID service
What are some advantages of building an account model based on functional areas such Sales or IT?
- reduces maintenance and governance effort
- It increases scalability of the solution
In Node.js, which statement do you use to create an exception?
throw
What can you do to provide meaningful error messages to users in your CAP application?
Register an error handler
Which of the following are benefits of SAP Business Application Studio?
- Acces to Visual Studio Code-compatible extensions
- Browser-based access
- Central administration
What are standard events that CAP handles by default?
- CREATE
- READ
- UPDATE
In SAP Business Application Studio, what is a dev space?
A pre-configured private development environment
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?
xs-security.json
Which of the following dev space types contains the Java extension by default?
- Full Stack Cloud Application
- SAP HANA Native Applicattion