HA300- LEARNING Flashcards
(300 cards)
Valid partition types
HASH , RANGE, ROUND ROBIN
Table Type
- Row
- Col
- History
- Global temp
- Local temp
- Virtual
Multi Join
- > 2.0
- Inside Out
- Outside In.
- Central Table
Partition
- Hash
- Round Robin
- Range
- > No Need not to drop a table
- > Can not Partition on Row Store.
Full Outer Join
- Supported by Calculation view only
2. Star Join can have only 1 Dim cal view.
Union Node Pruning
Union Node Pruning
SDA (Smart Data Access) can be used for?
Pushing down queries to remote DB, expose data to VT (Virtual Tables) in HANA, and Transform data in remote sources.
What technology uses log based real time replication?
SRS
Which Data Provisioning technologies use batch replication?
) SDI
2) SDQ
3) DS
4) DXC
What is loaded into memory when tables are accessed?
Only columns and partitions required by the application.
What is the role of the customer in SAP HEC (HANA Enterprise Cloud)?
1) Customer brings the licensed Software
2) SAP Manages the Infrastructure
Modeling Best Practice. Pt. 1
1) Avoid transfer of large amounts of data result sets between the SAP HANA DB and the Client Application.
2) Do calculations after Aggregation.
3) Avoid Complex expressions and instead push down into the model.
4) Aggregate data records (group by)
Modeling Best Practice. Pt. 2
1) Join on Key Columns because they become indexed.
2) Avoid Calculations before aggregations on line item levels.
3) Replace sequential cursor looping with set processing
4) Filter data amount as early as possible in the lower layers.
What are the different SAP HANA Cloud Managed Services?
1) IaaS (Infrastructure as a Service)
2) MCaaS (Managed Cloud as a Service)
3) PaaS (Platform as a Service)
4) DBaaS (Database as a Service)
5) SaaS (Software as a Service)
What is transparent Filter used for?
It allows you to add distinct measures from LOWER level Calculation Views to UPPER Calculation views
What must I create to develop a predictive model?
a) Procedure
b) Flowgraph
c) Predictive Analysis Library
d) Calculation View
Answer is b) Flowgraph
What are the advantages of columnar storage?
There are 2 answers to this question.
a) Improved performance when all fields are selected
b) Improved data reading performance
c) Improved compression
d) Improved data writing performance
b. Improved data reading performance
c. Improved compression
Which of the following views can you extend with the SAP HANA Live Extension Assistant?
Please choose the answer.
a) Your own custom views
b) Reuse views
c) All SAP-delivered views
d) Query views with a union
b. reuse views
What information can you find in the Plan Graph?
There are 2 answers to this question.
a) Number of records returned in each step
b) Execution engines used
c) Time taken for each step
d) SQL Plan Cache
a. number of records returned in each step
c. time taken for each step
In which direction do you build calculation views when including the source tables in Join nodes?
Please choose the answer.
a) From the Join nodes up to the semantics node
b) From the Semantics node up to the default node
c) From the Semantics node down to the Join nodes
d) From the Join node down to the default node
a. from the join nodes up to the semantic node
- What should you keep in mind when using imperative logic in SQLScript?
Please choose the answer.
a) It matches SQL’s set-oriented paradigm.
b) You can only use if-then logic.
c) It delivers the best possible performance.
d) You can loop through records.
d. you can loop through records
Why is an integrated deployment approach preferred over the side-car approach to SAP HANA Live?
There are 2 answers to this question.
a) It offers a simplified landscape.
b) It provides a quick start for customers using Business Suite on non HANA databases.
c) Data is available in real time using SLT.
d) There is no data movement.
a. it offers a simplified landscape
d. there is no data movement
Which spatial data formats can you import into SAP HANA?
There are 2 answers to this question.
a) ESRI shapefiles
b) GeoJSON
c) Scalable Vector Graphic (SVG)
d) Well-Known Text (WKT)
a. ESRI Shapefiles
d. Well- Known Text (WKT)
What technique is used to convert record updates into insert statements in the delta buffer?
Please choose the answer.
a) Sorted inserts
b) Parallelism
c) Unsorted inserts
d) Insert-only
d. insert- only