In an SAPU15 application, where do you find the reference to sap-ui-core.js?
A. In the URL to the SAPU15 application
B. In the bound attributes data model
C. In the manifest.json descriptor file
D. In the bootstrap section of the index.html
What happens if you define a database object in the persistence model and deploy it using the SAP HANA Deployment Infrastructure (HDI)?
A. The corresponding runtime object is created in the database module of the multi-target application during runtime.
B. The corresponding runtime object is created in the HDI container on deployment.
C. A descriptive representation of the object is created in HDI during runtime.
D. The HDI container is created when the design-time object is saved.
You need to bind UI5 controls to a data source.
Between which parts of the SAPUI5 application must you create data binding?
A. Model and Controller
B. Controller and View
C. View and Model
D. Application Descriptor and View
Your multi-target application shall use XSJS.
Which module type do you create in your application project?
A. HTML5
B. Java
C. SAP HANA database
D. Node.js
Which metadata declarations can you specify in an SQLScript procedure when you use the SAP HANA
Deployment Infrastructure?
Note: There are 2 correct answers to this question.
A. Authorization
B. Default schema
C. Security
D. Language
You create a simple data model to store user information. The model contains two tables: One for the user information, the other for user address details. The user can only have one address. You also need a view to show the complete information of the user including the address. Which actions to you perform if you use CDS artifacts only?
A. Create two entities for the user and address. Extend the user entity with address columns. Create a view named User Details using select on the user entity.
B. Create two entities for the user and address. Create a User Details calculation view and join the user and address information.
C. Create two entities for the user and address. Create an association in the user entity to the address O entity. Define a User Details view using select on the address entity and using the association to read the user information.
D. Create two entities for the user and address. Create an association in the user entity to the address O entity. Define a User Details view using select on the user entity and using the association to read the address information.
An OData Service contains an entity set called Products. Which resource path do you add to the OData Service URL to view the available products?
A. serviceURL/ Metadata / Products
B. serviceURL/ Format/ Products
C. serviceURL/Products
D. serviceURL/ Products/ Metadata
You configure an OData service for a transactional SAPUI5 application What is the default data access behavior of the OData service?
A. Read: Yes Create: No Update. Yes Delete No
B. Read: Yes Create: Yes Update: Yes Delete. No
C. Read: Yes Create: No Update: No Delete: No
D. Read: Yes Create: Yes Update: Yes Delete: Yes
Where do you find the design-time objects of an SAP HANA extended application services, classic model (XS classic) application?
A. SAP HANA catalog
B. SAP HANA repository
C. SAP HANA extended application services, classic model application server
D. SAP HANA Deployment Infrastructure
You implement an asynchronous Node.js service which sends requests to the database. How do you handle the database responses? Note: There are 2 correct answers to this question.
A. Process the callback methods in the order in which the requests are returned from the database.
B. Process the callback methods in the order in which the requests are sent by the service.
C. Call a method directly after every send request.
D. Register a callback method for every sent request.
Which of the following models a servet-side model in the SAPUI5 context?
A. Resource
B. OData
C. JSON
D. XML
In a calculation view, what are the different types of input mapping available in Table Function? There are 2 correct answers to this question.
A. Formula
B. Data Source Column
C. Variable
D. Constant
An OData service contains an entity set called Products. Which resource path do you add to the OData service URL to view all available products?
A. /Products
B. /Products/"
C. /Products/ALL
D. /Products/$metadata
You developed a multi-target application that contains only a database module. Which environment are the runtime objects created in? Please choose the correct answer.
A. Java Runtime Environment (JRE)
B. SAP HANA Runtime Tools (HRTT)
C. SAP Web IDE for SAP HANA
D. HANA Deployment Infrastructure Container
Which of the following SQL Script elements do you use to transform a set of arrays into an intermediate table variable? Please choose the correct answer.
A. ARRAY
B. SET
C. UNSET
D. UNNEST