80 Questions Flashcards
(405 cards)
Why would you create SQL in cal views
To implement custom logic
Which type of join supports a temporal condition in a cal view
Inner join
What can you do with shared hierarchies
Enable SQL SELECT statements to access hierarchies, Provide reusable hiearchies for drilldown in a cube without star join
What options do you have to handle orphan nodes in your hierarchies
generates additional root nodes, assign them to a level below the root
Which privileges would an user require to view US data when querying the cube cal view?
A SELECT privilege on the cube cal and an analytic privilege (Country=US) on the dim cal view
What do you use in the def on a dynamic SQL analytic privilege
A procedure that returns the data access condition as an SQL expression
Which tool generates and executes the SQL for specific node of ur cal view
Debug query mode
You are managing ur source files using GIT. In which sequence does ur file progress towards a commit
Working directory->staging area->local git repository
You want to create a star schema using a cal view. The measures are based on columns from two transaction tables. Dimension cal views provide the attributes. What is the correct approach
Combine the transaction tables using a join node in a cal view of type Cube with star join. Use a star join node to join the dim to the fact table.
What are some best practices when developing a cal views
Include all data flow logic within one cal view?, Avoid defining joins on cal columns
In ur cal view, you want to consume a custom data source defined using SQLScript. In which type of object do you write ur code
Table function
What are some of the typical roles in an SAP HANA Cloud implementation
Data architect, Modeler
In a cal view, the table function node executes a table function that requires input parameters. How can you fill the input parameters of the table function
Define constant values, map columns from lower nodes, and create the map an input parameter.
In DB module, what is the purpose of the .hdiconfig file
To specify which HDI plug ins are available
You are deploying a new cal view, A, that uses cal view B. When you preview cal view A, the account number is not masked. What could be the reason
You didn’t define masking in cal view A
What are the limitations of using a full outer join in a star join node
It must appear in the last dimension in the star join node, it is restricted to one dimension in a star join node
You combine two tables in a join node using multiple columns in each table. Why do you enable the dynamic join option
To ensure that join execution only uses the joined columns requested in the query, to allow data analysis at different levels of granularity with the same cal view
You create a table function to remove historic records, sum the current total weekly working hrs 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.
Your function includes a truncate statement
Why would you choose an HDI shared service plan instead of a schema service plans
You want to use BAS, you want to use containers to isolate objects, and You want to create DB objects using source files
You want to ensure that cal 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
Write and execute a custom SQL query in the SQL console, Select data preview for the cal view
You have configured static cache for your cal view and run a query against it, but the cache results are ot being used. What might be the reason for this
You did not define any columns in the cache setting
At which levels of a project structure can you execute a deploy operation
Entire workspace, sub folder of a database module
You have imported a new cal view in a folder that contains an .hdinamespace file. This cal view consumes one data source, which is a table. When trying to deploy the cal view, the deployment fails with a namespace-relate issue. What could be the reason?
The namespace used within the cal view to reference the table is different from the actual namespace in the identifier of this table, The imported cal view and its data source have different namespaces
What is generated when you deploy a cube cal view design time file
Cached results to improve read performance, metadata to enable consumption by external tools