What does this routes array tell the approuter?
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...
You have developed a risk service application in CAP. To which file must you add restrictions -©(restrict...) - to add authorizations to your service?
You have developed a risk service application in CAP. To which file must you add restrictions -©(restrict...) - to add authorizations to your service?A . package-lock.json B. srv/risk-service.js C. xs-security.js D. srv/risk-service.cdsView AnswerAnswer: C
When using namespaces, what does SAP recommend you use to construct names for namespaces?
When using namespaces, what does SAP recommend you use to construct names for namespaces?A . Your organization's name B. Reverse domain names C. Cascades of acronymsView AnswerAnswer: B
What kind of offering is Cloud Foundry?
What kind of offering is Cloud Foundry?A . Functions as a Service (FaaS) B. Platform as a Service (PaaS) C. Software as a Service (SaaS) D. Infrastructure as a Service (IaaS)View AnswerAnswer: B
Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose.
Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose.A . Connect an SAP S/4HANA Cloud system with the SAP BTP B. Connecting an SAP S/4HANA system with the SAP BTP C. Providing control over cloud to cloud connections D. Providing control over...
In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANA system? 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.A . Maintain Integrations on SAP BTP B. Manage Add-ons on SAP BTP C. Maintain Extensions on SAP BTPView AnswerAnswer: C
What are some characteristics of CAP event handling? Note: There are 2 to choose.
What are some characteristics of CAP event handling? Note: There are 2 to choose.A . You can register event handlers with instances of cds.service to add custom logic. B. You can register only one event handler for a specific event. C. You can register multiple event handlers for each event...
What does the .env file provide? Choose the correct answer.
What does the .env file provide? Choose the correct answer.A . Values for your version-management-system B. Values into the runtime environment of a CAP serviceView AnswerAnswer: B
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.A . Creating Cloud Foundry orgs explicitly. B. Disabling the Cloud Foundry environment once you have enabled it. C. Deleting a subaccount with service subscriptions. D. Creating many subaccounts assigned to the Cloud Foundry environment.View AnswerAnswer:...
Which command do you use to install dependencies in your project?
Which command do you use to install dependencies in your project?A . npm B. cds C. yum D. bashView AnswerAnswer: A