SAP C_HAMOD_2404 Practice Test - Questions Answers, Page 3
List of questions
Related questions
Using the table in the diagram, you need to create a cube calculation view. What is the simplest approach to create the output from the screenshot?
Create a filter expression that uses an OR operator.
Create 3 calculated columns.
Implement a union node and map each year as a separate column.
Create a restricted column for each year.
What are the key steps to implement currency conversion in a calculation view?
Assign semantic type. * Choose client, source and target currencies. . * Choose conversion date and rate type. * Define an expression in a calculated column.
Enable the measure for conversion. * Choose client, source and target currencies. * Choose conversion date and rate type. * Assign the conversion rule to your calculation view.
Assign semantic type. * Enable the measure for conversion. * Choose client, source and target currencies. * Choose conversion date and rate type.
Enable the measure for conversion. * Choose client, source, and target currencies. * Choose conversion date and rate type. * Build the conversion rule.
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?
6
9
2
5
Why might you use the Keep Flag property in an aggregation node?
To exclude columns that are NOT requested by a query to avoid incorrect results
To ensure that the aggregation behavior defined in the aggregation node for a measure CANNOT be overridden by a query
To include columns that are NOT requested by a query but are essential for the correct result
To retain the correct aggregation behavior in stacked views
A calculation view consumes the data sources shown in the graphic. You want to identify which companies sold products in January AND February. What is the optimal way to do this?
Use an aggregation node.
Use a union node.
Use an intersect node.
Use a minus node.
Which type of join supports a temporal condition in a calculation view?
Text join
Referential join
Inner join
Left outer join
What is generated when you build/deploy a CUBE calculation view design-time file? Note: There are 2 correct answers to this question.
Metadata to enable consumption by external tools
A column view in a container
An SQL execution plan
Cached results to improve read performance
What are the limitations of using a full outer join in a star join node? Note: There are 2 correct answers to this question.
It CANNOT be mixed in the same star join node with other join types.
Only one column can be included in the join condition.
It must appear in the last DIMENSION in the star join node.
It is restricted to one DIMENSION in a star join node.
You combine two customer master data tables with a union node in a calculation view. Both master data tables include the same customer name. How do you ensure that each customer name appears only once in the results?
Define a restricted column in a union node.
Add an intersect node above the union node.
Include an aggregation node above the union node.
In the union node, map both source customer name columns to one target column.
Why would you choose to implement a referential join?
To automate the setting of cardinality rules
To reuse the settings of an existing join
To develop a series of linked joins
To ignore unnecessary data sources
Question