When deploying applications on SAP BTP, what is the maximum application package size?
In SAP Business Application Studio, what is a dev space?
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?
What is JavaScript Object Notation (JSON)?
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
Your customer presents you with the following UI requirements: Users need to work through a comparatively small set of items, one by one. Multiple views of the same content. One kind of data visualization. Which SAP Fiori elements floorplan do you recommend they use?
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.
Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 2 to choose.
Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role-templates?
You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$", "target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
During application development, what are some principles of dealing with application errors? Note: There are 2 to choose.