C_HAMOD_2404 SAP Certified Associate - Data Engineer - SAP HANA Questions and Answers
In a calculation view, why would you implement an SQL expression? Note: There are 3 correct answers to this question.
Your flowgraphs defines a template table as a data target. What triggers the generation of the template table?
You implement a referential join between Table A and Table B, but when you query the calculation view, Table B is not pruned. What could be the problem? Note: There are 2 correct answers to this question.
You create a table function to remove historic records, sum the current total weekly working hours for each employee, and update the personnel table with the results. The deployment of the table function fails.
Which of the following could be a valid reason?
Which of the following techniques can you use to improve the performance of calculation views? Note: There are 2 correct answers to this question.
You set the Null Handling property for an attribute but do not set a default value. What is displayed when null values are found in a column of data type NVARCHAR?
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.
What can you identify using Performance Analysis mode? Note: There are 2 correct answers to this question.
Your calculation view consumes one data source, which includes the following columns: SALES_ORDER_ID, PRODUCT_ID, QUANTITY and PRICE.
In the output, you want to see summarized data by PRODUCT_ID and a calculated column, PRODUCT_TOTAL, with the formula QUANTITY PRICE. In which type of node do you define the calculation to display the correct result?
When you build/deploy a flowgraph, what can be generated? Note: There are 3 correct answers to this question.
You created a calculation view that combines two tables in a join node. To improve the runtime of your calculation view, you use a referential join to prune data sources.
How do you check if pruning occurs? Note: There are 2 correct answers to this question.