Which components are part of SAP HANA Cloud? Note: There are 2 correct answers to this question.
Which components are part of SAP HANA Cloud? Note: There are 2 correct answers to this question.A . SAP Analytics CloudB . Data lakeC . SAP HANA databaseD . SAP Enterprise Architecture DesignerView AnswerAnswer: B C
What are some of the restrictions that apply when defining parallelization blocks in calculation views? 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.A . Multiple blocks can only be defined within a single calculation view.B . Only one block can be defined across a stack of calculation views.C ....
Which type of join supports a temporal condition in a calculation view?
Which type of join supports a temporal condition in a calculation view?A . Referential joinB . Inner joinC . Text joinD . Left outer joinView AnswerAnswer: B
Which of the following could be a valid reason?
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?A . Your function includes a TRUNCATE statement.B...
In a database module, what is the purpose of the .hdiconfig file?
In a database module, what is the purpose of the .hdiconfig file?A . To specify an external schema in which calculation views will get their dataB . To specify which HDI plug-ins are availableC . To specify in which space the container should be deployedD . To specify the namespace...
What is the correct approach?
You want to create a star schema using a calculation view. The measures are based on columns from two transaction tables. DIMENSION calculation views provide the attributes. What is the correct approach?A . Combine the transaction tables using a star join node in a calculation view of type CUBE with...
What is the recommended approach for verifying the results?
You want to ensure that your calculation view does not give unexpected results for a query that is based on any combination of columns. What is the recommended approach for verifying the results?A . Set the HIDE property for columns NOT required.B . Write and execute a custom SQL query...
Which of the following conditions must be met?
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 exposed by a calculation view of type CUBE with star join.B ....
What could be the problem?
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.A . The Country column is requested.B . Join cardinality is set :1.C ....
How can you fill the input parameters of the table function?
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.A . Define constant values.B . Assign a hierarchy node.C . Reference the output of...