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
Which web browsers are officially supported in SAP Business Application Studio?
- Mozilla Firefox
- Google Chrome
You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?
The stages of the failed job run
Which of the following can be used as identity providers for SAB BTP applications?
- SAP Authorization and Trust Management Service
- Idnentity authentication tenant
To grant a user access to an application in SAP BTP subaccount, what must you assign to this user?
A role collection
In CAP, which keyword is used to send events?
emit
Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?
Cloud Foundry command line interface
Where can you find APIs provided by SAP and SAP partners
SAP API Business Hub
Which statements about YAML files are correct?
- YAML uses hashes: # for comments
- YAML uses whitespace identation for structuring purposes
What does the .env file provide?
Values into the runtime environment of a CAP service
What are some core principles of the dedsign philosophy of SAP Fiori?
- Coherent
- Role-based
- Adaptive
What do you use to retrieve the on the repository?information about a change
A webhook
Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints?
FOREIGN_KEY_VIOLATION
What can you use to register the JavaScript implementation of an event handler for external services to the framework?
An line function passed to resukt of cds.content()
In SAP Build Process Automation, what is a policy?
A collection of business rules