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: D

June 28, 2023 No Comments READ MORE +

Which file contains an app's "declaration of security"? Choose the correct answer.

Which file contains an app's "declaration of security"? Choose the correct answer.A . xs-app.json B. xs-sec.json C. xs-security.jsonView AnswerAnswer: C

June 28, 2023 No Comments READ MORE +

Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 3 to choose.

Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 3 to choose.A . Runs within the Kyma environment B. Runs within the Cloud Foundry environment C. Is based on the latest SAP NetWeaver Application Server for ABAP release D. ls based on...

June 28, 2023 No Comments READ MORE +

Which one do you use?

You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?A . cds.Service B. cds.Event C. cds.RequestView AnswerAnswer: A

June 28, 2023 No Comments READ MORE +

What is a reason to add UI annotations to your project? Choose the correct answer.

What is a reason to add UI annotations to your project? Choose the correct answer.A . To display columns and form fields. B. To add tooltips to the header fields of tables. C. To allow users to annotate table cells.View AnswerAnswer: A

June 27, 2023 No Comments READ MORE +

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

June 27, 2023 No Comments READ MORE +

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...

June 27, 2023 No Comments READ MORE +

What is the relationship between YAML and JSON? Choose the correct answer.

What is the relationship between YAML and JSON? Choose the correct answer.A . YAML and JSON are unrelated. B. JSON is a superset of YAML. C. YAML is a superset of JSON.View AnswerAnswer: C

June 26, 2023 No Comments READ MORE +

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

June 26, 2023 No Comments READ MORE +

Role collections of a subaccount are available in the global account. Determine whether this statement is true or false.

Role collections of a subaccount are available in the global account. Determine whether this statement is true or false.A . true B. faIseView AnswerAnswer: B

June 26, 2023 No Comments READ MORE +