Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

SAP C_HAMOD_2404 - SAP Certified Associate - Data Engineer - SAP HANA

Page: 1 / 3
Total 80 questions

You define a hierarchy in a calculation view. You want to expose the hierarchy to SQL. Which of the following conditions must be met? Note: There are 2 correct answers to this question.

A.

The hierarchy must be defined as a local hierarchy.

B.

The hierarchy must be a shared hierarchy.

C.

The hierarchy must be a parent-child hierarchy.

D.

The hierarchy must be exposed by a CUBE calculation view with star join.

How can you define a variable that presents its value help hierarchically? Note: There are 2 correct answers to this question.

A.

Create a level hierarchy and assign it to the variable.

•Ensure the variable's reference column is the top level of the hierarchy.

B.

Create a parent-child hierarchy and assign it to the variable.

•Ensure the variable's reference column is the parent attribute of the hierarchy.

C.

Create a parent-child hierarchy and assign it to the variable.

•Ensure the variable's reference column is the child attribute of the hierarchy.

D.

Create a level hierarchy and assign it to the variable.

•Ensure the variable's reference column is the leaf level of the hierarchy.

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

What are the characteristics of a SHARED replica table? Note: There are 3 correct answers to this question.

A.

The consuming application always references the virtual table

B.

The replica table always stores real-time data

C.

You can choose your own replica table name

D.

You can toggle queries routing between remote table data and replica table data

E.

You do not need to create the physical replica table manually

What are some best practices when developing calculation views? Note: There are 2 correct answers to this question.

A.

Avoid defining joins on calculated columns.

B.

Include all data flow logic within one calculation view.

C.

Define filters on calculated columns.

D.

Aggregate at the lowest possible node.

Why do you use parameter mapping in a calculation view? Note: There are 2 correct answers to this question.

A.

To push down filters to the lowest level calculation views

B.

To convert the data types of input parameters

C.

To pass variable values to external value help views

D.

To assign variables to one or more attributes

What privileges do you need to create a virtual table referencing a remote SAP HANA table? Note: There are 2 correct answers to this question.

A.

SELECT on the source object

B.

CREATE VIRTUAL TABLE on the remote source

C.

CREATE ANY on the target schema

D.

ALTER on the remote source

In a calculation view, why would you implement an SQL expression? Note: There are 3 correct answers to this question.

A.

To generate a restricted column

B.

To define a filter

C.

To generate a calculated column

D.

To generate hierarchies

E.

To convert currencies

Why would you choose to implement a referential join?

A.

To automate the setting of cardinality rules

B.

To reuse the settings of an existing join

C.

To develop a series of linked joins

D.

To ignore unnecessary data sources

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