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 view the data model exposed by an OData V2 service. What must you append to the service URL?
A. $servicedefinition
B. $schema
C. $metadata
D. $format
Your team develops an application using SAP Web IDE for SAP HAN
A. How can you share the application source code with other team users?
B. Share the project in the application project settings.
C. Assign a shared workspace to users in XS Advanced Administration.
D. Store the source code in a shared Git repository.
E. Store the project in a shared package within the SAP HANA repository.
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
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 keywords do you use to define an OData association? Note: There are 3 correct answers to this question.
A. UNION
B. PRINCIPAL
C. JOIN
D. DEPENDENT
E. MULTIPLICITY
What are the characteristics of the calculation view of type "SQL Access Only"? There are 2 correct answers to this question.
A. Can be directly used for multidimensional analysis
B. Can be direct y accessed via SQL
C. Can be directly exposed to all client tools
D. Can be directly used as modeled data source for another view
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
How do you specify the target currency for currency conversion in calculation views? There are 3 correct answers to this question.
A. With an input parameter
B. With a fixed value
C. In a column
D. In a procedure
E. In a table function
In application development with XS advanced, which of the following entities belong to a specific SPACE? There are 2 correct answers to this question.
A. Applications
B. Processes
C. Users
D. Organizations