C - Hanaimp - 17 80 - Q
C - Hanaimp - 17 80 - Q
C - Hanaimp - 17 80 - Q
Question. 1
Why does query performance decrease when the data volume of
the delta storage is large? Note: There are 2 correct answers to
this question.
Answers A B
Question. 2
You are a data analyst working with medical records that
contain confidential patient information. Why do you use the
anonymization node in a calculation view? Note: There are 2
correct answers to this question.
Answers B D
Question. 3
In an XS Advanced project, what is the purpose of the .hdiconfig
file?
Answers D
Question. 4
Which of the following supports data replication?
Answers B
Question. 5
How can you define a variable that presents its value help
hierarchically? Note: There are 2 correct answers to this question.
Answers A C
Question. 6
When you create a full text index, why do you specify
FAST_PREPROCESS OFF?
Answers D
Question. 7
Which of the following are warm data tier solutions? Note: There
are 3 correct answers to this question.
Extension Node
Dynamic Tiering
Persistent memory
Answers A B E
Question. 8
What type of data is relevant for SAP HANA Graph modeling?
Highly networked
Hierarchical data
Time series
Forecast
Answers A
Question. 9
What does SAP HANA provide to support native application
development?
Answers C
Question. 10
You created a table and inserted data in it using SQL
statements inside the SAP HANA Deployment Infrastructure
(HDI) container of your project. You add this table as a data
source to a calculation view and try to build it. What do you
observe in the SAP HANA database container?
Answers D
Question. 11
You have created attribute views and analytic views in the SAP
HANA 1.0 XS Classic environment using SAP HANA Studio.
You want to migrate them to the new XS Advanced environment
of SAP HANA 2.0 SPS05. What is the sequence of the
activities?
Import the .zip file into the SAP Web IDE workspace. Migrate
calculation views using migration assistant. Convert attribute
views and analytic views to calculation views
Import the .zip file into the SAP Web IDE workspace. Convert
attribute views and analytic views to calculation views. Migrate
calculation views using the migration assistant
Answers A
Question. 12
Why would you implement a graph neighborhood search?
Answers C
Question. 13
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.
Answers B C
Question. 14
How can you optimize performance when writing SQL for use
with calculation views? Note: There are 2 correct answers to this
question.
Answers B C
Question. 15
Why might you use the Keep Flag property in an aggregation
node?
Answers C
Question. 16
In a calculation view, where can you write SQL code? Note: There
are 3 correct answers to this question.
Filter expression
Input parameter
Currency conversion
Parent-child hierarchy
Answers A B C
Question. 17
What can you identify using Performance Analysis mode?
Note: There are 2 correct answers to this question.
Joins that are defined on calculated columns
Answers A B
Question. 18
You have a cube calculation view that consumes a dimension
view. You suspect some dimension columns have been renamed
in the cube calculation view. Which function of SAP Web IDE
for SAP HANA do you use to check where the output columns
originate from?
Label column
Where used
Impact analysis
Show lineage
Answers D
Question. 19
Which are functions of SAP HANA series data? Note: There are
2 correct answers to this question.
Anonymize observations.
Geo-code observations.
Answers C D
Question. 20
Why should you define calculated column expressions using
plain SQL and avoid using column engine language?
Answers B
Question. 21
Why would you develop an SQL procedure instead of a
function?
Answers A
Question. 22
Which of the following approaches improve the performance of
joins in a cube calculation view? Note: There are 2 correct
answers to this question.
Answers A B
Question. 23
What are the key steps to implement currency conversion in a
calculation view?
Answers B
Question. 24
Which are the components of SAP HANA Cloud? Note: There are
2 correct answers to this question.
Answers B C
Question. 25
What are the benefits of SQL development in calculation view
modeling?
Answers D
Question. 26
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.
Answers A D
Question. 27
Your calculation view consumes one data source which includes
the following columns: SALES_ORDER_ID, PRODUCT_ID and
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
Join
Aggregation
Answers A
Question. 28
Why would you create a multistore table?
To improve read performance when the table is accessed by
simultaneous applications
Answers D
Question. 29
When modeling in the SAP Web IDE for SAP HANA, which
object do you build to provide access to tables in external
schemas?
Synonym
Virtual Table
Alias
Association
Answers A
Question. 30
Why would you implement active / active read-enabled mode?
Note: There are 2 correct answers to this question.
Answers B D
Question. 31
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 build of the table
function fails. Which of the following could be a valid reason?
Answers C
Question. 32
Why do you use the Transparent Filter property in a calculation
view?
Answers A
Question. 33
You want to implement parallelization in a calculation view.
Which restrictions apply to the parallelization block? Note: There
are 3 correct answers to this question.
Answers C D E
Question. 34
Why do you use Debug Query mode in a calculation view?
Answers B
Question. 35
After importing a project in the workspace of the SAP Web IDE,
you execute a build at the HDB module level. The build fails.
What could be the reason? Note: There are 2 correct answers to
this question.
Answers A C
Question. 36
Why do you create calculation views of data category
DIMENSION with type TIME?
Answers B
Question. 37
Which of the following are usually not required in the
architecture of SAP S/4HANA? Note: There are 2 correct
answers to this question.
Views
Partitions
Stored aggregates
Indexes
Answers A C
Question. 38
You combine two customer master data tables with a union node
in a calculation view. Both of the master data tables include the
same customer name. The same customer can exist in both
tables. How do you ensure that each customer appears only once
in the results?
Answers D
Question. 39
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 ensure that the join execution only uses the join columns
requested in the query
Answers A C
Question. 40
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.
SQL view
Remote source
Authorization
Synonym
Answers C D
Question. 41
In SAP Web IDE, you rename a dimension calculation view that
is used by a cube calculation view. You do NOT use the option to
rename the runtime view and adjust the reference. Afterward,
you perform the following build operations: Build the dimension
calculation view as a single object. Build the entire SAP HANA
database module. What is the outcome of the build operations?
Answers D
Question. 42
Which of the following techniques can you use to improve the
performance of calculation views? Note: There are 2 correct
answers to this question.
Answers A C
Question. 43
You decide to implement SAP S/4HANA in a private cloud,
managed by SAP. Which solution do you choose?
Answers C
Question. 44
What are some best practices when developing calculation views?
Note: There are 2 correct answers to this question.
Answers B D
Question. 45
Which of the following are capabilities of SAP HANA smart
data access? Note: There are 2 correct answers to this question.
Answers A B
Question. 46
What do you use in the definition of a dynamic SQL analytic
privilege?
Answers A
Question. 47
After implementing static cache in a calculation view, you
notice that queries are not hitting the cache. What might be the
reason for this?
You set the hint to use cache at the top-most calculation view.
Answers B
Question. 48
You have imported a new calculation view in 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, there is a namespace-related issue and the
build fails. What could be the reason? Note: There are 2 correct
answers to this question.
The imported calculation view and its data source have different
namespaces.
Answers A C
Question. 49
Which of the following data sources can you include in a
graphical calculation view? Note: There are 2 correct answers to
this question.
Scalar function
Table function
Procedure
Row table
Answers B D
Question. 50
In a calculation view, what is the purpose of a variable?
Answers B
Question. 51
You have made changes to the design-time files of several
calculation views in your DEV environment. These calculation
views all belong to the same project.Before deploying your
calculation views to a PROD environment, which sequence of
steps is required in the DEV environment?
Answers D
Question. 52
Why would you build a calculation view of type SQL Access
only?
To provide a high performance model when only attributes are
required
Answers D
Question. 53
Which of the following is required to use predictive modeling in
SAP HANA 2? Note: There are 2 correct answers in this
question.
Answers
Question. 54
Which tool should you use to generate and execute the SQL for a
specific node of your calculation view?
Explain Plan
SQL Analyzer
Database Explorer
Answers B
Question. 55
What restrictions apply to a graph node that you include in a
calculation view?
Answers B
Question. 56
Why do you use parameter mapping in a calculation view? Note:
There are 2 correct answers to this question.
Answers A C
Question. 57
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.
Answers A D
Question. 58
You want to join 2 tables in a calculation view. Why do you use
a non-equi join?
Answers A
Question. 59
Why do you partition a table in SAP HANA?. Note: There are 2
correct answers to this question.
Answers A B
Question. 60
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?
Answers A
Question. 61
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?
CDS view
Table function
Scalar function
Procedure
Answers B
Question. 62
Why does SAP issue warnings about the use of imperative or
procedural SQLScript statements?
Answers D
Question. 63
Which options do you have to handle orphan nodes in your
hierarchy? Note: There are 2 correct answers to this question.
Answers A D
Question. 64
You define a hierarchy in a calculation view. You want to expose
the hierarchy to SQL. Which of the following conditions must be
met?
Answers B
Question. 65
What are some of the elements defined in a graph workspace?
Note: There are 2 correct answers to this question.
Answers B C
Question. 66
Why would you implement a hierarchy function node in a
calculation view?
Answers A
Question. 67
Which type of join supports a temporal condition in a
calculation view?
Inner join
Text join
Referential join
Answers A
Question. 68
What is the SQL keyword used to process input parameters
defined in a calculation view?
Placeholder
Set
Where
Hint
Answers A
Question. 69
Why would you implement SAP HANA spatial services? Note:
There are 2 correct answers to this question.
Answers C D
Question. 70
Which of the following is the optimal way to ensure that the
corresponding runtime object is also removed from the database?
Note: There are 2 correct answers to this question.
Answers A C
Question. 71
Why might you use SAP HANA Graph with text analysis?
None
Answers B
Question. 72
Question 10 of 80
Answers B
Question. 73
Question 24 of 80
Answers B
Question. 74
Question 30 of 80
You are building a new calculation view A that uses calculation
view B, as shown in the diagram. When you preview the
calculation view A, the Account Number is not masked.
You previewed the data with the technical user in SAP Web
IDE for SAP HANA.
Answers C
Question. 75
Question 31 of 80
The view will return the profit calculation only for the US.
The view will return the profit calculation for all the
countries.
Question. 76
Question 35 of 80
Answers A
Question. 77
Question 39 of 80
US for P1
No data at all
Answers B
Question. 78
Question 53 of 80
Answers C
Question. 79
Question 58 of 80
Referring to the diagram, which privileges would a user require
to view United States data when querying the CUBE calculation
view?
Answers D
Question. 80
Question 60 of 80
Answers B