General Hana Knowlege Flashcards

1
Q

What does HANA stand for?

A

High-performance ANalytical Appliance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

There are 4 types of services provided by HANA. What are they

A

Application services
Processing services
Integration services
Database services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 5 types of Application services provided by HANA?

A

Web services
Fiori UX
Graphic modeler
Java script
Application Life Cycle Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 5 types of processing services provided by HANA

A

Text Analytics
Spatial
Graph
Series data
Predictive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 5 Integration services provided by HANA

A

Data virtualization
ETL and replication
Streaming
Remote data sync
Hadoop integration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 6 database services provided by HANA

A

Columnar OLAP OLTP
Multicore parellization
Advanced compression
Multi-tiered storage
Data modeling
Disaster recovery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or false, HANA has it’s own application server

A

True, and this is why some applications can be developed entirely in HANA and accessed by a web browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is meant by the SAP term “dynamic tiering”?

A

That frequently accessed data (hot) will remain in memory, while less frequently accessed data (warm) will be moved to disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

True or false, when a table stored in warm memory is required, it will be entirely loaded into hot memory?

A

False, a partition or column of the warm table might be all that is needed and therefore loaded into memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Is HANA an OLAP or OLTP database?

A

Both, it is a hybrid (HTAP) database that supports both OLAP and OLTP processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the two types of data compression used by HANA?

A

Dictionary compression

Advanced compression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the 5 types of advanced compression

A

Prefix encoding
Run length encoding (RLE)
Cluster encoding
Sparse encoding
Indirect encoding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 5 golden rules of code to data programming?

A

Keep the result set small
Minimize the amount of data transferred
Minimize the number of data base accesses
Minimize the search overhead
Minimize the database load

How well did you know this?
1
Not at all
2
3
4
5
Perfectly