Which file in a Multi-Target Application (MTA) project contains the plugin name and version of every supported file suffix?
Which file in a Multi-Target Application (MTA) project contains the plugin name and version of every supported file suffix?A . .hdbsynonymconfig B. .hdbprojectiononviewconfig C. .hdiconfig D. .hdinamespaceView AnswerAnswer: C
What is the SAP Business Application Studio user interface made up of?
What is the SAP Business Application Studio user interface made up of?A . Tiles B. Frames C. Windows D. ViewsView AnswerAnswer: D
Which Node.js module do you use to run an SQL statement against the SAP HANA database?
Which Node.js module do you use to run an SQL statement against the SAP HANA database?A . @sap/xssec B. @sap/xsenv C. @sap/hdbext D. @sap/hdiView AnswerAnswer: C
Which sequence of steps do you follow to enable the SAP Job Scheduling service to work with a new application?
Which sequence of steps do you follow to enable the SAP Job Scheduling service to work with a new application?A . Create an instance of the SAP Job Scheduling service.Create an xsuaa service instance.Deploy the application.Bind the SAP Job Scheduling service instance to your application.Bind the xsuaa service instance to...
Which of the following are Cloud Foundry service types that are supported for binding in the Run Configurations view? Note: There are 3 correct answers to this question.
Which of the following are Cloud Foundry service types that are supported for binding in the Run Configurations view? Note: There are 3 correct answers to this question.A . Space B. application-logs C. xsuaa D. auditlog E. managed-hanaView AnswerAnswer: B,C,D
What can you use to define data models in the SAP Cloud Application Programming Model?
What can you use to define data models in the SAP Cloud Application Programming Model?A . CDS B. Java C. CDS Notations D. Node.jsView AnswerAnswer: A
Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?
Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?A . To force the execution of the CRUD operation B. To provide a meaningful error message C. To ensure that the end user receives a message D. To avoid a...
Which tasks does the User Account and Authentication (XSUAA) service accomplish? Note: There are 3 correct answers to this question.
Which tasks does the User Account and Authentication (XSUAA) service accomplish? Note: There are 3 correct answers to this question.A . It dispatches requests to microservices. B. It identifies the user by e-mail or user ID. C. It decides if a user is allowed to perform an activity. D. It...
What does the service document of an OData service list? Note: There are 3 correct answers to this question.
What does the service document of an OData service list? Note: There are 3 correct answers to this question.A . Singletons B. Entity sets C. Functions D. Actions E. TypesView AnswerAnswer: A B E
Why do you use request objects in the event handlers? Note: There are 3 correct answers to this question.
Why do you use request objects in the event handlers? Note: There are 3 correct answers to this question.A . To give information on the HTTP method B. To call external services C. To register another set of handlers D. To send an arbitrary event E. To provide error messages...