Which of the following are characteristics of SAPU15? Note; There are 3 correct answers to this question.
A. Provides device-specific user experience
B. Supports customer-specific theming
C. Provides an extensibility concept
D. Enables responsive application design
E. Renders the UI on server side
In an SQLScript procedure, which feature do you use to initialize IN/OUT table parameters?
A. IS_EMPTY
B. DEFAULT EMPTY
C. DEFAULT
D. SET
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 create an SAP HANA extended application services, advanced model (XS advanced) multi-target
application using the SAP Web IDE for SAP HANA.
Which files can be generated automatically by the wizard when you create the SAP HANA database
(HDB) module?
Note: There are 2 correct answers to this question.
A. hdiconfig
B. package.json
C. hdinamespace
D. server.js
You use path expressions (associations) in your Core Data Services to combine entities instead of using
SQL joins.
What is a benefit to use these associations?
A. It increases the performance of the query.
B. It enforces referential constraint.
C. It improves the writability and readability of the query.
D. It invokes authorization checks on database level.
Which parameters do you need for the APPLY_FILTER function? Note: There are 2 correct answers to this question.
A. Filter condition
B. Dataset
C. Join condition
D. Entity set
Which SAP HANA extended application services, advanced model (XS advanced) tools can you use to retrieve the URL for the SAP Web IDE for SAP HANA? Note: There are 2 correct answers to this question.
A. advanced Command Line client tool
B. XS advanced Controller Start Screen
C. Organization and Space Management tool
D. Runtime tool
You are asked to produce sales value for the month using sales order line items (sales price per item x quantity sold), what do you use to achieve this in a calculated column of a calculation view? There are 2 correct answers to this question.
A. Keep flag
B. Transparent filter
C. Dynamic join
D. Non-equijoin
Which of the following joins can be defined only with multi-column join in calculation views? Please choose the correct answer.
A. Temporal join
B. Dynamic join
C. Text join
D. Multi join
You want to exclusively use declarative logic in an SQL Script procedure. Which of the following operators can you use? There are 2 correct answers to this question.
A. IF condition
B. MAP_REDUCE function
C. TABLE variable
D. COMM IT statement