Group 1 Flashcards
Which sequence of steps do you follow to enable the SAP Job Scheduling service to work with a new application?
Create an instance of the SAP Job Scheduling service.
Create an xsuaa service instance.
Deploy the application.
Bind the xsuaa service instance to your application.
Bind the SAP Job Scheduling service instance to your application.
(CCDBB)
According to the golden path for the SAP Cloud Application Programming Model, what does the framework do when you add custom logic?
There are 2 correct answers to this question.
Include tenant isolation.
Handle database connections.
Which file in a Multi-Target Application (MTA) project contains the plugin name and version of every supported file suffix?
.hdiconfig
Which parameters are mandatory in the Global Elements section of an mta.yaml file?
There are 3 correct answers to this question.
_schema-version
ID
version
Which of the following parts does the MTA development descriptor (mta.yaml) contain?
There are 2 correct answers to this question.
Global elements
Modules
Which of the following are predefined pseudo-roles supported by the SAP Cloud Application Programming Model?
There are 2 correct answers to this question.
System-user
Authenticated-user
Which of the following elements are part of the SAPUI5 application’s index.html file?
There are 2 correct answers to this question.
Bootstrap
UI area
What can you do once a development space is created in SAP Business Application Studio?
There are 2 correct answers to this question.
Modify the list of optional extensions.
Export the content as a compressed file.
What does the SAP Cloud Application Programming Model provide to enhance cloud-native technologies?
There are 3 correct answers to this question.
(Generic) service providers
Service SDKs
Data accesslayers
As developer of an SAP HANA Cloud application, what do you define in the Application Security Descriptor file?
Roles
Which of the following deployment option of persistence models offer quick development and test cycles?
Local
What can you use for Core Data Services (CDS)-based security in the SAP Cloud Application Programming Model?
There are 2 correct answers to this question.
Authorizations
Roles
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
Which tasks does the User Account and Authentication (XSUAA) service accomplish?
There are 3 correct answers to this question.
It identifies the user by e-mail or user ID.
It decides if a user is allowed to perform an activity.
It assigns the principals to a user session.
How does SAP recommend implementing error handling in application development?
There are 2 correct answers to this question.
Use try/catch blocks for unexpected errors.
Log unexpected errors.