SAP Certified Associate - Data Engineer - SAP HANA Questions and Answers
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?
Why might you use the Keep Flag property in an aggregation node?
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.
Why do we use Git when modeling calculation views?
What is the purpose of a remote subscription?
In a calculation view, why would you choose the DEPRECATED setting? Note: There are 2 correct answers to this question.
You want to map an input parameter of calculation view A to an input parameter of calculation view B using the parameter mapping feature in the calculation view editor. However, the input parameters of calculation view B are not proposed as source parameters.
What might be the reason for this?
What can you identify using Performance Analysis mode? Note: There are 2 correct answers to this question.
What are some of the restrictions that apply when defining parallelization blocks in calculation views? Note: There are 2 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.
What is the default top view node for a calculation view of type CUBE?
Referring to the diagram, which privileges would a user require to view United States data when querying the CUBE calculation view?
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?
Which of the following approaches might improve the performance of joins in a CUBE calculation view? Note: There are 2 correct answers to this question.
In a calculation view, your table function node executes a table function that requires input parameters.
How can you fill the input parameters of the table function? 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 are creating a procedure to be consumed in a DYNAMIC analytic privilege. What must you consider? Note: There are 2 correct answers to this question.
Which of the following techniques can you use to improve the performance of calculation views? Note: There are 2 correct answers to this question.
What is a restricted measure?
Why would you set the "Ignore multiple outputs for filters" property in a calculation view?
Why would you use an anonymous block when writing SQLScript?
Two calculation views, A and B, are defined as shown in the diagram. Three analytic privileges have been granted to you. When you preview calculation view A, what data do you see?
What are some best practices when developing calculation views? Note: There are 2 correct answers to this question.
What are the key steps to implement currency conversion in a calculation view?