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?
What are the key steps to implement currency conversion in a calculation view?
What is generated when you build/deploy a CUBE calculation view design-time file? Note: There are 2 correct answers to this question.
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.
Which type of join supports a temporal condition in a calculation view?
Why do you nest flowgraphs? 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.
Why would you use the Transparent Filter property in a calculation view?
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?
Referring to the diagram, which privileges would a user require to view United States data when querying the CUBE calculation view?
Which of the following are standard options provided to define analytic privileges? Note: There are 3 correct answers to this question.
In a calculation view, why would you implement an SQL expression? Note: There are 3 correct answers to this question.
In your calculation view, you want to consume a custom data source defined using SQLScript. In which type of object do you write your code?
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?
What is a calculation view query snapshot?
You run a CREATE REMOTE SOURCE SQL statement to create a smart data integration remote source, but the statement fails. What could be the reason? Note: There are 2 correct answers to this question.
What is the purpose of a remote subscription?
You deleted the design-time file of a calculation view in your HDB module.What is the recommended way to ensure that the corresponding runtime object is also removed from the database?
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?
You have defined a pruning configuration table in a calculation view. What are you attempting to prune from the query execution?
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.
You have configured static cache for your calculation view and run a query against it, but the cache results are not being used. What might be the reason for this?
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?
Why do you nest flowgraphs? Note: There are 2 correct answers to this question.
Why would you use the Transparent Filter property in a calculation view?
Why do you use the Hidden Columns checkbox in the semantics node of your calculation view? Note: There are 2 correct answers to this question.
You import a project that includes an SAP HANA database (HDB) module to your workspace. You need to create a calculation view that uses data from a table located in an external schema within the same local database.
Which of the following items do you need? Note: There are 2 correct answers to this question.
Which of the following data sources can you include in a graphical calculation view? Note: There are 2 correct answers to this question.
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.
In an XS Advanced project, what is the purpose of the .hdiconfig file?
Which tool generates and runs the SQL for a specific node of your calculation view?
Referring to the diagram, which privileges would a user require to view United States data when querying the CUBE calculation view?
What is generated when you build/deploy a CUBE calculation view design-time file? Note: There are 2 correct answers to this question.
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?
Why would you partition a table in an SAP HANA database? Note: There are 2 correct answers to this question.
Why would you implement SQL in calculation views? Note: There are 2 correct answers to this question.
What are possible consequences of unfolding? Note: There are 2 correct answers to this question.
You are deploying a new calculation view, A, that uses calculation view B, as shown in the diagram. When you preview calculation view A, the account number is not masked.
What could be the reason?
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?
In a calculated column, which object do you use to process a dynamic value in an expression?
Why might you use the Keep Flag property in an aggregation node?
Which project structure object corresponds to a unique HDI container?
Which of the following are standard options provided to define analytic privileges? Note: There are 3 correct answers to this question.
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?
In a calculation view, what is the purpose of a variable?