SAP C_HAMOD_2404 Practice Test - Questions Answers, Page 8
List of questions
Related questions
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. * 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
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
Question