Twenty Flashcards
What is recommended by SAP when you publish an API? (2 correct}
Use meaningful, clear, and self-explanatory API names.
Remove obsolete APls without notice.
Provide good API documentation.
Use version numbers in the API names.
Use meaningful, clear, and self-explanatory API names.
Provide good API documentation.
Which of the following SAP Fiori pages areas are mandatory? (2 correct)
Header
Content
Toolbars
Footer
Header
Content
Your customer presents you with the following UI requirements: Users work on different kinds of items. Different visualizations without interactions between the visualizations. No drilldown. Which SAP Fiori elements floorplan do you recommend they use?
Object page
Analytical list page
Worklist
List report
Object page
In an SAP Business Application Studio project, what does the “cf push” command do?
It creates the service instances of the services defined in the service-manifest. yml file.
It deploys the application modules defined in the manifest.yam I file into the Cloud Foundry account.
It updates the service instances of the services defined in the service-manifest. yml file.
It deploys the application modules defined in the manifest.yam I file into the Cloud Foundry account.
What do you need to consider when working with subaccounts in SAP BTP? (2 correct)
The subdomain is the unique identifier of a subaccount.
A subaccount must be registered through a booster.
A service must be entitled to the subaccount before you can subscribe to it.
The subdomain of a subaccount must be unique within a region.
A service must be entitled to the subaccount before you can subscribe to it.
The subdomain of a subaccount must be unique within a region.
You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?
eds.Request
eds.Service
eds.Event
eds.Service
In SAP Fiori, how are drafts used? (2 correct)
To prevent an object being edited by multiple users concurrently
To enable empty states of apps
To prevent data loss in case an app terminates unexpectedly
To enable responsiveness of apps
To prevent an object being edited by multiple users concurrently
To prevent data loss in case an app terminates unexpectedly
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
SAP Mobile Application
Full Stack Cloud Application
SAP Fiori
Basic
Full Stack Cloud Application
Which language do you use to create a data model in a CAP project?
SQL
Core Data Services Query Language (CQL)
Core Data Services Definition Language (CDL)
ABAP
SQL
Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? (2 correct)
Subscribe to an SAP Cl/CD service plan.
Assign an appropriate role collection to your user.
Create an SAP Cl/CD service instance.
Assign an appropriate role template to your user.
Subscribe to an SAP Cl/CD service plan.
Assign an appropriate role collection to your user.