SAP Certified Associate - Backend Developer - SAP Cloud Application Programming Model - C-CPE-2409 模擬練習
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 4 to choose.
正解: B,C,D,E
What kind of request does the webhook send? Choose the correct answer.
正解: A
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
正解: C
You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step?
正解: A
Which of the following dev space types contains the Java extension by default? Note: There are 3 to choose.
正解: B,C,D
How many event handlers can you register for one event phase?
正解: B
What is the main idea behind SAP Fiori elements? Choose the correct answer.
正解: C
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.
"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.
正解: A,B