SAP C_HCMOD_02 SAP Certified Application Associate – SAP HANA Cloud Modeling Online Training
SAP C_HCMOD_02 Online Training
The questions for C_HCMOD_02 were last updated at Dec 19,2024.
- Exam Code: C_HCMOD_02
- Exam Name: SAP Certified Application Associate - SAP HANA Cloud Modeling
- Certification Provider: SAP
- Latest update: Dec 19,2024
What is the SQL keyword used to process input parameters defined in a calculation view?
- A . WHERE
- B . PLACEHOLDER
- C . HINT
- D . SET
What is a restricted measure?
- A . A measure that can be consumed by a CUBE and not a DIMENSION.
- B . A measure that is filtered by one or more attribute values.
- C . A measure that can only be displayed by those with necessary privileges.
- D . A measure that cannot be referenced by a calculated column.
What is generated when you deploy a CUBE calculation view design-time file? Note: There are 2 correct answers to this question.
- A . Cached results to improve read performance
- B . Metadata to enable consumption by external tools
- C . An SQL execution plan
- D . A column view in a container
You have defined a pruning configuration table in a calculation view.
What are you attempting to prune from the query execution?
- A . Calculated columns
- B . Filters
- C . Joins
- D . Data sources of unions
What are the consequences of NOT executing a delta merge? Note: There are 2 correct answers to this question.
- A . Read performance decreases.
- B . New records are not read.
- C . Memory is not optimized.
- D . Aggregates are not adjusted.
In a calculation view, why would you implement an SQL expression? Note: There are 3 correct answers to this question.
- A . To generate hierarchies
- B . To define a filter
- C . To convert currencies
- D . To generate a restricted column
- E . To generate a calculated column
You want to join two tables in a calculation view.
Why do you use a non-equi join?
- A . Join columns have different data types.
- B . The number of joined columns is different in each table.
- C . Join columns need to be ignored when NOT requested by the query.
- D . The join condition is not represented by matching values.
Why would you set the "Ignore multiple outputs for filters" property in a calculation view?
- A . To ensure semantic correctness
- B . To hide columns that are not required
- C . To avoid duplicate rows in the output
- D . To force filters to apply at the lowest node
Why would you use parameter mapping in a calculation view? Note: There are 2 correct answers to this question.
- A . To pass variable values to external value help views
- B . To assign variables to one or more attributes
- C . To push down filters to the lowest level calculation views
- D . To convert the data types of input parameters
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?
- A . Define a restricted column in a union node.
- B . In the union node, map both source customer name columns to one target column.
- C . Add an intersect node above the union node.
- D . Include an aggregation node above the union node.