option
Questions
ayuda
daypo
search.php

ERASED TEST, YOU MAY BE INTERESTED ON HAMOD24

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
HAMOD24

Description:
SAP hana exam

Author:
AVATAR
NA
Other tests from this author

Creation Date: 18/11/2024

Category: Computers

Number of questions: 80
Share the Test:
New CommentNuevo Comentario
No comments about this test.
Content:
How can you define a variable that presents its value help hierarchically? Note: There are 2 correct answers to this question. Create a level hierarchy and assign it to the variable. Ensure the variable's reference column is the top level of the hierarchy. Create a parent-child hierarchy and assign it to the variable. Ensure the variable's reference column is the parent attribute of the hierarchy. Create a parent-child hierarchy and assign it to the variable. Ensure the variable's reference column is the child attribute of the hierarchy. Create a level hierarchy and assign it to the variable. Ensure the variable's reference column is the leaf level of the hierarchy.
What options do you have to handle orphan nodes in your hierarchy? Note: There are 2 correct answers to this question. Assign them to a parent determined by an expression Assign them to a leaf level node. Assign them to an existing node at the root level. Define them as additional root nodes.
Why do you use parameter mapping in a calculation view? Note: There are 2 correct answers to this question. To push down filters to the lowest level calculation views To convert the data types of input parameters To pass variable values to external value help views To assign variables to one or more attributes.
What can you do with shared hierarchies? Note: There are 2 correct answers to this question Provide reusable hierarchies for drilldown in a CUBE with star join Access hierarchies created in external schemas Provide reusable hierarchies for drilldown in a CUBE without star join Enable SQL SELECT statements to access hierarchies.
Why would you set the "Ignore multiple outputs for filters" property in a calculation view? To ensure semantic correctness To avoid duplicate rows in the output To force filters to apply at the lowest node To hide columns that are not required.
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? Projection Union Aggregation Join.
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. The hierarchy must be defined as a local hierarchy. The hierarchy must be a shared hierarchy. The hierarchy must be a parent-child hierarchy The hierarchy must be exposed by a CUBE calculation view with star join.
In a calculation view, what is the purpose of a variable? To provide a dynamic value in a calculated column To break up complex SQL into smaller steps To pass values between procedures and calculation views To filter an attribute at run-time based on a user input.
In a calculated column, which object do you use to process a dynamic value in an expression? Input Parameter Variable TF SP.
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? The names of the input parameters do not match. You selected the wrong parameter mapping TYPE. Your source calculation view is of type DIMENSION. You already mapped the input parameters in another calculation view.
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? "ס" <empty string> "2" "Null".
What is a restricted measure? A measure that can only be displayed by those with necessary privileges A measure that is filtered by one or more attribute values A measure that can be consumed by a CUBE and not a DIMENSION A measure that cannot be referenced by a calculated column.
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? . Create a filter expression that uses an OR operator. Create 3 calculated columns Implement a union node and map each year as a separate column. Create a restricted column for each year.
What are the key steps to implement currency conversion in a calculation view? Assign semantic type. Choose client, source and target currencies. . Choose conversion date and rate type. Define an expression in a calculated column. Enable the measure for conversion. Choose client, source and target currencies. Choose conversion date and rate type. Assign the conversion rule to your calculation view. Assign semantic type. Enable the measure for conversion. Choose client, source and target currencies. Choose conversion date and rate type Choose client, source, and target currencies. Choose conversion date and rate type. Build the conversion rule.
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? 6 9 2 5.
Why might you use the Keep Flag property in an aggregation node? To exclude columns that are NOT requested by a query to avoid incorrect results To ensure that the aggregation behavior defined in the aggregation node for a measure CANNOT be overridden by a query To include columns that are NOT requested by a query but are essential for the correct result To retain the correct aggregation behavior in stacked views.
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? Use an aggregation node. Use a union node. Use an intersect node Use a minus node. .
Which type of join supports a temporal condition in a calculation view? Text join Referential join Inner join Left outer join.
What is generated when you build/deploy a CUBE calculation view design-time file? Note: There are 2 correct answers to this question. Metadata to enable consumption by external tools A column view in a container An SQL execution plan Cached results to improve read performance.
What are the limitations of using a full outer join in a star join node? Note: There are 2 correct answers to this question. It CANNOT be mixed in the same star join node with other join types Only one column can be included in the join condition. 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 customer master data tables with a union node in a calculation view. Both master data tables include the same customer name. How do you ensure that each customer name appears only once in the results? Define a restricted column in a union node. Add an intersect node above the union node. Include an aggregation node above the union node. In the union node, map both source customer name columns to one target column.
Why would you choose to implement a referential join? To automate the setting of cardinality rules To reuse the settings of an existing join To develop a series of linked joins To ignore unnecessary data sources.
Why would you use the Transparent Filter property in a calculation view? To prevent filtered columns from producing incorrect aggregation results. To improve filter performance in join node To allow filter push-down in stacked calculation views To ignore a filter applied to a hidden column.
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? Combine the transaction tables using a star join node in a CUBE calculation view. Use a join node to join the DIMENSIONS to the resulting fact table. Combine the transaction tables using a join node in a CUBE calculation view. Combine the DIMENSIONS using another join node. Use a star join node to combine both resulting fact and dimension tables. Combine the transaction tables using a join node in a CUBE calculation view. Use a star join node to join the DIMENSIONS to the resulting fact table. Combine the transaction tables using an aggregation node in a CUBE calculation view. Use a star join node to join the DIMENSIONS to the resulting fact table.
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 To force the calculation at the relevant level of granularity, even if this level is not the grouping level defined by the query To allow data analysis at different levels of granularity with the same calculation view To ensure that the aggregation always happens after the join execution To ensure that the join execution uses only the join columns requested in the query.
What is the default top view node for a calculation view of type CUBE PROJECTION UNION HIERARCHY AGGREGATION.
Why do you create calculation views of data category DIMENSION with type TIME? To add a temporal condition to a join to find matching records from two tables based on a date To provide additional time-related navigation possibilities To store historical versions of attributes . To provide the time intervals required by time-dependent parent-child hierarchies .
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. To avoid exposing sensitive columns when defining calculated columns To prevent passing columns in stacked calculation views To ensure specific columns are NOT exposed to the reporting tool To remove a column that is also used as a Label column.
You want to join two tables in a calculation view.Why do you use a non-equi join Join columns have different data types. The number of joined columns is different in each table. The join condition is not represented by matching values. Join columns need to be ignored when NOT requested by the query.
You have products that appear in table A and sometimes also in table B. What would you use to find products only appearing in table A? . A right outer join node between table A and table B A left outer join node between table A and table B An intersect node between table A and table B A minus node between table A and table B .
Which of the following data sources can you include in a graphical calculation view? Note: There are 2 correct answers to this question. Table function Procedure Row table Scalar function .
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. Check the SQL query generated by the Data Preview. Use the SQL Analyzer to identify the tables used. Enable the Debug Query mode to identify the source columns used Observe which columns are mapped using the Performance Analysis mode.
What are possible consequences of unfolding? Note: There are 2 correct answers to this question. Results are read from static cache. Count-distinct results are incorrect. SQL compilation time increases. Query processing time improves.
Why would you partition a table in an SAP HANA database? Note: There are 2 correct answers to this question. To improve response time when multiple users access the same table To overcome the 2 billion record limit To improve data replication performance on large row tables To improve query performance when accessing large column tables.
Why would you enable Debug Query mode in a calculation view To set breakpoints and step through the execution To identify data sources that are not accessed by a query To understand how tables are partitioned To check which database engines are invoked .
What are some best practices for writing SQLScript for use with calculation views? Note: There are 2 correct answers to this question. Break up large statements by using variables. Use dynamic SQL. Control the flow logic using IF-THEN-ELSE conditions. Choose declarative language instead of imperative language.
You have defined a pruning configuration table in a calculation view. What are you attempting to prune from the query execution? Data sources of unions Joins Calculated columns Filters.
What is a calculation view query snapshot? The stored results of a query on a calculation view The results of a query generated by a front end tool on a calculation view A record of the query statement executed on a calculation view A bookmark of a frequently used navigation state of a query result.
What can you identify using Performance Analysis mode? Note: There are 2 correct answers to this question. Usage statistics of the calculation view Expected memory consumption Information about join cardinality Joins that are defined on calculated columns.
You have created a calculation view query snapshot and you want to generate an interface view. What is the purpose of the generated input parameter of the interface view To map the attributes of the interface view to the original calculation view attributes . To allow the user to select whether to run a query on the snapshot table or on the original calculation view To define the selection criteria used during the scheduled insertion of records into the snapshot table To evaluate the analytic privileges of different users who access the snapshot table.
What are some best practices when developing calculation views? Note: There are 2 correct answers to this question. Avoid defining joins on calculated columns. Include all data flow logic within one calculation view. Define filters on calculated columns. Aggregate at the lowest possible node.
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? .The query requests only a subset of the cached results You did not define a filter in the cache setting. Your cache setting does not specify any columns The cache data retention period has expired. .
What are some of the restrictions that apply when defining parallelization blocks in calculation views? Note: There are 2 correct answers to this question. Multiple blocks can be defined only within a single calculation view The block must have only one start node. The block must start with a node that defines a table as a data source. Only one block can be defined across a stack of calculation views.
Which of the following techniques can you use to improve the performance of calculation views? Note: There are 2 correct answers to this question. Avoid union pruning. Partition large tables. Limit the number of stacked calculation views. Aggregate data early in the data flow.
Which tool generates and runs the SQL for a specific node of your calculation view? SQL analyzer Explain plan Database explorer Debug Query mode.
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. Specify the join cardinality. limit the number of joined columns Define join direction in a full outer join. Use an inner join.
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. The Country column is requested Join cardinality is set: 1. The Keep flag is activated for the Customer column. Integrity constraint is set to RIGHT.
Referring to the diagram, which privileges would a user require to view United States data when querying the CUBE calculation view? A SELECT privilege and an Analytic Privilege (Country United States) on the CUBE calculation view A SELECT privilege on the CUBE calculation view and an Analytic Privilege (Country United States) on the DIMENSION calculation view SELECT privileges and Analytic Privileges (Country United States) on both views A SELECT privilege and an Analytic Privilege (Country United States) on the DIMENSION calculation view.
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? US for P1 and P2, and GE for P1 and P2 US for P1 US for P1 and GE for P1 US for P1 and P2, and GE for P2 .
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. The procedure should have the value DEFINER for the security mode The procedure should include an input parameter to specify the user ID The procedure should return a table with the list of allowed values The procedure should be defined as read-only.
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? The UNMASKED privilege has NOT been granted at the schema level. You did not define masking in calculation view A You previewed the data with the technical user in the SAP HANA modeling tool The type of the Account Number column is VARCHAR.
Which of the following are standard options provided to define analytic privileges? Note: There are 3 correct answers to this question. Dynamic SQL expression Hierarchy function Graph Attributes .
What do you use in the definition of a dynamic SQL analytic privilege? An organization hierarchy that provides role-based access to data. A scalar function that returns a list of the allowed values for each attribute. A table function that returns a list of allowed values. A procedure that returns the data access condition as an SQL expression.
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. The credentials clause defines TYPE 'PASSWORD' but does not specify a technical user The remote system is not reached through the company network You do not have the CREATE REMOTE SOURCE privilege on the remote system The specified adapter is not registered with your SAP HANA system.
In a data source node of a flowgraph, in addition to tables and views, which other objects can you define as the data source? Note: There are 3 correct answers to this question. virtual table calculation view procedure synonym table function.
Why do you nest flowgraphs? Note: There are 2 correct answers to this question. To reduce flowgraph maintenance To access additional node types To improve flowgraph performance To start multiple flowgraphs at the same time .
Which of the following are characteristics of the OPTIMIZED linked database feature? Note: There are 2 correct answers to this question. The metadata of remote tables is cached on the target system Hidden virtual tables are automatically created on the target system The source and target system must be SAP HANA A database name is used in an SQL statement to identify the remote object.
Which of the following tasks are necessary to implement data replication? Note: There are 3 correct answers to this question. Enable the linked database feature Create a remote subscription Create a target table Define a flowgraph Create a virtual table.
What are the characteristics of a SHARED replica table? Note: There are 3 correct answers to this question. The consuming application always references the virtual table The replica table always stores real-time data You can choose your own replica table name You can toggle queries routing between remote table data and replica table data You do not need to create the physical replica table manually.
In a flowgraph, which node do you use to select only the required columns from a data source and to filter specific rows? Projection Aggregate Case Pivot.
What is the purpose of a remote subscription? To establish a connection to the replication service To be notified when remote data has changed To update data in a local table based on changes made to a remote table To assign a virtual table to a remote source .
What privileges do you need to create a virtual table referencing a remote SAP HANA table? Note: There are 2 correct answers to this question. SELECT on the source object CREATE VIRTUAL TABLE on the remote source CREATE ANY on the target schema ALTER on the remote source .
Your flowgraphs defines a template table as a data target. What triggers the generation of the template table? Defining the flowgraph data target node Building/deploying the flowgraph Running the flowgraph Saving the flowgraph.
When you build/deploy a flowgraph, what can be generated? Note: There are 3 correct answers to this question Batch Task Procedure Function Real-time Task Replication Task.
You have generated a calculation view properties file. What does it contain? Dependencies between calculation views Descriptions of all objects defined in a calculation view All settings defined in a calculation view Documentation to support the calculation view.
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. Synonym Remote source SQL view Authorization.
In a calculation view, why would you choose the DEPRECATED setting? Note: There are 2 correct answers to this question. To warn developers that the calculation view is no longer supported To indicate that it should not be used as a data source to other calculation views To lock the calculation view from further modifications To redirect queries on this calculation view to another one.
You have imported a new calculation view into a folder that contains an .hdinamespace file. This calculation view consumes one data source, which is a table. When trying to build the calculation view, the build fails with a namespace-related issue.What could be the reason? Note: There are 2 correct answers to this question. The .hdinamespace specifies "sub-folder":"append", so calculation views can only be created in subfolders. The imported calculation view and its data source have different namespaces The namespace used within the calculation view to reference the table is different from the actual namespace in the identifier of this table. An .hdinamespace file is defined in the src folder that specifies a different namespace property than the one in the identifier of the calculation view.
Which project structure object corresponds to a unique HDI container? A project An src folder A space A database module.
Why do we use Git when modeling calculation views? To display dependencies in stacked scenarios To automate the build process To manage versions of source files To enable collaboration between developers.
In an XS Advanced project, what is the purpose of the .hdiconfig file? To specify in which space the container should be deployed To specify an external schema in which calculation views will get their data To specify which HDI plug-ins are available To specify the namespace rules applicable to the names of database objects.
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? Build the project that contained the deleted design-time file Execute a DROP statement in an SQL console connected to the HDI container. Build the folder that contained the deleted design-time file . Execute the refactor function for the calculation view.
A cube calculation view consumes a dimension calculation view. You rename the design time file of the dimension view but do NOT choose the option to rename the runtime view and adjust the reference. Afterward, you perform the following operations: A: Build/deploy the dimension calculation view as a single object. B: Build/deploy the entire SAP HANA database module. What is the outcome of the build/deploy operations? . A is successful. B Fails. A fails. B is successful. A fails. B fails. . A is successful. B is successful.
You create a user-provided service to access tables in external schemas. In which file type do you assign the user-provided service to your database module? hdiconfig .mtar .namespace .yaml.
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? You did not define at least one input parameter You did not define a valid table type. Your table function includes a DELETE statement. Your table function refers to a scalar function.
In a calculation view, why would you implement an SQL expression? Note: There are 3 correct answers to this question To generate a restricted column To define a filter To generate a calculated column To generate hierarchies To convert currencies.
Why would you use an anonymous block when writing SQLScript? To check the results without applying user privileges. To test your code without generating a logic container. To hide the actual tables by using aliases in the code To execute a statement without creating entries in the database log. .
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. Define constant values. Reference the output of a procedure. Assign a hierarchy node. Map columns from lower nodes. Create and map an input parameter.
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? Procedure Scalar function Anonymous block Table function.
Why would you implement SQL in calculation views? Note: There are 2 correct answers to this question. To increase the possibilities for consumption To fine-tune performance To implement custom functions To define dynamic analytic privileges.
Report abuse