Which tool do you use to create a calculation view in a multi-target application?
A. SAP HANA database explorer
B. SAP HANA studio
C. SAP HANA Web-based Delopment Workbench
D. SAP web IDE for SAP HANA
Which of the following activities are part of the development lifecycle using SAP HANA extended application services, advanced model (XS advanced)? Note: There are 3 correct answers to this question.
A. Synchronize source with GIT repository
B. Store source in SAP HANA repository
C. Activate artifacts via _SYS_REPO
D. Create an MTA project
E. Export project as MTA archive
You need to restrict the selected columns exposed to the client. Which OData capability do you use?
A. Parameter entity sets
B. Key specification
C. Aggregation
D. Property projection
You need to create a native SAP HANA application that fully leverages the SAP HANA platform. How do you implement data-intensive calculations?
A. Push the calculations onto the database layer
B. Push the calculations onto the application layer
C. Push the calculations onto the presentation layer
D. Distribute calculations between application layer and presentation layer
Which development environment does SAP recommend to develop an SAP HANA extended application services; advanced model (XS advanced) multi-target application?
A. SAP HANA studio
B. ASAP development tools
C. SAP web IDE for SAP HANA
D. SAP HANA Web-based Development Workbench
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.
For what do you use the RESIGNAL statement in SQLScript?
A. System exceptions
B. Specific SQL error codes
C. Generic SQL exceptions
D. User-defined exceptions
In which of the following objects can you use Commit and Rollback statements?
A. Table user-defined function
B. Scripted Calculation view
C. Scalar user-defined function
D. SQLScript procedure
Which application runtimes are currently supported by the SAP Cloud Application Programming Model? There are 2 correct answers to this question.
A. Python
B. Java
C. Node.js
D. Go
Your multi-target application will use XSJS. Which module type do you create in your application project? Please choose the correct answer.
A. SAP HANA database
B. HTML5
C. Java
D. Node.js