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
You create a multi-target application in SAP Web IDE for SAP HANA. Which source code management option do you use?
A. SVC-based repository
B. SAP HANA repository
C. GIT-based repository
D. SAP HANA repository workspace
From which tool can you run the XS Command Line?
A. Local operating system shell
B. SAP HANA studio
C. SAP Web IDE for SAP HANA
D. SAP HANA cockpit
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
What statement must you insert to the following OData service to complete the navigation definition from the customer entity set to the corresponding sales orders? Service{ "sample.odata;; customer" as "Customer" navigates ("Customer_Orders" as "toOrders");"sample.odata: salesorders" as "Orders";}
A. Key specification
B. Aggregation
C. Join condition
D. Association
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
What characterizes the Node.js environment? Note: There are 2 correct answers to this question.
A. It uses a synchronous programming model.
B. It is a client-side design-time environment for JavaScript.
C. It is built on Google's V8 JavaScript engine.
D. It is single-threaded.
What are the key characteristics of the calculation view's Input Parameter? There are 3 correct answers to this question.
A. It can NOT be used to filter measure values.
B. It can be used in a conditional expression.
C. It can be used to pass values to table functions.
D. It is passed via reserved word PLACEHOLDER.
E. It is passed using a WHERE clause.
What is the package descriptor package.json used for? There are 2 correct answers to this question.
A. To list the package dependencies
B. To set the router version
C. To define the routes
D. To define back-end destinations
Which of the following are characteristics of database procedures?
A. Database procedures can have both input and output parameters; however, a parameter CANNOT be both input and output.
B. Database procedures can have several output parameters, and a mix of both scalar and table types is possible.
C. If, in the database procedure header, you use the READS SQL DATA option, then INSERT statements are prohibited; however, dynamic SQL is allowed.
D. If, in the database procedure header, you use the SQL SECURITY INVOKER option, then only the owner of the procedure can start it.