HANA Associate
HANA Associate
HANA Associate
Contents
SECTION 1: ARCHITECTURE (Business Content)........................................................................................... 2
SECTION 2: DATA PROVISIONING ................................................................................................................. 6
SECTION 3: DATA MODELING ....................................................................................................................... 9
SECTION 4: REPORTING .............................................................................................................................. 25
SECTION 5: USER MANAGEMENT & SECURITY ........................................................................................... 27
8. TZHANA Slide 59 Different options to Back-up? Choose any one (If I remember)
Only valid Ans: Point in Time Recovery ( not sure about others options ).
9. Whats the minimum pre-requisite to sun SAP BWA on HANA database. ( Tricky general Q:)).
One option was: Needs to be on BWA system with version NW 7.02 minimum
10. How to check quality of datachoose two.
Two options were related to checking from different reporting tools
One option was from BWA or src system ?
One option was HANA statics schema ?
11. How do you check the calculation speed of the query ?
Choices Performance monitor in studio / ? / ? / ?
12. BI 4.0 Suite ?
13. Advantages of HANA
1) Parallel processing
2) Partition
3) Algorithm,
4) Data operation in memory
5) Lock free database
6) Colum/store
7) Multicore/architect
8)64 bit architec
14. What is needed to have BW run on HANA? (Migrate database; convert to HANA object types
etc.) Remember that BWA is no longer needed.
15. Perspectives in HANA
16. Refer the below figure(Index server architecture),which option is responsible for providing data
to reporting tool.(2 correct answer)(lesson 3)
1)persistence layer2)MDX3)Session mgmt4)metadata manager5)authorization manager
Ans: TZhana page 49. Ans: MDX and SQL
17. What is needed to have BW run on HANA? (Migrate database; convert to HANA object types
etc.) Remember that BWA is no longer needed.
12. What is difference between Data Services and SLT and which does SAP recommend?
(Answer: DS is near real time, SLT is real time. SAP recommends SLT even if real time isnt a
consideration)
13. Which technologies use the trigger-based approach? ( SLO, SAP LT, TDMS, Near zero downtime )
14. Why you use Data services for? ( load large volume of data , load data, transformation)
15. How do you import BW data to HANA, What connection do you use?
Options( data services, something like SSLE) data services via abap data flows.
16. You have to use ABAP data flows to transform large amounts of data into HANA from DS (this is
a question on the exam)
TZHANA- 67 ABAP data flows
17. SLT questions When do you use it, how to make connections to HANA( DB) source is RFC,
there are also a few questions on Trigger Based replication in general (Page number 92 of
tzhana)
18. SD11 is the ERP transaction you have to use to see dependencies for tables you want to replicate
in HANA
19. You want to use a small look-up tables in your model for data ( i put ROW for this one) - This is
an actual question.
TZHANA: page number67. Read table via data flows
22. What connections can you make in business layer (Answer: relational JDBC and ODBC)
9. A View is activated or imported not sure But Q is how will you activate dependent views..
Options Activate one by one manually / Cascade activation / ? / ?
I choose cascade activation??? Other answer close to this is active one by one manually.
Confused????
10. A view has been derived from another view? What can be changed?
Description / filters / description mapping / joins?
I choose description change.
Filters can be changed, description can be changed, joins,
NOTE: Derived view is Read-Only and Copied is ..Slide 121 TZHANA.
4) Calculation view
I choose columnar tables ( this is the object)
15. TZHANA Slide 176 when to use Calculation View
Ans:: Key figures span across tables.
16. Attribute view with Key and non-keys with hierarchies.
17. Lesson 8 PDF file CO-PA for HANA => Slide 16. Ans: ROOSOURCE.
18. A view is been changed, how do you check what are the other dependent views affected.
Options Where-Used-list / something related to documentation./?/?
19. A View is activated or imported not sure But Q is how will you activate dependent views..
Options Activate one by one manually / Cascade activation / ? / ?
Venkat ans: MASS ACTIVATION USING THE QUICK LAUNCH.
20. What are the direct outputs of Analytic View?
Choices: Private Attribute / Key Attribute / Attribute View / Restricted Attribute / Calculated
Measure / Measure / Calculated Attribute / Restricted Measure
Private attributes, Measures, Calcualted measures, restricted measures.
<N ote: How to check these for ex: understand the screen shot of Slide 144 check the nodes of
Output secton. Also check the RHANA Demo for each chapter. Where the tutor walks thru
step-by-step creating all three different type of views. Pay more attention to what he clicks as
well as other options surrounding in the same screens.>
Note: Choices were only 4-5 but the same were repeating with different combinations for other
Q:s like Direct output for Attribute View and also check for Calculated ViewBest is
understand the importance of each attribute and which will be the output for each view.
Also understand what are the inputs for the same above views?
21. Text mapping / description mapping? what type of join can it be compared with or whats the
next closest match something close ..? Tricky Q: but should be easy to analyze if you know the
result of other joins.
Choices any one: inner join/left outer join /right outer join / referential join.
Note: choice did not have Text join . you need to choose the next best match from the
above.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44. What is the mandatory condition for analytic view?(from all options answer was at least one
attribute and one measure) May be wrong answer refer another one.
45. What can you modify description mapping, description.(I put description)
How many results tables does a calc view generate
-which of the following operations can you use when you create a calculation view using the SAP HANA
Scipt (i put projection and union for this one)
SECTION 4: REPORTING
1. Broadcasting reports
1) crystal reports I choose.
2.
KPI
2) dashboards
2. You have to restrict the modeling users to see the sensitive data in productive HANA system
what you will do?
a) Allow the model user to develop the model in dev system and move it to Prod.
b) Allow the model user to develop the model with randomized data
c) Revoke the SAP* some role?
d) Revoke one more role.
3.
SECTION 6: OPTIMIZATION
1. Read operation on large amount of data which is optimal performance?
2. Advantages of HANA > choices are: choose any three.
SAP HANA faster than SAP ERP
SAP HANA replaces BWA
SAPA HANA is same as OLTP and OLAP in one system
Real Time Analytics.
?
PAGE Number:Advantages of HANA
Faster than ERP/OLTP & OLAP in one system/Real-time analytics etc.
3. Performance Tuning options? Which to use (Check HANA DEV Guide chapter Best practices )
CE functions
Dynamic SQL + Variable
Update using Where
Using Cursors
Calculation engine functions are having better performance than SQL.