Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Why would you partition a table in an SAP HANA database? Note: There are 2 correct answers to this question.

A.

To improve response time when multiple users access the same table

B.

To overcome the 2 billion record limit

C.

To improve data replication performance on large row tables

D.

To improve query performance when accessing large column tables

You create a user-provided service to access tables in external schemas.

In which file type do you assign the user-provided service to your database module?

A.

hdiconfig

B.

.mtar

C.

.namespace

D.

.yaml

You combine two tables in a join node using multiple columns in each table.

Why do you enable the dynamic join option? Note: There are 2 correct answers to this question.

A.

To force the calculation at the relevant level of granularity, even if this level is not the grouping level defined by the query

B.

To allow data analysis at different levels of granularity with the same calculation view

C.

To ensure that the aggregation always happens after the join execution

D.

To ensure that the join execution uses only the join columns requested in the query

A calculation view includes a rank node that uses the source data and settings shown in the graphic. Your query requests all columns of the rank node. How many rows are in the output of your query?

A.

6

B.

9

C.

2

D.

5

In your calculation view, you want to consume a custom data source defined using SQLScript. In which type of object do you write your code?

A.

Procedure

B.

Scalar function

C.

Anonymous block

D.

Table function

You want to create a star schema using a calculation view. The measures are based on columns from two transaction tables. DIMENSION calculation views provide the attributes.What is the correct approach?

A.

Combine the transaction tables using a star join node in a CUBE calculation view.

•Use a join node to join the DIMENSIONS to the resulting fact table.

B.

Combine the transaction tables using a join node in a CUBE calculation view.

•Combine the DIMENSIONS using another join node.

•Use a star join node to combine both resulting fact and dimension tables.

C.

Combine the transaction tables using a join node in a CUBE calculation view.

•Use a star join node to join the DIMENSIONS to the resulting fact table.

D.

Combine the transaction tables using an aggregation node in a CUBE calculation view.

•Use a star join node to join the DIMENSIONS to the resulting fact table.

Why might you use the Keep Flag property in an aggregation node?

A.

To exclude columns that are NOT requested by a query to avoid incorrect results

B.

To ensure that the aggregation behavior defined in the aggregation node for a measure CANNOT be overridden by a query

C.

To include columns that are NOT requested by a query but are essential for the correct result

D.

To retain the correct aggregation behavior in stacked views

Why do you use the Hidden Columns checkbox in the semantics node of your calculation view? Note: There are 2 correct answers to this question.

A.

To avoid exposing sensitive columns when defining calculated columns

B.

To prevent passing columns in stacked calculation views

C.

To ensure specific columns are NOT exposed to the reporting tool

D.

To remove a column that is also used as a Label column

In a calculation view, why would you choose the DEPRECATED setting? Note: There are 2 correct answers to this question.

A.

To warn developers that the calculation view is no longer supported

B.

To indicate that it should not be used as a data source to other calculation views

C.

To lock the calculation view from further modifications

D.

To redirect queries on this calculation view to another one

Which project structure object corresponds to a unique HDI container?

A.

A project

B.

An src folder

C.

A space

D.

A database module