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...
You have to create an association between Books and Authors entities using Core Data Services (CDS).Which syntax is applicable?
You have to create an association between Books and Authors entities using Core Data Services (CDS).Which syntax is applicable?A . entity Books { key ID: Integer; title: String; author: Association to Authors;} Authors { key ID: Integer;name: String;} B. entity Books {key ID: Integer;title: String; author: Association to Authors;entity Authors...
What properties can you set in the procedure header when developing a procedure? Note: There are 3 correct answers to this question.
What properties can you set in the procedure header when developing a procedure? Note: There are 3 correct answers to this question.A . Begin/end statements B. Language (SQLScript/R) C. Read/write access D. Expression E. Security (invoker/definer)View AnswerAnswer: A,B,E
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
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 actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? Note: There are 3 correct answers to this question.
Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? Note: There are 3 correct answers to this question.A . Copy the application image to the BLOB store. B. Release the application and provide the metadata information. C. Execute service wiring to...
Which package can you use to read bound services?
Which package can you use to read bound services?A . @sap/xsenv B. @sap/xssec C. @sap/hdi D. @sap/hdbextView AnswerAnswer: A
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
To which of the following can you bind or unbind these dependencies?
In the Run Configurations view, you can see the available dependencies as defined in the package.json file. To which of the following can you bind or unbind these dependencies? Note: There are 3 correct answers to this question.A . User-provided service B. SAP HANA Cloud database C. Local database D....
What is an event handler?
What is an event handler?A . A method B. A procedure C. An interface D. A functionView AnswerAnswer: A