You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "A/app/(.*)$", "target": "SI", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "A/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.
Which of the following statements applies to Continuous Deployment? Choose the correct answer.
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL? Note: There are 2 to choose.
What is a reason to add UI annotations to your project? Choose the correct answer.
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.
Which of the following supports non-hierarchical data? Choose the correct answer.
You have created an SAP BTP subaccount and want to use Cloud Foundry . What is the correct order of next steps?
What are some principles of continuous integration? Note: There are 2 to choose.
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
Which document types are associated with an OData service? Choose the correct answers.
What does SAP Fiori elements use to generate the UI? Note: There are 3 to choose.
Which file contains an app's "declaration of security"? Choose the correct answer.
Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? Note: There are 2 to choose.
In the SAP BTP cockpit, where can you assign role collections to users? Choose the correct answer.
In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANA system? Choose the correct answer.
What is the default identity provider for SAP BTP platform users? Choose the correct answer.
Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 3 to choose.
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
Your CAP project contains an entity called Books. You want to extend the Books entity with the managed
aspect. You have already imported the aspect from the '(^sap/cds/common1 package (see attached
graphic). Which is a valid way to extend the entity with the aspect?
A)
B)
C)
You have developed a risk service application in CAP. To which file must you add restrictions -©(restrict...) - to add authorizations to your service?
Which files are added to your CAP project when you run the "cds add pipeline" command in an SAP Business Application Studio terminal? Note: There are 2 to choose.
What is the default IDE for SAP's multi-cloud environment? Choose the correct answer.
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.
What are the differences between continuous integration (CI) and continuous delivery (CD)? Choose the correct answers.
After you run the command cds add hana, which file is updated with the required configuration? Choose the correct answer.
What is required when registering an SAP S/4HANA Cloud system in your SAP BTP global account? Choose the correct answer.
What is recommended by SAP when you publish an API? Note: There are 2 to choose.