Which of the following statements about SAP HANA UI Integration Services are correct?
There are 2 correct answers to this question.
SAP HANA UI Integration Services has to be imported as a delivery unit.
SAP HANA UI Integration Services is a tool that replaces SAP UI5.
SAP HANA UI Integration Services is a standard tool that is automatically installed in the system.
The presentation logic for SAP HANA UI Integration Services is executed on the server side.
SAP HANA UI Integration Services is a higher level user interface design tool.
Which of the following views are provided by the standard Eclipse debugger?
Note: There are 3 correct answers to this question.
Step-Through
Breakpoints
Source code
Variables
Performance
For which purpose would you use the jQuery.ajax API?
To roll back changes in SAP HANA database
To specify the panel of your user interface
To specify the layout of your user interface
To perform an asynchronous JavaScript request
Which API do you use to get the logon language?
$.trace
$.session
$.db.getConnection
$.import
What is used in server-side JavaScript services to perform SQL queries?
The pure Java JDBC driver
An XS-specific API that was added to the JavaScript VM
The JDBC-ODBC bridge driver
A standard ODBC driver
Which of the following steps do you have to perform to display data in the Web browser as an MS Excel-type file download?
Note: There are 3 correct answers to this question.
Set the content disposition header to Attachment.
Put the result set into Single File Web Page format.
Set the content type to XML.
Set the content type value to application/vnd.ms-excel.
Put the result set into a tab-delimited text string.
You write a server-side JavaScript service that multiplies two variables and displays the result in the Web browser.
Which API do you use to display the result in the Web browser?
$.import
$.response.status
$.response.setBody
$.net.http
Which of the following tasks do you have to perform prior to executing your JavaScript code?
Note: There 2 correct answers to this question.
Compile the code.
Perform a nightly build.
Save the code.
Activate the code.